StatsAPI.jl
StatsAPI.jl copied to clipboard
Declare StatsAPI functionality as `public` on Julia >= 1.11
When adding tests with ExplicitImports in a downstream package, tests failed because the StatsAPI API is currently not declared as public.
This PR declares all functionality in StatsAPI as public on Julia >= 1.11 and adds tests for it.