- 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
- Support new CircularAnnulusROI by @pllim in #92
Full Changelog: https://github.com/glue-viz/glue-astronomy/compare/v0.8.0...v0.9.0
- Added translator for
CircleAnnulusPixelRegion
by @pllim in #90
- 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
- Adding support for uncertainty extraction to NDDataArray by @bmorris3 in #86
- 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
- Accept
component.units=None
in translators input for new glue-core unit support by @dhomeier in #84
- 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
- Added translators for
NDDataArray
andStdDevUncertainty
by @bmorris3 in #81
- Fixed return type and shape for pixel <-> world conversions in
SpectralCoordinates
by @astrofrog in #82
- @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
- Added basic support for importing and exporting a wider range of
SpectralCube
classes. in #54
- 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
- Updated
AstropyRegions
translator to exportroi.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
- 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
- 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
- Fixed round-tripping of metadata in Spectrum1D. in #48
0.3.1 - 2021-09-09
- Fixed coordinate conversion for 2D spectra. in #47
0.3 - 2021-09-07
- Improvements to the
Spectrum1D
to glueData
translator, in particular - for >1-d datasets. [#36, #40, #41, #44, #45]
0.2 - 2021-07-05
- Add support for converting
EllipticalROI
toEllipsePixelRegion
. in #32
0.1 - 2020-09-17
- Initial release