swiss-ephemeris v1.2.1.0 Release Notes
Release Date: 2020-11-14 // over 4 years ago-
- Introduces
gregorianDateTime
, which is the reverse ofjulianDay
: given a JD, return a tuple with(year, month, day, decimalHour)
.
- Introduces
Previous changes from v1.2.0.0
-
BREAKING CHANGE:
splitDegrees
now takes options that reflect the options in the underlying library.- Constructors for
JulianTime
andSiderealTime
are now exposed. - Introduce
SplitDegreesOption
enum for all options one can split degrees with; amendssplitDegrees
to take
said options as the first argument. splitDegreesZodiac
is unchanged, though a mere veneer for the now more powerfulsplitDegrees
.- 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 theNakshatraName
enum. Names are from wikipedia
and I saw some variants, so please forgive any mispellings!
- Constructors for