Skip to content

Commit 4e9f860

Browse files
authored
add release notes for 0.9.2 (#1263)
1 parent 9899b68 commit 4e9f860

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/releases.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.9.2 (2024-01-29)
6+
7+
The 0.9.1 release is a patch release that brings a few bugfixes and documentation improvements, improving `Polars` support and documentation. Many thanks to @kevinheavey (first contribution!), @MarcoGorelli, @Hoxbro, and @maximlt for their contributions.
8+
9+
Bug fixes:
10+
11+
- Correctly fall back to all numeric Polars columns when `y` is not specified ([#1247](https://github.com/holoviz/hvplot/pull/1247))
12+
13+
Documentation:
14+
15+
- Better expose Polars support ([#1262](https://github.com/holoviz/hvplot/pull/1262))
16+
- Rename the `Pandas` reference section to `Tabular` ([#1260](https://github.com/holoviz/hvplot/pull/1260))
17+
- Add roadmap for 2024 ([#1253](https://github.com/holoviz/hvplot/pull/1253))
18+
- Various small changes ([#1255](https://github.com/holoviz/hvplot/pull/1255) and [#1261](https://github.com/holoviz/hvplot/pull/1261))
19+
20+
Infrastructure / Tests:
21+
22+
- Add downstream Polars test ([#1243](https://github.com/holoviz/hvplot/pull/1243))
23+
- Compatibility with Pandas 2.2 ([#1257](https://github.com/holoviz/hvplot/pull/1257))
24+
- Dynamically generate the unit test matrix and add a cache option ([#1235](https://github.com/holoviz/hvplot/pull/1235))
25+
26+
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.9.1...v0.9.2)
27+
528
## Version 0.9.1 (2023-12-22)
629

730
The 0.9.1 release brings a number of enhancements, bugfixes and documentation improvements. Many thanks to @iuryt (first contribution!), @MarcoGorelli (first contribution!), @ahuang11, @Hoxbro and @maximlt for their contributions.

0 commit comments

Comments
 (0)