Releases: geopandas/geoplanar
Releases · geopandas/geoplanar
v0.4.0
What's Changed
Other Changes
- REF: refactor gaps by @martinfleis in https://github.com/sjsrey/geoplanar/pull/41
- REF: avoid for loop in missing_interiors, assert index type by @martinfleis in https://github.com/sjsrey/geoplanar/pull/42
- REF: refactor overlap by @martinfleis in https://github.com/sjsrey/geoplanar/pull/43
- CI: try fixing codecov by @martinfleis in https://github.com/sjsrey/geoplanar/pull/45
- REF: Planar refactor by @martinfleis in https://github.com/sjsrey/geoplanar/pull/44
- TST: use proper pytest structure of tests by @martinfleis in https://github.com/sjsrey/geoplanar/pull/46
- TST: try gettting the coverage by @martinfleis in https://github.com/sjsrey/geoplanar/pull/47
- MAINT: housekeeping by @martinfleis in https://github.com/sjsrey/geoplanar/pull/48
- Add merge overlaps function by @lisawink in https://github.com/sjsrey/geoplanar/pull/50
- Add snapping functionality by @lisawink in https://github.com/sjsrey/geoplanar/pull/49
- ENH: add largest=None to trim_overlaps by @lisawink in https://github.com/sjsrey/geoplanar/pull/52
- Add merge touching function by @lisawink in https://github.com/sjsrey/geoplanar/pull/51
- REF: format with ruff by @martinfleis in https://github.com/sjsrey/geoplanar/pull/53
- ENH: support custom index by @martinfleis in https://github.com/sjsrey/geoplanar/pull/54
- BUG: ensure valid geometry as an output of snap by @martinfleis in https://github.com/sjsrey/geoplanar/pull/55
- ENH: reassign original index in merge_overlaps and merge_touching by @lisawink in https://github.com/sjsrey/geoplanar/pull/57
- Minor issue in overlaps function by @lisawink in https://github.com/sjsrey/geoplanar/pull/59
- Add option for maximizing compactness when filling gaps by @sjsrey in https://github.com/sjsrey/geoplanar/pull/60
New Contributors
- @lisawink made their first contribution in https://github.com/sjsrey/geoplanar/pull/50
Full Changelog: sjsrey/geoplanar@v0.3.1...v0.4.0
v0.3.1
What's Changed
Other Changes
- ENH: preserve csr in gaps gdf by @martinfleis in https://github.com/sjsrey/geoplanar/pull/34
- REF: refactor fill_gaps by @martinfleis in https://github.com/sjsrey/geoplanar/pull/35
- compatibility with geopandas 1.0, pandas 3.0, warning cleanup by @martinfleis in https://github.com/sjsrey/geoplanar/pull/37
- CI: update infrastructure by @martinfleis in https://github.com/sjsrey/geoplanar/pull/38
- CI: pin old scipy in the oldest env by @martinfleis in https://github.com/sjsrey/geoplanar/pull/39
- MAINT: update infrastructure by @martinfleis in https://github.com/sjsrey/geoplanar/pull/40
New Contributors
- @martinfleis made their first contribution in https://github.com/sjsrey/geoplanar/pull/34
Full Changelog: https://github.com/sjsrey/geoplanar/commits/v0.3.1
v0.3.0
What's Changed
- US Canada example by @WawNun in https://github.com/sjsrey/geoplanar/pull/20
- organized us/mex notebooks by @ecv19 in https://github.com/sjsrey/geoplanar/pull/27
- handle old gp warning on gaps by @sjsrey in https://github.com/sjsrey/geoplanar/pull/30
- Handle multipolygons in npe check by @sjsrey in https://github.com/sjsrey/geoplanar/pull/32
- DOC: update toc and docs for new notebooks by @sjsrey in https://github.com/sjsrey/geoplanar/pull/33
New Contributors
- @ecv19 made their first contribution in https://github.com/sjsrey/geoplanar/pull/27
Full Changelog: sjsrey/geoplanar@v0.2.0...v0.3.0
v0.2.0
What's Changed
- Italy/France by @WawNun in https://github.com/sjsrey/geoplanar/pull/11
- Adding US-Canada Notebook by @WawNun in https://github.com/sjsrey/geoplanar/pull/6
- Gap by @sjsrey in https://github.com/sjsrey/geoplanar/pull/14
- PR for readme by @WawNun in https://github.com/sjsrey/geoplanar/pull/15
- Comparison of centriods by @WawNun in https://github.com/sjsrey/geoplanar/pull/13
- US Canada Contiguity by @WawNun in https://github.com/sjsrey/geoplanar/pull/12
- Update template for theme by @sjsrey in https://github.com/sjsrey/geoplanar/pull/16
- Holes by @sjsrey in https://github.com/sjsrey/geoplanar/pull/24
New Contributors
- @WawNun made their first contribution in https://github.com/sjsrey/geoplanar/pull/11
Full Changelog: sjsrey/geoplanar@v0.1.0...v0.2.0
Initial Release
This is the first release of geoplanar
.
It includes basic functionality for planar enforcement of polygon geoseries.
This release is intended for developers interested in contributing to the project,
Installation
pip install geoplanar