rcf3 0.5.1

Streaming anomaly detection algorithms in Rust with Python bindings.
Documentation
[project]
site_name = "RCF3"
site_url = "https://bing-su.github.io/rcf3/"
repo_url = "https://github.com/Bing-su/rcf3"
repo_name = "Bing-su/rcf3"

[project.theme.icon]
repo = "fontawesome/brands/github"

[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"

[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"