head 1.3; access; symbols pkgsrc-2026Q2:1.2.0.6 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @ * @; 1.3 date 2026.06.30.09.57.45; author adam; state dead; branches; next 1.2; commitid MEiSONJEyTov3OLG; 1.2 date 2025.10.30.14.58.40; author adam; state Exp; branches; next 1.1; commitid AQ7T0oo4oRMWwBgG; 1.1 date 2025.08.20.12.19.24; author adam; state Exp; branches; next ; commitid 0Yqh1O9hOpOLVs7G; desc @@ 1.3 log @py-scipy: updated to 1.18.0 SciPy 1.18.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code with ``python -Wd`` and check for ``DeprecationWarning`` s). Our development attention will now shift to bug-fix releases on the 1.18.x branch, and on adding new features on the main branch. @ text @$NetBSD: patch-subprojects_xsf_include_xsf_amos_amos.h,v 1.2 2025/10/30 14:58:40 adam Exp $ Prefer C++ headers. --- subprojects/xsf/include/xsf/amos/amos.h.orig 2025-10-10 18:07:54.000000000 +0000 +++ subprojects/xsf/include/xsf/amos/amos.h @@@@ -95,7 +95,7 @@@@ #include #include -#include +#include #include // unique_ptr namespace xsf { @ 1.2 log @py-scipy: updated to 1.16.3 Issues closed for 1.16.3 BUG: linalg: wrong handling of args/kwargs in ``_apply_over_batch`` BUG: huge speed and quality regression for stats.multivariate_normal.cdf BUG: ``lqmn(1,1,0)`` and ``lqmn(1,1,0j)`` return incompatible... CI: meson setup fails with "invalid int value: 'Sentinel.UNSET'" BUG: ``special.expi(inf)`` is ``nan``\ , should be ``inf`` MAINT, TST: optimize test_input_validation torch failure TST, MAINT: boxcox_llf failing again Pull requests for 1.16.3 REL, MAINT: prepare for SciPy 1.16.3 TST, MAINT: backports, restore lfilter BUG: linalg:solve...are: fix bug when optional array is skipped MAINT: optimize: fix usage of ``nextafter(..., where=)`` without... CI: pin Python 3.11.13 in CircleCI job BUG:optimize:SLSQP: Use double negative in an if condition for... ENH: scipy.stats: speed up bivariate normal cdf BUG/TST: Bump xsf to v0.1.3 add tests for expi limits CI: optimize: allow new Pytorch message MAINT: patch vendored qhull source for security fix TST: stats.boxcox_llf: bump test tolerance @ text @d1 1 a1 1 $NetBSD: patch-subprojects_xsf_include_xsf_amos_amos.h,v 1.1 2025/08/20 12:19:24 adam Exp $ @ 1.1 log @py-scipy: updated to 1.16.1 Issues closed for 1.16.1 BUG: ndimage.median_filter: always returns ``0`` on single element... BUG: optimize.shgo: unbounded cache in Complex.split_edge BUG: ``@@_transition_to_rng`` leads to inconsistent function signatures BUG: stats.beta.entropy: doesn't work with array-valued a, b BUG: signal.tf2sos: ``ComplexWarning`` BUG: signal.freqz: erroneously returns complex-valued frequencies BUG: linalg.sqrtm: incorrect results in 1.16.0 when at least... BUG: CSC matrix multiplication and indptrs BUG: Compilation failure in HiGHs with MSVC DOC: optimize.minimize: erroneously claims COBYLA doesn't support... Pull requests for 1.16.1 BUG: optimize.shgo: Complex cache ``split_edge`` differently CI: add cp314/cp314t nighly wheel builds DOC: ndimage.vectorized_filter: correct ``output`` description REL, MAINT: prep for 1.16.1 BUG: signal.tf2sos: fix a new ``ComplexWarning`` BUG: signal.remez: fix handling of ``weight`` array BUG: fix signature of ``@@_transition_to_rng`` functions (SPEC... BUG: linalg: Fix pointer casting order for sqrtm BUG: fix broadcasting in ``beta.entropy()`` with new infrastructure DOC: optimize.least_squares: minor nit BUG: ndimage.median_filter: single element array handling BUG: sparse: ``multiply()`` should produce CSC output for CSC... BLD: Add bigobj flag for MSVC to fix object file section limit DOC: optimize.minimize: remove outdated limitation for equality... MAINT: sparse: ``multiply()`` uses attribute presence instead... CI: bump to cibuildwheel 3.1.0 for 3.14.0rc1, add cp314t musllinux... CI: disable special-casing of 3.14-dev now that Python 3.14rc1... MAINT: Python 3.14 to classifiers @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- subprojects/xsf/include/xsf/amos/amos.h.orig 2025-04-26 00:49:42.000000000 +0000 d7 1 a7 2 @@@@ -94,8 +94,8 @@@@ d10 1 a10 1 -#include a11 1 +#include @