Skip to content

Releases: brenhinkeller/NaNStatistics.jl

v0.6.41

01 Jul 22:33
Compare
Choose a tag to compare

NaNStatistics v0.6.41

Diff since v0.6.40

  • Add nanskewness and nankurtosis

v0.6.40

01 Jul 20:29
Compare
Choose a tag to compare

NaNStatistics v0.6.40

Diff since v0.6.39

  • Add histskewness and histkurtosis

v0.6.39

01 Jul 15:09
Compare
Choose a tag to compare

NaNStatistics v0.6.39

Diff since v0.6.38

  • Add nanlogsumexp and nanlogcumsumexp

v0.6.38

28 Jun 03:08
Compare
Choose a tag to compare

NaNStatistics v0.6.38

Diff since v0.6.37

  • Add histvar, fix histstd

v0.6.37

28 Jun 02:23
Compare
Choose a tag to compare

NaNStatistics v0.6.37

Diff since v0.6.36

  • Add histmean and histstd functions, to estimate the mean and standard deviation of the data represented by a histogram. As usual for this package, any NaNs will be ignored.

v0.6.36

13 Jun 17:36
d9e60e1
Compare
Choose a tag to compare

NaNStatistics v0.6.36

Diff since v0.6.35

Merged pull requests:

  • Remove LoopVectorization dependency, in light of deprecation (#48) (@brenhinkeller)

v0.6.35

11 Mar 19:14
Compare
Choose a tag to compare

NaNStatistics v0.6.35

Diff since v0.6.34

  • Add movsum

v0.6.34

29 Jan 00:38
Compare
Choose a tag to compare

NaNStatistics v0.6.34

Diff since v0.6.31

Merged pull requests:

Closed issues:

  • Error using NaNMean in debugger (#22)
  • nanmedian might be slower than a naive implementation (#41)
  • loading package NaNStatistics is slow (#42)
  • StackOverflowError with nanmedian and certain dims (#43)

v0.6.31

12 Sep 19:13
Compare
Choose a tag to compare

NaNStatistics v0.6.31

Diff since v0.6.30

v0.6.30

13 Jun 21:24
Compare
Choose a tag to compare

NaNStatistics v0.6.30

Diff since v0.6.29

Closed issues:

  • nanmean results in NaN partial derivatives when using dims keyword (#38)
  • NaN leak with selectdim view (#39)