Skip to content

Releases: brenhinkeller/NaNStatistics.jl

v0.6.58

20 May 01:26
4188e2c

Choose a tag to compare

NaNStatistics v0.6.58

Diff since v0.6.57

  • Bugfix: replace comparison methods that were removed along with Static.jl in v0.6.57

Merged pull requests:

  • Add back methods for comparing _StaticInt with other numbers (#67) (@brenhinkeller)

Closed issues:

  • Segfault with certain inputs to nanmean (#66)

v0.6.57

15 May 19:29
cf80fb0

Choose a tag to compare

NaNStatistics v0.6.57

Diff since v0.6.56

  • Drop dependencies on Static.jl and StaticArrayInterface.jl

Merged pull requests:

  • Drop Static and StaticArrayInterface deps (#65) (@Beforerr)

v0.6.56

19 Feb 22:41
4d65d6b

Choose a tag to compare

NaNStatistics v0.6.56

Diff since v0.6.55

  • Bump compat for DimensionalData to 0.30

Merged pull requests:

v0.6.55

11 Feb 17:12
c79363c

Choose a tag to compare

NaNStatistics v0.6.55

Diff since v0.6.54

Merged pull requests:

v0.6.33

11 Feb 17:11
a876a4a

Choose a tag to compare

NaNStatistics v0.6.33

Diff since v0.6.31

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.6.54

07 Aug 16:53

Choose a tag to compare

NaNStatistics v0.6.54

Diff since v0.6.53

  • Have nancovem match behavior of nancov for empty or all-NaN arrays

v0.6.53

27 May 23:07
f6bab94

Choose a tag to compare

NaNStatistics v0.6.53

Diff since v0.6.52

Merged pull requests:

  • Ensure that _nanmean_mapreduce! inserts nans for zero counts (#60) (@JamesWrigley)

Closed issues:

  • Bug with nanmean (#59)

v0.6.52

27 May 00:27
7f92233

Choose a tag to compare

NaNStatistics v0.6.52

Diff since v0.6.51

  • Implement nanmean!and nansum! (#58 )

v0.6.51

25 May 23:50
8aba42e

Choose a tag to compare

NaNStatistics v0.6.51

Diff since v0.6.50

  • Improve performance of nanmean/nansum on large arrays (#57)

Merged pull requests:

v0.6.50

07 Apr 20:51
4510db1

Choose a tag to compare

NaNStatistics v0.6.50

Diff since v0.6.49

  • Attempt to add support for Unitful quantities

Merged pull requests:

Closed issues:

  • nanstd does not work with Unitful (#55)