pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/hs-statistics



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 05:33:49 UTC 2025

Modified Files:
        pkgsrc/math/hs-statistics: Makefile buildlink3.mk distinfo

Log Message:
math/hs-statistics: update to statistics-0.16.3.0

## Changes in 0.16.3.0

 * `S.Sample.correlation`, `S.Sample.covariance`,
   `S.Correlation.pearson` do not allocate temporary arrays.

 * Variants of correlation which take two vectors as input are added:
   `S.Sample.correlation2`, `S.Sample.covariance2`, `S.Correlation.pearson2`,
   `S.Correlation.spearman2`.

 * Contexts for `S.Function.indexed`, `S.Correlation.spearman`, `S.pairedTTest`,
   `S.Sample.correlation`, `S.Sample.covariance`, reduced.

 * Computation of `rSquare` in linear regression has special case for case when
   data variation is 0.

 * Doctests added.

 * Benchmarks using `tasty-bench` and `tasty-papi` added.

 * Spurious test failures fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-statistics/Makefile \
    pkgsrc/math/hs-statistics/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/hs-statistics/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/hs-statistics/Makefile
diff -u pkgsrc/math/hs-statistics/Makefile:1.3 pkgsrc/math/hs-statistics/Makefile:1.4
--- pkgsrc/math/hs-statistics/Makefile:1.3      Thu May  9 01:32:28 2024
+++ pkgsrc/math/hs-statistics/Makefile  Thu Jan 30 05:33:49 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/05/09 01:32:28 pho Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/30 05:33:49 pho Exp $
 
-DISTNAME=      statistics-0.16.2.1
-PKGREVISION=   2
+DISTNAME=      statistics-0.16.3.0
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/math/hs-statistics/buildlink3.mk
diff -u pkgsrc/math/hs-statistics/buildlink3.mk:1.3 pkgsrc/math/hs-statistics/buildlink3.mk:1.4
--- pkgsrc/math/hs-statistics/buildlink3.mk:1.3 Thu May  9 01:32:28 2024
+++ pkgsrc/math/hs-statistics/buildlink3.mk     Thu Jan 30 05:33:49 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2024/05/09 01:32:28 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2025/01/30 05:33:49 pho Exp $
 
 BUILDLINK_TREE+=       hs-statistics
 
 .if !defined(HS_STATISTICS_BUILDLINK3_MK)
 HS_STATISTICS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-statistics+=  hs-statistics>=0.16.2
-BUILDLINK_ABI_DEPENDS.hs-statistics+=  hs-statistics>=0.16.2.1nb2
+BUILDLINK_API_DEPENDS.hs-statistics+=  hs-statistics>=0.16.3
+BUILDLINK_ABI_DEPENDS.hs-statistics+=  hs-statistics>=0.16.3.0
 BUILDLINK_PKGSRCDIR.hs-statistics?=    ../../math/hs-statistics
 
 .include "../../converters/hs-aeson/buildlink3.mk"

Index: pkgsrc/math/hs-statistics/distinfo
diff -u pkgsrc/math/hs-statistics/distinfo:1.1 pkgsrc/math/hs-statistics/distinfo:1.2
--- pkgsrc/math/hs-statistics/distinfo:1.1      Thu Nov  2 02:47:40 2023
+++ pkgsrc/math/hs-statistics/distinfo  Thu Jan 30 05:33:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/11/02 02:47:40 pho Exp $
+$NetBSD: distinfo,v 1.2 2025/01/30 05:33:49 pho Exp $
 
-BLAKE2s (statistics-0.16.2.1.tar.gz) = b4ee7ca3755312d06dd7eba7b681808952f78c1c2865d6e73c824ecbb2474561
-SHA512 (statistics-0.16.2.1.tar.gz) = cfc7a0ae07ffa5a41a5887db970719c5bc76391a31bf0942e6a4facb1a8092903dab2d16df8f408f1fd712a54dbc260fdde1155c84b9823ffc8034eae68d4cad
-Size (statistics-0.16.2.1.tar.gz) = 107898 bytes
+BLAKE2s (statistics-0.16.3.0.tar.gz) = 4c0368d5dfbc2cc4916a54388c26bd61b27a12925b6381dedb75c0e19917f960
+SHA512 (statistics-0.16.3.0.tar.gz) = 0e066d5dd2cf621c69bd3a50477f6a1c8bcd57f527e89d55d4a9e12ee6c586bd70049e0745423fb7d170e85ed521678e8c79b214c7a360b9039e1812f93781dc
+Size (statistics-0.16.3.0.tar.gz) = 108444 bytes



Home | Main Index | Thread Index | Old Index