pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/gsl
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 2 12:10:29 UTC 2018
Modified Files:
pkgsrc/math/gsl: Makefile PLIST distinfo
Log Message:
gsl: updated to 2.5
What is new in gsl-2.5:
** doc bug fix in binomial distribution figure
** added Wishart distribution
** added new module for digital filtering (gsl_filter); current filters include:
Gaussian filter
median filter
recursive median filter
impulse detection filter
** added new module for moving window statistics (gsl_movstat)
** added statistics functions:
gsl_stats_median()
gsl_stats_select()
gsl_stats_mad()
gsl_stats_mad0()
gsl_stats_Sn_from_sorted_data()
gsl_stats_Qn_from_sorted_data()
gsl_stats_gastwirth_from_sorted_data()
gsl_stats_trmean_from_sorted_data()
** added Romberg integration (gsl_integration_romberg)
** bug fix in deprecated functions gsl_multifit_wlinear_svd and
gsl_multifit_wlinear_usvd
** documention corrected to state that gsl_sf_legendre functions do
not include Condon-Shortley phase by default
** bug fix in exponential fitting example when using larger number
of points
** changed internal workspace inside gsl_spmatrix to a union to
avoid casting
** bug fixes in ode-initval2 for very rare solver crashing cases
** add histogram2d figure to manual (was missing in 2.4)
** bug fix in gsl_spmatrix_add for duplicate input arguments
** add support for negative arguments nu in gsl_sf_bessel_Jnu and
gsl_sf_bessel_Ynu
** better texinfo documentation for gsl_sf_hyperg functions
** fix vector and matrix fread/fwrite testing on windows systems
when tmpfile() fails
** fix for rstat/test.c on PPC64
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/math/gsl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/gsl/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/gsl/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/gsl/Makefile
diff -u pkgsrc/math/gsl/Makefile:1.40 pkgsrc/math/gsl/Makefile:1.41
--- pkgsrc/math/gsl/Makefile:1.40 Tue Jul 4 09:36:09 2017
+++ pkgsrc/math/gsl/Makefile Tue Oct 2 12:10:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/07/04 09:36:09 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/10/02 12:10:29 adam Exp $
-DISTNAME= gsl-2.4
+DISTNAME= gsl-2.5
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
@@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
-
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/gsl/PLIST
diff -u pkgsrc/math/gsl/PLIST:1.22 pkgsrc/math/gsl/PLIST:1.23
--- pkgsrc/math/gsl/PLIST:1.22 Tue Jul 4 09:36:09 2017
+++ pkgsrc/math/gsl/PLIST Tue Oct 2 12:10:29 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2017/07/04 09:36:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2018/10/02 12:10:29 adam Exp $
bin/gsl-config
bin/gsl-histogram
bin/gsl-randist
@@ -47,6 +47,7 @@ include/gsl/gsl_fft_halfcomplex.h
include/gsl/gsl_fft_halfcomplex_float.h
include/gsl/gsl_fft_real.h
include/gsl/gsl_fft_real_float.h
+include/gsl/gsl_filter.h
include/gsl/gsl_fit.h
include/gsl/gsl_heapsort.h
include/gsl/gsl_histogram.h
@@ -82,6 +83,7 @@ include/gsl/gsl_monte.h
include/gsl/gsl_monte_miser.h
include/gsl/gsl_monte_plain.h
include/gsl/gsl_monte_vegas.h
+include/gsl/gsl_movstat.h
include/gsl/gsl_multifit.h
include/gsl/gsl_multifit_nlin.h
include/gsl/gsl_multifit_nlinear.h
@@ -176,6 +178,7 @@ include/gsl/gsl_sf_mathieu.h
include/gsl/gsl_sf_pow_int.h
include/gsl/gsl_sf_psi.h
include/gsl/gsl_sf_result.h
+include/gsl/gsl_sf_sincos_pi.h
include/gsl/gsl_sf_synchrotron.h
include/gsl/gsl_sf_transport.h
include/gsl/gsl_sf_trig.h
Index: pkgsrc/math/gsl/distinfo
diff -u pkgsrc/math/gsl/distinfo:1.35 pkgsrc/math/gsl/distinfo:1.36
--- pkgsrc/math/gsl/distinfo:1.35 Tue Jul 4 09:36:09 2017
+++ pkgsrc/math/gsl/distinfo Tue Oct 2 12:10:29 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.35 2017/07/04 09:36:09 wiz Exp $
+$NetBSD: distinfo,v 1.36 2018/10/02 12:10:29 adam Exp $
-SHA1 (gsl-2.4.tar.gz) = 5db17d71306139b811a218d8a8cf98e12e1f58ae
-RMD160 (gsl-2.4.tar.gz) = 142fb0588bd7a84067ea2286e37b4bb0e9fc9845
-SHA512 (gsl-2.4.tar.gz) = 12442b023dd959e8b22a9c486646b5cedec7fdba0daf2604cda365cf96d10d99aefdec2b42e59c536cc071da1525373454e5ed6f4b15293b305ca9b1dc6db130
-Size (gsl-2.4.tar.gz) = 5916715 bytes
+SHA1 (gsl-2.5.tar.gz) = 9b3a32ba4f4e79fc6164fdc62e56003ae6e991e5
+RMD160 (gsl-2.5.tar.gz) = 2ec06d425adf5992191ff1c0dd992f3bae3af064
+SHA512 (gsl-2.5.tar.gz) = 5b4c5c023f9029ce220f4e09aa4d0234fed94d42ac224d58fda095fe0532d54237a7c33278f8b5d0ba051f6004486edb38d0adb4fcb49337a8c1d8a18cf4a24a
+Size (gsl-2.5.tar.gz) = 7303881 bytes
SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09
SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d
SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb
Home |
Main Index |
Thread Index |
Old Index