Skip to content

Commit c5c6eaf

Browse files
committed
Added CHANGELOG for 1.10.7
1 parent ad03e1d commit c5c6eaf

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
Version 1.10.6
220
==============
321

doc/releases.rst

+18
Original file line numberDiff line numberDiff 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+
1735
Version 1.10.6
1836
==============
1937

0 commit comments

Comments
 (0)