2025-04-15 19:33:29 +01:00
2024-11-08 09:32:45 +00:00
2025-04-15 19:33:29 +01:00
2024-11-22 14:42:46 +00:00
2025-04-15 19:31:15 +01:00
2025-04-11 01:23:47 +01:00

msyrs

A Rust implementation of the Macrosynergy Python Package.

Build and install the Python package

Install Cargo:

curl https://sh.rustup.rs -sSf | sh

Create a virtual environment:

python -m venv .venv
# source .venv/bin/activate
./.venv/Scripts/activate
pip install uv
uv pip install maturin jupyter notebook
uv pip install .

# alternatively, directly use maturin:
# maturin develop --release

Install from uv + Git (if authenticated):

uv pip install git+https://github.com/Magnus167/msyrs@main

Status

  • Download

    • Pending: Optimize thread pool
  • Utils

    • QDF
      • Read QDF
      • Reduce DF
      • Update DF
      • Get Blacklist
      • Apply Blacklist
  • Panel

    • Historic Volatility
    • Linear Composites
    • Make Relative Value
    • Imputers
    • Panel Calculator !?!
Description
No description provided
Readme 4.4 MiB
Languages
Rust 97%
Python 1%
Shell 0.8%
PowerShell 0.6%
Dockerfile 0.6%