Releases: PaulJohnson/geodetics
Releases · PaulJohnson/geodetics
Version 1.1.0
Removed dependency on Dimensional Library. This is a breaking change: hence the major version bump.
Dropped a redundant Ellipsoid
constraint on antipode
.
Added functions showGeodeticLatLong
, showGeodeticSignedDecimal
,showGeodeticNSEWDecimal
, and showGeodeticDDDMMSS
.
Fixed a few minor bugs in the readGroundPosition
and the Geodetics.LatLongParser
.
Added Universal Transverse Mercator (UTM) grid, with both UTM and MGRS grid references
Upgrade to GHC 8.6 and Dimensional 1.3
Now builds under Dimensional 1.3. Since Dimensional 1.0 the library has been using type families, and this led to a change to the type-level API for dimensional arithmetic.
Version 0.0.4
Now compiles with dimensional version 1.