Skip to content

Commit d04e2c2

Browse files
authored
Add CHANGELOG for v1.14.1 (#4769)
* Add CHANGELOG for v1.14.1 * Update text
1 parent 31f8c5c commit d04e2c2

2 files changed

Lines changed: 52 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1+
Version 1.14.1
2+
==============
3+
4+
This release contains a small number of bug fixes addressing
5+
regressions. Many thanks to the contributors to this release including
6+
@csachs, @GilShoshan94 and the maintainers @jlstevens, @jbednar and
7+
@philippjfr.
8+
9+
Bug fixes:
10+
11+
- Fix issues with linked selections on tables
12+
([#4758](https://github.com/holoviz/holoviews/pull/4758))
13+
- Fix Heatmap alpha dimension transform
14+
([#4757](https://github.com/holoviz/holoviews/pull/4757))
15+
- Do not drop tools in linked selections
16+
([#4756](https://github.com/holoviz/holoviews/pull/4756))
17+
- Fixed access to possibly non-existant key
18+
([#4742](https://github.com/holoviz/holoviews/pull/4742))
19+
20+
Documentation:
21+
22+
- Warn about disabled interactive features on website
23+
([#4762](https://github.com/holoviz/holoviews/pull/4762))
24+
125
Version 1.14.0
2-
================
26+
==============
327

428
This release brings a number of major features including a new
529
IbisInterface, new Plotly Dash support and greatly improved Plotly

doc/releases.rst

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

7+
Version 1.14.1
8+
==============
9+
10+
Date: 2020-12-22
11+
12+
This release contains a small number of bug fixes addressing
13+
regressions. Many thanks to the contributors to this release including
14+
@csachs, @GilShoshan94 and the maintainers @jlstevens, @jbednar and
15+
@philippjfr.
16+
17+
Bug fixes:
18+
19+
- Fix issues with linked selections on tables
20+
(`#4758 <https://github.com/holoviz/holoviews/pull/4758>`__)
21+
- Fix Heatmap alpha dimension transform
22+
(`#4757 <https://github.com/holoviz/holoviews/pull/4757>`__)
23+
- Do not drop tools in linked selections
24+
(`#4756 <https://github.com/holoviz/holoviews/pull/4756>`__)
25+
- Fixed access to possibly non-existant key
26+
(`#4742 <https://github.com/holoviz/holoviews/pull/4742>`__)
27+
28+
Documentation:
29+
30+
- Warn about disabled interactive features on website
31+
(`#4762 <https://github.com/holoviz/holoviews/pull/4762>`__)
32+
33+
734
Version 1.14.0
835
**************
936

0 commit comments

Comments
 (0)