Skip to content

Commit 7a0498d

Browse files
maximlthoxbro
andauthored
Add release notes for 0.10.0 (#1326)
Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
1 parent bde927a commit 7a0498d

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

doc/releases.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,61 @@
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.10.0 (2024-05-02)
6+
7+
This minor release brings a number of enhancements and bugfixes.
8+
9+
- 🧰 Improving the contributor experience: moving away from `pyctdev` to a more usual and easier approach, and adopt `ruff` as a linter and formatter
10+
- 📦 Modernizing hvPlot's packaging: migrating to `pyproject.toml`
11+
- 📖 Improving the documentation: adding a user guide on large time-series and improving the geographic user guide
12+
- 📈 Enhancing the plotting API: in part to support the [NumFocus SDG](https://opencollective.com/holoviz/projects/holoviz-sdg-2023-round-3) project that aims to modernize the [HoloViz Examples](https://examples.holoviz.org)
13+
- 🐛 Fixing bugs!
14+
15+
Many thanks to @ahuang11, @droumis, @Hoxbro, @jsignell, and @maximlt for their contributions.
16+
17+
Governance:
18+
19+
- Andrew (@ahuang11) promoted as Maintainer! ([#1267](https://github.com/holoviz/hvplot/pull/1267))
20+
21+
Enhancements:
22+
23+
- Add `bgcolor` parameter to set the background color ([#1308](https://github.com/holoviz/hvplot/pull/1308))
24+
- Add `robust` parameter, similarly to Xarray ([#1291](https://github.com/holoviz/hvplot/pull/1291))
25+
- Add `tiles_opts` parameter to customize the tiles ([#1299](https://github.com/holoviz/hvplot/pull/1299))
26+
- Add support to `xyzservices` tiles ([#1307](https://github.com/holoviz/hvplot/pull/1307))
27+
- Allow to set the `downsample` algorithm as string input ([#1314](https://github.com/holoviz/hvplot/pull/1314))
28+
- Allow `crs` as Cartopy class name to match `projection` ([#1332](https://github.com/holoviz/hvplot/pull/1332))
29+
30+
Bug Fixes:
31+
32+
- Fix saving Panel objects with `hvplot.save` ([#1297](https://github.com/holoviz/hvplot/pull/1297))
33+
- Fix setting `group_label` when plotting a histogram ([#1310](https://github.com/holoviz/hvplot/pull/1310))
34+
- Fix the support of HoloViews ImageStack support and usage of `aggregator` and `by` ([#1316](https://github.com/holoviz/hvplot/pull/1316))
35+
- Fix handling of EPSG codes ([#1330](https://github.com/holoviz/hvplot/pull/1330))
36+
- Explorer: fix handling of Xarray objects that have dims without coords ([#1334](https://github.com/holoviz/hvplot/pull/1334))
37+
38+
Compatibility:
39+
40+
- Minor changes in preparation of the HoloViews Pandas index refactor ([#1281](https://github.com/holoviz/hvplot/pull/1281))
41+
42+
Documentation:
43+
44+
- Add user guide for working with large time-series datasets ([#1302](https://github.com/holoviz/hvplot/pull/1302))
45+
- Clarify the geographic user guide ([#1269](https://github.com/holoviz/hvplot/pull/1269), [#1299](https://github.com/holoviz/hvplot/pull/1299))
46+
- Misc ([#1266](https://github.com/holoviz/hvplot/pull/1266), [#1268](https://github.com/holoviz/hvplot/pull/1268), [#1319](https://github.com/holoviz/hvplot/pull/1319))
47+
48+
Infrastructure / Tests:
49+
50+
- Migrate to pyproject.toml and improve the contributor experience ([#1296](https://github.com/holoviz/hvplot/pull/1296), [#1322](https://github.com/holoviz/hvplot/pull/1322))
51+
- Format and lint the code base with `ruff` ([#1320](https://github.com/holoviz/hvplot/pull/1320))
52+
- Pin intake to version 2.0.0 ([#1275](https://github.com/holoviz/hvplot/pull/1275))
53+
- Fix the test suite after the latest Dask release ([#1298](https://github.com/holoviz/hvplot/pull/1298))
54+
- Remove the `examples` folder ([#1287](https://github.com/holoviz/hvplot/pull/1287))
55+
- Install the tests dependencies primarily with pip ([#1276](https://github.com/holoviz/hvplot/pull/1276))
56+
- Misc ([#1317](https://github.com/holoviz/hvplot/pull/1317), [#1321](https://github.com/holoviz/hvplot/pull/1321), [#1323](https://github.com/holoviz/hvplot/pull/1323), [#1324](https://github.com/holoviz/hvplot/pull/1324), [#1327](https://github.com/holoviz/hvplot/pull/1327))
57+
58+
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.9.2...v0.9.3)
59+
560
## Version 0.9.2 (2024-01-29)
661

762
The 0.9.2 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.

0 commit comments

Comments
 (0)