With the advent of more intense transit work, reorganize modules a bit:
Move all ephemeris (i.e. astrological calculations, planet/house/zodiac functions) to a new Ephemeris module. Only use that module "externally" (in Server and Views, as well as tests.)
Restrict usage of the external SwissEphemeris library to modules within Ephemeris.
Some work sneaking in from the transits WIP:
Early version of the precalculatedEphemeris database.
With the advent of more intense transit work, reorganize modules a bit:
Ephemeris
module. Only use that module "externally" (inServer
andViews
, as well as tests.)SwissEphemeris
library to modules withinEphemeris
.Some work sneaking in from the transits WIP:
precalculatedEphemeris
database.math-functions
andsqlite*