Skip to content

Commit

Permalink
changelog for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 19, 2021
1 parent a977f6a commit b0f81f5
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
0.3.0 (2021-11-19)
==================

Breaking Changes
----------------

- In IRIS spectrograph read, move all metadata to the meta objects of the raster cubes. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- Remove extra_coords keyword from `~sunraster.spectrogram.SpectrogramCube.__init__` in accordance with new ndcube 2.0 API.
Extra coords can by added through the ndcube ExtraCoords.add API which is new in ndcube 2.0. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- In IRIS spectrograph reader, all extra coords except time have been moved to the meta object. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- Removed ``lon`` and ``lat`` properties from all objects in sunraster. (`#184 <https://github.com/sunpy/sunraster/pull/184>`__)


New Features
------------

- Create new property `~sunraster.spectrogram.SpectrogramSequence.celestial`, on `~sunraster.spectrogram.SpectrogramSequence` to return a `~astropy.coordinates.SkyCoord` holding the celestial world coords of the pixels. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- Create new property `~sunraster.spectrogram.SpectrogramCube.celestial`, on `~sunraster.spectrogram.SpectrogramCube` to return a `~astropy.coordinates.SkyCoord` holding the celestial world coords of the pixels. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- Create a new `~sunraster.instr.iris.IRISSGMeta` metadata object. (`#182 <https://github.com/sunpy/sunraster/pull/182>`__)
- Added a sliceable ``Meta`` class for axis-associated metadata. (`#184 <https://github.com/sunpy/sunraster/pull/184>`__)


0.2.0 (2021-01-28)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/182.breaking.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/182.breaking.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/182.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/182.feature.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/182.feature.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/182.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/184.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/184.feature.rst

This file was deleted.

0 comments on commit b0f81f5

Please sign in to comment.