Releases: theriftlab/immanuel-python
Releases · theriftlab/immanuel-python
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.
v1.1.1
Back-end code improvements.
v1.1.0
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
Added declination to houses & other points.
v1.0.11
Support for ambiguous timezones.
v1.0.10
Added documentation.
v1.0.8
Coordinates in chart classes consistent with other angles.
v1.0.7
Bug fixes.