Skip to content

Release v0.1.0#1

Merged
maczg merged 1 commit into
mainfrom
release/v0.1.0
Mar 8, 2026
Merged

Release v0.1.0#1
maczg merged 1 commit into
mainfrom
release/v0.1.0

Conversation

@maczg
Copy link
Copy Markdown
Owner

@maczg maczg commented Mar 8, 2026

Summary

Initial release of pyquaver (import quaver) — quantitative trading signal generation and walk-forward backtesting.

Included

  • 4 strategy engines: mean_reversion, regime_mean_reversion, vsa_stopping_volume, pairs_mean_reversion
  • Single-asset and multi-asset backtest engines with walk-forward evaluation
  • Sphinx documentation with Getting Started guide
  • CI/CD: GitHub Actions for lint/test, docs deploy, PyPI publishing
  • Example Jupyter notebook with yfinance-backed backtests
  • Full mypy strict + ruff compliance

Changelog

See docs/changelog.rst for full details.

Release Checklist

  • All tests passing (36/36)
  • ruff check + ruff format clean
  • mypy strict clean
  • Documentation updated
  • Changelog generated
  • Version set to 0.1.0

Post-Merge

  • Tag v0.1.0 triggers PyPI publish via publish.yml
  • Push to main triggers docs deploy via docs.yml

- Generated docs/changelog.rst from commits
- Added changelog to Sphinx toctree
@maczg maczg merged commit e932f5a into main Mar 8, 2026
4 checks passed
@maczg maczg deleted the release/v0.1.0 branch March 8, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant