msyrs/README.md
2024-11-17 23:58:47 +00:00

36 lines
623 B
Markdown

# 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 !?!