From 9c72201b6a0dd2463f640ee8f8bb14f86cfa5c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Wed, 8 Nov 2023 19:14:41 +0100 Subject: [PATCH] Update changelog with 1.18.1 (#5980) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ doc/releases.rst | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28800d45d..a6f9f7cd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +Version 1.18.1 +============== +**November 8, 2023** + + +This release contains a small number of bug fixes and compatibility updates — many thanks to @philippjfr and @Hoxbro for their contributions. + + +Bug fixes: + +- Account for overlaid elements when using `subcoordinates_y` ([#5950](https://github.com/holoviz/holoviews/pull/5950)) +- Fix `groupby` option for vectorized annotations ([#5956](https://github.com/holoviz/holoviews/pull/5956)) +- Fix and improvements to `ImageStack` ([#5961](https://github.com/holoviz/holoviews/pull/5961)) +- Do not allow partial matches when updating `OverlayPlot` ([#5962](https://github.com/holoviz/holoviews/pull/5962)) +- Always ravel array in `unique_array` ([#5969](https://github.com/holoviz/holoviews/pull/5969)) + +Compatibility: + +- Update Stamen maps with new URL ([#5967](https://github.com/holoviz/holoviews/pull/5967)) +- Compatibility updates for Numpy 2.0 ([#5979](https://github.com/holoviz/holoviews/pull/5979)) + +Maintenance: + +- General maintenance ([#5955](https://github.com/holoviz/holoviews/pull/5955)) + + Version 1.18.0 ============== **October 18, 2023** diff --git a/doc/releases.rst b/doc/releases.rst index ea74c054c6..fa6b14fb3f 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -4,6 +4,40 @@ Releases Version 1.18 ~~~~~~~~~~~~ +Version 1.18.1 +************** + +**November 8, 2023** + +This release contains a small number of bug fixes and compatibility +updates — many thanks to @philippjfr and @Hoxbro for their +contributions. + +Bug fixes: + +- Account for overlaid elements when using ``subcoordinates_y`` + (`#5950 `__) +- Fix ``groupby`` option for vectorized annotations + (`#5956 `__) +- Fix and improvements to ``ImageStack`` + (`#5961 `__) +- Do not allow partial matches when updating ``OverlayPlot`` + (`#5962 `__) +- Always ravel array in ``unique_array`` + (`#5969 `__) + +Compatibility: + +- Update Stamen maps with new URL + (`#5967 `__) +- Compatibility updates for Numpy 2.0 + (`#5979 `__) + +Maintenance: + +- General maintenance + (`#5955 `__) + Version 1.18.0 **************