Skip to content

Latest commit

 

History

History
58 lines (26 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

58 lines (26 loc) · 1.36 KB

Changelog

0.4.3 (2024-03-11)

  • Change (again) the 'precision' value used to distinguish between two contiguous bands.

0.4.2 (2024-03-11)

  • Fix bug in area function. Note that given the use made of this function, it shouldn't have cause issues with the contours created.

0.4.1 (2024-01-15)

  • Fix README.

0.4.0 (2024-01-15)

  • Change the 'precision' value used to distinguish between two contiguous bands.

  • Simplify some minor stuff in trance_band_paths function.

0.3.1 (2023-10-04)

  • Slightly improve performance of ContourBuilder::contours / ContourBuilder::par_contours methods.

0.3.0 (2023-03-20)

  • 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.

0.2.0 (2023-03-14)

  • Ensure correct winding order of polygon rings.

  • Remove repeated point in polygon rings if any.

  • Avoid cloning some values when reconstructing polygons.

0.1.0 (2023-03-14)

First release.