Skip to content

Releases: pysal/libpysal

v4.10

01 Mar 12:54
a7779f7
Compare
Choose a tag to compare

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

v4.8.1

20 Nov 13:22
Compare
Choose a tag to compare

Full Changelog: v4.8.0...v4.8.1

v4.8.1rc1

19 Nov 20:23
Compare
Choose a tag to compare
v4.8.1rc1 Pre-release
Pre-release

Full Changelog: v4.8.0...v4.8.1rc1

v4.9.2

05 Nov 21:11
44204b5
Compare
Choose a tag to compare

What's Changed

Maintenance

Full Changelog: v4.9.1...v4.9.2

v4.9.1

04 Nov 03:51
6072541
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v4.9.0...v4.9.1

v4.9.0

03 Nov 21:57
4290c11
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Enhancements

Maintenance

Other Changes

New Contributors

Full Changelog: v4.8.0...v4.9.0

v4.8.0

01 Oct 20:23
c33615a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Enhancements

Maintenance

Other Changes

New Contributors

Full Changelog: v4.7.0...v4.8.0

v4.8.0rc2

01 Oct 20:11
c33615a
Compare
Choose a tag to compare
v4.8.0rc2 Pre-release
Pre-release

What's Changed

Maintenance

Other Changes

Full Changelog: v4.8.0rc1...v4.8.0rc2

Release v4.8.0rc1

29 Sep 15:27
Compare
Choose a tag to compare
Release v4.8.0rc1 Pre-release
Pre-release

Changes

Version 4.8.0rc1 (2023-09-29)

We closed a total of 2 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2023-09-29.

Issues Closed

  • implement higher_order, components via sparse.matrix (#577)

Pull Requests

  • implement higher_order, components via sparse.matrix (#577)

The following individuals contributed to this release:

Release v4.7.0

17 Nov 22:59
390c5c4
Compare
Choose a tag to compare

Changes

Version 4.7.0 (2022-11-17)

We closed a total of 3 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2022-11-15.

Issues Closed

  • address ShapelyDeprecationWarning The 'type' attribute is... (#487)
  • type vs. geom_type with shapely (#488)

Pull Requests

  • type vs. geom_type with shapely (#488)

The following individuals contributed to this release: