Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: glue-viz/glue

v1.12.0

16 Jun 12:35
73a2679

Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Ensure lazy dask arrays become numpy arrays in calculate_histogram by @jfoster17 in #2412
  • Fix filter logic so that table viewer can hide main data layer by @jfoster17 in #2411
  • Fix Qt6 bug that prevented layers from being re-enabled by @jfoster17 in #2410

Full Changelog: v1.11.0...v1.12.0

v1.11.0

25 May 14:35
c0eb36c

Choose a tag to compare

What's Changed

New Features

  • New CircularAnnulusROI class to represent circular annulus ROI by @pllim in #2403
  • Add center and move_to methods to RangeSubsetState by @pllim in #2404
  • Add filter/search to table viewer by @jfoster17 in #2392
  • Add functionality for moving viewers between tabs by @Carifio24 in #2387

Bug Fixes

Other Changes

Full Changelog: v1.10.0...v1.11.0

v1.10.0

04 May 12:30
ff1f456

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix subset creation with unit flip by @astrofrog in #2393
  • Avoid resetting limits when changing display units in profile viewer by @astrofrog in #2394

Documentation

Other Changes

  • Make ROI.move_to() behave consistently and expose it at subset_state level by @pllim in #2391

Full Changelog: v1.9.1...v1.10.0

v1.9.1

13 Apr 09:21
bd257e5

Choose a tag to compare

What's Changed

Other Changes

  • Use new location for pandas.testing by @jfoster17 in #2381
  • Only force reference data change if message indicates that numerical values of data have changed by @astrofrog in #2385

Full Changelog: v1.9.0...v1.9.1

v1.9.0

03 Apr 10:45
da68d1a

Choose a tag to compare

What's Changed

New Features

  • Add a LinkSameWithUnits class that links respecting units by @astrofrog in #2379

Bug Fixes

Full Changelog: v1.8.1...v1.9.0

v1.8.1

23 Mar 12:40
4de94b5

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v1.8.0...v1.8.1

v1.8.0

20 Mar 22:23

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

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

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

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