-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultivariateStats + StatsAPI #210
Conversation
Documentation for this PR at https://poisotlab.github.io/SpeciesDistributionToolkit.jl/previews/PR210/ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #210 +/- ##
==========================================
- Coverage 52.83% 52.49% -0.34%
==========================================
Files 59 60 +1
Lines 1711 1722 +11
==========================================
Hits 904 904
- Misses 807 818 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This currently supports |
@gottacatchenall check this out, I think this doesn't suffer from the |
That's interesting, I haven't seen StatsAPI before but thats a clever way of avoiding namespace conflicts |
Closes #203 (replaces #204)
NB this bumps the Julia version to 1.9, as the MV code is only loaded when
MultivariateStats
is loaded, using the new Weak Dependencies system -- the same thing will happen forClustering