v0.2.0
0.2.0 (2021-03-09)
The 0.2 release is primarily an update from geo-types 0.6 to 0.7.
Misc
- Breaking: Update to geo-types 0.7, and API changes to go with it:
PointOnLine<T>requiresTto bestd::fmt::Debugas that trait is
required by the underlyinggeo_types::Point<T>type.Rect<T>is now implemented only forgeo_types::CoordNum, not
geo_types::CoordinateType.geo_types::CoordinateTypeis deprecated by
geo-types.
- Remove dependency on float_extras. Remainder calculation for point wrapping is
implemented with IEEE 754 formula.