StatsAPI.jl icon indicating copy to clipboard operation
StatsAPI.jl copied to clipboard

Declare StatsAPI functionality as `public` on Julia >= 1.11

Open devmotion opened this issue 3 months ago • 0 comments

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.

devmotion avatar Sep 29 '25 13:09 devmotion