Andreas Noack

Results 424 comments of Andreas Noack

Ha. Funny that I actually made that fix. I'd completely forgotten that. All those years. I can see I forgot to add a test for the `NaN` case which is...

@rofinn Could https://github.com/JuliaLang/julia/pull/25832 have caused this?

I'm still a bit confused by this. Wasn't the point of making method ambiguities runtime errors that you could just keep those that are unlikely to happen in practice? If...

I'm fine with fixing ambiguities if they cause real issues and these look like something we should consider fixing. My objection was mainly to test systematically for all ambiguities. In...

I don't know this kind of histogram. Do you have an easy refererence for it? Preferably with a picture. My feeling is that `StatsBase.jl` might not be the right place...

@jpata Placing a repo under an organization is mainly beneficial if the repo has several contributors. As long as it is mainly a your package, it is just as fine...

See https://github.com/JuliaStats/StatsBase.jl/pull/339. There is a specialized method for small integer types which is faster when there are a lot of elements.

I think this is a good change. It requires the minimum Julia version to be 1.6 but I think that is okay.