Skip to content

Commit

Permalink
Merge branch 'release-1.8.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Nov 6, 2024
2 parents 5e27cf6 + 6dd5fc8 commit 173321e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes

## Version 1.8.1

- new Commission Report highlights where values need to be updated
- parquet capital setup bugs fixed
- ignore weekly GAS_US, LME contracts
- add support for import of split frequency CSV prices
- references to arctic updated in sysinit scripts
- CONTRIBUTING.md updated
-
## Version 1.80

- *NO LONGER REQUIRES ARCTIC* Time series data is stored in parquet, install pyarrow
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Rob Carver
[https://qoppac.blogspot.com/p/pysystemtrade.html](https://qoppac.blogspot.com/p/pysystemtrade.html)


Version 1.80
Version 1.8.1


2023-11-22
2024-11-06



Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pysystemtrade"
version = "1.80"
version = "1.8.1"
authors = [
{ name="Robert Carver", email="rob@systematicmoney.org" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def dir_this_file():

setup(
name="pysystemtrade",
version="1.80",
version="1.8.1",
author="Robert Carver",
description=(
"Python framework for running systems as in Robert Carver's book Systematic Trading"
Expand Down

0 comments on commit 173321e

Please sign in to comment.