ports/math/rubygem-enumerable-statistics/Makefile
Matthias Fechner 24b8000a4d math/rubygem-enumerable-statistics: update to 2.0.7
Changelog:
https://github.com/mrkn/enumerable-statistics/blob/master/CHANGELOG.md

2.0.7

    Fix the bug of histogram with bin range that is smaller than value range

2.0.6

    Add edges parameter in histogram
    Rename parameter in histogram to fix typo: weight to weights

2.0.5

    Add weighted histogram support

2.0.4

    Add find_min, find_max, argmin, argmax methods
    Fix nbin=:auto case in histogram method

2.0.3

    Ractor-safe version

2.0.2

    Support Ruby 3.0
2022-02-07 16:19:31 +01:00

17 lines
322 B
Makefile

# Created by Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= enumerable-statistics
PORTVERSION= 2.0.7
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Statistics features for Enumerable
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>