Path to this page:
Subject: CVS commit: pkgsrc/math/py-scipy
From: Adam Ciarcinski
Date: 2025-02-19 10:23:16
Message id: 20250219092316.2ABDEFBE0@cvs.NetBSD.org
Log Message:
py-scipy: updated to 1.15.2
Issues closed for 1.15.2
BUG: _lib: crash in uarray on interpreter exit with a free-threaded...
BUG: special: Unchecked calls of malloc() and calloc() in specfun.h
BUG: Segmentation Fault when passing a special array to ``scipy.cluster.hierarch``...
BUG: median_filter on 1D array crashes with memory corruption...
BUG: special: Potential memory leak in the function ``besy()``...
BUG: ndimage.median_filter: Heap corruption with scipy 1.15
BUG: signal.medfilt and ndimage.median_filter not returning correct...
BUG: special: Unchecked malloc in stirling2.h
BUG: Matrix multiplication of a coo_matrix with an invalid type...
BLD: libhighs.a static library is installed
BUG: interpolate test_bary_rational.TestAAA.test_basic_functions...
BUG: ``scipy.stats.zmap`` returns incorrect values for complex...
BUG: spatial.transform: ``Rotation.from_matrix()`` uses inaccurate...
BUG: io.loadmat thinks a file with a lot of zeros is valid
BUG: Slicing sparse matrix with ``None`` gives result different...
MAINT: scipy.stats: test_regressZEROX SIMD warning for certain...
Pull requests for 1.15.2
BUG: immortalize uarray global strings in order to prevent negative...
BUG: special: Fix unchecked memory allocations in ``specfun.h``
BUG: cluster: ``cophenet`` intercept invalid linkage matrix count
REL, MAINT: prep for 1.15.2
MAINT: stats.Mixture: make return type consistent when ``shape``...
MAINT: stats.Mixture: fix inverse functions when mean is undefined
BUG: special: Fix unchecked malloc in stirling2.h
TST: turn off dtype check due to endianness
BUG: sparse: fix selecting wrong dtype for coo coords
TST: interpolate: small tolerance bump to TestAAA.test_basic_functions
MAINT: Stop installing ``libhighs``
BUG: sparse.linalg.norm: add test for and fix return type
BUG: sparse: revert NotImplemented return values in dot and matmul
DOC: sparse.linalg: add two recent functions to namespace and...
BUG: wrap median_filter stability
MAINT: stats.zmap: restore support for complex data
MAINT: integrate.cumulative_simpson: bump test tolerance
BUG: scipy.spatial: Fix inaccurate orthonormalization in ``Rotation.from_matrix(``...
BUG: special: Fix a memory leak in the AMOS function besy().
CI: migrate Linux aarch64 jobs to GitHub Actions, add cp313t...
BUG: io.loadmat: throw error on file containing all zeros
BUG: sparse: fix spmatrix indexing with None and implicit padding...
MAINT: stats: pearsonr SIMD-related shim
Files: