Skip to content

Commit

Permalink
Add some changelogs for updates required by ndcube 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRyanIrish committed Aug 26, 2021
1 parent f2d14a8 commit 57d5217
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/ndc2.1.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In IRIS spectrograph reader, all extra coords except time have been moved to the meta object.
1 change: 1 addition & 0 deletions changelog/ndc2.1.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create a new `~sunraster.instr.iris.IRISSGMeta` metadata object.
1 change: 1 addition & 0 deletions changelog/ndc2.2.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In IRIS spectrograph read, move all metadata to the meta objects of the raster cubes.
1 change: 1 addition & 0 deletions changelog/ndc2.2.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
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.
1 change: 1 addition & 0 deletions changelog/ndc2.3.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove extra_coords kwarg 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.
1 change: 1 addition & 0 deletions changelog/ndc2.3.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
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.

0 comments on commit 57d5217

Please sign in to comment.