The 0.12.1 release is a patch release that brings a few bugfixes and enhancements, and most importantly adds a new extended Gallery top-level section with about 50 examples, replacing the previous and limited Reference Gallery. Many thanks to @kmnhan (first contribution!), @hoxbro, @Azaya89, and @maximlt for their contributions!
Enhancements:
hvplot.show
supports displaying Param/Panel reactive expressions (#1651)
Bug Fixes:
- Fix error raised when importing
sampledata
andhvsampledata
is not installed (#1649) - Ensure the
hist
plotting method usesbin_range
(#1663)
Documentation:
- Add new examples Gallery and remove the old Reference Gallery (#1603)
- Add admonitions to keywords added in version 0.12.0 (#1650)
- Document the
sampledata
module added in version 0.12.0 (#1646)
Infrastructure / Tests: