Skip to content

Releases: glue-viz/glue

v1.8.0

20 Mar 22:23
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Update polar log transform test values to correct matplotlib 3.7 representation by @Carifio24 in #2366
  • Fix broken link editor under Qt5 by @jfoster17 in #2375

Documentation

  • DOC: Fix equivalent_units in examples by @pllim in #2369

Other Changes

Full Changelog: v1.7.0...v1.8.0

v1.7.0

02 Feb 17:30
d643707
Compare
Choose a tag to compare

What's Changed

New Features

  • Added ability to convert units in profile viewer by @astrofrog in #2296
  • Allow specifying visual attributes and colormap when faceting subsets by @Carifio24 in #2350

Bug Fixes

  • Pin numpy-dev to avoid GlueSerializer failure on numpy._ArrayFunctionDispatcher by @dhomeier in #2352
  • Represent None component.units as empty strings by @dhomeier in #2356
  • Ensure unit choices are updated when x_att is changed in profile viewer by @astrofrog in #2358

Full Changelog: v1.6.1...v1.7.0

v1.6.1

24 Jan 09:35
a609e60
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v1.6.0...v1.6.1

v1.6.0

03 Nov 11:33
1e3d319
Compare
Choose a tag to compare

What's Changed

New Features

  • Implement linking support for all BaseCartesianData subclasses and fix bugs that caused hanging in image viewer by @astrofrog in #2328
  • Add the ability to create one-to-one 'join_on_key'-type links to the GUI link editor by @jfoster17 in #2313
  • Allow specifying visual attributes when creating subset by @Carifio24 in #2333
  • Export color settings in matplotlib viewers by @Carifio24 in #2322
  • Add support for PyQt6 and PySide6 (<6.4) to Qt backends by @astrofrog in #2318

Bug Fixes

  • Redraw empty histogram layer by @Carifio24 in #2300
  • Apply foreground color to minor ticks by @Carifio24 in #2305
  • Don't change labels when using log scale axes by @Carifio24 in #2323
  • Fix bugs in BaseCartesianData.get_data for pixel and world component IDs by @astrofrog in #2327
  • Don't change labels when using log x axis in histogram viewer by @Carifio24 in #2325
  • Fix issue where matplotlib viewers using y log axes were not initialized correctly. by @Carifio24 in #2324
  • Force line collection to always respect colormap by @Carifio24 in #2299
  • Fix export to Python script to correctly use Coordinates or WCS in reference_data by @dhomeier in #2335
  • Add a check for FITS files mistaken as ASCII to astropy_table_read for Python 3.11 compatibility by @dhomeier in #2321

Documentation

  • Removed mention of defunct viz packages in Available plugins by @pllim in #2319
  • Add PyQt6 and PySide6 status to glue-deps information by @dhomeier in #2338

Other Changes

Full Changelog: v1.5.0...v1.6.0