From noreply at github.com Sat Apr 2 16:07:07 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Apr 2016 13:07:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 612cac: ENH: Allow rolling multiple axes at the same time. Message-ID: <5700266b1fd2d_4ab93fe970dad2b88813b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 612caca61f82e3e20117ec5917d71fd0f48c42ea https://github.com/numpy/numpy/commit/612caca61f82e3e20117ec5917d71fd0f48c42ea Author: Antony Lee Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: Allow rolling multiple axes at the same time. A quick test suggests that this implementation from @seberg, relying on slices rather than index arrays, is 1.5~3x faster than the previous (1D) roll (depending on the axis). Also switched the error message for invalid inputs to match the one of ufuncs, because the axis can actually also be negative. Commit: 4b228a5d52df82c95f28634525b1c2ba412b1929 https://github.com/numpy/numpy/commit/4b228a5d52df82c95f28634525b1c2ba412b1929 Author: seberg Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #7438 from anntzer/multidim-roll Allow rolling multiple axes at the same time. Compare: https://github.com/numpy/numpy/compare/2af06c804931...4b228a5d52df From noreply at github.com Sat Apr 2 19:07:27 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Apr 2016 16:07:27 -0700 Subject: [Numpy-svn] [numpy/numpy] e7ddb3: BUG: don't use pow for integer power ufunc loops. Message-ID: <570050afd6273_2b013f84eeddf2b83258f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e7ddb392728260801a8ae39ef36b0bbf3abe5604 https://github.com/numpy/numpy/commit/e7ddb392728260801a8ae39ef36b0bbf3abe5604 Author: Eric Moore Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- BUG: don't use pow for integer power ufunc loops. Fixes gh-7405. Commit: 6ab89b8c66f68dfac9fde6eab843990a732a9a27 https://github.com/numpy/numpy/commit/6ab89b8c66f68dfac9fde6eab843990a732a9a27 Author: Jaime Date: 2016-04-03 (Sun, 03 Apr 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #7496 from ewmoore/int_array_power BUG: don't use pow for integer power ufunc loops. Compare: https://github.com/numpy/numpy/compare/4b228a5d52df...6ab89b8c66f6 From noreply at github.com Mon Apr 4 13:10:42 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 10:10:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 8f27d1: FIX ufunc called on memmap return a ndarray Message-ID: <5702a0128b309_29a3fd56ce9f29c1180c0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8f27d12f5f8f4c8acd3e902bed818663ab48a646 https://github.com/numpy/numpy/commit/8f27d12f5f8f4c8acd3e902bed818663ab48a646 Author: Lo?c Est?ve Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/memmap.py M numpy/core/tests/test_memmap.py Log Message: ----------- FIX ufunc called on memmap return a ndarray Special case for reduction functions (e.g. np.sum with axis=None) that return a numpy scalar. Keep original memmap subclasses behavior to be on the safe side. Commit: 2fb95995d402cd065f83e72d596bfdf17be9ea57 https://github.com/numpy/numpy/commit/2fb95995d402cd065f83e72d596bfdf17be9ea57 Author: ahaldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/memmap.py M numpy/core/tests/test_memmap.py Log Message: ----------- Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarray ENH ufunc called on memmap return a ndarray Compare: https://github.com/numpy/numpy/compare/6ab89b8c66f6...2fb95995d402 From noreply at github.com Mon Apr 4 16:03:03 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 13:03:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 619861: MAINT: Remove nose.SkipTest import. Message-ID: <5702c877d3f92_7a983fe6077df2bc7736a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6198616b25d50abc9aabbce6784c10aaa10b33ce https://github.com/numpy/numpy/commit/6198616b25d50abc9aabbce6784c10aaa10b33ce Author: Charles Harris Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- MAINT: Remove nose.SkipTest import. This was only needed for Python 2.6 as it is available from unittest in later Python versions. Commit: 0002eda3f817f296bb10ddfc297ca6f19b727940 https://github.com/numpy/numpy/commit/0002eda3f817f296bb10ddfc297ca6f19b727940 Author: Charles Harris Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- STY: PEP8, two blank lines between top level function definitions. Commit: 49e3716ae6841f0d9d6bc6946545972647cf9a62 https://github.com/numpy/numpy/commit/49e3716ae6841f0d9d6bc6946545972647cf9a62 Author: Nathaniel J. Smith Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #7507 from charris/remove-nose-import MAINT: Remove nose.SkipTest import. Compare: https://github.com/numpy/numpy/compare/2fb95995d402...49e3716ae684 From noreply at github.com Mon Apr 4 16:04:55 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 13:04:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 00222c: BUG: make sure numpy imports on python 2.6 when no... Message-ID: <5702c8e731b5e_7d1d3f9155c7529c48174@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 00222c7168f22a82d82573fc5eca2c5a8ae406f2 https://github.com/numpy/numpy/commit/00222c7168f22a82d82573fc5eca2c5a8ae406f2 Author: Evgeni Burovski Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: make sure numpy imports on python 2.6 when nose is unavailable Commit: d51f874f7c30f335189e1175199f3275adfc79f8 https://github.com/numpy/numpy/commit/d51f874f7c30f335189e1175199f3275adfc79f8 Author: Nathaniel J. Smith Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #7506 from charris/fix-nose-import-2.6 BUG: make sure numpy imports on python 2.6 when nose is unavailable Compare: https://github.com/numpy/numpy/compare/22118d037bc3...d51f874f7c30 From noreply at github.com Mon Apr 4 17:00:39 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 14:00:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 36f76e: ENH: add extra kwargs and update doc of many MA me... Message-ID: <5702d5f7515e3_76373ff2a71912a04708f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 36f76ea2e6e91062df12d3a46ccaed7822bc82f2 https://github.com/numpy/numpy/commit/36f76ea2e6e91062df12d3a46ccaed7822bc82f2 Author: Allan Haldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- ENH: add extra kwargs and update doc of many MA methods Updated any, all, sum, prod, cumsum, cumprod, min, max, argmin, argmax, mean, var Commit: f1c35214269a471507d8d814cca0c0d2b20f1abc https://github.com/numpy/numpy/commit/f1c35214269a471507d8d814cca0c0d2b20f1abc Author: Allan Haldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/ma/extras.py Log Message: ----------- ENH: update MA average, median Commit: 798dd4f22af98facd5113cbbf1b62fd27ad420e3 https://github.com/numpy/numpy/commit/798dd4f22af98facd5113cbbf1b62fd27ad420e3 Author: Allan Haldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- TST: Unit tests for new kwd args in MA methods Commit: c6e65b7aa63bf5f81b83abd54347d9cdd3a286e5 https://github.com/numpy/numpy/commit/c6e65b7aa63bf5f81b83abd54347d9cdd3a286e5 Author: seberg Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/ma/core.py M numpy/ma/extras.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #5706 from ahaldane/ma_methods_args ENH: make some masked array methods behave more like ndarray methods Compare: https://github.com/numpy/numpy/compare/49e3716ae684...c6e65b7aa63b From noreply at github.com Mon Apr 4 22:14:18 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 19:14:18 -0700 Subject: [Numpy-svn] [numpy/numpy] b076bf: DOC: remove "arr" from keepdims docstrings Message-ID: <57031f7a5da39_313f3fc216c692c088678@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b076bfb4804db8a6c38260cee56d03f99d860739 https://github.com/numpy/numpy/commit/b076bfb4804db8a6c38260cee56d03f99d860739 Author: Allan Haldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- DOC: remove "arr" from keepdims docstrings [ci skip] Commit: 3deaf33f3f36bafd7dcfc37f6b3b690f17802681 https://github.com/numpy/numpy/commit/3deaf33f3f36bafd7dcfc37f6b3b690f17802681 Author: Charles Harris Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #7504 from ahaldane/keepdims_doc_arr DOC: remove "arr" from keepdims docstrings Compare: https://github.com/numpy/numpy/compare/c6e65b7aa63b...3deaf33f3f36 From noreply at github.com Mon Apr 4 23:49:14 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 20:49:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 13dd07: DOC: link frompyfunc and vectorize Message-ID: <570335baa86c5_2a4b3fb595ded2a063352@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 13dd07ad8d97920f8c6ea2933b7e19e5abb158b2 https://github.com/numpy/numpy/commit/13dd07ad8d97920f8c6ea2933b7e19e5abb158b2 Author: endolith Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/add_newdocs.py M numpy/lib/function_base.py Log Message: ----------- DOC: link frompyfunc and vectorize Commit: b2d5a7b89a64f2eb491e88a67a155a4e9ab6ff1b https://github.com/numpy/numpy/commit/b2d5a7b89a64f2eb491e88a67a155a4e9ab6ff1b Author: Charles Harris Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/add_newdocs.py M numpy/lib/function_base.py Log Message: ----------- Merge pull request #7508 from endolith/vectorize DOC: link frompyfunc and vectorize Compare: https://github.com/numpy/numpy/compare/3deaf33f3f36...b2d5a7b89a64 From noreply at github.com Mon Apr 4 23:52:29 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Apr 2016 20:52:29 -0700 Subject: [Numpy-svn] [numpy/numpy] b74001: MAIN: fix to #7382, make scl in np.average writeab... Message-ID: <5703367d1d828_79963faa11a5d2a076934@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b7400181a1397d5ac8060bd1aba6d94ade7cbdb0 https://github.com/numpy/numpy/commit/b7400181a1397d5ac8060bd1aba6d94ade7cbdb0 Author: Allan Haldane Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAIN: fix to #7382, make scl in np.average writeable Commit: 9c59de6e5771174dec5487a25d7594e4021669d6 https://github.com/numpy/numpy/commit/9c59de6e5771174dec5487a25d7594e4021669d6 Author: Charles Harris Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #7505 from ahaldane/fixup_7382 MAIN: fix to #7382, make scl in np.average writeable Compare: https://github.com/numpy/numpy/compare/b2d5a7b89a64...9c59de6e5771 From noreply at github.com Tue Apr 5 11:24:20 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Apr 2016 08:24:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 307931: numpy.power(0, 0) should return 1 Message-ID: <5703d8a49d7f0_773e3fa21f1532bc12497c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 307931d804fde05ed0281c9bbb9d522a682f2762 https://github.com/numpy/numpy/commit/307931d804fde05ed0281c9bbb9d522a682f2762 Author: Lo?c Est?ve Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- numpy.power(0, 0) should return 1 Commit: b7a83d6f67be66b43a0b61f80ce5fa551a760a89 https://github.com/numpy/numpy/commit/b7a83d6f67be66b43a0b61f80ce5fa551a760a89 Author: Jaime Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #7511 from lesteve/fix-power-with-zero-exponent numpy.power(0, 0) should return 1 Compare: https://github.com/numpy/numpy/compare/9c59de6e5771...b7a83d6f67be From noreply at github.com Tue Apr 5 19:44:46 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Apr 2016 16:44:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 5ba200: BUG: MaskedArray.count treats negative axes incorr... Message-ID: <57044deeb5701_472d3f8b69a9d2b8907d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5ba2007c0b4cbe0bfb66f5a7e1928785c9449800 https://github.com/numpy/numpy/commit/5ba2007c0b4cbe0bfb66f5a7e1928785c9449800 Author: Allan Haldane Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: MaskedArray.count treats negative axes incorrectly Follow up to #5706. Fixes #7509 Commit: 537d35c2cf49cae0a496c37564fa282ec80e3695 https://github.com/numpy/numpy/commit/537d35c2cf49cae0a496c37564fa282ec80e3695 Author: Charles Harris Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7515 from ahaldane/ma_fix_negative_count BUG: MaskedArray.count treats negative axes incorrectly Compare: https://github.com/numpy/numpy/compare/b7a83d6f67be...537d35c2cf49 From noreply at github.com Wed Apr 6 19:32:38 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Apr 2016 16:32:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 5da860: DOC: rephrase writeup of memmap changes Message-ID: <57059c9645af6_66d3fda1be5f29c129486@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5da86095cd08aa8b25505f7f78ad2a9a10a8d103 https://github.com/numpy/numpy/commit/5da86095cd08aa8b25505f7f78ad2a9a10a8d103 Author: Matthew Brett Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: rephrase writeup of memmap changes Fix a little grammatical error and expand the text on mmap changes. Commit: ac21efdd9d5d69198bc0802645826a4b1240952a https://github.com/numpy/numpy/commit/ac21efdd9d5d69198bc0802645826a4b1240952a Author: Nathaniel J. Smith Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #7521 from matthew-brett/rephrase-mmap-changes DOC: rephrase writeup of memmap changes Compare: https://github.com/numpy/numpy/compare/537d35c2cf49...ac21efdd9d5d From noreply at github.com Thu Apr 7 04:10:12 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Apr 2016 01:10:12 -0700 Subject: [Numpy-svn] [numpy/numpy] bcbed8: BUG: Add bytes to numpy.sctypes in Python 3. Message-ID: <570615e496ec2_3e983fcfa78ff2bc153147@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bcbed877f42ed6e9b01b2125134db4b6395f1d9d https://github.com/numpy/numpy/commit/bcbed877f42ed6e9b01b2125134db4b6395f1d9d Author: Antony Lee Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/numerictypes.py M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Add bytes to numpy.sctypes in Python 3. From noreply at github.com Thu Apr 7 09:03:01 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Apr 2016 06:03:01 -0700 Subject: [Numpy-svn] [numpy/numpy] dc714e: BUG: Extend glibc complex trig functions blacklist... Message-ID: <57065a858f723_1b943f85b89d12a01726e7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dc714ed3a57ca4d0853e12d2e2457abc22c0ba07 https://github.com/numpy/numpy/commit/dc714ed3a57ca4d0853e12d2e2457abc22c0ba07 Author: Nikola Forr? Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. The library complex trig functions are inaccurate also in glibc versions 2.16 and 2.17, so extend the blacklist. Closes #7517. Commit: 3920a29ae79af8b3a9e8a0004705f905544f52cd https://github.com/numpy/numpy/commit/3920a29ae79af8b3a9e8a0004705f905544f52cd Author: Charles Harris Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7518 from nforro/issue-7517 BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. Compare: https://github.com/numpy/numpy/compare/bcbed877f42e...3920a29ae79a From noreply at github.com Thu Apr 7 09:06:24 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Apr 2016 06:06:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 5ac270: ENH: Add support for pathlib.Path objects to save/... Message-ID: <57065b50d8106_14813f953f2a72b8861ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5ac270b06e411dd0e13108ed5dafad31d5ab589d https://github.com/numpy/numpy/commit/5ac270b06e411dd0e13108ed5dafad31d5ab589d Author: Wendell Smith Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/compat/py3k.py M numpy/core/memmap.py M numpy/core/tests/test_memmap.py M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- ENH: Add support for pathlib.Path objects to save/load functions Commit: 0c6aa60caaaf41164983ab7d2a2b62a06292f610 https://github.com/numpy/numpy/commit/0c6aa60caaaf41164983ab7d2a2b62a06292f610 Author: Charles Harris Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/compat/py3k.py M numpy/core/memmap.py M numpy/core/tests/test_memmap.py M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #6660 from wackywendell/usepath Added pathlib support for several functions Compare: https://github.com/numpy/numpy/compare/3920a29ae79a...0c6aa60caaaf From noreply at github.com Thu Apr 7 12:06:42 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Apr 2016 09:06:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 69d2cc: Fixed iteration over additional bad commands Message-ID: <570685927d061_1b943f85b89d12a0178568@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 69d2cc8511914d636212b0218eb44c03b9012810 https://github.com/numpy/numpy/commit/69d2cc8511914d636212b0218eb44c03b9012810 Author: Luca Mussi Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M setup.py Log Message: ----------- Fixed iteration over additional bad commands Commit: 104501e39e4a68d98ff96bf3a4eae8f17e632609 https://github.com/numpy/numpy/commit/104501e39e4a68d98ff96bf3a4eae8f17e632609 Author: Charles Harris Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M setup.py Log Message: ----------- Merge pull request #7522 from splendido/patch-1 Fixed iteration over additional bad commands Compare: https://github.com/numpy/numpy/compare/0c6aa60caaaf...104501e39e4a From noreply at github.com Thu Apr 7 14:35:53 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Apr 2016 11:35:53 -0700 Subject: [Numpy-svn] [numpy/numpy] ad3f6d: DOC: Removed an extra `:const:` Message-ID: <5706a889c696f_2ce03fa4b27812c015366c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ad3f6dc1d2e4520d4daf3d91d2b347db273bc871 https://github.com/numpy/numpy/commit/ad3f6dc1d2e4520d4daf3d91d2b347db273bc871 Author: Joseph Fox-Rabinovitz Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M doc/source/reference/arrays.indexing.rst Log Message: ----------- DOC: Removed an extra `:const:` Commit: 71575f1e0167a5fc07a761336439807544d8fc5a https://github.com/numpy/numpy/commit/71575f1e0167a5fc07a761336439807544d8fc5a Author: Nathaniel J. Smith Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M doc/source/reference/arrays.indexing.rst Log Message: ----------- Merge pull request #7526 from madphysicist/patch-1 DOC: Removed an extra `:const:` Compare: https://github.com/numpy/numpy/compare/104501e39e4a...71575f1e0167 From noreply at github.com Fri Apr 8 12:08:01 2016 From: noreply at github.com (GitHub) Date: Fri, 08 Apr 2016 09:08:01 -0700 Subject: [Numpy-svn] [numpy/numpy] c2ec81: BUG: Floating exception with invalid axis in np.le... Message-ID: <5707d761b9288_42053fcf0c35d2a0112233@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c2ec8187b4d53d125d00b96b9891ff3c9da7e823 https://github.com/numpy/numpy/commit/c2ec8187b4d53d125d00b96b9891ff3c9da7e823 Author: Simon Gibbons Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Floating exception with invalid axis in np.lexsort When an invalid axis was passed into PyArray_LexSort it would attempt to create a set of iterators to ignore that axis before checking to see if the axis was valid. This would cause a floating exception as the dimension of the invalid axis would on occasion return zero. This fixes that by moving the axis to before the iterator creation. Fixes #7528 Commit: 0b2e590ec18942f8f149ab2306b80da86b04eaeb https://github.com/numpy/numpy/commit/0b2e590ec18942f8f149ab2306b80da86b04eaeb Author: Charles Harris Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7529 from simongibbons/lexsort_fix BUG: Floating exception with invalid axis in np.lexsort Compare: https://github.com/numpy/numpy/compare/71575f1e0167...0b2e590ec189 From noreply at github.com Fri Apr 8 13:38:59 2016 From: noreply at github.com (GitHub) Date: Fri, 08 Apr 2016 10:38:59 -0700 Subject: [Numpy-svn] [numpy/numpy] 5bcc51: BUG: Floating exception with invalid axis in np.le... Message-ID: <5707ecb317dd_77063fe602e5f2b8219dc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 5bcc51d379a1a225c49791a22e4ccc1592976b00 https://github.com/numpy/numpy/commit/5bcc51d379a1a225c49791a22e4ccc1592976b00 Author: Simon Gibbons Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Floating exception with invalid axis in np.lexsort When an invalid axis was passed into PyArray_LexSort it would attempt to create a set of iterators to ignore that axis before checking to see if the axis was valid. This would cause a floating exception as the dimension of the invalid axis would on occasion return zero. This fixes that by moving the axis to before the iterator creation. Fixes #7528 Commit: bea5883d837599b8f10acc8c51bccae247cd9feb https://github.com/numpy/numpy/commit/bea5883d837599b8f10acc8c51bccae247cd9feb Author: Charles Harris Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7530 from charris/backport-7529 Backport 7529, BUG: Floating exception with invalid axis in np.lexsort Compare: https://github.com/numpy/numpy/compare/d51f874f7c30...bea5883d8375 From noreply at github.com Sat Apr 9 13:35:52 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Apr 2016 10:35:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 3ce03d: MAINT: Update setup.py to reflect supported python... Message-ID: <57093d784094f_17023ff372fb72a0395f9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3ce03de76d40cd337cdc91521e2f5c28b3604ead https://github.com/numpy/numpy/commit/3ce03de76d40cd337cdc91521e2f5c28b3604ead Author: Charles Harris Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M setup.py Log Message: ----------- MAINT: Update setup.py to reflect supported python versions. Numpy 1.12.0 will support Python 2.7, 3.4 and 3.5 with support for 2.6, 3.2, and 3.3 dropped, so remove the latter. Commit: a03435ab57da3575b8c927465df11dbdd9ef093a https://github.com/numpy/numpy/commit/a03435ab57da3575b8c927465df11dbdd9ef093a Author: Nathaniel J. Smith Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M setup.py Log Message: ----------- Merge pull request #7534 from charris/update-classifiers MAINT: Update setup.py to reflect supported python versions. Compare: https://github.com/numpy/numpy/compare/0b2e590ec189...a03435ab57da From noreply at github.com Sun Apr 10 11:30:41 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Apr 2016 08:30:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 500661: BUG: Extend glibc complex trig functions blacklist... Message-ID: <570a71a1a06b0_77713f9ca1aad2a010974b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 5006616659ebcd9960f730d28255648a562d7308 https://github.com/numpy/numpy/commit/5006616659ebcd9960f730d28255648a562d7308 Author: Nikola Forr? Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. The library complex trig functions are inaccurate also in glibc versions 2.16 and 2.17, so extend the blacklist. Closes #7517. Commit: def1094703280a94f627330cf824b19d73cbb7ba https://github.com/numpy/numpy/commit/def1094703280a94f627330cf824b19d73cbb7ba Author: Charles Harris Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7535 from charris/backport-7518 Backport 7518, BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. Compare: https://github.com/numpy/numpy/compare/bea5883d8375...def109470328 From noreply at github.com Sun Apr 10 15:30:23 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Apr 2016 12:30:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 9a86dc: MAINT: Always use PyCapsule instead of PyCObject i... Message-ID: <570aa9cf16543_1e833fc674dd12b81118cd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9a86dcb9ca63829e334748056ac4eb643b18bcd1 https://github.com/numpy/numpy/commit/9a86dcb9ca63829e334748056ac4eb643b18bcd1 Author: Charles Harris Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M numpy/random/mtrand/Python.pxi R numpy/random/mtrand/mt_compat.h M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/numpy.pxd Log Message: ----------- MAINT: Always use PyCapsule instead of PyCObject in mtrand.pyx. Python 2.7 has a backport of PyCapsule so we no longer need to support PyCObject. This PR makes that change and removes the no longer needed mt_compat.h file. Commit: a2c4c117478b34a0761a98a9e5c474ab5c4f5490 https://github.com/numpy/numpy/commit/a2c4c117478b34a0761a98a9e5c474ab5c4f5490 Author: Charles Harris Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- MAINT: Ignore DeprecationWarning for random_integers in tests. The warning turned up when the numpy/randome/tests were run using $ python runtests.py -t numpy/random/tests/ It doesn't show when all the tests are run. Commit: f1b009112f07b57fde07b99129c1b118a6669f51 https://github.com/numpy/numpy/commit/f1b009112f07b57fde07b99129c1b118a6669f51 Author: Nathaniel J. Smith Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M numpy/random/mtrand/Python.pxi R numpy/random/mtrand/mt_compat.h M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/numpy.pxd M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #7536 from charris/random-use-pycapsule MAINT: Always use PyCapsule instead of PyCObject in mtrand.pyx Compare: https://github.com/numpy/numpy/compare/a03435ab57da...f1b009112f07 From noreply at github.com Fri Apr 15 14:11:17 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Apr 2016 11:11:17 -0700 Subject: [Numpy-svn] [numpy/numpy] fc398d: BUG: allow graceful recovery for no compiler Message-ID: <57112ec585edd_6bad3fe41a7a92a020212@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fc398de0f13fd709079e666b8c2a03db76316c1d https://github.com/numpy/numpy/commit/fc398de0f13fd709079e666b8c2a03db76316c1d Author: Matthew Brett Date: 2016-04-14 (Thu, 14 Apr 2016) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- BUG: allow graceful recovery for no compiler If there is no compiler on Linux, the error we were getting was CompileError rather than the OSError the test was expecting. This had the nasty side-effect of leaving us in a deleted temporary directory, causing later test failures. Try a check to see if we have a compiler and skip otherwise. Commit: 35097048522b8b0da12b49639fdfc2d96ae81666 https://github.com/numpy/numpy/commit/35097048522b8b0da12b49639fdfc2d96ae81666 Author: Nathaniel J. Smith Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- Merge pull request #7549 from matthew-brett/fix-no-compiler-errors BUG: allow graceful recovery for no Liux compiler Compare: https://github.com/numpy/numpy/compare/f1b009112f07...35097048522b From noreply at github.com Fri Apr 15 20:21:50 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Apr 2016 17:21:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 1c122a: BUG: allow graceful recovery for no compiler Message-ID: <5711859e867cb_2e1c3fac610352bc319cc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 1c122a42beba97b60b6b632813c55a8345d02fd6 https://github.com/numpy/numpy/commit/1c122a42beba97b60b6b632813c55a8345d02fd6 Author: Matthew Brett Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- BUG: allow graceful recovery for no compiler If there is no compiler on Linux, the error we were getting was CompileError rather than the OSError the test was expecting. This had the nasty side-effect of leaving us in a deleted temporary directory, causing later test failures. Try a check to see if we have a compiler and skip otherwise. Commit: 1a3e301557840095bbb93f53698f6f52d21984fb https://github.com/numpy/numpy/commit/1a3e301557840095bbb93f53698f6f52d21984fb Author: Charles Harris Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- Merge pull request #7551 from charris/backport-7549 Backport 7549, BUG: allow graceful recovery for no compiler Compare: https://github.com/numpy/numpy/compare/def109470328...1a3e30155784 From noreply at github.com Mon Apr 18 13:39:35 2016 From: noreply at github.com (GitHub) Date: Mon, 18 Apr 2016 10:39:35 -0700 Subject: [Numpy-svn] [numpy/numpy] 77d911: TST: added a test for constant padding on 4 sides ... Message-ID: <57151bd77fb2c_5eda3fbdaf6332b8126851@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 77d911ff03b43603cd3afcfc2f7b72f8df86a1fb https://github.com/numpy/numpy/commit/77d911ff03b43603cd3afcfc2f7b72f8df86a1fb Author: chiffa Date: 2016-04-18 (Mon, 18 Apr 2016) Changed paths: M numpy/lib/tests/test_arraypad.py Log Message: ----------- TST: added a test for constant padding on 4 sides of a 2d array This test exposes padding bug described in the issue #7353 Commit: 32f8393b8c4b6cadadab10f785eceb406e8cef90 https://github.com/numpy/numpy/commit/32f8393b8c4b6cadadab10f785eceb406e8cef90 Author: chiffa Date: 2016-04-18 (Mon, 18 Apr 2016) Changed paths: M numpy/lib/arraypad.py Log Message: ----------- BUG: constant padding expected wrong type in constant_values Constant padding on 4 sides of a 2d array expected a numpy ndarray, and not a ndarray like (tuple, list, ...) Detailed description is in the issue #7353 Commit: ea667d7cc9726a75d532e3856252e73f5c9b62f8 https://github.com/numpy/numpy/commit/ea667d7cc9726a75d532e3856252e73f5c9b62f8 Author: Charles Harris Date: 2016-04-18 (Mon, 18 Apr 2016) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- Merge pull request #7558 from charris/backport-7358 Backport 7358, BUG: constant padding expected wrong type in constant_values Compare: https://github.com/numpy/numpy/compare/1a3e30155784...ea667d7cc972 From noreply at github.com Wed Apr 20 20:52:33 2016 From: noreply at github.com (GitHub) Date: Wed, 20 Apr 2016 17:52:33 -0700 Subject: [Numpy-svn] [numpy/numpy] 383a44: Use PyMem_RawMalloc on Python 3.4 and newer Message-ID: <571824518f343_247b3fdb1468d2b81316ba@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 383a44e5c8e875b671ce5568b635ed0fd00490ad https://github.com/numpy/numpy/commit/383a44e5c8e875b671ce5568b635ed0fd00490ad Author: Victor Stinner Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M numpy/core/include/numpy/ndarraytypes.h Log Message: ----------- Use PyMem_RawMalloc on Python 3.4 and newer Change PyArray_malloc() macro to use PyMem_RawMalloc() on Python 3.4 and newer. This macro can be called indirectly from ufunc_at() which releases the GIL, whereas PyMem_Malloc() requires the GIL to be held: https://docs.python.org/dev/c-api/memory.html#memory-interface PyMem_RawMalloc() can be called without the GIL. Commit: 631e98941a1d13e1328d3b3944a90fdad31226b4 https://github.com/numpy/numpy/commit/631e98941a1d13e1328d3b3944a90fdad31226b4 Author: Nathaniel J. Smith Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M numpy/core/include/numpy/ndarraytypes.h Log Message: ----------- Merge pull request #7404 from haypo/raw_malloc Use PyMem_RawMalloc on Python 3.4 and newer Compare: https://github.com/numpy/numpy/compare/35097048522b...631e98941a1d From noreply at github.com Thu Apr 21 13:33:26 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Apr 2016 10:33:26 -0700 Subject: [Numpy-svn] [numpy/numpy] ef8253: MAINT: use manylinux1 wheel for cython Message-ID: <57190ee6d859b_7a8c3f82010292bc134986@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ef8253f0076b8955aa3025a3651f07d61b14ea5c https://github.com/numpy/numpy/commit/ef8253f0076b8955aa3025a3651f07d61b14ea5c Author: Olivier Grisel Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M .travis.yml Log Message: ----------- MAINT: use manylinux1 wheel for cython Commit: da6e4c71aa229b8bdb18d643456cda4594e6384a https://github.com/numpy/numpy/commit/da6e4c71aa229b8bdb18d643456cda4594e6384a Author: Charles Harris Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #7566 from ogrisel/use-cython-wheel MAINT: use manylinux1 wheel for cython Compare: https://github.com/numpy/numpy/compare/631e98941a1d...da6e4c71aa22 From noreply at github.com Mon Apr 25 21:56:18 2016 From: noreply at github.com (GitHub) Date: Mon, 25 Apr 2016 18:56:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 5cdb06: Fix a false positive OverflowError in Python 3.x w... Message-ID: <571ecac28e28d_68b23fc8c827b2a0116369@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5cdb06038fdff4a6e4e74d5b70936d3bfbdde3d1 https://github.com/numpy/numpy/commit/5cdb06038fdff4a6e4e74d5b70936d3bfbdde3d1 Author: Mathieu Lamarre Date: 2016-04-22 (Fri, 22 Apr 2016) Changed paths: M tools/swig/pyfragments.swg Log Message: ----------- Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF are passed to a function accepting "unsigned int". This a port of a fix in pyprimtype.swg from which several code snippets where copy pasted into swig/pyfragments.swg. Please see SWIG changes log (2015-12-23) for more details: http://www.swig.org/Release/CHANGES.current 2015-12-23: ahnolds [Python] Fixes for conversion of signed and unsigned integer types ... Commit: 1b6831be8dc33308e77f3d3253f5ee777e3bb178 https://github.com/numpy/numpy/commit/1b6831be8dc33308e77f3d3253f5ee777e3bb178 Author: Charles Harris Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M tools/swig/pyfragments.swg Log Message: ----------- Merge pull request #7568 from mlamarre/fix_swig_py3_overflow Fix a false positive OverflowError in Python 3.x when value above 0x7? Compare: https://github.com/numpy/numpy/compare/da6e4c71aa22...1b6831be8dc3 From noreply at github.com Wed Apr 27 15:06:22 2016 From: noreply at github.com (GitHub) Date: Wed, 27 Apr 2016 12:06:22 -0700 Subject: [Numpy-svn] [numpy/numpy] a646ac: BUG: Fix OverflowError in Python 3.x in swig inter... Message-ID: <57210daef1b4a_4bbf3f89754b529c8497@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: a646ac1974c49cb05176781b290f4e4202428a4f https://github.com/numpy/numpy/commit/a646ac1974c49cb05176781b290f4e4202428a4f Author: Mathieu Lamarre Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M tools/swig/pyfragments.swg Log Message: ----------- BUG: Fix OverflowError in Python 3.x in swig interface. The error occurs When values above 0x7FFFFFF are passed to a function accepting "unsigned int". This a port of a fix in pyprimtype.swg from which several code snippets where copy pasted into swig/pyfragments.swg. Please see SWIG changes log (2015-12-23) for more details: http://www.swig.org/Release/CHANGES.current 2015-12-23: ahnolds [Python] Fixes for conversion of signed and unsigned integer types ... Commit: 9426daea6d9ff85052c121381f6602a6e60181d3 https://github.com/numpy/numpy/commit/9426daea6d9ff85052c121381f6602a6e60181d3 Author: Charles Harris Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M tools/swig/pyfragments.swg Log Message: ----------- Merge pull request #7578 from charris/backport-7568 Backport 7568, Fix OverflowError in Python 3.x. in swig interface. Compare: https://github.com/numpy/numpy/compare/ea667d7cc972...9426daea6d9f From noreply at github.com Wed Apr 27 20:35:07 2016 From: noreply at github.com (GitHub) Date: Wed, 27 Apr 2016 17:35:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 4be3c2: DOC: clarify purpose of Attributes section Message-ID: <57215abba9f67_64be3f8a923792c0878af@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4be3c23a11a4725cc4b074992fef90f8ba163c5f https://github.com/numpy/numpy/commit/4be3c23a11a4725cc4b074992fef90f8ba163c5f Author: nevimov Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: clarify purpose of Attributes section According to the official Python documentation, term "class variables" denotes attributes shared by all instances of the class. The current version of the Numpy/Scipy documentation guide uses the term to mean non-method attributes. This commit replaces the confusing term with a more appropriate one. Commit: 3c394f7f8d09f08aaa068e617f79d542c17fd771 https://github.com/numpy/numpy/commit/3c394f7f8d09f08aaa068e617f79d542c17fd771 Author: Charles Harris Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- Merge pull request #7579 from nevimov/update-attributes-section-of-doc-guide DOC: clarify purpose of Attributes section Compare: https://github.com/numpy/numpy/compare/1b6831be8dc3...3c394f7f8d09 From noreply at github.com Fri Apr 29 16:01:33 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Apr 2016 13:01:33 -0700 Subject: [Numpy-svn] [numpy/numpy] d73e87: BLD: fix configparser.InterpolationSyntaxError Message-ID: <5723bd9d9576d_4a63f8f197cf2bc8410@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d73e877d72b012b4b0117980590579e516904c8f https://github.com/numpy/numpy/commit/d73e877d72b012b4b0117980590579e516904c8f Author: Sorin Sbarnea Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M numpy/distutils/npy_pkg_config.py M numpy/distutils/system_info.py M site.cfg.example Log Message: ----------- BLD: fix configparser.InterpolationSyntaxError Closes #7572 inability to install in virtualenvs with percent in their path. Commit: fffe1fb03561b361c736e5f6771dc8a0721eb440 https://github.com/numpy/numpy/commit/fffe1fb03561b361c736e5f6771dc8a0721eb440 Author: Charles Harris Date: 2016-04-29 (Fri, 29 Apr 2016) Changed paths: M numpy/distutils/npy_pkg_config.py M numpy/distutils/system_info.py M site.cfg.example Log Message: ----------- Merge pull request #7584 from ssbarnea/hotfix/7572-percent-in-path BUG: fixes #7572, percent in path Compare: https://github.com/numpy/numpy/compare/3c394f7f8d09...fffe1fb03561 From noreply at github.com Fri Apr 29 20:02:03 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Apr 2016 17:02:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 09fde5: BLD: fix configparser.InterpolationSyntaxError Message-ID: <5723f5fb481d2_7cc93f963392729c2591d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 09fde55ddb46c749a83b964f582a3162c988aecb https://github.com/numpy/numpy/commit/09fde55ddb46c749a83b964f582a3162c988aecb Author: Sorin Sbarnea Date: 2016-04-29 (Fri, 29 Apr 2016) Changed paths: M numpy/distutils/npy_pkg_config.py M numpy/distutils/system_info.py M site.cfg.example Log Message: ----------- BLD: fix configparser.InterpolationSyntaxError Closes #7572 inability to install in virtualenvs with percent in their path. Commit: 1a7d6d6f0fad5f1fc2fba7275b78007eb8578a5c https://github.com/numpy/numpy/commit/1a7d6d6f0fad5f1fc2fba7275b78007eb8578a5c Author: Charles Harris Date: 2016-04-29 (Fri, 29 Apr 2016) Changed paths: M numpy/distutils/npy_pkg_config.py M numpy/distutils/system_info.py M site.cfg.example Log Message: ----------- Merge pull request #7590 from charris/backport-7584 Backport 7584, BLD: fix configparser.InterpolationSyntaxError Compare: https://github.com/numpy/numpy/compare/9426daea6d9f...1a7d6d6f0fad From noreply at github.com Sat Apr 30 22:57:39 2016 From: noreply at github.com (GitHub) Date: Sat, 30 Apr 2016 19:57:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 6e5aa5: TST: Verify np.ma.take works on scalars Message-ID: <572570a3b4e38_5b373fe5a9b9129c24748a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6e5aa5e6b7980021ba5de67c872fad70dd4f9c92 https://github.com/numpy/numpy/commit/6e5aa5e6b7980021ba5de67c872fad70dd4f9c92 Author: Eric Wieser Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- TST: Verify np.ma.take works on scalars See #7585 Commit: 090bbdd8f3debe0b6a6c4aa542937edf250f9443 https://github.com/numpy/numpy/commit/090bbdd8f3debe0b6a6c4aa542937edf250f9443 Author: Eric Wieser Date: 2016-04-29 (Fri, 29 Apr 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- BUG: Ensure mask is preserved on scalars By promoting and demoting between scalars and arrays where appropriate See #7585 Commit: ffb31122739950a0b1ef67d44539613661c9deac https://github.com/numpy/numpy/commit/ffb31122739950a0b1ef67d44539613661c9deac Author: ahaldane Date: 2016-04-30 (Sat, 30 Apr 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7586 from eric-wieser/ma-take-scalar Make np.ma.take works on scalars Compare: https://github.com/numpy/numpy/compare/fffe1fb03561...ffb311227399