1+ Version 1.14.9
2+ ==============
3+ ** May 6, 2022**
4+
5+ This release contains a small number of important bug fixes as well as
6+ support for the newly added antialiasing option for line rendering in
7+ datashader. Many thanks to @andriyot , @Hoxbro , @pepijndevos , @stas-sl ,
8+ @TheoMathurin , @maximlt , @jlstevens , @jbednar , and @philippjfr .
9+
10+ Enhancements:
11+
12+ - Improvements to extension loading, improving visual appearance in
13+ JupyterLab when no logo is used and a check to avoid loading
14+ unnecessary JavaScript.
15+ ([ #5216 ] ( https://github.com/holoviz/holoviews/pull/5216 ) ,
16+ [ #5249 ] ( https://github.com/holoviz/holoviews/pull/5249 ) )
17+ - Add support for setting antialiased line_width on datashader line
18+ aggregation as well as pixel_ratio setting
19+ ([ #5264 ] ( https://github.com/holoviz/holoviews/pull/5264 ) ,
20+ [ #5288 ] ( https://github.com/holoviz/holoviews/pull/5288 ) )
21+ - Added options to customize hover line_ (width|join|cap|dash) properties
22+ ([ #5211 ] ( https://github.com/holoviz/holoviews/pull/5211 ) )
23+ - Restored Python 2 compatibility that lapsed due to lack of CI testing
24+ since 1.14.3. This is expected to be the last release with Python 2 support.
25+ ([ #5298 ] ( https://github.com/holoviz/holoviews/pull/5298 ) )
26+
27+ Bug fixes:
28+
29+ - Fix to respect series order in stacked area plot
30+ ([ #5236 ] ( https://github.com/holoviz/holoviews/pull/5236 ) )
31+ - Support buffer streams of unspecified length (#5247 )
32+ ([ #5247 ] ( https://github.com/holoviz/holoviews/pull/5247 ) )
33+ - Fixed log axis lower bound when data minimum is <= 0
34+ ([ #5246 ] ( https://github.com/holoviz/holoviews/pull/5246 ) )
35+ - Declared GitHub project URL in setup.py
36+ ([ #5227 ] ( https://github.com/holoviz/holoviews/pull/5227 ) )
37+ - Fixed streaming Psutil example application
38+ ([ #5243 ] ( https://github.com/holoviz/holoviews/pull/5243 ) )
39+ - Respecting Renderer's center property for HoloViews pane
40+ ([ #5197 ] ( https://github.com/holoviz/holoviews/pull/5197 ) )
41+ - Fix vmin/vmax deprecation in HeatMap plot for matplotlib > 3.3
42+ ([ #5300 ] ( https://github.com/holoviz/holoviews/pull/5300 ) )
43+
44+ Documentation:
45+
46+ - Updated Large data guide to reflect changes in Datashader and
47+ antialising support
48+ ([ #5267 ] ( https://github.com/holoviz/holoviews/pull/5267 ) ,
49+ [ #5290 ] ( https://github.com/holoviz/holoviews/pull/5290 ) )
50+
51+
152Version 1.14.8
253==============
354** February 15, 2022**
455
556This release contains a small number of important bug fixes as well as
657fixes required for Python 3.9 and 3.10 support. Many thanks to @Hoxbro ,
758@maximlt , @jlstevens , @jbednar , and @philippjfr .
8-
59+
960Bug fixes:
1061
1162- Fixed xarray validation for aliased coordinate
@@ -38,7 +89,7 @@ Version 1.14.7
3889** December 16, 2021**
3990
4091This release contains a small number of important bug fixes. Many thanks
41- to @douglas-raillard-arm , @jenssss , @w31t1 , @Hoxbro , @martinfleis , @maximlt ,
92+ to @douglas-raillard-arm , @jenssss , @w31t1 , @Hoxbro , @martinfleis , @maximlt ,
4293@jlstevens , @jbednar , and @philippjfr .
4394
4495Bug fixes:
@@ -94,7 +145,7 @@ Bug fixes:
94145 ([ #5098 ] ( https://github.com/holoviz/holoviews/pull/5098 ) )
95146- Improved docs:
96147 * Switch to the Pydata Sphinx theme
97- ([ #5163 ] ( https://github.com/holoviz/holoviews/pull/5163 ) )
148+ ([ #5163 ] ( https://github.com/holoviz/holoviews/pull/5163 ) )
98149
99150Version 1.14.6
100151==============
@@ -119,7 +170,7 @@ Bug fixes:
119170- Improvements to linked selections including support for linked
120171 selection lasso for cudf and improved warnings
121172 ([ #5044 ] ( https://github.com/holoviz/holoviews/pull/5044 ) ,
122- [ #5051 ] ( https://github.com/holoviz/holoviews/pull/5051 ) )
173+ [ #5051 ] ( https://github.com/holoviz/holoviews/pull/5051 ) )
123174- Respect apply_ranges at range computation level
124175 ([ #5081 ] ( https://github.com/holoviz/holoviews/pull/5081 ) )
125176- Keep ordering of kdim when stacking Areas
@@ -130,7 +181,7 @@ Bug fixes:
130181Version 1.14.5
131182==============
132183** July 16, 2021**
133-
184+
134185This is a hotfix release with a number of important bug fixes. Most
135186importantly, this version supports for the recent pandas 1.3.0
136187release. Many thanks to @kgullikson88 , @philippjfr and @jlstevens for
0 commit comments