Skip to content

Releases: BIS-Brecon/gridish

v1.0.1

28 Aug 10:02
Compare
Choose a tag to compare

Fixes a few typos in the readme. Has no code changes.

v1.0.0

28 Aug 09:51
Compare
Choose a tag to compare

This release brings a breaking change to the API, converting the output of the coordinate functions (sw(), ne(), centre() etc) into a Point<f64>, instead of Point<u32>. This change has been made to allow better interopability with other crates in the geo rust ecosystem, as many coordinate transformation functions expect coordinates as floating point.

v0.1.2

22 Apr 09:53
Compare
Choose a tag to compare

Add two optional features:

  • serde: Provides support for (de)serialization using serde.
  • tetrads: Provides support for tetrad grid references in the DINTY format, as commonly used in biological surveys.

v0.1.1

03 Apr 11:47
Compare
Choose a tag to compare

Improve string parsing performance

v0.1.0

02 Apr 08:53
Compare
Choose a tag to compare

Initial release.