swiss-ephemeris v1.2.1.0 Release Notes

Release Date: 2020-11-14 // over 3 years ago
    • Introduces gregorianDateTime, which is the reverse of julianDay: given a JD, return a tuple with (year, month, day, decimalHour).

Previous changes from v1.2.0.0

  • BREAKING CHANGE: splitDegrees now takes options that reflect the options in the underlying library.

    • Constructors for JulianTime and SiderealTime are now exposed.
    • Introduce SplitDegreesOption enum for all options one can split degrees with; amends splitDegrees to take
      said options as the first argument.
    • splitDegreesZodiac is unchanged, though a mere veneer for the now more powerful splitDegrees.
    • Since splitDegreesZodiac goes the extra enum-mile to provide human-readable zodiac names, and the underlying
      library can also split on Nakshatras, we now include the NakshatraName enum. Names are from wikipedia
      and I saw some variants, so please forgive any mispellings!