Skip to content

Commit 9078378

Browse files
authored
Release notes 0.11.1 (#1445)
1 parent 359ecc1 commit 9078378

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
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.11.1 (2024-10-16)
6+
7+
The 0.11.1 release is a patch release that brings a few bugfixes and documentation improvements. In particular it fixes a regression introduced in version 0.11.0 leading to an error when a plot is created from a Dask object with `tiles=True`. Many thanks to @Palmr (first contribution!), @ahuang11, @Hoxbro, @maximlt, and @philippjfr for their contributions!
8+
9+
Bug Fixes:
10+
11+
- Fix regression when `tiles=True` with Dask ([#1432](https://github.com/holoviz/hvplot/pull/1432))
12+
- Fix hover tooltips for NetworkX plots ([#1439](https://github.com/holoviz/hvplot/pull/1439))
13+
14+
Documentation:
15+
16+
- Add `nb_interactivity_warning` extension ([#1444](https://github.com/holoviz/hvplot/pull/1444))
17+
- Document Ruff's `allowed-unused-imports` ([#1436](https://github.com/holoviz/hvplot/pull/1436))
18+
- Update image links in README ([#1433](https://github.com/holoviz/hvplot/pull/1433))
19+
- Minor fixes ([#1434](https://github.com/holoviz/hvplot/pull/1434))
20+
21+
Tests:
22+
23+
- Mark `test_explorer_geo_revise_kind` with geo marker ([#1426](https://github.com/holoviz/hvplot/pull/1426))
24+
25+
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.11.0...v0.11.1)
26+
27+
528
## Version 0.11.0 (2024-09-27)
629

730
This minor release brings a number of enhancements and bugfixes, checkout the [release blog post](https://blog.holoviz.org/posts/hvplot_release_0.11/) for a visual summary of the most important changes.

doc/user_guide/Viewing.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@
172172
]
173173
},
174174
{
175-
"cell_type": "code",
176-
"execution_count": null,
175+
"cell_type": "markdown",
177176
"metadata": {},
178-
"outputs": [],
179177
"source": [
180-
"hvplot.save(plot, 'test.png')"
178+
"```python\n",
179+
"hvplot.save(plot, 'test.png')\n",
180+
"```"
181181
]
182182
},
183183
{

0 commit comments

Comments
 (0)