Skip to content

Releases: AccessMap/crossify

v0.1.3

Choose a tag to compare

@nbolten nbolten released this 20 Nov 08:43

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

Choose a tag to compare

@nbolten nbolten released this 20 Nov 04:24

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

Choose a tag to compare

@nbolten nbolten released this 18 Nov 23:40

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

Choose a tag to compare

@nbolten nbolten released this 17 Nov 23:28

Initial release!