Skip to content

Version 1.16.2

Compare
Choose a tag to compare
@hoxbro hoxbro released this 08 Jun 16:36
· 332 commits to main since this release
5cb5ff7

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)
  • Adding more Param 2 support (#5717)

Enhancements:

  • Speed up import time of Holoviews (#5719)

Maintenance:

  • Fix failing tests (#5742)
  • Misc. mainteance (#5717)