File tree 2 files changed +50
-0
lines changed
2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.11.2
2
+ ==============
3
+
4
+ This is a minor bug fix release with a number of small but important
5
+ bug fixes. Special thanks to @darynwhite for his contributions.
6
+
7
+ Bug fixes:
8
+
9
+ - Compatibility with pandas 0.24.0 release
10
+ ([ #3433 ] ( https://github.com/ioam/holoviews/pull/3433 ) )
11
+ - Fixed timestamp selections on streams
12
+ ([ #3427 ] ( https://github.com/ioam/holoviews/pull/3427 ) )
13
+ - Fixed persisting options during clone on Overlay
14
+ ([ #3435 ] ( https://github.com/ioam/holoviews/pull/3435 ) )
15
+ - Ensure cftime datetimes are displayed as a slider
16
+ ([ #3413 ] ( https://github.com/ioam/holoviews/pull/3413 ) )
17
+
18
+ Enhancements:
19
+
20
+ - Allow defining hook on backend load
21
+ ([ #3429 ] ( https://github.com/ioam/holoviews/pull/3429 ) )
22
+ - Improvements for handling graph attributes in Graph.from_networkx
23
+ ([ #3432 ] ( https://github.com/ioam/holoviews/pull/3432 ) )
24
+
25
+
1
26
Version 1.11.1
2
27
==============
3
28
Original file line number Diff line number Diff line change @@ -13,6 +13,31 @@ Release notes
13
13
Version 1.11
14
14
~~~~~~~~~~~~
15
15
16
+ Version 1.11.2
17
+ ==============
18
+
19
+ This is a minor bug fix release with a number of minor but important
20
+ bug fixes. Special thanks to @darynwhite for his contributions.
21
+
22
+ Bug fixes:
23
+
24
+ * Fixed persisting options during clone on Overlay
25
+ (`#3435 <https://github.com/ioam/holoviews/pull/3435 >`_)
26
+ * Ensure cftime datetimes are displayed as a slider
27
+ (`#3413 <https://github.com/ioam/holoviews/pull/3413 >`_)
28
+ * Fixed timestamp selections on streams
29
+ (`#3427 <https://github.com/ioam/holoviews/pull/3427 >`_)
30
+ * Compatibility with pandas 0.24.0 release
31
+ (`#3433 <https://github.com/ioam/holoviews/pull/3433 >`_)
32
+
33
+ Enhancements:
34
+
35
+ * Allow defining hook on backend load
36
+ (`#3429 <https://github.com/ioam/holoviews/pull/3429 >`_)
37
+ * Improvements for handling graph attributes in `Graph.from_networkx `
38
+ (``#3432 <https://github.com/ioam/holoviews/pull/3432>`_)
39
+
40
+
16
41
Version 1.11.1
17
42
==============
18
43
You can’t perform that action at this time.
0 commit comments