Skip to content

Commit 6dd5fc8

Browse files
Bump version number for release
1 parent 5e27cf6 commit 6dd5fc8

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pysystemtrade"
3-
version = "1.80"
3+
version = "1.8.1"
44
authors = [
55
{ name="Robert Carver", email="rob@systematicmoney.org" },
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def dir_this_file():
7171

7272
setup(
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"

0 commit comments

Comments
 (0)