Releases: glue-viz/glue
Releases · glue-viz/glue
v1.12.0
What's Changed
New Features
- Add subtool for changing window title by @Carifio24 in #2407
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
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
- Disallow broken qtconsole 5.4.2 by @jfoster17 in #2396
- Fix bugs with unit conversion when changing x/y attributes by @astrofrog in #2400
- Make sure getitem always returns a numpy array by @jfoster17 in #2399
Other Changes
Full Changelog: v1.10.0...v1.11.0
v1.10.0
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
- Fix bad connections in tutorial examples by @Carifio24 in #2389
Other Changes
Full Changelog: v1.9.1...v1.10.0
v1.9.1
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
What's Changed
New Features
- Add a LinkSameWithUnits class that links respecting units by @astrofrog in #2379
Bug Fixes
- Save legend state by @Carifio24 in #2380
- Fix bugs related to generic BaseCartesianData subclasses by @astrofrog in #2344
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
Bug Fixes
- Fixed a bug in the plugin iteration on Python 3.8 and 3.9 by @neutrinoceros in #2377
- Avoid interference of ROI patches with legend auto-placement by @dhomeier in #2370
- Add pretransform for full-sphere selection by @Carifio24 in #2360
- Only recreate table model when Data layer changes by @Carifio24 in #2372
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
New Features
- Relax longitude range in fullsphere projections by @Carifio24 in #2348
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
Other Changes
- Update link for slack invite by @astrofrog in #2362
- Update stable version of standalone app to 2023.02.0 by @astrofrog in #2363
- MNT: drop runtime dependency on pkg_resources (setuptools) by @neutrinoceros in #2365
- BUG: handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) by @neutrinoceros in #2371
Full Changelog: v1.7.0...v1.8.0
v1.7.0
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
GlueSerializerfailure onnumpy._ArrayFunctionDispatcherby @dhomeier in #2352 - Represent
Nonecomponent.unitsas 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
What's Changed
Bug Fixes
- More fixes for compatibility with Qt6 by @astrofrog in #2349
- Fix world coordinates for 1D WCS by @astrofrog in #2345
Other Changes
Full Changelog: v1.6.0...v1.6.1
v1.6.0
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
ylog 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
CoordinatesorWCSinreference_databy @dhomeier in #2335 - Add a check for FITS files mistaken as ASCII to
astropy_table_readfor Python 3.11 compatibility by @dhomeier in #2321
Documentation
- Removed mention of defunct
vizpackages in Available plugins by @pllim in #2319 - Add PyQt6 and PySide6 status to
glue-depsinformation by @dhomeier in #2338
Other Changes
- Require Python>=3.8 and PyQt5/PySide5>=5.14 by @astrofrog in #2334
- Performance improvements for CompositeArray by @astrofrog in #2343
Full Changelog: v1.5.0...v1.6.0