Skip to content

Commit 5ffbc98

Browse files
committed
Update release notes
1 parent 4c66703 commit 5ffbc98

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

RELEASES.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# NautilusTrader 1.211.0 Beta
22

3-
Released on TBD (UTC).
3+
Released on 9th February 2025 (UTC).
4+
5+
This release introduces [high-precision mode](https://nautilustrader.io/docs/nightly/concepts/overview#value-types), where value types such as `Price`, `Quantity` and `Money` are now
6+
backed by 128-bit integers (instead of 64-bit), thereby increasing maximum precision to 16, and vastly expanding the allowable value ranges.
7+
8+
This will address precision and value range issues experienced by some crypto users, alleviate higher timeframe bar volume limitations, as well as future proofing the platform.
9+
See the [RFC](https://github.com/nautechsystems/nautilus_trader/issues/2084) for more details. For an explanation on compiling with or without high-precision mode, see the [precision-mode](https://nautilustrader.io/docs/nightly/getting_started/installation/#precision-mode) section of the installation guide.
410

511
This release will be the final version that uses Poetry for package and dependency management.
612

713
### Enhancements
8-
- Added `high-precision` mode for 128-bit integer backed value types, see [RFC](https://github.com/nautechsystems/nautilus_trader/issues/2084) and [precision mode](https://nautilustrader.io/docs/nightly/getting_started/installation#precision-mode) docs (#2072), thanks @twitu
14+
- Added `high-precision` mode for 128-bit integer backed value types (#2072), thanks @twitu
915
- Added instrument definitions range requests for `TardisHttpClient` with optional `start` and `end` filter parameters
1016
- Added `quote_currency`, `base_currency`, `instrument_type`, `contract_type`, `active`, `start` and `end` filters for `TardisInstrumentProvider`
1117
- Added `log_commands` config option for `ActorConfig`, `StrategyConfig`, `ExecAlgorithmConfig` for more efficient log filtering

nautilus_core/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)