Changelog for
gsl-2.8-150400.4.1.x86_64.rpm :
* Tue Oct 08 2024 bwiedemannAATTsuse.com- Ensure that %check do not modify build results (boo#1227364)
* Tue Jun 11 2024 badshah400AATTgmail.com- Add gsl-bspline-missing-definition.patch: Add missing definition for gsl_bspline_eval_nonzero (svg#65868).
* Wed May 29 2024 adam.majerAATTsuse.de- update to gsl 2.8:
* updated multilarge TSQR method to store ||z_2|| and provide it to the user
* add routines for Hermite B-spline interpolation
* add functions: - gsl_matrix_complex_conjugate - gsl_vector_complex_conj_memcpy - gsl_vector_complex_div_real - gsl_linalg_QR_lssolvem_r - gsl_linalg_complex_QR_lssolvem_r - gsl_linalg_complex_QR_QHmat_r - gsl_linalg_QR_UR_lssolve - gsl_linalg_QR_UR_lssvx - gsl_linalg_QR_UR_QTvec - gsl_linalg_QR_UU_lssvx - gsl_linalg_QR_UD_lssvx - gsl_linalg_QR_UD_QTvec - gsl_linalg_complex_cholesky_{decomp2,svx2,solve2,scale,scale_apply} - gsl_linalg_SV_{solve2,lssolve} - gsl_rstat_norm
* add Lebedev quadrature (gsl_integration_lebedev)
* major overhaul to the B-spline module to add new functionality- 989a193268b963aa1047814f7f1402084fb7d859.patch: removed, upstreamed
* Tue Feb 27 2024 dimstarAATTopensuse.org- Use %patch -P N instead of deprecated %patchN.
* Mon Aug 28 2023 adam.majerAATTsuse.de- 989a193268b963aa1047814f7f1402084fb7d859.patch: fix stack out of bounds read in gsl_stats_quantile_from_sorted_data() (bsc#1214681, CVE-2020-353570)
* Fri Feb 03 2023 stefan.bruensAATTrwth-aachen.de- update to gsl 2.7.1:
* update libtool version numbers- update to gsl 2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
* updated exponential fitting example for nonlinear least squares
* added banded LU decomposition and solver (gsl_linalg_LU_band)
* New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_
* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap
* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsyAATTpm.me)
* made gsl_sf_legendre_array_index() inline and documented gsl_sf_legendre_nlm()- Drop no longer required gsl-rpmlintrc
* Tue May 24 2022 eichAATTsuse.com- Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC packages (see this file for explanation) (bsc#1191757).- Make doc package arch-independent.
* Fri May 14 2021 dimstarAATTopensuse.org- Do not own standard filesystem dir /usr/lib64/pkgconfig.
* Sat Feb 06 2021 eichAATTsuse.com- Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766, jsc#SLE-8604).- Add build support for gcc10 to HPC build (bsc#1174439).
* Fri Nov 15 2019 cgollAATTsuse.com- module package must not be noarch, so that %{_lib} is expanded correctly
* Wed Aug 21 2019 andreas.stiegerAATTgmx.de- update to gsl 2.6: (jsc#SLE-8495)
* add BLAS calls for multiple functions
* Algorithm and implementation updates
* deprecation of multiple functions
* removal of multiple previously deprecated functions
* add binary search tree module (gsl_bst); based on GNU libavl
* remove -u flag to gsl-histogram
* updated spmatrix module
* add routines for banded Cholesky decomposition- drop upstreamed patches:
* gsl-1.6-initvars.diff
* gsl-wrap.diff
* gsl-fsf_address.patch
* Thu Feb 14 2019 adam.majerAATTsuse.de- mark examples as a noarch package- install license for examples and remove unnecessary dependencies
* Wed Feb 13 2019 aginiesAATTsuse.com- add an examples sub package to test in production env
* Mon Feb 11 2019 eichAATTsuse.com- Simplify package naming for HPC.- Fix dependencies for HPC.- Library directory is always available when module file is installed, do not hide it.- Properly create and tear down default version links when the HPC master packages are installed/uninstalled.- Create pkgconfig file for gslcblas as well.- Add missing env variables to modules file: MANPATH, INFOPATH, PKG_CONFIG_PATH.
* Tue Oct 23 2018 jjollyAATTsuse.com- Convert package to _multibuild- Add HPC build macros and evironment modules
* (FATE#324138)- Add master packages for libraries and devel package- Remove BLAS build dependency
* Sat Jul 28 2018 jengelhAATTinai.de- Remove useless --with-pic only useful for static libs.- Fix RPM groups, diversify summaries, trim long descriptions.- Trim bias from descriptions.
* Tue Jun 26 2018 adam.majerAATTsuse.de- updated license tags in spec file
* Fri Jun 15 2018 astiegerAATTsuse.com- 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 (reported by Vlad Koli)
* 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
* 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 (Konrad Griessinger)
* better texinfo documentation for gsl_sf_hyperg functions
* fix vector and matrix fread/fwrite testing on windows systems when tmpfile() fails- drop rstat_test.patch, is upstream
* Mon May 14 2018 adam.majerAATTsuse.de- temporarily disable unit tests on i586 (boo#1092530)
* Tue Jun 20 2017 adam.majerAATTsuse.de- rstat_test.patch - Fix rstat test on PPC platform- re-enable multi-job support in unit tests (check make target)
* Mon Jun 19 2017 adam.majerAATTsuse.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 2017 adam.majerAATTsuse.de- Update to test version 2.3.90.
* Thu May 18 2017 adam.majerAATTsuse.de- Add unit test error logs to build logs when there is a failure- ppc_test_tolerence.patch: Fix unit tests on PPC64 and PPC64LE- fix_legendre_test.patch: Ignore part of failing unit test on i586 (boo#1030250)
* Fri Jan 06 2017 mpluskalAATTsuse.com- Update to version 2.3:
* bug fix in documentation for gsl_linalg_LU_refine
* added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd
* improved rstat example program and added documentation for
* added function gsl_multifit_linear_rank
* bug fix in nonlinear least squares when using data weights with
* add 2D subspace method for large systems (multilarge_nlinear)
* bug fix in gsl_ran_beta for small parameters
* bug fix in gsl_complex_tan for negative imaginary arguments
* doc bug fix: value of golden ratio
* fixed scaling issue in 2D subspace nonlinear least squares method
* optimize dogleg methods to calculate Gauss-Newton point only when needed
* reverted gsl_linalg_cholesky_decomp to its previous behavior so it is backward compatible; new cholesky routine is gsl_linalg_cholesky_decomp1
* updated gsl_linalg_cholesky_invert to use Level-2 BLAS
* added functions gsl_linalg_tri_
*_invert for inverting
* fix GSL_EIGEN_SORT_VAL_{ASC,DESC} for nonsymmetric
* added complete orthogonal decomposition routines
* and many more - see ChangeLog for full list- Drop upstreamed patches:
* gsl-disable-multifit-test.patch
* gsl-rstat-test-powerpc.patch- Packaging changes:
* use https url\'s for download
* fetch keyring from savannah
* Fri Jul 29 2016 adam.majerAATTsuse.de- Add missing Requires in -devel following package split
* Fri Jul 29 2016 dmitry_rAATTopensuse.org- Move gslcblas library to separate package [boo#991155]
* Sat Jun 18 2016 dmitry_rAATTopensuse.org- Update to version 2.1
* added gsl_multifit_linear_rcond() to compute reciprocal condition number of least squares matrix
* added gsl_multilarge module for large linear least squares systems New in version 2.0
* added L-curve analysis routines for linear Tikhonov regression
* add running statistics module
* added bilinear and bicubic interpolation
* added function gsl_multifit_robust_residuals to compute robust fit residuals
* added Steffen monotonic interpolation method
* added new nonlinear least squares solver \'lmniel\' suitable for systems with large numbers of data
* nonlinear least squares solver now tracks the number of function Jacobian evaluations, see example program for details
* the \'fdf\' field of gsl_multifit_function_fdf is now deprecated and does not need to be specified for nonlinear least squares problems
* added extensive test suite to nonlinear least squares module, resulting in a few minor bug fixes; the routine gsl_multifit_fdfsolver_driver has been rewritten (with API change) to handle the various error codes of the lmsder iterate routine, resulting in a high level caller which is highly robust for a wide class of problems
* added support for sparse matrices, including a GMRES iterative linear solver
* added routines gsl_linalg_givens and gsl_linalg_givens_gv for Givens rotations
* added Tikhonov (ridge) regularization to least squares module (linear and nonlinear)
* Drop obsolete gsl-sorting-complex-numbers.patch- Disable multifit test for 32-bit systems
* gsl-disable-multifit-test.patch- Fix build on PowerPC systems
* gsl-rstat-test-powerpc.patch
* Mon Jun 08 2015 dimstarAATTopensuse.org- Add gsl-sorting-complex-numbers.patch: fix in sorting of complex numbers (http://savannah.gnu.org/bugs/?39055).
* Wed Feb 25 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Add gpg keys- Update dependencies- Split documentation to separate package- Run only one job for checks