Skip to content

Commit

Permalink
Updated CHANGELOG for 1.11.2 (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Jan 28, 2019
1 parent 975d2a6 commit b9b3cb1
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
Version 1.11.2
==============

This is a minor bug fix release with a number of small but important
bug fixes. Special thanks to @darynwhite for his contributions.

Bug fixes:

- Compatibility with pandas 0.24.0 release
([#3433](https://github.com/ioam/holoviews/pull/3433))
- Fixed timestamp selections on streams
([#3427](https://github.com/ioam/holoviews/pull/3427))
- Fixed persisting options during clone on Overlay
([#3435](https://github.com/ioam/holoviews/pull/3435))
- Ensure cftime datetimes are displayed as a slider
([#3413](https://github.com/ioam/holoviews/pull/3413))

Enhancements:

- Allow defining hook on backend load
([#3429](https://github.com/ioam/holoviews/pull/3429))
- Improvements for handling graph attributes in Graph.from_networkx
([#3432](https://github.com/ioam/holoviews/pull/3432))


Version 1.11.1
==============

Expand Down
25 changes: 25 additions & 0 deletions doc/releases.rst
Expand Up @@ -13,6 +13,31 @@ Release notes
Version 1.11
~~~~~~~~~~~~

Version 1.11.2
==============

This is a minor bug fix release with a number of minor but important
bug fixes. Special thanks to @darynwhite for his contributions.

Bug fixes:

* Fixed persisting options during clone on Overlay
(`#3435 <https://github.com/ioam/holoviews/pull/3435>`_)
* Ensure cftime datetimes are displayed as a slider
(`#3413 <https://github.com/ioam/holoviews/pull/3413>`_)
* Fixed timestamp selections on streams
(`#3427 <https://github.com/ioam/holoviews/pull/3427>`_)
* Compatibility with pandas 0.24.0 release
(`#3433 <https://github.com/ioam/holoviews/pull/3433>`_)

Enhancements:

* Allow defining hook on backend load
(`#3429 <https://github.com/ioam/holoviews/pull/3429>`_)
* Improvements for handling graph attributes in `Graph.from_networkx`
(``#3432 <https://github.com/ioam/holoviews/pull/3432>`_)
Version 1.11.1
==============
Expand Down

0 comments on commit b9b3cb1

Please sign in to comment.