From f76f7bca934625e4f905a34f128b501f917608def6830bfd662df0474cb80488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Apr 2020 17:33:06 +0000 Subject: [PATCH] Accepting request 797231 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/797231 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=56 --- numpy-1.18.2.zip | 3 --- numpy-1.18.3.zip | 3 +++ python-numpy.changes | 13 +++++++++++++ python-numpy.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 numpy-1.18.2.zip create mode 100644 numpy-1.18.3.zip diff --git a/numpy-1.18.2.zip b/numpy-1.18.2.zip deleted file mode 100644 index 341c79d..0000000 --- a/numpy-1.18.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7894793e6e8540dbeac77c87b489e331947813511108ae097f1715c018b8f3d -size 5433240 diff --git a/numpy-1.18.3.zip b/numpy-1.18.3.zip new file mode 100644 index 0000000..c892407 --- /dev/null +++ b/numpy-1.18.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46e2384209c91996d5ec16744234d1c906ab79a701ce1a26155c9ec890b8dc8 +size 5435268 diff --git a/python-numpy.changes b/python-numpy.changes index 37970bf..92d8255 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 24 15:44:55 UTC 2020 - Arun Persaud + +- update to version 1.18.3: + * #15916: BUG: Fix eigh and cholesky methods of + numpy.random.multivariate_normal + * #15929: BUG,MAINT: Remove incorrect special case in string to + number... + * #15930: BUG: Guarantee array is in valid state after memory error + occurs... + * #15954: BUG: Check that pvals is 1D in _generator.multinomial. + * #16017: BUG: Alpha parameter must be 1D in generator.dirichlet + ------------------------------------------------------------------- Tue Apr 7 13:08:32 UTC 2020 - Tomáš Chvátal diff --git a/python-numpy.spec b/python-numpy.spec index 066229f..bb59d41 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -70,7 +70,7 @@ ExclusiveArch: do_not_build %endif %endif Name: %{package_name} -Version: 1.18.2 +Version: 1.18.3 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause