Version 1.15.4
This release contains a small number of enhancements and important bug fixes. Many thanks to our new contributors @mmorys, @jj-github-jj, and @sandhujasmine, but also our returning contributors @droumis, @jlstevens, @MarcSkovMadsen, @maximlt, @philippjfr, @stanwest, and @hoxbro.
Enhancements:
- Make lasso select mask values using a Dask-compatible method (#5568)
- Make plotly legend group unique (#5570)
- Set pan and wheel_zoom as the default Bokeh active tools (#5480)
- Enable rendering colorbars on bokeh
GraphPlot
s (#5585) - Add Plotly
Scatter3d
documentation and fix colorbar title (#5418)
Bug fixes:
- Only trigger range-update once in callbacks (#5558)
- Ensure dynamically created subplots can be updated (#5555)
- Fix start of stack-level in deprecations (#5569)
- When sorting colormap records, replace None with an empty string (#5539)
- Fix annotator in Geoviews by adding deserialization of non-deserialized base64 data (#5587)
- Fix
hv.Empty
not working inAdjointLayout
plot (#5584) - Check for categorical data to histogram (#5540)
- Fix
clim_percentile
(#5495)
Compatibility:
- Compatibility with Shapely 2.0 (#5561)
- Compatibility with Numpy 1.24 (#5581)
- Compatibility with Ibis 4.0 (#5588)
Documentation:
- Installation instructions update (#5562)
- Use OSM for reference tile source in notebook documentation (#5536)
- Enhance Tiles example notebook (#5563)
Maintenance: