Skip to content

v1.8.0

Compare
Choose a tag to compare
@tomalrussell tomalrussell released this 09 Jun 16:23
· 29 commits to main since this release

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