Skip to content

Releases: theriftlab/immanuel-python

v1.5.3

31 Dec 18:48
1579754

Choose a tag to compare

Added custom per-request settings.

v1.5.2

01 Sep 23:15
3de3e4a

Choose a tag to compare

Fixes in build process.

v1.5.1

01 Sep 22:36
ff4588c

Choose a tag to compare

  • Fixed issue with synastry aspects when aspects_to chart and main chart have different objects.
  • Added to_json() helper function to chart classes.

v1.5.0

08 May 00:55
3cf5095

Choose a tag to compare

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

10 Apr 16:42
479e2b7

Choose a tag to compare

  • Added houses_for_aspected boolean for transit charts.
  • Added {planet}_ON_FIRST house systems for all planets.
  • Added documentation for both.

v1.4.3

06 Feb 21:28

Choose a tag to compare

German translations.

v1.4.2

08 Jan 14:21

Choose a tag to compare

Allow explicit UTC offset.

v1.4.1

29 May 22:23

Choose a tag to compare

Bug fix for missing dignities.

v1.4.0

23 May 00:55

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

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.