Releases: calumrussell/rotala
Releases · calumrussell/rotala
Rotala first release
Project is renamed to Rotala. Provides an HTTP client/server for running backtests.
Uses the same backtesting engine as alator but rotala contains none of the higher-level logic, it is just the exchange.
Provides two exchange implementations:
- Uist - this is essentially the same as the exchange implementation used in alator, available as a library and http client/server.
- Jura - this is a partial implementation of the Hyperliquid exchange, available as http client/server.
Changelog contains the preparatory changes which were made up until Rotala switchover, this happened at PR #52 (iirc).
What's Changed
- Update pyo3 requirement from 0.19.0 to 0.20.0 by @dependabot in #45
- Fix multithreading runtime by @calumrussell in #46
- Test independent exchange by @calumrussell in #47
- Bug with insufficient cash by @calumrussell in #48
- Update itertools requirement from 0.11.0 to 0.12.0 by @dependabot in #50
- Simplification by @calumrussell in #49
- Rotala by @calumrussell in #52
- Update env_logger requirement from 0.10.0 to 0.11.0 by @dependabot in #58
- 54 add new exchange api by @calumrussell in #57
- 60 reorganize app code by @calumrussell in #61
- 59 fix exchange abstraction by @calumrussell in #62
Full Changelog: v0.3.3...v0.4.1