Skip to content

Commit 96317ad

Browse files
hoxbromaximlt
andauthored
Add changelog for 1.19.1 release (#6310)
Co-authored-by: maximlt <[email protected]>
1 parent 3447469 commit 96317ad

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

doc/releases.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
## Version 1.19
44

5+
### Version 1.19.1
6+
7+
**July 4, 2024**
8+
9+
This micro release includes a number of bug fixes and enhancements, as well as compatibility updates.
10+
Thanks to @maximlt and @hoxbro for their contributions.
11+
12+
### Enhancements
13+
14+
- Add color to bars for Plotly backend ([#6294](https://github.com/holoviz/holoviews/pull/6294))
15+
16+
### Bug fixes
17+
18+
- Ensure no auto index is created when a kdim is part of a multi index ([#6299](https://github.com/holoviz/holoviews/pull/6299))
19+
- Fix `hv.Bars` with only one value in it ([#6301](https://github.com/holoviz/holoviews/pull/6301))
20+
- Set `zIndex` of Popup to 1000 ([#6297](https://github.com/holoviz/holoviews/pull/6297))
21+
- Handle boolean input in categorically grouped `Bars` plots ([#6304](https://github.com/holoviz/holoviews/pull/6304))
22+
- Also check for `pd.NA` in `is_nan` ([#6290](https://github.com/holoviz/holoviews/pull/6290))
23+
24+
### Compatibility
25+
26+
- Compatibility with Bokeh 3.5 ([#6267](https://github.com/holoviz/holoviews/pull/6267))
27+
- Compatibility with Matplotlib 3.9 ([#6307](https://github.com/holoviz/holoviews/pull/6307))
28+
- pandas: Fix observed FutureWarning for categorial groupby ([#6306](https://github.com/holoviz/holoviews/pull/6306))
29+
- Lazy load `dask.dataframe` in `operations.datashader` ([#6309](https://github.com/holoviz/holoviews/pull/6309))
30+
31+
### Maintenance
32+
33+
- Update pre-commit and conda-build script ([#6287](https://github.com/holoviz/holoviews/pull/6287))
34+
- Update hatchling options to match other packages ([#6291](https://github.com/holoviz/holoviews/pull/6291))
35+
- Update `hv.show_versions` with more relevant packages ([#6293](https://github.com/holoviz/holoviews/pull/6293))
36+
537
### Version 1.19.0
638

739
**June 13, 2024**

0 commit comments

Comments
 (0)