Skip to content

Latest commit

 

History

History
155 lines (100 loc) · 5.7 KB

CHANGES.md

File metadata and controls

155 lines (100 loc) · 5.7 KB

Full changelog

v0.7.2 - 2024-03-21

What's Changed

Other Changes

  • 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

v0.7.1 - 2024-02-27

What's Changed

Bug Fixes

  • 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

v0.7.0 - 2024-02-24

What's Changed

Other Changes

  • 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

v0.6.1 - 2023-01-12

What's Changed

Bug Fixes

  • 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

v0.6.0 - 2022-11-08

What's Changed

New Features

  • Added setting controls for image layers. by @Carifio24 in #88

Bug Fixes

  • Fix incorrect attribute reference by @Carifio24 in #87

Other Changes

  • 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

New Contributors

  • @Carifio24 made their first contribution in #81
  • @dhomeier made their first contribution in #82

Full Changelog: https://github.com/glue-viz/glue-wwt/compare/v0.5...v0.6.0

0.5 - 2020-11-30

What's Changed

New Features

  • 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]

Bug Fixes

  • 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

What's Changed

Bug Fixes

  • 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

What's Changed

New Features

  • 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

What's Changed

New Features

  • Add a Save button to save the current view to a file. [#38]

Bug Fixes

  • Fix compatibility with latest version of glue. [#25]
  • Allow world coordinates to be used for the RA/Dec. [#21]

Other Changes

  • Make use of PyWWT. [#32, #35]
  • Change default foreground and background imagery. [#29]

0.1 - 2017-08-23

  • Initial release