File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## Version 1.8.1
4+
5+ - new Commission Report highlights where values need to be updated
6+ - parquet capital setup bugs fixed
7+ - ignore weekly GAS_US, LME contracts
8+ - add support for import of split frequency CSV prices
9+ - references to arctic updated in sysinit scripts
10+ - CONTRIBUTING.md updated
11+ -
312## Version 1.80
413
514- * NO LONGER REQUIRES ARCTIC* Time series data is stored in parquet, install pyarrow
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Rob Carver
77[ https://qoppac.blogspot.com/p/pysystemtrade.html ] ( https://qoppac.blogspot.com/p/pysystemtrade.html )
88
99
10- Version 1.80
10+ Version 1.8.1
1111
1212
13- 2023 -11-22
13+ 2024 -11-06
1414
1515
1616
Original file line number Diff line number Diff line change 11[project ]
22name = " pysystemtrade"
3- version = " 1.80 "
3+ version = " 1.8.1 "
44authors = [
55 { name =" Robert Carver" , email =" rob@systematicmoney.org" },
66]
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def dir_this_file():
7171
7272setup (
7373 name = "pysystemtrade" ,
74- version = "1.80 " ,
74+ version = "1.8.1 " ,
7575 author = "Robert Carver" ,
7676 description = (
7777 "Python framework for running systems as in Robert Carver's book Systematic Trading"
You can’t perform that action at this time.
0 commit comments