Fixes continuity edge info reduction when simplifying graphs.
3.4.1
Fixes osm sub-module import from tools module.
3.4.0
A new OSM module more formally exposes functions for downloading data from OSM. The motivation for this is to provivde automatic graph cleaning routines for OSM data.
The graph cleaning guide has been updated accordingly.
3.2.0
This release revises the plumbing of the low level jitted functions so that caching can work more reliably once again.
There are no user facing changes to the API.
3.1.0
- Re-enables parallelism - Removes `structures.TreeMap` in favour of raw `numpy` arrays. This allows the `shortest_path_tree` function to be cached (when compiled per JIT).
3.0.0
Another major release, this time the API has changed fairly substantially to incorporate `GeoDataFrame` workflows where possible.