Releases: glue-viz/glue
Releases · glue-viz/glue
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
GlueSerializer
failure onnumpy._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
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
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
orWCS
inreference_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
- 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