./math/ruby-enumerable-statistics, Statistics features for Enumerable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.8, Package name: ruby32-enumerable-statistics-2.0.8, Maintainer: pkgsrc-users

Enumerable::Statistics provides some methods to calculate statistical
summary in arrays and enumerables.


Master sites:

Filesize: 350.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-05-26 17:33:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-enumerable-statistics: update to 2.0.8

2.0.8 (2024-05-14)

* Prohibit the use of both nbins and edges kwargs simultaneously in the
  histogram method.
* Support skip_na kwarg in sum and related methods.
* Support Ruby 3.4+.
   2023-05-30 17:36:37 by Takahiro Kambe | Files touched by this commit (1)
Log message:
math/ruby-enumerable-statistics: remove comment outed line