Skip to content

Releases: brenhinkeller/NaNStatistics.jl

v0.2.0

29 May 23:01
Compare
Choose a tag to compare

NaNStatistics v0.2.0

Diff since v0.1.1

  • Favor interface that uses range of xedges to define bin edges rather than xmin, xmax, nbins
  • Check destination bounds before running in-place binning and histogram methods, warn if applicable
  • more efficient binning method for histcounts
  • 2D methods for histograms and binning functions

v0.1.1

26 May 00:03
Compare
Choose a tag to compare

NaNStatistics v0.1.1

Diff since v0.1.0

Updates compat bounds on VectorizationBase

v0.1.0

18 May 03:31
Compare
Choose a tag to compare

NaNStatistics v0.1.0

First version! There may or may not be dramatic API changes in future versions.

Merged pull requests:

  • CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "IfElse" at version "0.1" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LoopVectorization" at version "0.11" (#3) (@github-actions[bot])
  • CompatHelper: bump compat for "VectorizationBase" to "0.19" (#4) (@github-actions[bot])
  • CompatHelper: bump compat for "LoopVectorization" to "0.12" (#6) (@github-actions[bot])