This release contains a small number of important bug fixes and enhancements. Many thanks to @philippjfr 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 in Jupyter where running hv.extension
would give an error when used in a notebook.
Critical bug fixes and compatibility:
- Add
enable_mathjax
and set it and inline toFalse
(#5729) - Update to support Datashader on Python 3.11 (#5720)
Enhancements:
Hoxbro marked this conversation as resolved.
- Add
show_versions
helper function (#5725) - Ignore known model warning in VS Code (#5734)
- Add a workaround for plots where the objects in a figure would overlap (#5733)
Documentation: