Releases: theriftlab/immanuel-python
Releases · theriftlab/immanuel-python
v1.4.1
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_precision
defines 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_motion
modifies stringified chart object to only output phase if atypical of its default motion. - Spanish translations available as
es_ES
. - Documentation reorganized.
v1.3.2
Explicitly include .mo files for packaging.
v1.3.0
- Localization added with Brazilian Portuguese as its debut translation, courtesy of @NodBr.
- Chart weightings are now wrapped in their own class, so instead of, for example,
natal.weightings['elements']
you can now access it vianatal.weightings.elements
. - Stringified chart objects now show movement (direct, retrograde etc.)
- Object & house JSON show decan info.
- Sign JSON includes modality & element.
- Fixed an issue with the swisseph file path not always being set, with unpredictable results in some use cases.
v1.2.4
- Fixed broken
add_filepath()
test - Added
date_time_ambiguous
flag toSubject
class
v1.2.3
- Composite chart fixes for equal, Vehlow and whole-sign house systems.
- Declinations added to houses.
- Documentation updated for
add_filepath()
update.
v1.2.2
- Removed
set_filepath()
- Moved
add_filepath()
intoBaseSettings
class - Removed
__init__.py
- Updated docs to reflect changes
v1.2.1
Simplified Chart.house_for()
.
v1.2.0
- Improved
settings
class and introduced cascading settings. - Added
Chart.house_for()
method to determine current chart's containing house for passed outside object. - House objects now have
number
attribute. - Added tests and documentation to reflect above changes.