Releases: zombie-einstein/bourse
Releases · zombie-einstein/bourse
Numpy API
Documentation Fixes
Various fixes to documentation
Momentum Agent & Level 2 Data
- Add built in momentum agent type
- Track level 2 data during simulation
Agents and Snapshots
- Add pre-built random and noise agent implementations
- Switch random number generation from
fastrand
to generic rust rand crates - Implement serde serialize and deserialize traits
- Add the ability in Rust and Python to export and load order book state from JSON files
Track order counts
Order book now tracks number of individual orders placed at price levels. The number of orders at the touch is then tracked by the simulation environment.
Improved Documentation
- Verify Python documentation examples with doctest
- More and more detailed Rust examples
- Update documentation links
Initial Release
v0.1.0 Revert release workflow changes