Released 08/01/2023
Bugfixes:
- fixing float-int presidence bug
Dependency Updates:
- Updated
pydantic
to2.5
Credits:
- Thanks to @jackklika for the PR, more details here
Released 05/03/2024
New Features:
Allow UTC datetime to be passed in the constructor as an alternative to year, month, day, hour, minute and timezone (#108)
Credits:
- Thanks to @jackklika for the PR, more details here
- AstrologicalSubject Is now possible to disable Chiron calculation with
disable_chiron=True
for better compatibility with older dates. - New module enums added for better type hinting, still to be expanded and really used.
- Fixed | bug for compatibility with Python 3.9
- Now the
lunar_phase
contains also thelunar_phase_name
property, which is a string representation of the phase. - Minor general cleanup and refactoring of the codebase.
A lot of refactoring and clean up.
Fix
: In the old version the 4 last planets of the Transit chart were always removed, now we check if those are Axes and then
remove them.
Added the optional minify
argument to makeTemplate in the charts module.
- Added the
sidereal_mode
argument to theAstrologicalChart
class to allow differet Ayanamsa calculation methods.
- Added different House Systems to the
AstrologicalChart
class.