Chris Sellers

Results 25 issues of Chris Sellers

Implement `BarAggregator`s and add to `DataEngine`.

enhancement
rust

This is a general RFC/notice for anyone currently depending on Python 3.10 support for NautilusTrader. With the first Python 3.13 release candidate [approaching](https://docs.python.org/3.13/whatsnew/3.13.html), and on track for a stable release...

RFC

As part of the ongoing effort to port core functionality to Rust, we plan to minimize the amount of code maintained in Python. This RFC is to provide advance notice...

RFC
python

This RFC proposes changing the package and dependency management tooling for NautilusTrader from [Poetry](https://python-poetry.org/) to [UV](https://docs.astral.sh/uv/). ## Pros - Performance (dependency resolution, env setup, package installation, etc) - Improved/simplified environment...

enhancement
RFC

NautilusTrader plans to support Python 3.13, though compatibility with free-threading is still yet to be determined. Current blockers for Python 3.13 support include: - ~~`msgspec`: A temporary workaround is available...

build/tooling
RFC
python