We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8843bc2 commit 0987765Copy full SHA for 0987765
2 files changed
CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
+## [0.10.0] - 2025-12-11
17
18
+### Added
19
20
#### Data Analysis Module (December 11, 2025)
21
22
New `stellium.analysis` package for large-scale astrological data analysis. Requires optional dependency: `pip install stellium[analysis]`
src/stellium/__init__.py
@@ -13,7 +13,7 @@
>>> chart = ChartBuilder.from_native(native).calculate()
"""
-__version__ = "0.9.0"
+__version__ = "0.10.0"
# === Core Building Blocks (Most Common) ===
# === Convenience Re-exports ===
0 commit comments