v1.8.0
Fixes
- Consistent CRS handling with Network.set_crs at .to_crs #48
- Pass CRS along when creating matching_gdf_from_geoms #50
- Shapely 2.0-compatible errors #56
Features
- Add Network.to_file and snkit.network.read_file helpers #47
Dependencies
Major bumps to keep up with latest changes
- geopandas>=0.13
- shapely>=2.0
- [optional] networkx>=3.0
- python tested in CI on 3.8 and 3.11