Skip to content

Commit 359e70d

Browse files
committed
Prepare release
1 parent d7cc5ef commit 359e70d

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repos:
8282
args: ["--config", "pyproject.toml"]
8383

8484
- repo: https://github.com/astral-sh/ruff-pre-commit
85-
rev: v0.11.3
85+
rev: v0.11.4
8686
hooks:
8787
- id: ruff
8888
args: ["--fix"]

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NautilusTrader 1.215.0 Beta
22

3-
Released on 4th April 2025 (UTC).
3+
Released on 5th April 2025 (UTC).
44

55
### Enhancements
66
- Added `instrument_ids` and `bar_types` for `BacktestDataConfig` to improve catalog query efficiency (#2478), thanks @faysou
@@ -48,7 +48,7 @@ None
4848
- Clarify partial fills in backtesting concept guide (#2481), thanks @stefansimik
4949

5050
### Deprecations
51-
None
51+
- Strategies written in Cython are deprecated and the example `ema_cross_cython` strategy was removed
5252

5353
---
5454

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dev = [
106106
"pandas-stubs>=2.2.2,<3.0.0",
107107
"pre-commit>=4.2.0,<5.0.0",
108108
"requests>=2.32.3,<3.0.0",
109-
"ruff>=0.11.3,<1.0.0",
109+
"ruff>=0.11.4,<1.0.0",
110110
"types-pytz>=2024.2,<2025.0",
111111
"types-requests>=2.32,<3.0",
112112
"types-toml>=0.10.2,<1.0.0",

0 commit comments

Comments
 (0)