Skip to content

Commit

Permalink
Qs651 qstv0.2.9 (#398)
Browse files Browse the repository at this point in the history
* Updated requirements to use numpy <2.0

* Updated requirements to use numpy <1.26.4

* Updated pypi package to qstrader 0.2.9
  • Loading branch information
juliettejames authored Jun 24, 2024
1 parent 8d9664c commit f26d8c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.9

* Updates requirements file to use numpy v1.26.4 or lower. This is the last version of QSTrader that supports numpy<2.0.0.

# 0.2.8

* Updates BacktestTradingSession.get_target_allocations() to use burn_in_dt.date() instead of burn_in_dt Timestamp. Previous method compared a Timestamp to a datetime.date.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "hatchling.build"

[project]
name = "qstrader"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"click>=8.1",
"matplotlib>=3.8",
"numpy>=1.26",
"numpy<=1.26.4",
"pandas>=2.2",
"seaborn>=0.13",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click>=8.0
matplotlib>=3.8
numpy>=1.26
numpy<=1.26.4
pandas>=2.2
seaborn>=0.13

0 comments on commit f26d8c5

Please sign in to comment.