This release adds an enhancement that optimizes edge bundling using optimized numba code. The minimum supported version of Python is now 3.10, along with making pillow and dask optional dependencies. This release also adds compatibility changes to several downstream libraries, build updates, bugfixes, and documentation updates. Thanks to first time contributors @rhkarls, @lmcinnes, @thomas-reimonn, @amaloney; and regular contributors @hoxbro and @maximlt.
Breaking Changes:
Enhancements:
- Edge bundling speedup using optimized numba code (#1383)
Build:
Compatibility:
- Updated environment pins (#1355)
- Compatibility with cuDF 24.12 (#1363, #1378)
- Compatibility with dask 2025.1 and dask-expr 2 (#1369, #1390, #1394)
- Compatibility with pixi v0.40.0 (#1387)
- Compatibility with Python 3.13 (#1398)
Bugfixes:
- PDF scaling bug (#1382)
Documentation:
Maintenance: