Skip to content

v1.5

Compare
Choose a tag to compare
@mattijn mattijn released this 10 Sep 19:50
afc2a7b

What's Changed

  • fix spelling in the repo by @mattijn in #163
  • extract gdf index and use it during serialization of .to_geojson() and .to_gdf() by @mattijn in #165
  • Lint utils/serialize_as_geodataframe by @Zeroto521 in #166
  • Resolve MultiPolygon with holes by @mattijn in #168
  • Include shapely in matrix GitHub action workflow by @mattijn in #172
  • Set dependency shapely to version >= 1.8.0 by @mattijn in #173
  • update strtree functions by @mattijn in #171
  • Github Action, shapely version overrule from matrix by @mattijn in #176
  • Replaced ShapelyError with GeometryTypeError by @mattijn in #175
  • Update test.yml by @mattijn in #177
  • support for multiple gdf and geojson as input by @mattijn in #169
  • Add support to rotate rings to avoid split by @theroggy in #180
  • Fix: topology for data without junctions and shared_coords=False, prequantize=False gives error by @theroggy in #182
  • Fix find duplicates for rings by @theroggy in #185
  • Fix + improve performance for join with shared coords=false by @theroggy in #179
  • change quantize default from 1e6 to 1e5 by @mattijn in #189
  • change default shared_coords from True to False by @mattijn in #190
  • Catch STRTree warning by @theroggy in #188
  • Improve vscode settings and launch.json by @theroggy in #193
  • Continuous benchmarking by @mattijn in #194
  • Fix: Linestrings that follow the same path but where one contains extra redundant points are not deduplicated by @theroggy in #192
  • Backwards support shapely 1.7.1 by @mattijn in #196

New Contributors

Full Changelog: v1.4...v1.5