Releases: mthh/contour-isobands-rs
Releases · mthh/contour-isobands-rs
v0.4.3
Compare
Sorry, something went wrong.
No results found
mthh
released this
11 Mar 17:31
Change (again) the 'precision' value used to distinguish between two contiguous bands.
v0.4.2
Compare
Sorry, something went wrong.
No results found
mthh
released this
11 Mar 13:01
Fix bug in area function. Note that given the use made of this function, it shouldn't have cause issues with the contours created.
v0.4.0
Compare
Sorry, something went wrong.
No results found
mthh
released this
15 Jan 16:47
v0.3.1
Compare
Sorry, something went wrong.
No results found
mthh
released this
04 Oct 15:30
Slightly improve performance of ContourBuilder::contours / ContourBuilder::par_contours methods.
v0.3.0
Compare
Sorry, something went wrong.
No results found
mthh
released this
20 Mar 10:43
Add new par_contours method to ContourBuilder to generate contours in parallel (only available with the parallel feature flag).
Fix assignment of interior rings when a polygon with a hole is contained in the hole of another polygon (on the same band).
Use more idiomatic code for area and contains functions.
Don't store cval on Cell struct.
Avoid pulling and compiling serde_json when the geojson feature is not enabled.
Improve documentation and README.
Add executable example.
v0.2.0
Compare
Sorry, something went wrong.
No results found
mthh
released this
14 Mar 21:38
Ensure correct winding order of polygon rings.
Remove repeated point in polygon rings if any.
Avoid cloning some values when reconstructing polygons.
v0.1.0
Compare
Sorry, something went wrong.
No results found
mthh
released this
14 Mar 14:59