Releases: sunpy/sunraster
Releases · sunpy/sunraster
v0.5.1
What's Changed
- Precommit and minor tweaks by @nabobalis in #253
- correcting units in spice.py by @grahamkerr in #254
New Contributors
- @grahamkerr made their first contribution in #254
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- 311 testing by @nabobalis in #220
- Actions by @nabobalis in #226
- sunraster JOSS paper. by @DanRyanIrish in #231
- Fix link to newcomers' guide by @xuanxu in #232
- Update for sunpy 5.0 and ndcube 2.1.2 by @nabobalis in #242
- Remove unneeded parts of tox.ini by @nabobalis in #246
New Contributors
Full Changelog: v0.4.3...v0.5.0
v0.5.0rc1
What's Changed
- 311 testing by @nabobalis in #220
- Actions by @nabobalis in #226
- sunraster JOSS paper. by @DanRyanIrish in #231
- Fix link to newcomers' guide by @xuanxu in #232
- Update for sunpy 5.0 and ndcube 2.1.2 by @nabobalis in #242
New Contributors
Full Changelog: v0.4.3...v0.5.0rc1
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
0.3.0 (2021-11-19)
Breaking Changes
- In IRIS spectrograph read, move all metadata to the meta objects of
the raster cubes. (#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) - In IRIS spectrograph reader, all extra coords except time have been
moved to the meta object. (#182) - Removed
lon
andlat
properties from all objects in sunraster.
(#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) - 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) - Create a new ~sunraster.instr.iris.IRISSGMeta metadata
object. (#182) - Added a sliceable
Meta
class for axis-associated metadata.
(#184)