Releases: Bortlesboat/stock-token-math
Release list
stock-token-math 0.1.0
Calculate stock-token values using separate paths for unadjusted equity quotes
and already-adjusted oracle prices. The first release includes exact raw-unit
and share conversions, scheduled multiplier selection, integer UI flooring,
and explicit half-even USD rounding.
- Python 3.10+, no runtime dependencies, MIT license.
- Synthetic split, reverse-split, dividend, rounding, and timezone examples.
- Tests compare exact results with independent rational arithmetic.
- A runnable offline example and source documentation explain the input boundaries.
Install the attached wheel or use the tagged Git source command in the README.
The package is not published to PyPI. This alpha release performs arithmetic;
callers remain responsible for coherent observations and feed-state validation.
Validation: 96 tests with 100% measured statement and branch coverage. All six
CI jobs
passed across Python 3.10-3.14 on Linux and Python 3.12 on Windows, including
isolated wheel installation. Independent review findings were addressed before
the signed release commit and tag.