File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed 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
+
1
19
Version 1.10.6
2
20
==============
3
21
Original file line number Diff line number Diff line change @@ -14,6 +14,24 @@ Release notes
14
14
*************
15
15
16
16
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
+
17
35
Version 1.10.6
18
36
==============
19
37
You can’t perform that action at this time.
0 commit comments