Skip to content

Commit

Permalink
Add changelog for 1.16.2 (#5749)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jun 8, 2023
1 parent e9bccda commit 5cb5ff7
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 1.16.2
==============
**June 8, 2023**

This release includes a breaking change as notebooks will no longer be inlining as default. This change will reduce the size of the notebook files and, more importantly, address an upstream issue in Jupyter where running `hv.extension` would give an error when used in a notebook.

Critical bug fixes and compatibility:

- Correctly set `inline=False` when running `hv.extension` in a Jupyter Notebook ([#5748](https://github.com/holoviz/holoviews/pull/5748))
- Adding more Param 2 support ([#5717](https://github.com/holoviz/holoviews/pull/5717))

Enhancements:

- Speed up import time of Holoviews ([#5719](https://github.com/holoviz/holoviews/pull/5719))

Maintenance:

- Fix failing tests ([#5742](https://github.com/holoviz/holoviews/pull/5742))
- Misc. mainteance ([#5717](https://github.com/holoviz/holoviews/pull/5717))


Version 1.16.1
==============
**June 2, 2023**
Expand Down
31 changes: 31 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ Releases
Version 1.16
~~~~~~~~~~~~

Version 1.16.2
**************

**June 8, 2023**

This release includes a breaking change as notebooks will no longer be
inlining as default. This change will reduce the size of the notebook
files and, more importantly, address an upstream issue in Jupyter where
running ``hv.extension`` would give an error when used in a notebook.

Critical bug fixes and compatibility:

- Correctly set ``inline=False`` when running ``hv.extension`` in a
Jupyter Notebook
(`#5748 <https://github.com/holoviz/holoviews/pull/5748>`__)
- Adding more Param 2 support
(`#5717 <https://github.com/holoviz/holoviews/pull/5717>`__)

Enhancements:

- Speed up import time of Holoviews
(`#5719 <https://github.com/holoviz/holoviews/pull/5719>`__)

Maintenance:

- Fix failing tests
(`#5742 <https://github.com/holoviz/holoviews/pull/5742>`__)
- Misc. mainteance
(`#5717 <https://github.com/holoviz/holoviews/pull/5717>`__)


Version 1.16.1
**************

Expand Down

0 comments on commit 5cb5ff7

Please sign in to comment.