Skip to content

Commit d451c07

Browse files
committed
docs: Update changelog
1 parent c717261 commit d451c07

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

doc/releases.md

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

33
## Version 1.22
44

5+
### Version 1.22.1
6+
7+
**December 1, 2025**
8+
9+
This patch release includes a number of bug fixes and enhancements.
10+
Many thanks to [@chrisbotica](https://github.com/chrisbotica) (first contribution), [@JelmerBot](https://github.com/JelmerBot) (first contribution), [@Azaya89](https://github.com/Azaya89), and [@hoxbro](https://github.com/hoxbro) for their contributions.
11+
12+
Enhancements:
13+
14+
- Add `text_outline_color` style to Labels (Bokeh) ([#6738](https://github.com/holoviz/holoviews/pull/6738))
15+
- Add support for timedelta axis and support Narwhals duration (Bokeh) ([#6734](https://github.com/holoviz/holoviews/pull/6734))
16+
- Add numpy masked array to `masked_types` ([#6732](https://github.com/holoviz/holoviews/pull/6732))
17+
18+
Bug Fixes:
19+
20+
- Suppress Runtime warnings for negative size values (Matplotlib) ([#6744](https://github.com/holoviz/holoviews/pull/6744))
21+
- Don't error if `Heatmap` is optimized and color style is used ([#6730](https://github.com/holoviz/holoviews/pull/6730))
22+
- Narwhals Series not being seen as arraylike and not computing `dim` expression ([#6729](https://github.com/holoviz/holoviews/pull/6729))
23+
- Check categorical legend dtypes for `categories` before accessing it ([#6053](https://github.com/holoviz/holoviews/pull/6053))
24+
- Element interface mask to allow for `np.nan` ([#5790](https://github.com/holoviz/holoviews/pull/5790))
25+
526
### Version 1.22.0
627

728
**November 10, 2025**

0 commit comments

Comments
 (0)