Skip to content

Commit b9b3cb1

Browse files
philippjfrjlstevens
authored andcommitted
Updated CHANGELOG for 1.11.2 (#3436)
1 parent 975d2a6 commit b9b3cb1

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
Version 1.11.1
227
==============
328

doc/releases.rst

+25
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@ Release notes
1313
Version 1.11
1414
~~~~~~~~~~~~
1515

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+
1641
Version 1.11.1
1742
==============
1843

0 commit comments

Comments
 (0)