Skip to content

Commit 80ea470

Browse files
authored
add release notes for 0.12.1 (#1669)
1 parent c41bb35 commit 80ea470

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/releases.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
See [the HoloViz blog](https://blog.holoviz.org/#category=hvplot) for a visual summary of the major features added in a selection of releases.
44

5+
## Version 0.12.1 (2025-08-29)
6+
7+
The 0.12.1 release is a patch release that brings a few bugfixes and enhancements, and most importantly adds a new extended [Gallery](https://hvplot.holoviz.org/en/docs/latest/gallery/index.html) 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!
8+
9+
Enhancements:
10+
11+
- `hvplot.show` supports displaying Param/Panel reactive expressions ([#1651](https://github.com/holoviz/hvplot/pull/1651))
12+
13+
Bug Fixes:
14+
15+
- Fix error raised when importing `sampledata` and `hvsampledata` is not installed ([#1649](https://github.com/holoviz/hvplot/pull/1649))
16+
- Ensure the `hist` plotting method uses `bin_range` ([#1663](https://github.com/holoviz/hvplot/pull/1663))
17+
18+
Documentation:
19+
20+
- Add new examples Gallery and remove the old Reference Gallery ([#1603](https://github.com/holoviz/hvplot/pull/1603))
21+
- Add admonitions to keywords added in version 0.12.0 ([#1650](https://github.com/holoviz/hvplot/pull/1650))
22+
- Document the `sampledata` module added in version 0.12.0 ([#1646](https://github.com/holoviz/hvplot/pull/1646))
23+
24+
Infrastructure / Tests:
25+
26+
- Upload documentation build artifacts ([#1655](https://github.com/holoviz/hvplot/pull/1655))
27+
- Fix auto-triage bot ([#1631](https://github.com/holoviz/hvplot/pull/1631))
28+
29+
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.12.0...v0.12.1)
30+
531
## Version 0.12.0 (2025-08-01)
632

733
This minor release brings extensive documentation improvements, exposes new HoloViews options, and brings a few bugfixes. Check out the [release blog post](https://blog.holoviz.org/posts/hvplot_release_0.12/) for a visual overview of the key updates.

0 commit comments

Comments
 (0)