Skip to content

Releases: AccessMap/crossify

v0.1.3

20 Nov 08:43
Compare
Choose a tag to compare

New features

  • make_crossings now validates its input so that it can be used more consistently by outside packages.

Bugs fixed

  • Fixed #8.
  • Removed all side effects from intersection grouping function, which produced inconsistent behavior on different Python versions.

v0.1.2

20 Nov 04:24
Compare
Choose a tag to compare

Breaking Changes

  • Debug mode has been removed

New Features

  • layer attribute (z level) is used by internal algorithms and associated with crossings.

v0.1.1

18 Nov 23:40
Compare
Choose a tag to compare

The internal make_crossings algorithm now includes all internal metadata that was used to create the crossings, enabling downstream applications to look up info like 'which sidewalks were connected?'.

v0.1.0

17 Nov 23:28
Compare
Choose a tag to compare

Initial release!