Releases: brenhinkeller/NaNStatistics.jl
Releases · brenhinkeller/NaNStatistics.jl
v0.6.58
NaNStatistics v0.6.58
- 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
NaNStatistics v0.6.57
- Drop dependencies on Static.jl and StaticArrayInterface.jl
Merged pull requests:
v0.6.56
NaNStatistics v0.6.56
- Bump compat for DimensionalData to 0.30
Merged pull requests:
- Add compat with DimensionalData 0.30 (#63) (@JamesWrigley)
v0.6.55
v0.6.33
NaNStatistics v0.6.33
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
NaNStatistics v0.6.54
- Have
nancovemmatch behavior ofnancovfor empty or all-NaN arrays
v0.6.53
NaNStatistics v0.6.53
Merged pull requests:
- Ensure that
_nanmean_mapreduce!inserts nans for zero counts (#60) (@JamesWrigley)
Closed issues:
- Bug with nanmean (#59)
v0.6.52
v0.6.51
NaNStatistics v0.6.51
- Improve performance of nanmean/nansum on large arrays (#57)
Merged pull requests:
- Improve performance of nanmean/nansum on large arrays (#57) (@JamesWrigley)
v0.6.50
NaNStatistics v0.6.50
- Attempt to add support for
Unitfulquantities
Merged pull requests:
- Attempt to add support for unitful quantities (#56) (@brenhinkeller)
Closed issues:
- nanstd does not work with Unitful (#55)