Releases: BIS-Brecon/gridish
Releases · BIS-Brecon/gridish
v1.0.1
v1.0.0
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.