close

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

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


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

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


Master sites:

Filesize: 351.5 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-18 04:53:26 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-enumerable-statistics: update to 2.0.9

2.0.9 (2025-12-30)

* Add missing #include <float.h>

	- GH-35
	- Patch by Tadashi Saito

* Suppress method redefined warnings

	- GH-43
	- GH-46
	- Reported by forthrin
	- Patch by kojix2

Thanks

* Tadashi Saito
* forthrin
* kojix2
   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