Skip to content

Commit bfb97b1

Browse files
authored
Add 1.14.3 release notes (#4883)
1 parent 4244488 commit bfb97b1

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Version 1.14.3
2+
==============
3+
4+
This release contains a small number of bug fixes, enhancements and
5+
compatibility for the latest release of matplotlib. Many thanks to
6+
@stonebig, @Hoxbro, @jlstevens, @jbednar and @philippjfr.
7+
8+
Enhancements:
9+
10+
- Allow applying linked selections to chained `DynamicMap`
11+
([#4870](https://github.com/holoviz/holoviews/pull/4870))
12+
- Issuing improved error message when `__radd__` called with an
13+
integer ([#4868](https://github.com/holoviz/holoviews/pull/4868))
14+
- Implement `MultiInterface.assign`
15+
([#4880](https://github.com/holoviz/holoviews/pull/4880))
16+
- Handle tuple unit on xarray attribute
17+
([#4881](https://github.com/holoviz/holoviews/pull/4881))
18+
- Support selection masks and expressions on gridded data
19+
([#4882](https://github.com/holoviz/holoviews/pull/4882))
20+
21+
Bug fixes:
22+
23+
- Handle empty renderers when merging `HoverTool.renderers`
24+
([#4856](https://github.com/holoviz/holoviews/pull/4856))
25+
26+
Compatibility:
27+
28+
- Support matplotlib versions >=3.4
29+
([#4878](https://github.com/holoviz/holoviews/pull/4878))
30+
131
Version 1.14.2
232
==============
333

doc/releases.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ Releases
44
Version 1.14
55
~~~~~~~~~~~~
66

7+
Version 1.14.3
8+
**************
9+
10+
This release contains a small number of bug fixes, enhancements and
11+
compatibility for the latest release of matplotlib. Many thanks to
12+
@stonebig, @Hoxbro, @jlstevens, @jbednar and @philippjfr.
13+
14+
Enhancements:
15+
16+
- Allow applying linked selections to chained ``DynamicMap``
17+
(`#4870 <https://github.com/holoviz/holoviews/pull/4870>`__)
18+
- Issuing improved error message when ``__radd__`` called with an
19+
integer (`#4868 <https://github.com/holoviz/holoviews/pull/4868>`__)
20+
- Implement ``MultiInterface.assign``
21+
(`#4880 <https://github.com/holoviz/holoviews/pull/4880>`__)
22+
- Handle tuple unit on xarray attribute
23+
(`#4881 <https://github.com/holoviz/holoviews/pull/4881>`__)
24+
- Support selection masks and expressions on gridded data
25+
(`#4882 <https://github.com/holoviz/holoviews/pull/4882>`__)
26+
27+
Bug fixes:
28+
29+
- Handle empty renderers when merging ``HoverTool.renderers``
30+
(`#4856 <https://github.com/holoviz/holoviews/pull/4856>`__)
31+
32+
Compatibility:
33+
34+
- Support matplotlib versions >=3.4
35+
(`#4878 <https://github.com/holoviz/holoviews/pull/4878>`__)
36+
37+
738
Version 1.14.2
839
**************
940

0 commit comments

Comments
 (0)