swiss-ephemeris v0.2.0.0 Release Notes

Release Date: 2020-09-04 // over 3 years ago
    • Introduces withEphemerides for bracketed access to the ephemeris directory.
    • ๐Ÿ”„ Changes the signature of calculateCusps to return a Left value if the underlying library
      is unable to calculate the cusps.
    • Introduces "monadic" versions of the calculations that work with instances of MonadFail:
      calculateCuspsM and calculateCoordinatesM
    • ๐Ÿ‘Œ Improves test coverage with property testing.