From 2c9b45743aae9afd794a82955f090eedc7cfda83 Mon Sep 17 00:00:00 2001 From: maximlt Date: Mon, 16 Dec 2024 11:02:36 +0100 Subject: [PATCH 1/2] add release notes --- doc/releases.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/releases.md b/doc/releases.md index 6ecb30302..283946bda 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -2,6 +2,23 @@ See [the HoloViz blog](https://blog.holoviz.org/#category=hvplot) for a visual summary of the major features added in a selection of releases. +## Version 0.11.2 (2024-12-16) + +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! + +Bug Fixes: + +- Stop using HoloViews private API to get datashader's version in `scatter_matrix` ([#1446](https://github.com/holoviz/hvplot/pull/1446)) +- Fix geoviews availability logic in the Explorer ([#1451](https://github.com/holoviz/hvplot/pull/1451)) +- Do not attempt to auto-project a spatialpandas geodataframe ([#1459](https://github.com/holoviz/hvplot/pull/1459)) +- Check cmap type before comparing to categories ([#1462](https://github.com/holoviz/hvplot/pull/1462)) + +Documentation: + +- Fix typo in the Explorer docs ([#1455](https://github.com/holoviz/hvplot/pull/1455)) + +[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.11.1...v0.11.2) + ## Version 0.11.1 (2024-10-16) 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! From 8b630e4d5cfd692b721f0cfcbde6e3e48f15e103 Mon Sep 17 00:00:00 2001 From: maximlt Date: Mon, 16 Dec 2024 11:03:43 +0100 Subject: [PATCH 2/2] comment out banner --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 803d17947..2a5f16a85 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ }, ], 'pygment_dark_style': 'material', - 'announcement': "hvPlot 0.11 has just been released! Checkout the blog post and support hvPlot by giving it a 🌟 on Github.", + # 'announcement': "hvPlot 0.11 has just been released! Checkout the blog post and support hvPlot by giving it a 🌟 on Github.", } )