Skip to content

Releases: sunpy/sunraster

v0.6.1

13 Aug 00:28
7198fa2
Compare
Choose a tag to compare

What's Changed

  • Updates from the package template by @github-actions[bot] in #288
  • Updates from the package template by @github-actions[bot] in #289
  • Updates from the package template by @github-actions[bot] in #290

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Jun 16:22
c6514fc
Compare
Choose a tag to compare

What's Changed

  • remove old circleci webhook config by @Cadair in #255
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #256
  • bump python version by @nabobalis in #257
  • Registers package with the SunPy template by @CyclingNinja in #259
  • Updates from the package template by @github-actions in #260
  • Updates from the package template (#260) by @CyclingNinja in #262
  • Updates from package template by @Cadair in #261
  • Updates from package template by @Cadair in #264
  • Updates from the package template by @github-actions in #265
  • Updates from package template by @Cadair in #266
  • Updates from the package template by @github-actions in #267
  • Updates from the package template by @github-actions in #269
  • Updates from the package template by @github-actions in #270
  • Updates from the package template by @github-actions in #271
  • Updates from the package template by @github-actions in #272
  • Updates from the package template by @github-actions in #274
  • Updates from the package template by @github-actions in #275
  • Updates from package template by @Cadair in #276
  • Updates from the package template by @github-actions in #277
  • Updates from the package template by @github-actions in #278
  • Updates from the package template by @github-actions in #279
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #280
  • Updates from the package template by @github-actions in #282
  • Updates from the package template by @github-actions in #283
  • Updates from package template by @Cadair in #286
  • Support ndcube 2.3 min by @nabobalis in #273

New Contributors

  • @CyclingNinja made their first contribution in #259
  • @github-actions made their first contribution in #260

Full Changelog: v0.5.1...v0.6.0

v0.5.1

17 Jan 20:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Nov 06:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.5.0rc1

06 Jun 21:27
7307649
Compare
Choose a tag to compare
v0.5.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0rc1

v0.4.3

06 Oct 21:48
Compare
Choose a tag to compare

What's Changed

  • Exclude HDUs for additional distortion information by @ebuchlin in #215

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Jun 19:41
Compare
Choose a tag to compare

What's Changed

  • Address Issue 196 - Allow wide-slit SPICE FITS files by @EdBehn in #204
  • Fixes issue 202 - Allow SPICE FITS files with missing telemetry by @EdBehn in #205

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

24 May 21:54
4108490
Compare
Choose a tag to compare

Bump min version of sunpy to 4.0.0

v0.4.0

08 Mar 18:26
Compare
Choose a tag to compare

0.4.0 (2022-03-08)

Breaking Changes

  • Removed IRIS reader, you will want to install and use irispy-lmsal instead.
  • Removed support for Python 3.7. #198

v0.3.0

19 Nov 19:49
Compare
Choose a tag to compare

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 and lat 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)