From bfb97b1c722b4d713ce39d69e4abe4cdbf3f4cb4 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 8 Apr 2021 08:04:46 -0400 Subject: [PATCH] Add 1.14.3 release notes (#4883) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ doc/releases.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f397cc11..dc2a90ea8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +Version 1.14.3 +============== + +This release contains a small number of bug fixes, enhancements and +compatibility for the latest release of matplotlib. Many thanks to +@stonebig, @Hoxbro, @jlstevens, @jbednar and @philippjfr. + +Enhancements: + +- Allow applying linked selections to chained `DynamicMap` + ([#4870](https://github.com/holoviz/holoviews/pull/4870)) +- Issuing improved error message when `__radd__` called with an + integer ([#4868](https://github.com/holoviz/holoviews/pull/4868)) +- Implement `MultiInterface.assign` + ([#4880](https://github.com/holoviz/holoviews/pull/4880)) +- Handle tuple unit on xarray attribute + ([#4881](https://github.com/holoviz/holoviews/pull/4881)) +- Support selection masks and expressions on gridded data + ([#4882](https://github.com/holoviz/holoviews/pull/4882)) + +Bug fixes: + +- Handle empty renderers when merging `HoverTool.renderers` + ([#4856](https://github.com/holoviz/holoviews/pull/4856)) + +Compatibility: + +- Support matplotlib versions >=3.4 + ([#4878](https://github.com/holoviz/holoviews/pull/4878)) + Version 1.14.2 ============== diff --git a/doc/releases.rst b/doc/releases.rst index 87e55e0a25..fd7b18b3f8 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -4,6 +4,37 @@ Releases Version 1.14 ~~~~~~~~~~~~ +Version 1.14.3 +************** + +This release contains a small number of bug fixes, enhancements and +compatibility for the latest release of matplotlib. Many thanks to +@stonebig, @Hoxbro, @jlstevens, @jbednar and @philippjfr. + +Enhancements: + +- Allow applying linked selections to chained ``DynamicMap`` + (`#4870 `__) +- Issuing improved error message when ``__radd__`` called with an + integer (`#4868 `__) +- Implement ``MultiInterface.assign`` + (`#4880 `__) +- Handle tuple unit on xarray attribute + (`#4881 `__) +- Support selection masks and expressions on gridded data + (`#4882 `__) + +Bug fixes: + +- Handle empty renderers when merging ``HoverTool.renderers`` + (`#4856 `__) + +Compatibility: + +- Support matplotlib versions >=3.4 + (`#4878 `__) + + Version 1.14.2 **************