Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 17:55
· 51 commits to main since this release

VectorizedStatistics v0.5.0

Diff since v0.4.6

  • Add SnoopPrecompile block for much faster ttfx for common methods!
  • Require Julia 1.8+, due to SnoopPrecompile
  • Switch to multithreaded=false by default, instead of multithreaded=:auto (#20 ) (arguably breaking, but only in terms of performance, not results)
  • Major refactor of internals to reduce code duplication
  • Add and test optional dim keyword to most reducing functions (like dims, but also dropdims the reduced dimensions, as is standard in some other languages)

Merged pull requests: