| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-05 | 707 Bytes | |
| v1.2.11 source code.tar.gz | 2025-12-05 | 517.0 kB | |
| v1.2.11 source code.zip | 2025-12-05 | 587.0 kB | |
| Totals: 3 Items | 1.1 MB | 0 | |
- Fixes bug caused by readonly Numpy arrays returned by Pandas 2.3.
- Adds pybroker.clear_params function to clear out global parameters.
- Forwards args and *kwargs from Strategy#add_execution to the execution function.
- Adds seed argument to Strategy#backtest and Strategy#walkforward for reproducible bootstrap results.
- Removed redundant subtract_fees config option.