Skip to content

Releases: theriftlab/immanuel-python

v1.4.1

29 May 22:23
Compare
Choose a tag to compare

Bug fix for missing dignities.

v1.4.0

23 May 00:55
Compare
Choose a tag to compare

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

26 Apr 02:30
Compare
Choose a tag to compare
  • 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

16 Apr 01:54
Compare
Choose a tag to compare

Explicitly include .mo files for packaging.

v1.3.0

16 Apr 00:46
Compare
Choose a tag to compare
  • 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 via natal.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

19 Mar 16:28
Compare
Choose a tag to compare
  • Fixed broken add_filepath() test
  • Added date_time_ambiguous flag to Subject class

v1.2.3

03 Feb 02:05
Compare
Choose a tag to compare
  • Composite chart fixes for equal, Vehlow and whole-sign house systems.
  • Declinations added to houses.
  • Documentation updated for add_filepath() update.

v1.2.2

21 Jan 02:31
Compare
Choose a tag to compare
  • Removed set_filepath()
  • Moved add_filepath() into BaseSettings class
  • Removed __init__.py
  • Updated docs to reflect changes

v1.2.1

20 Jan 00:02
Compare
Choose a tag to compare

Simplified Chart.house_for().

v1.2.0

19 Jan 23:40
Compare
Choose a tag to compare
  • 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.