Releases: oheil/NormalizeQuantiles.jl
Releases · oheil/NormalizeQuantiles.jl
v1.2.2
v1.2.1
NormalizeQuantiles v1.2.1
v1.2.0
v1.1.0
v1.0.0
v1.0.0 (2019-11-17)
v0.5.4
Project.toml added and finished, new version to General
Addressing new 0.7 deprecations
Just addressing new 0.7 deprecations like
array[5:9]=0 => array[5:9].=0
Performance for function sampleRanks
improved performance for function sampleRanks with help from discourse discussion: https://discourse.julialang.org/t/groupby-for-regular-array/9877
bug fix and test coverage
-for sampleRanks if inout array is all NA or last value is NA
-added missing tests
bug fix for julia <= 0.6
for sampleRanks if input array is all NA or last value is NA