Skip to content

V0.7.0

Compare
Choose a tag to compare
@mthh mthh released this 23 Sep 15:07
· 36 commits to master since this release
  • BREAKING: Make geojson optional, use geo-types for geometry representation (thanks to @michaelkirk, see #5 and #6 for details).

  • BREAKING: Rename the "value" field to "threshold" in the GeoJSON representation.

  • Add x_origin, y_origin, x_step and y_step attributes to ContourBuilder struct. They can be set using the builder pattern, before calling the contours method.

  • Create a changelog and complete it retroactively.