Skip to content

v23.02.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 09 Feb 19:19
· 411 commits to main since this release
6fe3841

🚨 Breaking Changes

  • Deprecate shapefile reader (#872) @harrism
  • Remove deprecated min_size parameter from quadtree_on_points (#843) @harrism
  • Remove deprecated lonlat_to_cartesian functions (#842) @harrism

🐛 Bug Fixes

  • pre-commit: Update isort version to 5.12.0 (#877) @wence-
  • Use vector equivalence macros consistently in header-only API tests. (#873) @harrism
  • Fix: Sort Intersection Result by Keys in intersection_with_duplicate Test (#857) @isVoid
  • Add reset_index to GeoSeries and GeoDataFrame (#856) @thomcom
  • Update memory_usage with tweaked sizes (#855) @thomcom
  • Fix a bug preventing align from working with a basic slice. (#850) @thomcom
  • Fix failed automerge Branch 23.02 merge 22.12 (#811) @harrism

📖 Documentation

🚀 New Features

  • Deprecate shapefile reader (#872) @harrism
  • Add Header Only API pairwise_linestring_intersection (#852) @isVoid
  • Adds remove_if Function to linestring_intersection_intermediates (#851) @isVoid
  • Add find_point_on_segment internal API (#819) @isVoid
  • Add find_and_combine_segment internal API (#818) @isVoid
  • Add pairwise_linestring_intersection_with_duplicates API (#813) @isVoid

🛠️ Improvements