Skip to content

v4.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 12:54
· 21 commits to main since this release
a7779f7

What's Changed

Bug Fixes

Enhancements

  • ENH: add subgraph method to Graph to get subsets by @martinfleis in #640
  • fast-path for initialisation of Graph for adjacency that is known to be sorted by @martinfleis in #635
  • support cliques as a resolver of coincident points in Graph by @knaaptime in #647
  • ENH: Graph.eliminate_zeros, refactor isolates by @martinfleis in #634
  • ENH: include assign_self_weight (formerly fill_diagonal) in Graph by @martinfleis in #670
  • ENH: add Graph.apply, Graph.aggregate and allow callable as transformation in transform by @martinfleis in #676
  • Matching by @ljwolf in #666
  • ENH: geometry agnostic Voronoi based on shapely by @martinfleis in #678

Maintenance

Other Changes

New Contributors

Full Changelog: v4.9.2...v4.10