File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
125Version 1.14.0
2- ================
26+ ==============
327
428This release brings a number of major features including a new
529IbisInterface, new Plotly Dash support and greatly improved Plotly
Original file line number Diff line number Diff line change @@ -4,6 +4,33 @@ Releases
44Version 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+
734Version 1.14.0
835**************
936
You can’t perform that action at this time.
0 commit comments