scipy (1.16.3-1) unstable; urgency=medium . * New upstream release - applies fix_stats_bivariate_normal_cdf_PR23815.patch * hppa: skip all test_accuracy in TestTanhSinh (integrate module) * hurd-i386: skip test_tmax (test_mstats_basic.py) scipy (1.16.2-5) unstable; urgency=medium . * mips64el: skip test_nan_inputs[sph_harm] * hppa: skip all TestCubatureProblems * hurd-i386: skip test_tmean (test_mstats_basic.py) scipy (1.16.2-4) unstable; urgency=medium . * debian patch fix_stats_bivariate_normal_cdf_PR23815.patch fixes bivariate normal cdfs in stats. Needed by iminuit. Closes: #1109954 * hppa: skip test_QRVS_shape_consistency [3-d_out2-size_in3-size_out3-qrng2-NumericalInversePolynomial] * hurd-i386: skip test_rankdata in test_mstats_basic.py (MemoryError) * debian/tests i386 with blis: skip test_sylvester test_cython test_sy_he_tri test_gbcon test_gh23278 scipy (1.16.2-3) unstable; urgency=medium . * hurd-i386: skip test_exact_basic (MemoryError) * hppa: skip test_QRVS_shape_consistency [3-d_out2-1-size_out1-None-NumericalInversePolynomial] * debian/tests i386: skip test_two_generic_matrix_inputs with blis scipy (1.16.2-2) unstable; urgency=medium . * update build-time test skips - debian/rules hurd-i386: test_kurtosis (MemoryError) - hppa: test_scalar_output in TestCubatureProblems * debian/tests i386 with blis: skip test_eigh (linalg test_batch.py) scipy (1.16.2-1exp2) experimental; urgency=medium . * mips64el: skip test_nan_inputs[airye] * hppa: skip test_accuracy[numpy-case28] scipy (1.16.2-1exp1) experimental; urgency=medium . * New upstream release * i386: skip test_matmat (linalg batch test) with BLIS * hppa: add another case to test_QRVS_shape_consistency skips * hurd-i386: skip TestBoxcox and selected slower tests (iterative hop crash evolution marginals vector) to reduce test burden and avoid MemoryError * Build-Depends: python3-numpy-dev (for dh_numpy3) scipy (1.16.0-1exp7) experimental; urgency=medium . * update debian patch test_nan_policy_array_22360.patch to skip test on any unexpected exception (the previous patch failed on FloatingPointError rather than RuntimeWarning). Include all_nans-propagate-ttest_ci in skip tests. scipy (1.16.0-1exp6) experimental; urgency=medium . * hppa: skip another test_QRVS_shape_cons [-NumericalInversePolynomial] * replace debian patch test_nan_policy_array_22360.patch with patch testing for misbehaviour with nans in np.mean in selected cases for test_axis_nan_policy_axis_is_None, skipping if RuntimeWarning is emitted. Drop mips64el axis_nan_policy skips in debian tests. See https://github.com/scipy/scipy/issues/22360 scipy (1.16.0-1exp5) experimental; urgency=medium . * update test skips - mips64el: weightedtau variants of test_axis_nan_policy_axis_is_None (upstream Issue#22360) - hppa powerpc: test_elementwise_multiply in TestCSC and TestBSR sparse - sparc64: expm1 log1p xlog1py and xlogy variants in test_cython_api (upstream Issue#22577) - hurd-i386: stats TestGoodnessOfFit (fails, exceeds Memory) scipy (1.16.0-1exp4) experimental; urgency=medium . * include path to newly built scipy module when extracting version details before build-time tests scipy (1.16.0-1exp3) experimental; urgency=medium . * read SciPy/NumPy/Python version and system information for build-time tests (needed if we must report a bug upstream) scipy (1.16.0-1exp2) experimental; urgency=medium . * debian/rules: when handling subprojects in submodules, allow for builds with (.dsc) and without (git) empty dirs in subprojects, since git removes empty dirs scipy (1.16.0-1exp1) experimental; urgency=medium . * New upstream major release - obsoletes debian patch special_libsf_error_SOABI.patch (libsf_error_state removed, upstream PR#22419) * update debian/copyright - update xsf entries - moved from scipy/special to submodules/subprojects/xsf - xsf includes faddeeva.h - xsf/cephes includes dd_real.h (Name: qd) - xsf adds kokkos/mdspan.hpp (2022 NTESS Apache-2.0) - boost_math moved from ../scipy/_lib to submodules/subprojects - qhull source moved from scipy/spatial/qhull_src/ to subprojects/qhull_r/libqhull_r/ - add scipy/spatial/src/distance_impl.h and distance_wrap.c Copyright: 2007, 2008, Damian Eads, BSD-3-clause - add scipy/_lib/pyprima,2020-2025, Zaikun ZHANG, BSD-3-clause PRIMA is a modern reimplementation of Powell's methods (COBYLA) If you use PRIMA, please cite DOI:10.5281/zenodo.8052654 - list submodules in alphabetical order * debian/rules: link git submodules to their rightful places in subprojects (not all subprojects are git submodules) * Build scipy (spatial) against system qhull library. Build-Depends: libqhull-dev