Skip to content

Commit ddc73ae

Browse files
authored
Add release notes for v0.11.2 (#1465)
1 parent 5d6c8ab commit ddc73ae

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
],
4949
'pygment_dark_style': 'material',
50-
'announcement': "hvPlot 0.11 has just been released! Checkout the <a href='https://blog.holoviz.org/posts/hvplot_release_0.11/'>blog post</a> and support hvPlot by giving it a 🌟 on <a href='https://github.com/holoviz/hvplot'>Github</a>.",
50+
# 'announcement': "hvPlot 0.11 has just been released! Checkout the <a href='https://blog.holoviz.org/posts/hvplot_release_0.11/'>blog post</a> and support hvPlot by giving it a 🌟 on <a href='https://github.com/holoviz/hvplot'>Github</a>.",
5151
}
5252
)
5353

doc/releases.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2 (2024-12-16)
6+
7+
The 0.11.2 release is a patch release that brings a few important bugfixes. Many thanks to @tomchor (first contribution!), @ahuang11, @Azaya89, @Hoxbro, and @maximlt for their contributions!
8+
9+
Bug Fixes:
10+
11+
- Stop using HoloViews private API to get datashader's version in `scatter_matrix` ([#1446](https://github.com/holoviz/hvplot/pull/1446))
12+
- Fix geoviews availability logic in the Explorer ([#1451](https://github.com/holoviz/hvplot/pull/1451))
13+
- Do not attempt to auto-project a spatialpandas geodataframe ([#1459](https://github.com/holoviz/hvplot/pull/1459))
14+
- Check cmap type before comparing to categories ([#1462](https://github.com/holoviz/hvplot/pull/1462))
15+
16+
Documentation:
17+
18+
- Fix typo in the Explorer docs ([#1455](https://github.com/holoviz/hvplot/pull/1455))
19+
20+
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.11.1...v0.11.2)
21+
522
## Version 0.11.1 (2024-10-16)
623

724
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!

0 commit comments

Comments
 (0)