Releases: glue-viz/glue
Releases · glue-viz/glue
v1.19.0
What's Changed
New Features
- Adds custom list of plugins to be passed on load by @CyclingNinja in #2481
- Add the ability to specify a random subset size for computing histogram by @astrofrog in #2478
- Implement support for unit conversion in attribute limits in image viewer by @astrofrog in #2480
- Allow serializing and deserializing named astropy units by @Carifio24 in #2475
Other Changes
- Fix the logic for region display when exchanging x/y world coordinates by @jfoster17 in #2479
New Contributors
- @CyclingNinja made their first contribution in #2481
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
New Features
Other Changes
- Remove deprecated Qt-related code (and
glue.qglue) by @astrofrog in #2477
Full Changelog: v1.17.1...v1.18.0
v1.17.1
What's Changed
Bug Fixes
- Fix default stretch density by @astrofrog in #2467
- Provide stronger checking for region display. Fix x/y flip. by @jfoster17 in #2465
Other Changes
- Fix documentation build by @astrofrog in #2466
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
New Features
- Make stretches be customizable on a layer by layer basis by @astrofrog in #2453
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
New Features
- Customizable limits percentile and behavior on updating bins when resetting limits by @astrofrog in #2455
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
New Features
- Support regions in image viewer by @jfoster17 in #2456
- Added 'simple' viewers which can be used for testing or simple use cases by @astrofrog in #2458
Other Changes
- Added giles configuration by @astrofrog in #2460
- Add visual test for ScatterRegionLayerArtist by @jfoster17 in #2461
- Ignore all test files in coverage calculation by @astrofrog in #2462
Full Changelog: v1.14.1...v1.15.0
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_slicefor 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