Skip to content

Releases: brenhinkeller/NaNStatistics.jl

v0.6.9

01 Apr 19:10
cded29a
Compare
Choose a tag to compare

NaNStatistics v0.6.9

Diff since v0.6.8

  • Should fix #15

v0.6.8

01 Apr 18:58
da899b5
Compare
Choose a tag to compare

NaNStatistics v0.6.8

Diff since v0.6.7

  • Adds non-in-place nanquantile (#16 )

Merged pull requests:

v0.6.7

11 Mar 17:23
Compare
Choose a tag to compare

NaNStatistics v0.6.7

Diff since v0.6.6

  • Bump compat on Static.jl to v0.6

Merged pull requests:

  • CompatHelper: bump compat for Static to 0.6, (keep existing compat) (#14) (@github-actions[bot])

v0.6.6

20 Jan 03:05
Compare
Choose a tag to compare

NaNStatistics v0.6.6

Diff since v0.6.5

efficiency fix on nansum

v0.6.5

06 Jan 15:56
Compare
Choose a tag to compare

NaNStatistics v0.6.5

Diff since v0.6.4

  • Add histcountindices function

v0.6.4

02 Jan 01:45
Compare
Choose a tag to compare

NaNStatistics v0.6.4

Diff since v0.6.3

  • Expand compat on Static to 0.5
  • Slight improvements in test coverage

Merged pull requests:

  • CompatHelper: bump compat for Static to 0.5, (keep existing compat) (#13) (@github-actions[bot])

v0.6.3

01 Jan 20:16
Compare
Choose a tag to compare

NaNStatistics v0.6.3

Diff since v0.6.2

  • Export new (vectorized) functions countnans and countnotnans

v0.6.2

01 Jan 18:00
Compare
Choose a tag to compare

NaNStatistics v0.6.2

Diff since v0.6.1

  • Add in-place nanmad!

v0.6.1

01 Jan 07:54
Compare
Choose a tag to compare

NaNStatistics v0.6.1

Diff since v0.6.0

  • Safer quickselect! underlying nanmedian/nanpctile

v0.6.0

01 Jan 06:22
Compare
Choose a tag to compare

NaNStatistics v0.6.0

Diff since v0.5.5

  • Added nanmedian!, nanpctile!, and nanquantile!,
  • Significant performance improvements to nanmedian and nanpctile based on new semi-vectorized quicksort/quickselect backend
  • Better support for dims keyword for for nanmedian and nanpctile
  • Additional unit testing for median-related functions
  • No longer requires Statistics and StatsBase dependencies