Skip to content

Commit 362722a

Browse files
committed
release: v0.2.0
Version 0.2.0 includes production audit fixes with multiple numerical corrections. See CHANGELOG.md for full details. Key numerical changes: - ts_product: now handles negative values correctly - ts_covariance: aligned to ddof=1 (sample) matching ts_corr - divide/inverse: explicit zero-division guards
1 parent 5d81451 commit 362722a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ Numerical changes are marked with [NUMERICAL].
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-03-23
11+
1012
### Added
11-
- CLAUDE.md development standards
13+
- CLAUDE.md development standards (12 sections covering full workflow)
1214
- CI pipeline (GitHub Actions, pytest across Python 3.10-3.13)
15+
- Automated release pipeline (tag-triggered PyPI publish + GitHub Release)
1316
- Pre-commit hooks (ruff lint + format, pytest)
1417
- PR template with numerical impact checklist
1518
- Dev dependencies (pytest, ruff, pre-commit)

elvers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Author: quantbai
88
"""
99

10-
__version__ = "0.1.1"
10+
__version__ = "0.2.0"
1111
__author__ = "quantbai"
1212

1313
from .core import Factor

0 commit comments

Comments
 (0)