Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 09:32
· 18 commits to main since this release

What's Changed

API Changes

Momepy brings completely new reimplementation of core measurement classes. These are now available as functions and depend on libpysal.Graph implementation of spatial matrices. Please see the migration guide and updated user guide for more.

  • API: allow silencing of FutureWarnings from legacy API by @martinfleis in #617

Enhancements

Bug Fixes

  • support strings in elements.get_node_id() by @jGaboardi in #522
  • BUG: fix enclosed tessellation index allocation when threshold eliminates buildings by @martinfleis in #568
  • BUG/ENH: support custom enclosure index is in tessellation and GeoDataFrame as enclosure input by @martinfleis in #582
  • BUG: fix describe_ function when count is not present by @u3ks in #608
  • BUG: fix a case when there's only a single building to be passed to voronoi_frames by @u3ks in #621
  • BUG: refactor computation of angles in COINS by @anastassiavybornova in #632
  • BUG: fix ordering of closed loops in remove_false_nodes by @martinfleis in #645
  • BUG: check loops in remove_false_nodes against any node degree by @martinfleis in #647

Deprecations

  • API: deprecate legacy API in favour of Graph-based functional implementation by @martinfleis in #619

Documentation

Other Changes

New Contributors

Full Changelog: v0.7.2...v0.8.0