SHA256
1
0
forked from pool/gsl

Accepting request 504773 from home:adamm:branches:science

- Update to new upstream version 2.4:
  * add const to declaration of appropriate gsl_rstat routines
  * added routines for Hermite polynomials, gsl_sf_hermite_*
  * added routines to compute integrals with fixed-point
    quadrature, based on IQPACK
  * added new nonlinear least squares example for fitting
    a Gaussian to data
  * deprecated routines:
     gsl_sf_coupling_6j_INCORRECT
     gsl_sf_coupling_6j_INCORRECT_e
  * deprecated routine 'gsl_linalg_hessenberg' (replaced
    by gsl_linalg_hessenberg_decomp)
  * removed routines which were deprecated in v2.1:
     gsl_bspline_deriv_alloc
     gsl_bspline_deriv_free
  * changed COD expression to Q R Z^T instead of Q R Z to
    be consistent with standard texts
  * added check for nz == 0 in gsl_spmatrix_get
  * permit zero-dimension blocks, vectors, matrics, subvectors,
    submatrices, and views of the above
  * added routine gsl_linalg_COD_lssolve2 for regularized
    least squares problems
- obsoletes patches:
  * ppc_test_tolerence.patch
  * fix_legendre_test.patch
- unit tests re-enabled

- Update to test version 2.3.90.

OBS-URL: https://build.opensuse.org/request/show/504773
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=9
This commit is contained in:
2017-06-19 14:44:28 +00:00
committed by Git OBS Bridge
parent ad988774d8
commit 3f0270c855
8 changed files with 41 additions and 66 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jun 19 14:11:18 UTC 2017 - adam.majer@suse.de
- Update to new upstream version 2.4:
* add const to declaration of appropriate gsl_rstat routines
* added routines for Hermite polynomials, gsl_sf_hermite_*
* added routines to compute integrals with fixed-point
quadrature, based on IQPACK
* added new nonlinear least squares example for fitting
a Gaussian to data
* deprecated routines:
gsl_sf_coupling_6j_INCORRECT
gsl_sf_coupling_6j_INCORRECT_e
* deprecated routine 'gsl_linalg_hessenberg' (replaced
by gsl_linalg_hessenberg_decomp)
* removed routines which were deprecated in v2.1:
gsl_bspline_deriv_alloc
gsl_bspline_deriv_free
* changed COD expression to Q R Z^T instead of Q R Z to
be consistent with standard texts
* added check for nz == 0 in gsl_spmatrix_get
* permit zero-dimension blocks, vectors, matrics, subvectors,
submatrices, and views of the above
* added routine gsl_linalg_COD_lssolve2 for regularized
least squares problems
- obsoletes patches:
* ppc_test_tolerence.patch
* fix_legendre_test.patch
- unit tests re-enabled
-------------------------------------------------------------------
Wed Jun 14 11:54:35 UTC 2017 - adam.majer@suse.de
- Update to test version 2.3.90.
-------------------------------------------------------------------
Thu May 18 08:57:35 UTC 2017 - adam.majer@suse.de