Skip to content

Releases: brenhinkeller/NaNStatistics.jl

v0.6.19

29 Nov 21:51
Compare
Choose a tag to compare

NaNStatistics v0.6.19

Diff since v0.6.18

Use SnoopPrecompile.jl to fully precompile some common methods and decrease ttfx!

v0.6.18

27 Nov 06:04
Compare
Choose a tag to compare

NaNStatistics v0.6.18

Diff since v0.6.17

  • More accurate dispatch for types that are and aren't LV-friendly
  • Keep N more explicitly in the type domain

v0.6.17

27 Nov 04:09
Compare
Choose a tag to compare

NaNStatistics v0.6.17

Diff since v0.6.16

  • Refactor internal reducedims function used to support dim keyword
  • Bump compat on Static

Merged pull requests:

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

v0.6.16

13 Nov 03:09
Compare
Choose a tag to compare

NaNStatistics v0.6.16

Diff since v0.6.15

  • Release type constraints on destination of histcounts!

v0.6.15

12 Nov 04:20
Compare
Choose a tag to compare

NaNStatistics v0.6.15

Diff since v0.6.14

  • Make movmean safe for non-one-indexed arrays

Closed issues:

  • nancumsum (#25)

v0.6.14

17 Jul 04:17
Compare
Choose a tag to compare

NaNStatistics v0.6.14

Diff since v0.6.13

  • Add nancumsum

Merged pull requests:

v0.6.13

25 Jun 23:18
4e80c43
Compare
Choose a tag to compare

NaNStatistics v0.6.13

Diff since v0.6.12

Closed issues:

  • Error when using dim or dims keywords (#23)

Merged pull requests:

v0.6.12

12 Jun 04:47
d105c01
Compare
Choose a tag to compare

NaNStatistics v0.6.12

Diff since v0.6.11

  • Expand compat on Static.jl to 0.7
  • Require LoopVectorization v0.12.113

Merged pull requests:

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

v0.6.11

16 May 20:09
Compare
Choose a tag to compare

NaNStatistics v0.6.11

Diff since v0.6.10

Closed issues:

  • nanmaximum and nanminimum yield NaN when too many NaN's are present in Array (#19)

v0.6.10

09 Apr 15:49
aa559a3
Compare
Choose a tag to compare

NaNStatistics v0.6.10

Diff since v0.6.9

  • Makes NaNStatistics independent of LoopVectorization internals
  • Requires LoopVectorization v0.12.106
  • Should fix #19

Closed issues:

  • nanpctile() gives an error: UndefVarError: T not defined for multidimension array (#15)

Merged pull requests: