The 0.12.2 release is a patch release that brings a few bugfixes and enhancements. Many thanks to @ahuang11, @Azaya89, @hoxbro, @MarcSkovMadsen, @maximlt, and @MridulS for their contributions!
Enhancements:
- Automatically convert
xlim/ylimto Web Mercator whentiles=True(#1685) - Automatically use
yas defaulttextkwarg if only two columns (#1681)
Bug Fixes:
- Fix handling of
hv.dimexpressions insizeandcolorparameters (#1691) - Exclude internal style columns (
_colorand_size) from tooltips (#1690)
Documentation:
- Document
attr_labels(#1677) - Fix typo in the NetworkX user guide (#1686)
- Scale networkx layout and fix graphviz init in doc build (#1672)
- Roadmap updates (#1694)
Compatibility:
- Ensure Python 3.14 support (#1688, #1703)
- Compatibility with the latest versions of DuckDB (#1682)
- Compatibility with the upcoming Pandas 3.0 (#1704)
Infrastructure / Tests: