Commit Graph

  • ecb1d85d4d Accepting request 920616 from devel:languages:python:numeric Dominique Leuenberger 2021-09-24 22:35:08 +00:00
  • 0b4f6d23fe Accepting request 920368 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-09-21 09:17:03 +00:00
  • c4e1fa4e65 Accepting request 920368 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-09-21 09:17:03 +00:00
  • b54abb607a Accepting request 920176 from devel:languages:python:numeric Matej Cepl 2021-09-19 17:42:02 +00:00
  • fc09d9de12 Accepting request 920176 from devel:languages:python:numeric Matej Cepl 2021-09-19 17:42:02 +00:00
  • 72ffe75e2f Accepting request 919789 from home:schubi2 Matej Cepl 2021-09-17 21:26:07 +00:00
  • ab22133ddc Accepting request 919789 from home:schubi2 Matej Cepl 2021-09-17 21:26:07 +00:00
  • 8200b106d4 Accepting request 906772 from devel:languages:python:numeric Dominique Leuenberger 2021-07-21 17:05:29 +00:00
  • 26eea01d99 Accepting request 906772 from devel:languages:python:numeric Dominique Leuenberger 2021-07-21 17:05:29 +00:00
  • 696375d29d Accepting request 906711 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-07-17 06:27:46 +00:00
  • a5e1f9fc02 Accepting request 906711 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-07-17 06:27:46 +00:00
  • e26b263996 Accepting request 904588 from devel:languages:python:numeric Dominique Leuenberger 2021-07-10 20:54:04 +00:00
  • 0585b148b6 Accepting request 904588 from devel:languages:python:numeric Dominique Leuenberger 2021-07-10 20:54:04 +00:00
  • c7e05108e5 Accepting request 904569 from home:alarrosa:branches:devel:languages:python:numeric Markéta Machová 2021-07-07 12:43:11 +00:00
  • f322a22f9a Accepting request 904569 from home:alarrosa:branches:devel:languages:python:numeric Markéta Machová 2021-07-07 12:43:11 +00:00
  • 6b0fd26340 Accepting request 904174 from home:alarrosa:branches:openSUSE:Factory:Rings:1-MinimalX Dirk Mueller 2021-07-05 17:14:03 +00:00
  • a61bfcedbc Accepting request 904174 from home:alarrosa:branches:openSUSE:Factory:Rings:1-MinimalX Dirk Mueller 2021-07-05 17:14:03 +00:00
  • 4e47611290 Accepting request 896981 from devel:languages:python:numeric Dominique Leuenberger 2021-06-10 22:17:37 +00:00
  • f2138499e0 Accepting request 896981 from devel:languages:python:numeric Dominique Leuenberger 2021-06-10 22:17:37 +00:00
  • 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 +00:00
  • ec9b6b5846 - 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 +00:00
  • e27db48e18 Accepting request 891397 from devel:languages:python:numeric Dominique Leuenberger 2021-05-12 17:31:17 +00:00
  • 899de943b7 Accepting request 891397 from devel:languages:python:numeric Dominique Leuenberger 2021-05-12 17:31:17 +00:00
  • 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 +00:00
  • 4ece350b6e - 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 +00:00
  • 5027d4ba1c Accepting request 870996 from devel:languages:python:numeric Dominique Leuenberger 2021-02-16 21:33:50 +00:00
  • 3ccbeee23b Accepting request 870996 from devel:languages:python:numeric Dominique Leuenberger 2021-02-16 21:33:50 +00:00
  • b893c66c3a Accepting request 870967 from home:bnavigator:branches:dlpn_numpy Matej Cepl 2021-02-10 21:14:05 +00:00
  • 916ef9262c Accepting request 870967 from home:bnavigator:branches:dlpn_numpy Matej Cepl 2021-02-10 21:14:05 +00:00
  • 8140c2a849 Accepting request 863809 from devel:languages:python:numeric Dominique Leuenberger 2021-01-19 15:00:35 +00:00
  • 5a1f63269c Accepting request 863809 from devel:languages:python:numeric Dominique Leuenberger 2021-01-19 15:00:35 +00:00
  • e4c6fd1c43 Accepting request 863766 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-01-17 07:22:09 +00:00
  • 279ee3750b Accepting request 863766 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-01-17 07:22:09 +00:00
  • cd12e33e65 Accepting request 861657 from devel:languages:python:numeric Dominique Leuenberger 2021-01-11 16:11:15 +00:00
  • ccc30ccc24 Accepting request 861657 from devel:languages:python:numeric Dominique Leuenberger 2021-01-11 16:11:15 +00:00
  • d36528b0ab Accepting request 861568 from home:mcalabkova:branches:devel:languages:python:Factory Matej Cepl 2021-01-08 12:31:29 +00:00
  • 1353eb600e Accepting request 861568 from home:mcalabkova:branches:devel:languages:python:Factory Matej Cepl 2021-01-08 12:31:29 +00:00
  • 90512b6a86 Accepting request 851900 from devel:languages:python:numeric Dominique Leuenberger 2020-12-03 17:40:42 +00:00
  • dc4618566d Accepting request 851900 from devel:languages:python:numeric Dominique Leuenberger 2020-12-03 17:40:42 +00:00
  • 2647c1b9cc Accepting request 851543 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2020-11-30 15:01:32 +00:00
  • c555b1904a Accepting request 851543 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2020-11-30 15:01:32 +00:00
  • 28391653e3 Accepting request 840324 from devel:languages:python:numeric Dominique Leuenberger 2020-10-25 17:09:42 +00:00
  • 494f51905d Accepting request 840324 from devel:languages:python:numeric Dominique Leuenberger 2020-10-25 17:09:42 +00:00
  • 68b917de82 Accepting request 839831 from home:StefanBruens:branches:devel:languages:python:numeric Matej Cepl 2020-10-08 18:09:39 +00:00
  • ce1c510660 Accepting request 839831 from home:StefanBruens:branches:devel:languages:python:numeric Matej Cepl 2020-10-08 18:09:39 +00:00
  • eddae912bf Accepting request 838692 from home:Guillaume_G:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-30 07:24:26 +00:00
  • 167814afc8 Accepting request 838692 from home:Guillaume_G:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-30 07:24:26 +00:00
  • 589024d3d0 Accepting request 836166 from home:StefanBruens:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-23 08:44:21 +00:00
  • d92d7dfd4e Accepting request 836166 from home:StefanBruens:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-23 08:44:21 +00:00
  • ca2a40df89 Accepting request 835366 from home:eeich:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-18 11:23:54 +00:00
  • d66d897ce2 Accepting request 835366 from home:eeich:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-18 11:23:54 +00:00
  • 4920d2aaf4 Accepting request 834030 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-13 17:41:57 +00:00
  • aaa6db73b8 Accepting request 834030 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-09-13 17:41:57 +00:00
  • 88b9cfea4c Accepting request 822783 from devel:languages:python:numeric Dominique Leuenberger 2020-09-04 08:56:37 +00:00
  • 968c3135e2 Accepting request 822783 from devel:languages:python:numeric Dominique Leuenberger 2020-09-04 08:56:37 +00:00
  • ab79378cf9 Accepting request 822780 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-25 17:27:28 +00:00
  • 05975254aa Accepting request 822780 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-25 17:27:28 +00:00
  • ff0c08796d Accepting request 821546 from home:alarrosa:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-17 19:11:56 +00:00
  • 041e7f8298 Accepting request 821546 from home:alarrosa:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-17 19:11:56 +00:00
  • 9e0ee404c8 Accepting request 818513 from home:alarrosa:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-08 06:57:07 +00:00
  • 3657cc8f74 Accepting request 818513 from home:alarrosa:branches:devel:languages:python:numeric Tomáš Chvátal 2020-07-08 06:57:07 +00:00
  • 55ebc72acb Accepting request 817878 from devel:languages:python:numeric Dominique Leuenberger 2020-07-01 16:22:23 +00:00
  • 881d81d40d Accepting request 817878 from devel:languages:python:numeric Dominique Leuenberger 2020-07-01 16:22:23 +00:00
  • df803b1822 Accepting request 817874 from home:bnavigator:branches:devel:languages:python:numeric Tomáš Chvátal 2020-06-30 13:24:12 +00:00
  • b78f52f491 Accepting request 817874 from home:bnavigator:branches:devel:languages:python:numeric Tomáš Chvátal 2020-06-30 13:24:12 +00:00
  • 6f5d912eaf Accepting request 805383 from devel:languages:python:numeric Yuchen Lin 2020-05-29 19:16:14 +00:00
  • 9f829a6dab Accepting request 805383 from devel:languages:python:numeric Yuchen Lin 2020-05-29 19:16:14 +00:00
  • c435d72a44 Clean SPEC Matej Cepl 2020-05-13 17:39:28 +00:00
  • a547fb6adf Clean SPEC Matej Cepl 2020-05-13 17:39:28 +00:00
  • ea52e4acc4 - Reorganize check section to pass Matej Cepl 2020-05-13 17:38:52 +00:00
  • 7debbe2024 - Reorganize check section to pass Matej Cepl 2020-05-13 17:38:52 +00:00
  • fee81c867f Better organization of skipped tests. Matej Cepl 2020-05-13 09:18:22 +00:00
  • 414b1d35b1 Better organization of skipped tests. Matej Cepl 2020-05-13 09:18:22 +00:00
  • 42f5627d37 - Skip three tests which are failing with new GCC10 (gh#numpy/numpy#16212) Matej Cepl 2020-05-13 09:14:41 +00:00
  • ff0cd5331d - Skip three tests which are failing with new GCC10 (gh#numpy/numpy#16212) Matej Cepl 2020-05-13 09:14:41 +00:00
  • a5d64b0b8c Accepting request 802285 from devel:languages:python:numeric Dominique Leuenberger 2020-05-11 11:26:08 +00:00
  • 770d9cb986 Accepting request 802285 from devel:languages:python:numeric Dominique Leuenberger 2020-05-11 11:26:08 +00:00
  • 4555cf9980 Accepting request 802266 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-05-09 17:30:39 +00:00
  • beb2b03c2e Accepting request 802266 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-05-09 17:30:39 +00:00
  • a50fb5315b Accepting request 798036 from devel:languages:python:numeric Dominique Leuenberger 2020-04-28 20:29:35 +00:00
  • f985733041 Accepting request 798036 from devel:languages:python:numeric Dominique Leuenberger 2020-04-28 20:29:35 +00:00
  • b771d963e1 Accepting request 797889 from home:Andreas_Schwab:Factory Tomáš Chvátal 2020-04-26 19:29:31 +00:00
  • 8a3d4be691 Accepting request 797889 from home:Andreas_Schwab:Factory Tomáš Chvátal 2020-04-26 19:29:31 +00:00
  • f76f7bca93 Accepting request 797231 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-04-24 17:33:06 +00:00
  • a9a11dfc6f Accepting request 797231 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-04-24 17:33:06 +00:00
  • 29be322a4b Accepting request 792356 from devel:languages:python:numeric Dominique Leuenberger 2020-04-19 19:48:56 +00:00
  • a56c4d2112 Accepting request 792356 from devel:languages:python:numeric Dominique Leuenberger 2020-04-19 19:48:56 +00:00
  • bc4475f984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=54 Tomáš Chvátal 2020-04-08 08:23:46 +00:00
  • afc1b2c88b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=54 Tomáš Chvátal 2020-04-08 08:23:46 +00:00
  • 9a860be495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=53 Tomáš Chvátal 2020-04-07 13:59:46 +00:00
  • e523b92a24 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=53 Tomáš Chvátal 2020-04-07 13:59:46 +00:00
  • 806fb71119 - Do not use alternatives on HPC as it is pain to get it working Tomáš Chvátal 2020-04-07 13:08:50 +00:00
  • 015f5afef6 - Do not use alternatives on HPC as it is pain to get it working Tomáš Chvátal 2020-04-07 13:08:50 +00:00
  • 4a25d3a4dc - Also still install f2py<PYTHON_MAJOR> that is used by many other depending software Tomáš Chvátal 2020-04-07 11:56:09 +00:00
  • 791ec13a94 - Also still install f2py<PYTHON_MAJOR> that is used by many other depending software Tomáš Chvátal 2020-04-07 11:56:09 +00:00
  • 3756b8af42 - Use update-alternatives for /usr/bin/f2py Matej Cepl 2020-04-06 21:42:47 +00:00
  • fe2fc537e4 - Use update-alternatives for /usr/bin/f2py Matej Cepl 2020-04-06 21:42:47 +00:00
  • 84607317fe Accepting request 789340 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-03-28 18:05:09 +00:00
  • 7558563cea Accepting request 789340 from home:apersaud:branches:devel:languages:python:numeric Tomáš Chvátal 2020-03-28 18:05:09 +00:00
  • 136be57a2c Accepting request 761646 from home:TheBlackCat:branches:devel:languages:python:numeric Tomáš Chvátal 2020-01-07 15:36:27 +00:00