diff --git a/numpy-1.9.0.tar.gz b/numpy-1.9.0.tar.gz deleted file mode 100644 index 21d93e9..0000000 --- a/numpy-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2745b1d64445da3c29a34450320025c11897ae4af77475f861966e98b2cb1a0f -size 3962108 diff --git a/numpy-1.9.1.tar.gz b/numpy-1.9.1.tar.gz new file mode 100644 index 0000000..80acbf2 --- /dev/null +++ b/numpy-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0075bbe07e30b659ae4415446f45812dc1b96121a493a4a1f8b1ba77b75b1e1c +size 3978007 diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index 5da0c62..d80540e 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Nov 6 11:38:20 UTC 2014 - toddrme2178@gmail.com + +- Update to 1.9.1: Bugfix release + * gh-5184: restore linear edge behaviour of gradient to as it was in < 1.9. + The second order behaviour is available via the `edge_order` keyword + * gh-4007: workaround Accelerate sgemv crash on OSX 10.9 + * gh-5100: restore object dtype inference from iterable objects without + `len()` + * gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash + * gh-5138: fix nanmedian on arrays containing inf + * gh-5203: copy inherited masks in MaskedArray.__array_finalize__ + * gh-2317: genfromtxt did not handle filling_values=0 correctly + * gh-5067: restore api of npy_PyFile_DupClose in python2 + * gh-5063: cannot convert invalid sequence index to tuple + * gh-5082: Segmentation fault with argmin() on unicode arrays + * gh-5095: don't propagate subtypes from np.where + * gh-5104: np.inner segfaults with SciPy's sparse matrices + * gh-5136: Import dummy_threading if importing threading fails + * gh-5148: Make numpy import when run with Python flag '-OO' + * gh-5147: Einsum double contraction in particular order causes ValueError + * gh-479: Make f2py work with intent(in out) + * gh-5170: Make python2 .npy files readable in python3 + * gh-5027: Use 'll' as the default length specifier for long long + * gh-4896: fix build error with MSVC 2013 caused by C99 complex support + * gh-4465: Make PyArray_PutTo respect writeable flag + * gh-5225: fix crash when using arange on datetime without dtype set + * gh-5231: fix build in c99 mode + ------------------------------------------------------------------- Mon Sep 8 10:01:09 UTC 2014 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index 016862e..d67e4c0 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -19,7 +19,7 @@ %define modname numpy Name: python-numpy-doc %define docname numpydoc -Version: 1.9.0 +Version: 1.9.1 Release: 0 %define docvers 0.4 Url: http://www.numpy.org/ diff --git a/python-numpy.changes b/python-numpy.changes index 32db04e..097383c 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Nov 6 11:38:20 UTC 2014 - toddrme2178@gmail.com + +- Update to 1.9.1: Bugfix release + * gh-5184: restore linear edge behaviour of gradient to as it was in < 1.9. + The second order behaviour is available via the `edge_order` keyword + * gh-4007: workaround Accelerate sgemv crash on OSX 10.9 + * gh-5100: restore object dtype inference from iterable objects without + `len()` + * gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash + * gh-5138: fix nanmedian on arrays containing inf + * gh-5203: copy inherited masks in MaskedArray.__array_finalize__ + * gh-2317: genfromtxt did not handle filling_values=0 correctly + * gh-5067: restore api of npy_PyFile_DupClose in python2 + * gh-5063: cannot convert invalid sequence index to tuple + * gh-5082: Segmentation fault with argmin() on unicode arrays + * gh-5095: don't propagate subtypes from np.where + * gh-5104: np.inner segfaults with SciPy's sparse matrices + * gh-5136: Import dummy_threading if importing threading fails + * gh-5148: Make numpy import when run with Python flag '-OO' + * gh-5147: Einsum double contraction in particular order causes ValueError + * gh-479: Make f2py work with intent(in out) + * gh-5170: Make python2 .npy files readable in python3 + * gh-5027: Use 'll' as the default length specifier for long long + * gh-4896: fix build error with MSVC 2013 caused by C99 complex support + * gh-4465: Make PyArray_PutTo respect writeable flag + * gh-5225: fix crash when using arange on datetime without dtype set + * gh-5231: fix build in c99 mode + ------------------------------------------------------------------- Mon Sep 8 10:01:09 UTC 2014 - toddrme2178@gmail.com diff --git a/python-numpy.spec b/python-numpy.spec index edffcae..f594167 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -19,7 +19,7 @@ %define with_atlas 0 Name: python-numpy -Version: 1.9.0 +Version: 1.9.1 Release: 0 Url: http://www.numpy.org/ Summary: NumPy array processing for numbers, strings, records and objects