Skip to content

Releases: theriftlab/immanuel-python

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.

v1.1.1

16 Dec 00:15
Compare
Choose a tag to compare

Back-end code improvements.

v1.1.0

15 Dec 16:11
Compare
Choose a tag to compare

Changelog:

  • New Subject class models a chart native or partner, and accepts a date and coordinates.
  • Chart classes now only accept an instance of Subject instead of direct dates and coordinates.
  • Chart classes no longer return date & coordinates properties, and instead return native / partner properties of type Subject, which contain the date & coordinates.
  • Composite MC-based house calculation has been removed due to being overly complex and error-prone when dealing with house-based objects. Composite chart is now 100% midpoint-based.
  • Synastry chart has been removed, and instead a new aspects_to parameter has been introduced into each chart's constructor, which accepts a chart instance of any type and calculates the main chart's aspects to it. Synastries now consist of two separate chart instances, one of which aspects the other.
  • Transits chart has been introduced, which is an easy shortcut to a natal chart of the present moment.

v1.0.12

10 Dec 21:01
Compare
Choose a tag to compare

Added declination to houses & other points.

v1.0.11

07 Dec 00:24
Compare
Choose a tag to compare

Support for ambiguous timezones.

v1.0.10

30 Nov 02:59
Compare
Choose a tag to compare

Added documentation.

v1.0.8

28 Nov 14:28
Compare
Choose a tag to compare

Coordinates in chart classes consistent with other angles.

v1.0.7

26 Nov 19:46
Compare
Choose a tag to compare

Bug fixes.