Skip to content

Releases: zombie-einstein/bourse

Numpy API

28 Mar 00:48
17285fd
Compare
Choose a tag to compare

Add simulation environment that allow instructions to be submitted and returned directly in a Numpy array format.

Documentation Fixes

09 Mar 19:33
434397a
Compare
Choose a tag to compare

Various fixes to documentation

Momentum Agent & Level 2 Data

07 Mar 10:37
Compare
Choose a tag to compare
  • Add built in momentum agent type
  • Track level 2 data during simulation

Agents and Snapshots

29 Feb 21:53
c64ee42
Compare
Choose a tag to compare
  • 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

23 Feb 22:57
0517f4b
Compare
Choose a tag to compare

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

21 Feb 09:46
167f951
Compare
Choose a tag to compare
  • Verify Python documentation examples with doctest
  • More and more detailed Rust examples
  • Update documentation links

Initial Release

20 Feb 20:57
Compare
Choose a tag to compare
v0.1.0

Revert release workflow changes