Releases: theriftlab/immanuel-python
v1.5.3
v1.5.2
Fixes in build process.
v1.5.1
- Fixed issue with synastry aspects when
aspects_tochart and main chart have different objects. - Added
to_json()helper function to chart classes.
v1.5.0
Mostly internal refactoring, with functions from the calculate and find modules merged into the ephemeris module to avoid circular dependencies. This speeds up init time noticeably.
WARNING: if you are using internal functions from any of the above three modules, your script will likely break. Since they are undocumented, it is best to simply browse the source of ephemeris.py to scope out the changes.
It is also now possible to pass a named time zone into the Subject class / internal date.py functions to bypass the time zone coordinate geocoding, again vastly improving init time. This is, of course, only of any use if you already know the time zone name, since any other kind of lookup by your own script will likely be just as slow if not slower.
v1.4.4
- Added
houses_for_aspectedboolean for transit charts. - Added
{planet}_ON_FIRSThouse systems for all planets. - Added documentation for both.
v1.4.3
German translations.
v1.4.2
Allow explicit UTC offset.
v1.4.1
Bug fix for missing dignities.
v1.4.0
Changes:
- Renamed Pars Fortuna to Part of Fortune /
chart.PART_OF_FORTUNE. - Added Part of Spirit as
chart.PART_OF_SPIRIT - Added Part of Eros as
chart.PART_OF_EROS - New setting
angle_precisiondefines rounding for formatted angles - New boolean attribute for traditional planets,
in_sect, based on Hellenistic sect calculation
v1.3.3
- New setting:
output_typical_object_motionmodifies stringified chart object to only output phase if atypical of its default motion. - Spanish translations available as
es_ES. - Documentation reorganized.