Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 17, 2024
1 parent 00e23b6 commit 762d723
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 23 deletions.
21 changes: 20 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# NautilusTrader 1.207.0 Beta

Released on TBD (UTC).

### Enhancements
None

### Internal Improvements
- Upgraded `datafusion` crate to v0.43.0 (#2056), thanks @twitu

### Breaking Changes
None

### Fixes
None

---

# NautilusTrader 1.206.0 Beta

Released on 17th November 2024 (UTC).

### Enhancements
- Added `TardisDataClient` providing live data streams from a Tardis Machine WebSocket server
- Added `TardisInstrumentProvider` providing instrument definitions from Tardis through the HTTP instrument metadata API
- Added `Portfolio.realized_pnl(...)` method for per instrument realized PnL (based on positions)
- Added `Portfolio.realized_pnls(...)` method for per venue realized PnL (based on positions)
- Added `TardisInstrumentProvider`
- Added `PolymarketExecClientConfig.generate_order_history_from_trades` config setting (default False and not currently recommended)
- Added configuration warning for `InstrumentProvider` (to warn when node starts with no instrument loading)
- Implemented Tardis optional [symbol normalization](https://nautilustrader.io/docs/nightly/integrations/tardis/#symbology-and-normalization)
Expand Down
38 changes: 19 additions & 19 deletions nautilus_core/Cargo.lock

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

2 changes: 1 addition & 1 deletion nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [

[workspace.package]
rust-version = "1.82.0"
version = "0.36.0"
version = "0.37.0"
edition = "2021"
authors = ["Nautech Systems <[email protected]>"]
description = "A high-performance algorithmic trading platform and event-driven backtester"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautilus_trader"
version = "1.206.0"
version = "1.207.0"
description = "A high-performance algorithmic trading platform and event-driven backtester"
authors = ["Nautech Systems <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "",
"message": "v1.206.0",
"message": "v1.207.0",
"color": "orange"
}

0 comments on commit 762d723

Please sign in to comment.