Skip to content

Commit

Permalink
merged droparctic so develop now uses all version with no dependence …
Browse files Browse the repository at this point in the history
…on arctic
  • Loading branch information
Rob Carver committed Nov 27, 2023
2 parents 3c7b974 + 5b6b2a0 commit 86a62e4
Show file tree
Hide file tree
Showing 344 changed files with 1,029 additions and 1,702 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## Version 1.80

- *NO LONGER REQUIRES ARCTIC* Time series data is stored in parquet, install pyarrow
- But does require newer versions of pandas and python, see requirements.txt
- See the discussion [here](https://github.com/robcarver17/pysystemtrade/discussions/1290) to see how to switch from arctic to parquet
- added long only constraint to dynamic optimisation
- various bugs fixed

## Version 1.71

- Further progress in replacing old logging with python logging
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.71
Version 1.80


2023-07-19
2023-11-22



Expand Down
1 change: 0 additions & 1 deletion dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def trades():

@app.route("/strategy")
def strategy():

return {}


Expand Down
Loading

0 comments on commit 86a62e4

Please sign in to comment.