Chris Sellers
Chris Sellers
Implement `BarAggregator`s and add to `DataEngine`.
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...
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...
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...
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...