Closed FreezyLemon closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.62%. Comparing base (
aa276c8
) to head (bc7d2b6
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for this, looks good!
Closes #196.
With this, users can remove the
nalgebra
dependency by changing:to
This will exclude all distributions depending on
nalgebra
from compilation (and the public API):There has been some talk in the linked issue about adding a feature for multivariate distributions, but I think for now it's simple enough to hide all nalgebra-dependent types behind this flag. If it becomes necessary, this can still be changed.
The new feature is enabled by default to avoid breakage when upgrading the package, but it probably wouldn't be a big deal to disable it by default either.
MSRV-related note: The
dep:
prefix requires 1.60.