Skip to content

Commit

Permalink
Add 1.14.3 release notes (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 8, 2021
1 parent 4244488 commit bfb97b1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
30 changes: 30 additions & 0 deletions 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
==============

Expand Down
31 changes: 31 additions & 0 deletions doc/releases.rst
Expand Up @@ -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 <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
**************

Expand Down

0 comments on commit bfb97b1

Please sign in to comment.