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