pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 10 08:46:13 UTC 2022

Modified Files:
        pkgsrc/math/py-scipy: Makefile distinfo

Log Message:
py-scipy: updated to 1.9.2

Issues closed for 1.9.2

BUG: 1.9.0rc1: \`OptimizeResult\` not populated when \`optimize.milp\`...
BUG: \`sparse.hstack\` returns incorrect result when the stack...
BUG: optimize.minimize backwards compatability in scipy 1.9
BUG: using msvc + meson to build scipy --> cl cannot be used...
BUG: error from \`scipy.stats.mode\` with \`NaN\`s, \`axis !=...
BUG: scipy 1.7.3 wheels on PyPI require numpy<1.23 in contradiction...
BUG: ncf_gen::ppf(..) causes segfault
Pearson3 PPF does not function properly with negative skew.
BUG: OSX-64 Test failure test_ppf_against_tables getting NaN

Pull requests for 1.9.2

FIX: Updated dtype resolution in \`_stack_along_minor_axis\`
FIX: milp: return feasible solutions if available on time out
ENH: cibuildwheel infrastructure
MAINT: minimize, restore squeezed ((1.0)) addresses 16898
REL: prep for SciPy 1.9.2
DOC: update version switcher for 1.9.1 and pin theme to 0.9
MAINT: cast \`linear_sum_assignment\` to PyCFunction
BLD: use compiler flags in a more portable way
MAINT: stats.mode: fix bug with \`axis!=1\`, \`nan_policy='omit'\`,...
MAINT: fix NumPy upper bound
BLD: fix usage of \`get_install_data\`, which defaults to purelib
DOC: Update numpy supported versions for 1.9.2
BLD: fixes for building with MSVC and Intel Fortran
Rudimentary test for manylinux_aarch64 with cibuildwheel
BLD: make MKL detection a little more robust, add notes on TODOs
CI: Update cibuildwheel to 2.10.1
MAINT: stats.pearson3: fix ppf for negative skew
BUG: Fix numerical precision error of \`truncnorm.logcdf\` when...
FIX: ensure a hold on GIL before raising warnings/errors
TST: stats.studentized_range: fix incorrect test
MAINT: pyproject.toml: Update build system requirements
MAINT: 1.9.2 backports


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/math/py-scipy/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/py-scipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.61 pkgsrc/math/py-scipy/Makefile:1.62
--- pkgsrc/math/py-scipy/Makefile:1.61  Wed Oct  5 20:54:31 2022
+++ pkgsrc/math/py-scipy/Makefile       Mon Oct 10 08:46:13 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/10/05 20:54:31 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/10/10 08:46:13 adam Exp $
 
-DISTNAME=      scipy-1.9.1
+DISTNAME=      scipy-1.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}

Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.38 pkgsrc/math/py-scipy/distinfo:1.39
--- pkgsrc/math/py-scipy/distinfo:1.38  Wed Oct  5 20:54:31 2022
+++ pkgsrc/math/py-scipy/distinfo       Mon Oct 10 08:46:13 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2022/10/05 20:54:31 adam Exp $
+$NetBSD: distinfo,v 1.39 2022/10/10 08:46:13 adam Exp $
 
-BLAKE2s (scipy-1.9.1.tar.gz) = 335d02692e96e08a1625e00857a1bcdff7b8a95aa4e6f901f0376b2f425ec1cb
-SHA512 (scipy-1.9.1.tar.gz) = 1378a24c59b66e2818929acd015fe5408cdd57926d96b7b909d5eb7e2bb6bae942e8fe802f107c8b0901af9873b8e24461624ca0917867e24bb50c7d28e09e71
-Size (scipy-1.9.1.tar.gz) = 42019478 bytes
+BLAKE2s (scipy-1.9.2.tar.gz) = fc43dfca80904dc1521960efad03ebc2564580caa3fd0fdd2093025d9eeaa32c
+SHA512 (scipy-1.9.2.tar.gz) = 5f8667aa66aa0b5fad689d960f742874ce09f830bfd5aa241917526f153fbc09c7f709bc84113f83283fcbb8a47113eb215478d9c3473f76d8f7dbf0989429a2
+Size (scipy-1.9.2.tar.gz) = 42068300 bytes
 SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = ad0e4a79af2a3b0667e61f205f5b8453ea440498
 SHA1 (patch-scipy_special___logit.h) = c729c2b73de00cad4c9ad834a79b80dea7b05af3
 SHA1 (patch-scipy_special___round.h) = 42249d147057d3ee34c58d1d4806bce6128cafd2



Home | Main Index | Thread Index | Old Index