Closed fhagemann closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +4.53%
:tada:
Comparison is base (
3176874
) 48.31% compared to head (da12a9a
) 52.85%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Sorry for all the force pushes, I initially made very stupid mistakes.. The nightly tests fail but this seems unrelated --> this is ready to be merged now @oschulz
If we released a new version v0.1.6 after merging,
then we'd also allow for StatsBase 0.34 without requiring to load the main
branch.
In the current implementation of I/O of arrays, the number of dimensions cannot be properly checked in julia-1.6 because
is not defined (julia-1.6 does not like the
<:
in the first argument.Therefore,
ndims
was replaced by_ndims
which allows for handling this special case for array I/O.