Revisions of python-scipy

buildservice-autocommit accepted request 1141434 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 97)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 96)
- Disable broken tests in s390x, gh#scipy/scipy#18878, bsc#1218608
buildservice-autocommit accepted request 1127833 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 95)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 94)
skip a test on 32 bit
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 93)
- Update to 1.11.4:
  * MAINT: ensure cobyla objective returns scalar
  * MAINT: fixup dep warning
  * BUG: interpolate: fix spalde with len(c) < len(t)
  * BUG: pass unused xrtol in fmin_bfgs to _minimize_bfgs
  * BUG: Regression test for lsq trf boundary error
  * BUG: lsq trf gives x=1e-10 if x0 is near a bound
  * BUG: make Bessel-roots function not hang and not skip roots
  * io/matlab: Fix loading of mat files containing fn handles when
    simplify_cells=True
  * BUG: make L-BFGS-B work with single precision gradient
  * MAINT: stats: fix NumPy DeprecationWarnings
  * BUG: sparse.linalg: Cast to intc before SuperLU
  * MAINT: Use deb_system scheme to match meson's path inference & fix aarch64
  * BUG: Fix python3.12 distutils dev.py build
  * BUG: stats: remove use of `BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS`
  * MAINT: fix libquadmath licence
  * MAINT: newton, make sure x0 is an inexact type
  * MAINT: stats.CovViaEigendecomposition: fix _colorize for singular
    covariance
  * TST: fix `TestODR.test_implicit` test failure with tolerance bump
  * BUG: signal: freqz rfft grid fix
  * BUG: Support sparse arrays in scipy.sparse.csgraph.laplacian
  * MAINT: signal: Remove the cval parameter from the private function
    _pad_test.
  * BLD: Avoid absolute pathnames in .pyx files
  * BUG: Add back make_strictly_feasible to lsq trf.
  * MAINT: should not be using np.float64() on arrays
  * BUG: trust-constr Bounds exclusive
  * BUG: sparse.csgraph: Support int64 indices in traversal.pyx
buildservice-autocommit accepted request 1116438 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 92)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1116423 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 91)
- Let it build for Leap 15.6 also.
buildservice-autocommit accepted request 1101324 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 90)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1101087 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 89)
- Add upstream intc.patch to fix gh#scipy/scipy#18603
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1100589 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 88)
- Update to 1.11.1
  * Several scipy.sparse array API improvements, including sparse.sparray, 
    a new public base class distinct from the older sparse.spmatrix class, 
    proper 64-bit index support, and numerous deprecations paving the way 
    to a modern sparse array experience.
  * scipy.stats added tools for survival analysis, multiple hypothesis 
    testing, sensitivity analysis, and working with censored data.
  * A new function was added for quasi-Monte Carlo integration, and linear 
    algebra functions det and lu now accept nD-arrays.
  * An axes argument was added broadly to ndimage functions, facilitating 
    analysis of stacked image data.
buildservice-autocommit accepted request 1096504 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 87)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1096456 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 86)
- Use sle15_python_module_pythons
- Require GCC >= 8
buildservice-autocommit accepted request 1070755 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 85)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1070737 from Martin Liška's avatar Martin Liška (marxin) (revision 84)
- Fix i686 tests for GCC 13 due to:
  https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
buildservice-autocommit accepted request 1067788 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 83)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1067759 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 82)
- Update to 1.10.1
  * bug-fix release with no new features compared to 1.10.0
- Drop scipy-pr17717-ro-interpn.patch
buildservice-autocommit accepted request 1059146 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 81)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1058862 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 80)
- Highlights of the 1.10.0 release
  * A new dedicated datasets submodule (scipy.datasets) has been
    added, and is now preferred over usage of scipy.misc for
    dataset retrieval.
  * A new scipy.interpolate.make_smoothing_spline function was
    added. This function constructs a smoothing cubic spline from
    noisy data, using the generalized cross-validation (GCV)
    criterion to find the tradeoff between smoothness and proximity
    to data points.
  * scipy.stats has three new distributions, two new hypothesis
    tests, three new sample statistics, a class for greater control
    over calculations involving covariance matrices, and many other
    enhancements.
- Add scipy-pr17717-ro-interpn.patch gh#scipy/scipy#17717
  * Fixes gh#spacetelescope/gwcs#433
- Provide scipy-datasets.tar.gz for pooch cache and tests without
  needing to download during test time.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1057791 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 79)
- Update to version 1.10.0
- Drop upstream pacthes:
  * fix-tests.patch
  * fix-tests-pytest72.patch
  * scipy-pr17467-no-np.int0.patch
buildservice-autocommit accepted request 1045131 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 78)
baserev update by copy to link target
Displaying revisions 21 - 40 of 117
openSUSE Build Service is sponsored by