diff --git a/numpy-1.9.1.tar.gz b/numpy-1.9.1.tar.gz deleted file mode 100644 index 80acbf2..0000000 --- a/numpy-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0075bbe07e30b659ae4415446f45812dc1b96121a493a4a1f8b1ba77b75b1e1c -size 3978007 diff --git a/numpy-1.9.2.tar.gz b/numpy-1.9.2.tar.gz new file mode 100644 index 0000000..88e9db0 --- /dev/null +++ b/numpy-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325e5f2b0b434ecb6e6882c7e1034cc6cdde3eeeea87dbc482575199a6aeef2a +size 3986067 diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index d80540e..52c944d 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Mar 2 15:38:20 UTC 2015 - toddrme2178@gmail.com + +- Update to 1.9.2: Bugfix release + * #5316: fix too large dtype alignment of strings and complex types + * #5424: fix ma.median when used on ndarrays + * #5481: Fix astype for structured array fields of different byte order + * #5354: fix segfault when clipping complex arrays + * #5524: allow np.argpartition on non ndarrays + * #5612: Fixes ndarray.fill to accept full range of uint64 + * #5155: Fix loadtxt with comments=None and a string None data + * #4476: Masked array view fails if structured dtype has datetime component + * #5388: Make RandomState.set_state and RandomState.get_state threadsafe + * #5390: make seed, randint and shuffle threadsafe + * #5374: Fixed incorrect assert_array_almost_equal_nulp documentation + * #5393: Add support for ATLAS > 3.9.33. + * #5313: PyArray_AsCArray caused segfault for 3d arrays + * #5492: handle out of memory in rfftf + * #4181: fix a few bugs in the random.pareto docstring + * #5359: minor changes to linspace docstring + * #4723: fix a compile issues on AIX + ------------------------------------------------------------------- Thu Nov 6 11:38:20 UTC 2014 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index d67e4c0..43a86ac 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy-doc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define modname numpy Name: python-numpy-doc %define docname numpydoc -Version: 1.9.1 +Version: 1.9.2 Release: 0 %define docvers 0.4 Url: http://www.numpy.org/ diff --git a/python-numpy.changes b/python-numpy.changes index 097383c..0497101 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Mar 2 15:38:20 UTC 2015 - toddrme2178@gmail.com + +- Update to 1.9.2: Bugfix release + * #5316: fix too large dtype alignment of strings and complex types + * #5424: fix ma.median when used on ndarrays + * #5481: Fix astype for structured array fields of different byte order + * #5354: fix segfault when clipping complex arrays + * #5524: allow np.argpartition on non ndarrays + * #5612: Fixes ndarray.fill to accept full range of uint64 + * #5155: Fix loadtxt with comments=None and a string None data + * #4476: Masked array view fails if structured dtype has datetime component + * #5388: Make RandomState.set_state and RandomState.get_state threadsafe + * #5390: make seed, randint and shuffle threadsafe + * #5374: Fixed incorrect assert_array_almost_equal_nulp documentation + * #5393: Add support for ATLAS > 3.9.33. + * #5313: PyArray_AsCArray caused segfault for 3d arrays + * #5492: handle out of memory in rfftf + * #4181: fix a few bugs in the random.pareto docstring + * #5359: minor changes to linspace docstring + * #4723: fix a compile issues on AIX + ------------------------------------------------------------------- Thu Nov 6 11:38:20 UTC 2014 - toddrme2178@gmail.com diff --git a/python-numpy.spec b/python-numpy.spec index f594167..2277e3a 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define with_atlas 0 Name: python-numpy -Version: 1.9.1 +Version: 1.9.2 Release: 0 Url: http://www.numpy.org/ Summary: NumPy array processing for numbers, strings, records and objects