Releases: nkaz001/hftbacktest
Releases · nkaz001/hftbacktest
rust-v0.7.0 & py-v2.2.0
What's Changed
- [Fix] bugs in binancehistmktdata convert by @spacegoing in #169
- refactor: move IO responsibility out of Processor trait by @garyttierney in #134
- add mexc by @calumrussell in #173
- add hyperliquid by @calumrussell in #174
- Update btreemarketdepth.rs by @SidKZ0 in #179
New Contributors
- @spacegoing made their first contribution in #169
- @garyttierney made their first contribution in #134
- @calumrussell made their first contribution in #173
- @SidKZ0 made their first contribution in #179
Full Changelog: py-v2.1.1...rust-v0.7.0
rust-v0.5.0
feat: Implement a unified connector using Iceoryx2.
fix: Address unchecked bounds when clearing market depth in ROIVecMarketDepth
.
py-v2.1.1
rust-v0.4.0
docs: fix the docstring.
py-v2.1.0
py-v2.0.0
rust-v0.3.2
docs: update the tutorials.
py-v2.0.0rc1
docs: update the tutorials.
Rust-v0.3.1
A significant amount of refactoring has been done. Many backtesting APIs are now stabilized. One major change is the unification of L2 and L3 events to provide more streamlined APIs. Unfortunately, this induces changes to the data file structure, requiring raw data to be processed into normalized data again. Please see the Data Preparation for the conversion.
Thanks to
@ian-wazowski
@roykim98
@d23rojew
@WannabeBotter
@dogfood1
py-2.0.0rc0
Based on Rust-v0.3.1