Commit Graph

  • c09f910cce Accepting request 1173659 from devel:languages:python:numeric factory Ana Guerrero 2024-05-14 11:37:30 +0000
  • 43e93f8cea Accepting request 1173495 from home:AdaLovelace:branches:devel:languages:python:numeric Dirk Mueller 2024-05-13 12:19:46 +0000
  • 0c44f45ff9 Accepting request 1169880 from devel:languages:python:numeric Ana Guerrero 2024-04-24 13:13:47 +0000
  • 33a6f574a9 - Add patch fix-meson-multiple-python-versions.patch: * Ensure meson executes sys.executable when testing Cython. Steve Kowalik 2024-04-23 12:52:48 +0000
  • 8ce4520ead Accepting request 1169084 from devel:languages:python:numeric Ana Guerrero 2024-04-21 18:24:29 +0000
  • ad4bf88387 Accepting request 1168946 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2024-04-19 08:55:47 +0000
  • 3d7c13b578 Accepting request 1164093 from devel:languages:python:numeric Ana Guerrero 2024-04-03 15:18:42 +0000
  • 1dfe7b31d1 Accepting request 1163337 from home:Vogtinator:boo1221902 Markéta Machová 2024-04-02 12:06:20 +0000
  • c7c3450678 Accepting request 1161367 from home:dgarcia:branches:devel:languages:python:numeric Dirk Mueller 2024-03-25 15:25:30 +0000
  • 211584182a Accepting request 1139193 from devel:languages:python:numeric Ana Guerrero 2024-01-17 21:14:47 +0000
  • 6dc21206c3 Accepting request 1139053 from home:Andreas_Schwab:Factory Markéta Machová 2024-01-16 15:01:46 +0000
  • e149f0cb5b Accepting request 1138114 from home:Simmphonie:branches:devel:languages:python:numeric Markéta Machová 2024-01-15 13:46:02 +0000
  • 2698ad8c6b Accepting request 1136755 from devel:languages:python:numeric Dominique Leuenberger 2024-01-05 21:59:53 +0000
  • a6763b3e9b Accepting request 1135309 from home:ecsos:python Matej Cepl 2024-01-04 09:47:47 +0000
  • 6b81c58c75 Accepting request 1132800 from devel:languages:python:numeric Ana Guerrero 2023-12-14 21:02:25 +0000
  • 7fcebde335 - Do not attempt to ship numpy.distutils C code in the Python 3.12 -devel package, it is not installed. Steve Kowalik 2023-12-13 06:54:44 +0000
  • 56fa262a6d Accepting request 1127600 from devel:languages:python:numeric Ana Guerrero 2023-11-22 17:54:02 +0000
  • 58f55e2775 - Update to 1.26.2: * TYP: Trim down the `_NestedSequence.__getitem__ signature * BUG: fix choose refcount leak * TST: fix running the test suite in builds without BLAS/LAPACK * BUG: random: Fix generation of nan by dirichlet. * TST: fix distutils tests for deprecations in recent setuptools... * MAINT: Remove versioneer * MAINT: Pin upper version of sphinx. * ENH: Add prefix to _ALIGN Macro * BUG: cleanup warnings [skip azp][skip circle][skip travis][skip... * BUG: asv dev has been removed, use asv run. * BUG: Fix meson build failure due to unchanged inplace auto-generated... * BUG: fix issue with git-version script, needs a shebang to run * BUG: Use a default assignment for git_hash [skip ci] * BUG: fix NPY_cast_info error handling in choose * BUG: Fix common block handling in f2py * BUG: Fix assumed length f2py regression * MAINT: Harmonize fortranobject * TYP: add kind argument to numpy.isin type specification * BUG: fix comparisons between masked and unmasked structured arrays * ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including... * TYP: Add the missing casting keyword to np.clip * TST: convert cython test from setup.py to meson * MAINT: Fixup fromnumeric.pyi * BUG, ENH: Fix iso_c_binding type maps * TYP: Allow binary_repr to accept any object * TYP: Explicitly declare dtype and generic hashable * ENH: Refactor the typing "reveal" tests using typing.assert_type * ENH: meson backend for f2py` * MAINT: Refactor partial load Workaround for Clang Steve Kowalik 2023-11-20 05:10:29 +0000
  • adfbe5f872 Accepting request 1112791 from devel:languages:python:numeric Ana Guerrero 2023-09-21 20:20:26 +0000
  • c5479985d3 f2py using update-alternatives (catched by openQA, bsc#1166678, boo#1176832). Dirk Mueller 2023-09-21 10:54:16 +0000
  • 8307078259 Accepting request 1110295 from devel:languages:python:numeric Ana Guerrero 2023-09-11 19:20:34 +0000
  • a4d2c5710d - limit to Cython < 3 * Change to a non-deprecated function from hypothesis. * Ignore DeprecationWarning from pkg_resources. - changes from version 1.22.2 (CVE-2021-41495, bsc#1193911): * Support Python >= 3.9.8 changes. - update to 1.21.0 (bsc#1193913, CVE-2021-33430, bsc#1193907, CVE-2021-41496): * BUG: Fix failing mypy test in 1.20.x. * BUG: Fix small issues found with pytest-leaks * Annotations for NumPy functions. This work is ongoing and * Wider use of SIMD to increase execution speed of ufuncs. Much work has been done in introducing universal functions that will ease use of modern features across different hardware * Preliminary work in changing the dtype and casting implementations in order to provide an easier path to extending dtypes. This work is ongoing but enough has been * Extensive documentation improvements comprising some 185 PR merges. This work is ongoing and part of the larger project to * Further cleanups related to removing Python 2.7. This improves - Fix hpc for multiflavors (needs gh#openSUSE/hpc#3) - update to version 1.17.3 (bsc#1149203, jsc#SLE-8532): when either `stable or mergesort` is passed as the method. - Update to version 1.16.1 (jsc#SLE-8532, bsc#1149203): * This Fixes CVE-2019-6446 and obsoletes * CVE-2019-6446_numpy_load.patch in older dists (bsc#1122208) - add s390 to the ifarch conditional to build without openblas Numpy assumes either libblas.so or libcblas.so to contain all CBLAS and BLAS functions. However the cblas-devel in Leap and Tumbleweed * gh-5231: fix build in c99 mode * Numerous performance improvements in various areas, most Dirk Mueller 2023-09-11 12:24:55 +0000
  • 0dffee2e95 Accepting request 1104294 from devel:languages:python:numeric Ana Guerrero 2023-08-18 17:27:35 +0000
  • 10d8d19460 Accepting request 1104160 from home:dgarcia:branches:devel:languages:python:numeric Daniel Garcia 2023-08-17 06:05:47 +0000
  • bada428c78 - update to 1.25.2: * Upgrade various build dependencies. * use `-ftrapping-math with Clang on macOS * properly handle negative indexes in ufunc_at fast path * PyObject_IsTrue and PyObject_Not error handling in setflags * histogram small range robust * Update meson.build files from main branch * exclude min, max and round from np.__all__ * Dependabot updates * Fix the signature for np.array_api.take * update OpenBLAS to an intermeidate commit * Fix reference count leak in str(scalar). * fix invalid function pointer conversion error * Factor out slow getenv` call used for memory policy warning * correct URL in cirrus.star [skip cirrus] * Fix C types in scalartypes * do not modify the input to ufunc_at * Further fixes to indexing loop and added tests Dirk Mueller 2023-08-14 11:44:27 +0000
  • d68d7a5cc8 - limit to Cython < 3 Dirk Mueller 2023-08-14 11:41:41 +0000
  • a2a44450e8 osc copypac from project:openSUSE:Factory package:python-numpy revision:118, using keep-link, using expand Dirk Mueller 2023-08-14 11:41:11 +0000
  • d3624c65a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=133 Dirk Mueller 2023-08-14 09:26:27 +0000
  • 9f3c5f50bd - update to 1.25.2: * Upgrade various build dependencies. * use `-ftrapping-math with Clang on macOS * properly handle negative indexes in ufunc_at fast path * PyObject_IsTrue and PyObject_Not error handling in setflags * histogram small range robust * Update meson.build files from main branch * exclude min, max and round from np.__all__ * Dependabot updates * Fix the signature for np.array_api.take * update OpenBLAS to an intermeidate commit * Fix reference count leak in str(scalar). * fix invalid function pointer conversion error * Factor out slow getenv` call used for memory policy warning * correct URL in cirrus.star [skip cirrus] * Fix C types in scalartypes * do not modify the input to ufunc_at * Further fixes to indexing loop and added tests Dirk Mueller 2023-08-14 09:26:08 +0000
  • 9d67365ab9 Accepting request 1099876 from home:Guillaume_G:branches:devel:languages:python:numeric Markéta Machová 2023-07-21 10:31:40 +0000
  • 92b96662f9 Accepting request 1095237 from devel:languages:python:numeric Dominique Leuenberger 2023-06-26 16:15:32 +0000
  • 667e485e2a Accepting request 1094889 from home:StefanBruens:branches:devel:languages:python:numeric Matej Cepl 2023-06-25 19:13:44 +0000
  • db98fd23f4 Accepting request 1086645 from devel:languages:python:numeric Dominique Leuenberger 2023-05-13 15:17:00 +0000
  • dd56b17cdb - Add patch remove-deprecated-hypothesis-funcs.patch: * Change to a non-deprecated function from hypothesis. Steve Kowalik 2023-05-12 04:23:42 +0000
  • 0cd1b24682 Accepting request 1083120 from devel:languages:python:numeric Dominique Leuenberger 2023-04-28 14:22:17 +0000
  • 714eeea639 - add sle15_python_module_pythons (jsc#PED-68) Dirk Mueller 2023-04-26 20:47:51 +0000
  • a52f28a9f9 Accepting request 1074078 from devel:languages:python:numeric Dominique Leuenberger 2023-03-31 19:14:05 +0000
  • 86e04028f8 - Add patch ignore-pkg_resources-deprecation.patch: * Ignore DeprecationWarning from pkg_resources. Steve Kowalik 2023-03-24 07:03:33 +0000
  • 2c1a78827f - update to 1.24.2: just bugfixes, see https://github.com/numpy/numpy/releases/tag/v1.24.2 for details Dirk Mueller 2023-03-22 13:08:53 +0000
  • 527bf65fb5 Accepting request 1070707 from devel:languages:python:numeric Dominique Leuenberger 2023-03-11 17:23:39 +0000
  • 7696892d20 architectures (gh#numpy/numpy#21094, bsc#1208865). Matej Cepl 2023-03-10 08:51:54 +0000
  • c46939bf86 - Skip test_ppc64_ibm_double_double128 test on ppc64* architectures (gh#numpy/numpy#21094). Matej Cepl 2023-03-10 08:51:25 +0000
  • c793af4453 Accepting request 1062552 from devel:languages:python:numeric Dominique Leuenberger 2023-02-03 21:04:37 +0000
  • c07dd1f804 related to bsc#1177260 not being fixable for SLE15 (jsc#PED-3257) Dirk Mueller 2023-02-01 21:58:36 +0000
  • 6e247645cd - build-conditionalize cblas dependency, it is missing on SLE <= 15 related to bsc#1177260 not being fixable for SLE15 Dirk Mueller 2023-02-01 21:53:48 +0000
  • 409adf5858 Accepting request 1060374 from devel:languages:python:numeric Dominique Leuenberger 2023-01-24 18:42:13 +0000
  • 3f91cc86e3 Accepting request 1060300 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2023-01-23 10:00:01 +0000
  • eefc1342c8 Accepting request 1046448 from devel:languages:python:numeric Dominique Leuenberger 2023-01-06 16:04:43 +0000
  • 9de1686f54 Accepting request 1046307 from home:bnavigator:branches:devel:languages:python:numeric Daniel Garcia 2023-01-03 09:23:16 +0000
  • 02883a96ec Accepting request 1043806 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-12-20 06:18:27 +0000
  • 87dc00ef25 Accepting request 1030235 from devel:languages:python:numeric Dominique Leuenberger 2022-10-31 09:44:18 +0000
  • 812da66f8e Accepting request 1030219 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-10-20 18:06:15 +0000
  • d95e460342 Accepting request 1009728 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-10-11 23:41:41 +0000
  • 4b830e648f Accepting request 1009180 from home:apersaud:branches:devel:languages:python:numeric Dirk Mueller 2022-10-10 07:22:04 +0000
  • db074a0111 Accepting request 979707 from devel:languages:python:numeric Dominique Leuenberger 2022-05-30 10:42:07 +0000
  • 46d5a03e25 - update to 1.21.6: * Do not forward __(deep)copy__ calls of _GenericAlias... * Fix float16 einsum fastpaths using wrong tempvar * Print os error message when the executable not exist * Force `npymath to respect npy_longdouble` * Fix failure to create aligned, empty structured dtype * provide a convenience function to replace npy_load_module * update wheel to version that supports python3.10 * Clear errors correctly in F2PY conversions * add a warningfilter to fix pytest workflow. * Help boost::python libraries at least not crash - drop bpo-45167-fixes.patch (upstream) Dirk Mueller 2022-05-29 18:35:40 +0000
  • 9d866ca8d3 Accepting request 938534 from devel:languages:python:numeric Dominique Leuenberger 2021-12-12 20:27:04 +0000
  • a7ec7495ab Accepting request 938267 from home:bnavigator:python-rpm-macros Matej Cepl 2021-12-09 22:23:44 +0000
  • a1f81648e5 Accepting request 935927 from devel:languages:python:numeric Dominique Leuenberger 2021-12-09 18:45:10 +0000
  • ad46d677c9 Accepting request 935924 from home:Guillaume_G:branches:devel:languages:python:numeric Matej Cepl 2021-12-06 08:39:03 +0000
  • ba52966c67 Redownload the zipball again. Matej Cepl 2021-12-05 20:29:26 +0000
  • af7f736e1f - Fix abbreviated references Matej Cepl 2021-12-05 07:26:26 +0000
  • 9796138577 Accepting request 935455 from home:Guillaume_G:branches:devel:languages:python:numeric Matej Cepl 2021-12-05 07:19:11 +0000
  • 2328010569 Accepting request 932378 from devel:languages:python:numeric Dominique Leuenberger 2021-11-21 22:51:47 +0000
  • 9949f4b209 - Add patch bpo-45167-fixes.patch: * Support Python >= 3.9.8 changes. Steve Kowalik 2021-11-19 00:34:55 +0000
  • 52eaf4ce26 Accepting request 930811 from devel:languages:python:numeric Dominique Leuenberger 2021-11-14 23:06:14 +0000
  • 08facfee47 Accepting request 930486 from home:Andreas_Schwab:Factory Ondřej Súkup 2021-11-11 08:31:55 +0000
  • 7cd8024d3a Accepting request 924802 from devel:languages:python:numeric Dominique Leuenberger 2021-10-25 13:16:58 +0000
  • 4b609746f3 Accepting request 923599 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-10-12 07:12:08 +0000
  • c96fc808a3 Accepting request 923254 from home:schubi2 Matej Cepl 2021-10-06 00:24:58 +0000
  • e7c9721a26 Accepting request 920616 from devel:languages:python:numeric Dominique Leuenberger 2021-09-24 22:35:08 +0000
  • 0b4f6d23fe Accepting request 920368 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-09-21 09:17:03 +0000
  • b54abb607a Accepting request 920176 from devel:languages:python:numeric Matej Cepl 2021-09-19 17:42:02 +0000
  • 72ffe75e2f Accepting request 919789 from home:schubi2 Matej Cepl 2021-09-17 21:26:07 +0000
  • 8200b106d4 Accepting request 906772 from devel:languages:python:numeric Dominique Leuenberger 2021-07-21 17:05:29 +0000
  • 696375d29d Accepting request 906711 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-07-17 06:27:46 +0000
  • e26b263996 Accepting request 904588 from devel:languages:python:numeric Dominique Leuenberger 2021-07-10 20:54:04 +0000
  • c7e05108e5 Accepting request 904569 from home:alarrosa:branches:devel:languages:python:numeric Markéta Machová 2021-07-07 12:43:11 +0000
  • 6b0fd26340 Accepting request 904174 from home:alarrosa:branches:openSUSE:Factory:Rings:1-MinimalX Dirk Mueller 2021-07-05 17:14:03 +0000
  • 4e47611290 Accepting request 896981 from devel:languages:python:numeric Dominique Leuenberger 2021-06-10 22:17:37 +0000
  • 16887d977a - update to 1.20.3: * BUG: Correct datetime64 missing type overload for datetime.date... * MAINT: Remove __all__ in favor of explicit re-exports * BLD: Strip extra newline when dumping gfortran version on MacOS * BUG: fix segfault in object/longdouble operations * MAINT: Use towncrier build explicitly * MAINT: Relax certain integer-type constraints * MAINT: Remove unsafe unions and ABCs from return-annotations * MAINT: Allow more recursion depth for scalar tests. * BUG: Initialize the full nditer buffer in case of error * BLD: remove unnecessary flag -faltivec on macOS * MAINT, CI: treats _SIMD module build warnings as errors through... * BUG: for MINGW, threads.h existence test requires GLIBC > 2.12 * BUG: Make changelog recognize gh- as a PR number prefix. * REL, DOC: Prepare for the NumPy 1.20.3 release. * BUG: Fix failing mypy test in 1.20.x. Dirk Mueller 2021-06-02 19:14:24 +0000
  • e27db48e18 Accepting request 891397 from devel:languages:python:numeric Dominique Leuenberger 2021-05-12 17:31:17 +0000
  • b27177045e - update to 1.20.2: * MAINT: Update f2py from master. * BUG: diagflat could overflow on windows or 32-bit platforms * BUG: Fix refcount leak in f2py complex_double_from_pyobj. * BUG: Fix tiny memory leaks when like= overrides are used * BUG: Remove temporary change of descr/flags in VOID functions * BUG: Segfault in nditer buffer dealloc for Object arrays * BUG: Remove suspicious type casting * BUG: remove nonsensical comparison of pointer < 0 * BUG: verify pointer against NULL before using it * BUG: check if PyArray_malloc succeeded * BUG: incorrect error fallthrough in nditer * MAINT: Add annotations for dtype.__getitem__, __mul__ and… * BUG: NameError in numpy.distutils.fcompiler.compaq * BUG: Fixed where keyword for np.mean & np.var methods * MAINT: Ensure that re-exported sub-modules are properly annotated * BUG: Fix ma coercion list-of-ma-arrays if they do not cast to… * BUG: Fix small valgrind-found issues * BUG: Fix small issues found with pytest-leaks Dirk Mueller 2021-05-07 21:21:51 +0000
  • 5027d4ba1c Accepting request 870996 from devel:languages:python:numeric Dominique Leuenberger 2021-02-16 21:33:50 +0000
  • b893c66c3a Accepting request 870967 from home:bnavigator:branches:dlpn_numpy Matej Cepl 2021-02-10 21:14:05 +0000
  • 8140c2a849 Accepting request 863809 from devel:languages:python:numeric Dominique Leuenberger 2021-01-19 15:00:35 +0000
  • e4c6fd1c43 Accepting request 863766 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-01-17 07:22:09 +0000
  • cd12e33e65 Accepting request 861657 from devel:languages:python:numeric Dominique Leuenberger 2021-01-11 16:11:15 +0000
  • d36528b0ab Accepting request 861568 from home:mcalabkova:branches:devel:languages:python:Factory Matej Cepl 2021-01-08 12:31:29 +0000
  • 90512b6a86 Accepting request 851900 from devel:languages:python:numeric Dominique Leuenberger 2020-12-03 17:40:42 +0000
  • 2647c1b9cc Accepting request 851543 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2020-11-30 15:01:32 +0000
  • 28391653e3 Accepting request 840324 from devel:languages:python:numeric Dominique Leuenberger 2020-10-25 17:09:42 +0000
  • 68b917de82 Accepting request 839831 from home:StefanBruens:branches:devel:languages:python:numeric Matej Cepl 2020-10-08 18:09:39 +0000
  • eddae912bf Accepting request 838692 from home:Guillaume_G:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-30 07:24:26 +0000
  • 589024d3d0 Accepting request 836166 from home:StefanBruens:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-23 08:44:21 +0000
  • ca2a40df89 Accepting request 835366 from home:eeich:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-18 11:23:54 +0000
  • 4920d2aaf4 Accepting request 834030 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-13 17:41:57 +0000
  • 88b9cfea4c Accepting request 822783 from devel:languages:python:numeric Dominique Leuenberger 2020-09-04 08:56:37 +0000
  • ab79378cf9 Accepting request 822780 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-25 17:27:28 +0000
  • ff0c08796d Accepting request 821546 from home:alarrosa:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-17 19:11:56 +0000