Skip to content

Commit c76a1df

Browse files
philippjfrjlstevens
authored andcommitted
Added CHANGELOG entry for 1.10.5 (#2773)
1 parent 941a34d commit c76a1df

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
Version 1.10.5
2+
==============
3+
4+
This is a minor bug fix release containing a mixture of small
5+
enhancements, a number of important fixes and improved compatibility
6+
with pandas 0.23.
7+
8+
Enhancements:
9+
10+
- Graph.from_networkx now extracts node and edge attributes from
11+
networkx graphs
12+
([#2714](https://github.com/ioam/holoviews/pull/2714))
13+
- Added throttling support to scrubber widget
14+
([#2748](https://github.com/ioam/holoviews/pull/2748))
15+
- histogram operation now works on datetimes
16+
([#2719](https://github.com/ioam/holoviews/pull/2719))
17+
- Legends on NdOverlay containing overlays now supported
18+
([#2755](https://github.com/ioam/holoviews/pull/2755))
19+
- Dataframe indexes may now be referenced in ``.to`` conversion
20+
([#2739](https://github.com/ioam/holoviews/pull/2739))
21+
- Reindexing a gridded Dataset without arguments now behaves
22+
consistently with NdMapping types and drops scalar dimensions making
23+
it simpler to drop dimensions after selecting
24+
([#2746](https://github.com/ioam/holoviews/pull/2746))
25+
26+
Fixes:
27+
28+
- Various fixes for QuadMesh support including support for contours,
29+
nan coordinates and inverted coordinates
30+
([#2691](https://github.com/ioam/holoviews/pull/2691),
31+
[#2702](https://github.com/ioam/holoviews/pull/2702),
32+
[#2771](https://github.com/ioam/holoviews/pull/2771))
33+
- Fixed bugs laying out complex layouts in bokeh
34+
([#2740](https://github.com/ioam/holoviews/pull/2740))
35+
- Fix for adding value dimensions to an xarray dataset
36+
([#2761](https://github.com/ioam/holoviews/pull/2761)
37+
38+
Compatibility:
39+
40+
- Addressed various deprecation warnings generated by pandas 0.23
41+
([#2699](https://github.com/ioam/holoviews/pull/2699),
42+
[#2725](https://github.com/ioam/holoviews/pull/2725),
43+
[#2767](https://github.com/ioam/holoviews/pull/2767))
44+
45+
146
Version 1.10.4
247
==============
348

0 commit comments

Comments
 (0)