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.10.7
2+ ==============
3+
4+ This a very minor hotfix release mostly containing fixes for datashader
5+ aggregation of empty datasets:
6+
7+ Fixes:
8+
9+ - Fix datashader aggregation of empty and zero-range data
10+ ([ #2860 ] ( https://github.com/ioam/holoviews/pull/2860 ) ,
11+ [ #2863 ] ( https://github.com/ioam/holoviews/pull/2863 ) )
12+ - Disable validation for additional, non-referenced keys in the
13+ DictInterface ([ #2860 ] ( https://github.com/ioam/holoviews/pull/2860 ) )
14+ - Fixed frame lookup for non-overlapping dimensions
15+ ([ #2861 ] ( https://github.com/ioam/holoviews/pull/2861 ) )
16+ - Fixed ticks on log Colorbar if low value <= 0
17+ ([ #2865 ] ( https://github.com/ioam/holoviews/pull/2865 ) )
18+
119Version 1.10.6
220==============
321
Original file line number Diff line number Diff line change @@ -14,6 +14,24 @@ Release notes
1414*************
1515
1616
17+ Version 1.10.7
18+ ==============
19+
20+ This a very minor hotfix release mostly containing fixes for datashader
21+ aggregation of empty datasets:
22+
23+ Fixes:
24+
25+ - Fix datashader aggregation of empty and zero-range data
26+ (`#2860 <https://github.com/ioam/holoviews/pull/2860 >`_,
27+ `#2863 <https://github.com/ioam/holoviews/pull/2863 >`_)
28+ - Disable validation for additional, non-referenced keys in the
29+ DictInterface (`#2860 <https://github.com/ioam/holoviews/pull/2860 >`_)
30+ - Fixed frame lookup for non-overlapping dimensions
31+ (`#2861 <https://github.com/ioam/holoviews/pull/2861 >`_)
32+ - Fixed ticks on log Colorbar if low value <= 0
33+ (`#2865 <https://github.com/ioam/holoviews/pull/2865 >`_)
34+
1735Version 1.10.6
1836==============
1937
You can’t perform that action at this time.
0 commit comments