Path to this page:
./
math/ruby-enumerable-statistics,
Statistics features for Enumerable
Branch: CURRENT,
Version: 2.0.9,
Package name: ruby32-enumerable-statistics-2.0.9,
Maintainer: pkgsrc-usersEnumerable::Statistics provides some methods to calculate statistical
summary in arrays and enumerables.
Master sites:
Filesize: 351.5 KB
Version history: (Expand)
- (2026-01-18) Updated to version: ruby32-enumerable-statistics-2.0.9
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-05-26) Updated to version: ruby32-enumerable-statistics-2.0.8
CVS history: (Expand)
2026-01-18 04:53:26 by Takahiro Kambe | Files touched by this commit (3) |  |
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) |  |
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
|