UPDATE: Uses statrs instead of our own erf

This adds 2630 bytes to the wasm build and a dependency.
It is ok-ish

The idea is that it will help us greatly with the statistical functions
This commit is contained in:
Nicolás Hatcher
2025-11-20 21:33:25 +01:00
committed by Nicolás Hatcher Andrés
parent 3bb49d1e8f
commit fd34e46689
5 changed files with 24 additions and 56 deletions

View File

@@ -19,6 +19,7 @@ regex = { version = "1.0", optional = true}
regex-lite = { version = "0.1.6", optional = true}
bitcode = "0.6.3"
csv = "1.3.0"
statrs = { version = "0.18.0", default-features = false, features = [] }
[features]
default = ["use_regex_full"]