All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
1306 days ago

Changelog History
Page 1

  • v2.0.0.0 Changes

    September 21, 2020
    • API change - all modules should be imported as qualified
    • API change - Position has been split between Geodetic & Geocentric
    • API change - positions conversion/transformation are provided by Positions module
    • API change - GreatCicle: interpolate -> interpolated, isInsideSurface -> enclosedBy
    • ๐Ÿšš API change - Geodesic data type provides initialBearing, finalBearing, length and functions are removed
    • API change - LocalFrames -> Local
    • API change - provide separate data type for horizontal positions and positions with height
    • ๐Ÿ†• New API - GreatCircle: turn & side
    • ๐Ÿ†• New API - Polygon: simple, circle, arc, contains & triangulate
    • ๐Ÿ†• New API - Triangle: contains, circumcentre & centroid
    • ๐Ÿ› Bug Fix - GreatCircle.intersection correctly handles minor arcs crossing the equator
    • ๐Ÿ› Bug Fix - All Geodetic positions built from a n-vector have the correct angle resolution
    • โฌ†๏ธ Bump stack resolver to lts-16.11
    • Examples in readme are compile to make sure they are valid
    • ๐Ÿ‘‰ Use github actions for CI
  • v1.0.0.1 Changes

    • ๐Ÿ›  Fixed typo in doc
    • โฌ†๏ธ Bumped stack resolver to latest
  • v1.0.0.0 Changes

    September 05, 2020
    • ๐Ÿ†• New API (does not allow mixing position in different coordinate systems)
    • Exact solution for both direct and inverse geodetic problems (Vincenty)
    • Conversion between different coordinate systems
  • v0.6.0.0 Changes

    • ๐Ÿ›  Fixed Ellipsoid: constructor expected inverseFlattening and not flattening
  • v0.5.0.0 Changes

    • โž• Added Benchmarks
    • โž• Added GreatArc
    • โž• Added GreatArc from tuple of positions
    • โž• Added GreatArc from GreatCircle
    • โž• Added GreatArc from Track and Duration
    • โž• Added alongTrackDistance
    • โž• Added GreatArcs intersection
  • v0.4.2.0 Changes

    • ๐Ÿ›  Fixed intercept
    • jord-exe renamed jord-repl
  • v0.4.1.0 Changes

    • ๐Ÿ›  Fixed interceptBySpeed
    • Nautical miles symbol is "nm"
    • REPL: intercept for intercept, interceptBySpeed and interceptByTime
    • REPL: show length and speed in user selected unit
  • v0.4.0.0 Changes

    • โž• Added ECEF, frames and delta to REPL
    • โž• Added Speed
    • โž• Added Duration
    • โž• Added Kinematics: course, position, CPA and intercept
  • v0.3.1.0 Changes

    • โž• Added ECEF position
    • โž• Added Frames (Body, Local, North East Down)
    • โž• Added delta and target from position(s), frame and earth model
    • โž• Added earth models (WGS84, WGS72, GRS80 and derived spherical models)
    • ๐Ÿ— Builds against LTS 12.2 (GHC 8.4.3) and LTS 11.18 (GHC 8.2.2)
  • v0.2.0.0 Changes

    • GeoPos -> LatLong
    • Split Position from GreatCircle
    • require base >= 4.9