Skip to content

Latest commit

 

History

History
170 lines (92 loc) · 3.03 KB

File metadata and controls

170 lines (92 loc) · 3.03 KB

[1.14.0] - 2026-02-16

🚀 Features

  • (corr) Allow negative price series

[1.13.0] - 2026-02-13

🚀 Features

  • (account) Make average notional position optional

[1.12.0] - 2026-02-13

🚀 Features

  • (account) Allow for rounding when estimating pandl

[1.11.0] - 2026-01-27

🚀 Features

  • (futures) Add minimal example to help with easier implementation

[1.10.0] - 2026-01-24

🚀 Features

  • (futures) Refactor futures price data handling and add CSV support

[1.9.0] - 2026-01-22

🚀 Features

  • Add carry tests
  • (futures) Add helper methods to backadjust futures

[1.8.0] - 2026-01-19

🚀 Features

  • (forecast) Add forecast_scale_cap stage

🧪 Testing

  • Add forecasting minimal tests
  • (forecast) Add tests for forecast_scale_cap

[1.7.0] - 2026-01-18

🚀 Features

  • Add system skeleton with ported accounts
  • Fully port account and rawdata stage

[1.6.0] - 2026-01-16

🚀 Features

  • Add default trading rules and new forecast utility

📚 Documentation

  • Add base docs on system

[1.5.0] - 2026-01-15

🚀 Features

  • Add calc_ewmac_forecast default algorithm
  • Add accounts and pandl calculator

📚 Documentation

  • Add base docs on system

[1.4.0] - 2026-01-14

🚀 Features

  • Add version flag to cli
  • Add version flag to cli
  • (estimators) Add volatility estimators

📚 Documentation

  • Update corr docs

[1.3.0] - 2026-01-13

🚀 Features

  • (corr) Support price series instead of only returns
  • Remove step to compress into single exe for performance optimization

[1.2.1] - 2026-01-12

🐛 Bug Fixes

  • Optimize cli performance

[1.2.0] - 2026-01-12

🚀 Features

  • (build) Add release binary to release notes

🐛 Bug Fixes

  • Handle bug with release creation

[1.1.1] - 2026-01-05

🐛 Bug Fixes

  • Handle bug with ci not publishing with right versions

⚙️ Miscellaneous Tasks

  • (corr) Update docstring for main function

[1.1.0] - 2026-01-05

🚀 Features

  • Add new pypi publish manual workflow and refactor reusable workflows
  • Add new correlation format and update readme docs

🐛 Bug Fixes

  • Bug with license metadata preventing pypi publish
  • Bug with license metadata

📚 Documentation

  • Remove build section

⚙️ Miscellaneous Tasks

  • Add badges to readme

[1.0.0] - 2026-01-05

🚀 Features

  • [breaking] Add git-cliff integration and workflows to automatically publish to pypi and ghcr

🐛 Bug Fixes

  • Restructure into pypi compatible structure
  • Correct python script for bumping pyproject.toml

[0.1.0] - 2026-01-04

🚀 Features

  • (costs) Add skeleton for SR costs
  • Switch from setup.py to pyproject.toml and setup pipelines
  • Add latest tag to docker images and fix issue with docker images not resolving to packages

🧪 Testing

  • (corr) Add correlation tests

⚙️ Miscellaneous Tasks

  • Add .vscode to gitignore
  • Add makefile for building and github workflow