Skip to content

Commit

Permalink
math/rubygem-enumerable-statistics: update to 2.0.7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mfechner committed Feb 7, 2022
1 parent f58aa45 commit 24b8000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 24b8000

Please sign in to comment.