Releases: glue-viz/glue
Releases · glue-viz/glue
v1.14.1
What's Changed
Bug Fixes
- Fix bug when changing the number of bins on a histogram with modified/deleted data by @astrofrog in #2451
Documentation
- Fix docs failure related to theme warning by @astrofrog in #2452
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
New Features
- Support dynamic components by @jfoster17 in #2446
- Add regiondata by @jfoster17 in #2442
Bug Fixes
- Render nans as 'bad' in mpl cmaps when mode='colormap' by @bmorris3 in #2427
- Update deprecated call to resize_event in test by @jfoster17 in #2443
- Do not use fancy index for subsets over Dask data by @jfoster17 in #2444
- Fix bug that caused incompatible subsets to be rendered in some contexts rather than be hidden by @jfoster17 in #2425
- Fix compatibility with latest developer version of astropy by @astrofrog in #2450
Other Changes
- Switch to Sphinx book theme and tidied up Sphinx configuration by @astrofrog in #2436
- Make tests robust to plugins adding new translators by @jfoster17 in #2445
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
Bug Fixes
- Add back parsing functions to qglue temporarily by @astrofrog in #2435
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
New Features
- Add support for defining custom image stretches by @astrofrog in #2423
Bug Fixes
- Set better starting xlim and ylim for custom viewers by @jfoster17 in #2422
Documentation
- Update standalone application instructions by @astrofrog in #2426
Other Changes
- Skip
test_save_aggregate_slice
for Numpy 1.25.x and unpin numpy-dev by @dhomeier in #2429 - Move frontend-independent data/link parsing code from glue.qglue to glue.core by @astrofrog in #2432
- Remove Qt-specific code being split into glue-qt by @astrofrog in #2431
- Added glue-qt dependency by @astrofrog in #2433
Full Changelog: v1.12.0...v1.13.0
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