This release contains a small number of important bug fixes. Many thanks
to @stanwest for his contribution and thank you to our maintainers
@Hoxbro, @maximlt, @jlstevens, @jbednar, and @philippjfr.
Bug fixes:
- Fix support for jupyterlite (#5502)
- Improve error message for
hv.opts
without a plotting backend (#5494) - Fix warnings exposed in CI logs (#5470)
- Thanks to @maximlt for various CI fixes (#5484, #5498, #5485)
Enhancement:
- Allow Dimension objects to accept a dictionary specification (#5333)
- Refactor to remove iterrows for loop from
connect_edges_pd
(#5473)
Deprecations:
Promoted DeprecationWarning
to FutureWarning
when using pandas
DataFrame
s with non-string column names. This will not change any
functionality but will start warning users about functionality that will
be deprecated in future.
- Upgrade warning for invalid dataframe column names (#5472)