You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
## [0.15.1] - 2026-01-06
17
+
10
18
### Fixed
11
19
12
20
#### Delta T Calculation Bug Affecting Angles (ASC/MC)
@@ -18,6 +26,7 @@ Fixed incorrect Delta T handling that caused Ascendant and MC to be off by ~15 a
18
26
**Impact:** For a 1994 birth, Delta T ≈ 60 seconds, causing ~15 arcminute error in the Ascendant. The error scales with Delta T (larger for dates further from 2000).
19
27
20
28
**Files Fixed:**
29
+
21
30
-`stellium/core/native.py` - Removed erroneous Delta T subtraction
22
31
-`stellium/utils/time.py` - Removed erroneous Delta T subtraction
0 commit comments