diff options
| author | adam <adam@pkgsrc.org> | 2018-10-02 12:10:29 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2018-10-02 12:10:29 +0000 |
| commit | 64388caaffa452286a035657adc1734be4fce9b8 (patch) | |
| tree | 333c29b93354413b20c82dafe7ec4870cd500584 /math/gsl/PLIST | |
| parent | 04b6c28f5f2d5fd19e9b8f15fc85912158e3aefd (diff) | |
| download | pkgsrc-64388caaffa452286a035657adc1734be4fce9b8.tar.gz | |
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
Diffstat (limited to 'math/gsl/PLIST')
| -rw-r--r-- | math/gsl/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/gsl/PLIST b/math/gsl/PLIST index 9374d715f6f..49c8fd8411d 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -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 |
