Skip to content

Latest commit

 

History

History
166 lines (93 loc) · 5.44 KB

CHANGES.md

File metadata and controls

166 lines (93 loc) · 5.44 KB

Full changelog

v0.10.0 - 2023-06-16

What's Changed

New Features

  • Support sky regions and allow direct call to translator function by @pllim in #93

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.9.0...v0.10.0

v0.9.0 - 2023-06-01

What's Changed

New Features

  • Support new CircularAnnulusROI by @pllim in #92

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.8.0...v0.9.0

v0.8.0 - 2023-05-11

What's Changed

New Features

  • Added translator for CircleAnnulusPixelRegion by @pllim in #90

Bug Fixes

  • Use CircularROI.center to avoid deprecation warnings with glue_core >= 1.10 by @dhomeier in #91

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.7.0...v0.8.0

v0.7.0 - 2023-03-02

What's Changed

New Features

  • Adding support for uncertainty extraction to NDDataArray by @bmorris3 in #86

Bug Fixes

  • Fix world_axis_units for SpectralCoordinates by @astrofrog in #87

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.6.1...v0.7.0

v0.6.1 - 2023-01-31

What's Changed

Bug Fixes

  • Accept component.units=None in translators input for new glue-core unit support by @dhomeier in #84

Other Changes

  • Require glue-core >= 1.6.1, dropped Python 3.7 support by @pllim in #83

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.6.0...v0.6.1

v0.6.0 - 2023-01-20

What's Changed

New Features

  • Added translators for NDDataArray and StdDevUncertainty by @bmorris3 in #81

Bug Fixes

  • Fixed return type and shape for pixel <-> world conversions in SpectralCoordinates by @astrofrog in #82

New Contributors

  • @bmorris3 made their first contribution in #81

Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.5.1...v0.6.0

0.5.1 - 2022-09-26

What's Changed

New Features

  • Added basic support for importing and exporting a wider range of
  • SpectralCube classes. in #54

Bug Fixes

  • Fixed unit parsing for Specutils1DHandler.to_data so it no longer
  • drops the flux unit in some cases. in #78

0.5.0 - 2022-08-18

What's Changed

New Features

  • Updated AstropyRegions translator to export roi.theta angle
  • (supported as of glue 1.5.0). in #73
  • Added support to import and export specreduce Trace objects. in #72

0.4.0 - 2022-04-07

What's Changed

New Features

  • Updated Spectrum1D translator to generate dummy WCS when needed for any
  • dimensionality, and to preserve specutils axis order when translating
  • to Glue Data. in #68

0.3.3 - 2022-03-22

Bug Fixes

  • Fixed translation to regions.EllipsePixelRegion. Previous translation
  • was passing in radii as full height/width of the ellipse. in #67
  • Fixed compatibility of CCDData translator with GWCS. in #58

0.3.2 - 2021-09-14

Bug Fixes

  • Fixed round-tripping of metadata in Spectrum1D. in #48

0.3.1 - 2021-09-09

Bug Fixes

  • Fixed coordinate conversion for 2D spectra. in #47

0.3 - 2021-09-07

What's Changed

New Features

  • Improvements to the Spectrum1D to glue Data translator, in particular
  • for >1-d datasets. [#36, #40, #41, #44, #45]

0.2 - 2021-07-05

What's Changed

New Features

  • Add support for converting EllipticalROI to EllipsePixelRegion. in #32

0.1 - 2020-09-17

  • Initial release