Releases: glue-viz/glue-jupyter
Releases · glue-viz/glue-jupyter
v0.23.1
What's Changed
Bug Fixes
- Make limits cache private for serialization by @Carifio24 in #474
Other Changes
- Try and improve responsiveness when debounced isn't really needed by @astrofrog in #472
Full Changelog: v0.23.0...v0.23.1
v0.23.0
v0.22.2
v0.22.1
What's Changed
Bug Fixes
- Remove debug panel in ipyvolume viewers by @Carifio24 in #457
- Updates for ipyvolume viewer issues by @Carifio24 in #456
- Fix issue with contour labels not updating after unit change by @astrofrog in #461
Other Changes
- Allow using non-SVG icons in toolbar by @Carifio24 in #465
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
New Features
- Add support for 3D VisPy viewers by @astrofrog in #453
Other Changes
- Allow viewers to use BasicJupyterToolbar subclasses by @astrofrog in #452
- Updated image hashes by @astrofrog in #454
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
New Features
- Expose ability to use a random subset of data for computing histograms by @astrofrog in #424
- Implement unit conversion for contour levels by @astrofrog in #423
Other Changes
- Pin solara to <1.29 for now due to issue with patched rcParams by @astrofrog in #425
Full Changelog: v0.20.1...v0.21.0
v0.20.1
What's Changed
Bug Fixes
- Support setting step value in glue-float-field by @rosteen in #417
- Use
mpl.colormaps.get_cmap
for compatibility with matplotlib 3.9 by @pllim in #422 - Set
InteractCheckableTool._roi
toNone
ondeactivate
by @dhomeier in #420 - Set Bqplot*Modes to observe only one
selected
state in BrushSelector by @dhomeier in #419
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
Bug Fixes
- Fix support for bitmap_visible in image viewer by @astrofrog in #412
New Features
- Make use of latest improvements to custom stretches in glue-core by @astrofrog in #409
Documentation
- Fix docs failure related to theme warning by @astrofrog in #408
Other Changes
- Don't set large data limits since the warning appears too late anyway by @astrofrog in #406
- Add regression test for bug that caused histogram viewer to crash when removing datasets by @astrofrog in #407
- add histogram, scatter, and volume viewers to registry by @kecnry in #402
- Fix visual tests with solara by @astrofrog in #415
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
Bug Fixes
- Ensure that layer widget color is a hex value by @Carifio24 in #397
New Features
- Added implementation of lines in scatter viewer by @astrofrog in #398
- Expose opacity in profile viewer by @Carifio24 in #400
- Allow native aspect ratio in ipyvolume viewers by @Carifio24 in #399
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
Bug Fixes
- Fix density map in scatter viewer for many points by @astrofrog in #363
- Restore, but deprecate BqplotScatterLayerState by @dhomeier in #375
- Keep
scatter_mark.fill
updated fromself.state.fill
by @dhomeier in #384 - Prevent destruction of
CircularAnnulusROI
by resizing belowinner_radius
by @dhomeier in #383 - Enable dragging BqplotLassoMode with BrushSelector by @dhomeier in #391
- Fix issues with adjusting min/max values for size and cmap by @Carifio24 in #395
- Make bqplot linear scatter sizes more closely match matplotlib viewer by @Carifio24 in #394
New Features
- Make vuetify Solara compatible by @maartenbreddels in #366
- Add polygon/lasso selection mode by @jfoster17 in #371
- Improve layout of density scatter by @mariobuikhuizen in #374
- Allow enforcing persistenly circular ROI in draw tool by @dhomeier in #376
- Switch to Sphinx book theme and fix documentation warnings by @astrofrog in #386
- Complement BqplotLassoMode with genuine PolygonMode by @dhomeier in #391
- Keep subset menu open when deleting a subset by @kecnry in #393
- Preserve rotation angle under dragging for ellipse and rectangle selection tools by @pllim in #396
Other Changes
- Add infrastructure for visual tests and first tests by @astrofrog in #360
- Fix compatibility with future glue-core changes by @astrofrog in #380
Full Changelog: v0.17.0...v0.18.0