Skip to content

Releases: mthh/contour-isobands-rs

v0.4.3

11 Mar 17:31
Compare
Choose a tag to compare
  • Change (again) the 'precision' value used to distinguish between two contiguous bands.

v0.4.2

11 Mar 13:01
Compare
Choose a tag to compare
  • 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

15 Jan 16:47
Compare
Choose a tag to compare
  • Change the 'precision' value used to distinguish between two contiguous bands.

  • Simplify some minor stuff in trance_band_paths function.

v0.3.1

04 Oct 15:30
Compare
Choose a tag to compare
  • Slightly improve performance of ContourBuilder::contours / ContourBuilder::par_contours methods.

v0.3.0

20 Mar 10:43
Compare
Choose a tag to compare
  • 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

14 Mar 21:38
Compare
Choose a tag to compare
  • 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

14 Mar 14:59
Compare
Choose a tag to compare

First release.