Files
ferro-ta/docs/changelog.rst
T

43 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2026-03-24 11:09:48 +05:30
Release Notes
=============
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
These docs track package version ``1.0.3``.
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
1.0.3 (2026-03-24)
------------------
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
- Added top-level package metadata helpers such as ``ferro_ta.__version__``,
``ferro_ta.about()``, and ``ferro_ta.methods()``.
- Added a standalone derivatives benchmark artifact for selected options
pricing, IV, Greeks, and Black-76 comparisons.
- Simplified release version bumps with a single script and updated release
guidance.
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
1.0.2 (2026-03-24)
------------------
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
- Improved rolling statistical kernels and several Python analysis hotspots.
- Added reproducible perf-contract artifacts, TA-Lib regression guards, and
updated benchmark tooling.
- Tightened the public benchmark documentation so claims, caveats, and evidence
live closer together.
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
1.0.1 (2026-03-24)
------------------
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
- Improved release automation for PyPI, crates.io, and npm.
- Fixed CI workflow issues that caused otherwise healthy release jobs to fail.
- Ensured the published WASM package includes its built ``pkg/`` artifacts.
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
1.0.0 (2026-03-23)
------------------
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
- First stable release of the Rust-backed Python technical analysis library.
- Shipped broad TA-Lib coverage, streaming APIs, extended indicators, and the
initial Sphinx documentation set.
- Added the benchmark suite, release playbook, and compatibility/testing
scaffolding for stable releases.
2026-03-23 23:34:28 +05:30
2026-03-24 11:09:48 +05:30
For the canonical project changelog, including the full per-version details,
see `CHANGELOG.md <https://github.com/pratikbhadane24/ferro-ta/blob/main/CHANGELOG.md>`_.