Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog v1.16.1 #5737

Merged
merged 8 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 1.16.1
==============
**June 2, 2023**

This release contains a small number of enhancements and important bug fixes. Many thanks to @philippjfr
hoxbro marked this conversation as resolved.
Show resolved Hide resolved
and @Hoxbro.

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 where running `hv.extension` would give an error when used in a notebook.
hoxbro marked this conversation as resolved.
Show resolved Hide resolved


Enhancements:
hoxbro marked this conversation as resolved.
Show resolved Hide resolved

- Add `show_versions` helper function ([#5725](https://github.com/holoviz/holoviews/pull/5725))
- Ignore known model warning in VS Code ([#5734](https://github.com/holoviz/holoviews/pull/5734))
- Add work-around for plots where the objects in figure would overlap ([#5733](https://github.com/holoviz/holoviews/pull/5733))

Compatibility:
hoxbro marked this conversation as resolved.
Show resolved Hide resolved

- Add `enable_mathjax` and set it and inline to `False` ([#5733](https://github.com/holoviz/holoviews/pull/5733))
- Update to support Datashader on Python 3.11 ([#5720](https://github.com/holoviz/holoviews/pull/5720))

Documentation:

- Upgrade to latest `nbsite` and `pydata-sphinx-theme` ([#5724](https://github.com/holoviz/holoviews/pull/5724), [#5735](https://github.com/holoviz/holoviews/pull/5735))


Version 1.16.0
==============
**May 9, 2023**
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@

extensions += [
'nbsite.gallery',
'sphinx.ext.napoleon',
'sphinx_copybutton',
]

Expand Down