Skip to content

Commit

Permalink
fix for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Carver committed Feb 26, 2024
2 parents 8b3a72c + 57c8c23 commit a86f688
Show file tree
Hide file tree
Showing 426 changed files with 4,988 additions and 375,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "22.12.0"
version: "23.11.0"
2 changes: 1 addition & 1 deletion .github/workflows/quick-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8 ]
python-version: [ 3.10.13 ]

steps:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/slow-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.10.13 ]

steps:

Expand Down
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 a86f688

Please sign in to comment.