Releases: crunchdao/backtest
Releases · crunchdao/backtest
2.1.0
Fixes
- example/yahoo: make it runnable again
- date-iterator: handle weekend and holiday correctly when not ordering
Features
- holiday: use a library instead of hardcoded values
Changes
- cli: set
--offset-before-trading=0
by default - cli: deprecate
--auto-close-others
and force it totrue
Removes
- export/influx: only used at the very beginning
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- feat: add support for parallel backtests by @Caceresenzo in #25
Full Changelog: 1.1.1...2.0.0
1.1.1
What's Changed
- fix:
Behavior when concatenating bool-dtype and numeric-dtype arrays is deprecated
by @Caceresenzo in #24
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.0
What's Changed
- fix(export/specific-return): dividing percent by 100 by @xaviergilbert in #2
- fix: quantstats different time zone by @matteoettam09 in #3
- feat(cash-interest-rate): add interest rate on cash based on rfr by @xaviergilbert in #4
- feat(cash_interest_rate/README): modified README accordingly to the last changes by @xaviergilbert in #5
- feat(requirements): freeze quantstats by @matteoettam09 in #9
- fix: quantstats by @matteoettam09 in #12
- Dev by @matteoettam09 in #17
- fix: seaborn quantstats compatibility by @matteoettam09 in #18
- feat(pdf-exporter): add by @matteoettam09 in #20
- dev by @Caceresenzo in #21
- PyPI by @Caceresenzo in #22
New Contributors
- @xaviergilbert made their first contribution in #2
- @matteoettam09 made their first contribution in #3
- @Caceresenzo made their first contribution in #21
Full Changelog: https://github.com/crunchdao/backtest/commits/1.0.0