Skip to content

Version 0.12.2

Latest

Choose a tag to compare

@maximlt maximlt released this 18 Dec 15:21
· 3 commits to main since this release
f9661ea

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/ylim to Web Mercator when tiles=True (#1685)
  • Automatically use y as default text kwarg if only two columns (#1681)

Bug Fixes:

  • Fix handling of hv.dim expressions in size and color parameters (#1691)
  • Exclude internal style columns (_color and _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:

Full Changelog