v0.5.0
VectorizedStatistics v0.5.0
- Add SnoopPrecompile block for much faster ttfx for common methods!
- Require Julia 1.8+, due to SnoopPrecompile
- Switch to
multithreaded=falseby default, instead ofmultithreaded=:auto(#20 ) (arguably breaking, but only in terms of performance, not results) - Major refactor of internals to reduce code duplication
- Add and test optional
dimkeyword to most reducing functions (likedims, but alsodropdimsthe reduced dimensions, as is standard in some other languages)
Merged pull requests:
- Make auto-multithreading opt-in (#20) (@brenhinkeller)