File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 0.8.0] - 2025-12-09
17+
18+ ### Added
19+
1220#### Primary Directions Engine (December 9, 2025)
1321
1422- ** DirectionsEngine** : Complete primary directions calculation engine
@@ -73,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7381 - ` PtolemyKey ` , ` NaibodKey `
7482
7583Example usage:
84+
7685``` python
7786from stellium.engines.directions import DirectionsEngine, DistributionsCalculator
7887
@@ -104,6 +113,7 @@ periods = DistributionsCalculator(chart).calculate(years=80)
104113 - Serialized in ` to_dict() ` output
105114
106115Example usage:
116+
107117``` python
108118# Create draconic chart
109119draconic = chart.draconic()
@@ -140,6 +150,7 @@ draconic.draw("draconic_chart.svg").save()
140150 - Exported from ` stellium.engines `
141151
142152Example usage:
153+
143154``` python
144155voc = chart.voc_moon()
145156if voc.is_void:
Original file line number Diff line number Diff line change 1313 >>> chart = ChartBuilder.from_native(native).calculate()
1414"""
1515
16- __version__ = "0.7 .0"
16+ __version__ = "0.8 .0"
1717
1818# === Core Building Blocks (Most Common) ===
1919# === Convenience Re-exports ===
You can’t perform that action at this time.
0 commit comments