- Fix distutils deprecation warnings and update infrastructure by @astrofrog in #106
- Added status bar note on zooming due to buggy scrolling in Qt6 by @astrofrog in #108
Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.7.1...v0.7.2
- Avoid using deprecated import from glue-core by @astrofrog in #105
Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.7.0...v0.7.1
- Expose grid and constellation settings by @Carifio24 in #97
- Updates for glue-qt by @Carifio24 in #98
- Bump minimum glue-core by @Carifio24 in #100
- Truncate SkyCoord exception if too long by @Carifio24 in #92
- Update import location for astropy v6 by @Carifio24 in #102
Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.6.1...v0.7.0
- Fix compatibility of .ui files with Qt6 by @astrofrog in #93
Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.6.0...v0.6.1
- Added setting controls for image layers. by @Carifio24 in #88
- Fix incorrect attribute reference by @Carifio24 in #87
- Only apply longitude shifting conditionally by @Carifio24 in #81
- Switch CI from Azure to GitHub actions by @dhomeier in #82
- Add publishing workflow to GH Actions by @dhomeier in #86
- Create table layers as non-selectable in pywwt by @Carifio24 in #89
Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.5...v0.6.0
0.5 - 2020-11-30
- Included a save button to save the current view to the first slide of a tour. [#70, #72, #73]
- Added initial support for using glue-wwt in Jupyter. [#64]
- Fixed compatibility with glue-core 1.0. [#77]
- Fixed a bug that caused altitude unit to not work correctly on Windows. [#74]
- Fixed a bug related to reloading sessions with WWT viewers. [#76]
0.4 - 2019-06-23
- Fixed bug with layer centering when NaN values are present. [#55]
- Fixed issues with layer visibility. [#52]
- Fixed bug that caused remonving layers to not work. [#56]
- Fixed issue with viewer options not being set correctly when loading from a session. [#52]
- Fixed compatibility with the latest developer version of glue. [#52]
- Fixed issue with automatic installation of dependencies. [#52]
0.3 - 2019-02-27
- Added support for showing data on the surface of celestial bodies as well as
- in the 3D Solar System/Milky Way/Universe view. [#40, #42]
- Added support for color-coding and changing point size based on attributes
- (requires PyWWT 0.6 or later). [#44]
0.2 - 2018-12-29
- Add a Save button to save the current view to a file. [#38]
- Fix compatibility with latest version of glue. [#25]
- Allow world coordinates to be used for the RA/Dec. [#21]
0.1 - 2017-08-23
- Initial release