# msyrs A Rust implementation of the [Macrosynergy Python Package](https://github.com/macrosynergy/macrosynergy). ## Build and install the Python package ```bash python -m venv .venv # source .venv/bin/activate ./.venv/Scripts/activate pip install maturin maturin develop --release ``` ## Status - [x] Download - [ ] Pending: Optimize thread pool - Utils - [ ] QDF - [x] Read QDF - [x] Reduce DF - [x] Update DF - [ ] Get Blacklist - [ ] Apply Blacklist - Panel - [ ] Historic Volatility - [ ] Linear Composites - [ ] Make Relative Value - [ ] Imputers - [ ] Panel Calculator !?!