Skip to content

Commit

Permalink
Update dependencies and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 5, 2021
1 parent 18735da commit b8a35d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ and fixes.
## Enhancements
- Improve efficiency of data wrangling.
- Simplify `Logger` and general system logging.
- Add `stdout` and `stderr` log stream configuration.
- Add `stdout` and `stderr` log streams with configuration.
- Add `OrderBookData` base class.

## Fixes
- Backtest handling of `GenericData` and `OrderBook` related data.
- Backtest `DataClient` creation logic prevented client registering.

---

Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nautilus_trader"
version = "1.113.0"
version = "1.114.0"
description = "A high-performance algorithmic trading platform and event-driven backtester"
authors = ["Nautech Systems <info@nautechsystems.io>"]
license = "LGPL-3.0-or-later"
Expand Down Expand Up @@ -34,7 +34,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = "^3.7.9"
betfairlightweight = "^2.12.1"
ccxt = "^1.45.77"
ccxt = "^1.46.39"
cython = "^3.0a6"
empyrical = "^0.5.5"
ib_insync = "^0.9.65"
Expand Down Expand Up @@ -64,7 +64,7 @@ isort = "^5.8.0"
nox = "^2020.12.31"
parameterized = "^0.8.1"
pre-commit = "^2.11.1"
pytest = "^6.2.2"
pytest = "^6.2.3"
pytest-asyncio = "^0.14.0"
pytest-benchmark = "^3.2.3"
pytest-cov = "^2.10.1"
Expand Down

0 comments on commit b8a35d3

Please sign in to comment.