Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2022 15:19:38 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 24b8000a4d7e - main - math/rubygem-enumerable-statistics: update to 2.0.7
Message-ID:  <202202071519.217FJc4L093797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24b8000a4d7e57ced07b55d509d3dda341198719

commit 24b8000a4d7e57ced07b55d509d3dda341198719
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-02-07 15:17:52 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-02-07 15:19:31 +0000

    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
---
 math/rubygem-enumerable-statistics/Makefile | 2 +-
 math/rubygem-enumerable-statistics/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/math/rubygem-enumerable-statistics/Makefile b/math/rubygem-enumerable-statistics/Makefile
index ba987be85184..0b56ffcbfb5f 100644
--- a/math/rubygem-enumerable-statistics/Makefile
+++ b/math/rubygem-enumerable-statistics/Makefile
@@ -1,7 +1,7 @@
 # Created by Matthias Fechner <mfechner@FreeBSD.org>
 
 PORTNAME=	enumerable-statistics
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.7
 CATEGORIES=	math rubygems
 MASTER_SITES=	RG
 
diff --git a/math/rubygem-enumerable-statistics/distinfo b/math/rubygem-enumerable-statistics/distinfo
index ebb70089004f..b36af808fc02 100644
--- a/math/rubygem-enumerable-statistics/distinfo
+++ b/math/rubygem-enumerable-statistics/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587531849
-SHA256 (rubygem/enumerable-statistics-2.0.1.gem) = 2e309fdbf2b28b4c6b3319b1619387e24f8fdf365385abea3214954a5e718229
-SIZE (rubygem/enumerable-statistics-2.0.1.gem) = 356352
+TIMESTAMP = 1644246994
+SHA256 (rubygem/enumerable-statistics-2.0.7.gem) = eeb84581376305327b31465e7b088146ea7909d19eb637d5677e51f099759636
+SIZE (rubygem/enumerable-statistics-2.0.7.gem) = 357888



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202071519.217FJc4L093797>