Releases: mthh/contour-isobands-rs
Releases · mthh/contour-isobands-rs
v0.4.3
v0.4.2
v0.4.0
v0.3.1
v0.3.0
-
Add new
par_contours
method toContourBuilder
to generate contours in parallel (only available with theparallel
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
andcontains
functions. -
Don't store
cval
onCell
struct. -
Avoid pulling and compiling serde_json when the
geojson
feature is not enabled. -
Improve documentation and README.
-
Add executable example.