All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.11 - 2024-10-17
- Bounding boxes for globe-spanning geometries (#150)
0.3.10 - 2024-10-17
bbox
subcommand to CLI (#148)
0.3.9 - 2024-10-12
force_over_antimeridian
argument tobbox
(#142)
0.3.8 - 2024-07-11
- Forcing the north or the south pole wasn't working in some cases (#125)
0.3.7 - 2024-06-20
__geo_interface
is a property (#121)
0.3.6 - 2024-05-16
- Preserve z coordinates (#116)
0.3.5 - 2024-05-05
- Correct the case when neighboring points are on 180 and -180 and are not part of a latitude band (#114)
0.3.4 - 2024-03-29
- Project url (#106)
0.3.3 - 2023-08-21
- Wrapping of centroid points (#69)
0.3.2 - 2023-08-21
centroid
(#67)
0.3.1 - 2023-07-10
- Don't produce meaningless splits when one corner of an input polygon is on the antimeridian (#49)
- Correct tiny floating point deltas on the antimeridian (#52)
0.3.0 - 2023-06-29
- Clockwise input polygons are reversed by default, though this behavior can be overridden (#39)
0.2.6 - 2023-05-31
- Don't segment polygons that simply overlap the antimeridian (#37)
0.2.5 - 2023-05-31
- Calculate spec-conforming bounding boxes (#35)
0.2.4 - 2023-05-12
- Minimum shapely version needs to be 2.0 (#27)
0.2.3 - 2023-04-28
- Unused arguments in
fix_multi_polygon
(#21)
0.2.2 - 2023-04-28
- Boolean flags to force a polygon to enclose the north or south poles (#17)
0.2.1 - 2023-04-28
0.2.0 - 2023-04-26
- Protect against longitudes outside of 180 or -180 (#8)
- The ability to run the module as a script via
__main__
(#12)
0.1.0 - 2023-04-18
This v0.1.0 release is to indicate that we think that this package is ready to use!
- setuptools-scm, it was too fragile (#2)
0.0.2 - 2023-04-14
__main__
- This changelog and releasing instructions
- Readthedocs
local_scheme
for setuptools-scm
examples/fix.py
0.0.1 - 2023-04-14
Initial release.