From noreply at github.com Mon Aug 1 03:44:35 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Aug 2016 00:44:35 -0700 Subject: [Numpy-svn] [numpy/numpy] bcba44: Handle NetBSD specific Message-ID: <579efde33669c_63253fce8a1f12b812629a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bcba4410c4b04bbcaad897302eea52fd5cf8479e https://github.com/numpy/numpy/commit/bcba4410c4b04bbcaad897302eea52fd5cf8479e Author: Kamil Rytarowski Date: 2016-07-31 (Sun, 31 Jul 2016) Changed paths: M numpy/core/include/numpy/_numpyconfig.h.in M numpy/core/include/numpy/npy_endian.h M numpy/core/setup.py Log Message: ----------- Handle NetBSD specific Commit: 55b766d549dc7a9cd417de001a2f7ba8d445579f https://github.com/numpy/numpy/commit/55b766d549dc7a9cd417de001a2f7ba8d445579f Author: Ralf Gommers Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M numpy/core/include/numpy/_numpyconfig.h.in M numpy/core/include/numpy/npy_endian.h M numpy/core/setup.py Log Message: ----------- Merge pull request #7885 from krytarowski/netbsd-2 Handle NetBSD specific Compare: https://github.com/numpy/numpy/compare/9506037beb64...55b766d549dc From noreply at github.com Wed Aug 3 12:57:16 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 09:57:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 312f47: DOC: #7881. Fix link to record arrays Message-ID: <57a2226c1594a_36943ff9884852bc7521a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 312f4712d25fecef7997d8add37b85ac46b6cc05 https://github.com/numpy/numpy/commit/312f4712d25fecef7997d8add37b85ac46b6cc05 Author: Tom Bird Date: 2016-08-02 (Tue, 02 Aug 2016) Changed paths: M doc/source/user/quickstart.rst Log Message: ----------- DOC: #7881. Fix link to record arrays Commit: 7606c7794be6d346fe56e0f06734cb2ca2039082 https://github.com/numpy/numpy/commit/7606c7794be6d346fe56e0f06734cb2ca2039082 Author: Charles Harris Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M doc/source/user/quickstart.rst Log Message: ----------- Merge pull request #7889 from theultimatecrouton/doc_fix DOC: #7881. Fix link to record arrays Compare: https://github.com/numpy/numpy/compare/55b766d549dc...7606c7794be6 From noreply at github.com Wed Aug 3 16:02:41 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 13:02:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 3c4db4: BUG: construct ma.array from np.array which contai... Message-ID: <57a24de1d16de_60563fae03a2b2a0332e4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3c4db4111947270b97ae032f02b6f60d8e20bbbd https://github.com/numpy/numpy/commit/3c4db4111947270b97ae032f02b6f60d8e20bbbd Author: Allan Haldane Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: construct ma.array from np.array which contains padding Structured dtypes with padding bytes fail in MaskedArrays because of padding bytes in `dtype.descr`. Fix is to avoid using dtype.descr. Commit: 8f847006642a02636c7a3c6c2f54d3446908606d https://github.com/numpy/numpy/commit/8f847006642a02636c7a3c6c2f54d3446908606d Author: Charles Harris Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py. Commit: 0e8d3bb76aa5d854942b584bc6b508c3be225e01 https://github.com/numpy/numpy/commit/0e8d3bb76aa5d854942b584bc6b508c3be225e01 Author: Charles Harris Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7894 from charris/fixup-7790 fixup-7790, BUG: construct ma.array from np.array which contains padding Compare: https://github.com/numpy/numpy/compare/7606c7794be6...0e8d3bb76aa5 From noreply at github.com Wed Aug 3 17:28:31 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 14:28:31 -0700 Subject: [Numpy-svn] [numpy/numpy] 27b8c0: BUG: construct ma.array from np.array which contai... Message-ID: <57a261ff93b3d_44d73ffadf35b2bc381d2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 27b8c071c33ecd80c8a52de9b31f1cb2e801dcc5 https://github.com/numpy/numpy/commit/27b8c071c33ecd80c8a52de9b31f1cb2e801dcc5 Author: Allan Haldane Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: construct ma.array from np.array which contains padding Structured dtypes with padding bytes fail in MaskedArrays because of padding bytes in `dtype.descr`. Fix is to avoid using dtype.descr. Commit: d035ad4dbbec5c12f803bf4a460efbdffa3e30d2 https://github.com/numpy/numpy/commit/d035ad4dbbec5c12f803bf4a460efbdffa3e30d2 Author: Charles Harris Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py. Commit: 0f00074fb3235604069ccc54f2f758c8eac2b987 https://github.com/numpy/numpy/commit/0f00074fb3235604069ccc54f2f758c8eac2b987 Author: Charles Harris Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7896 from charris/backport-7894 Backport 7894, BUG: construct ma.array from np.array which contains padding Compare: https://github.com/numpy/numpy/compare/9760096f0ea6...0f00074fb323 From noreply at github.com Thu Aug 4 10:24:59 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 07:24:59 -0700 Subject: [Numpy-svn] [numpy/numpy] 0b356f: Spelling and grammar fix. Message-ID: <57a3503b478ea_6d7f3fe8604672a079346@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f https://github.com/numpy/numpy/commit/0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f Author: Daniel Ching Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Spelling and grammar fix. Histogram documentation was missing an 'a' in the phrase 'all around performance'. Commit: 4c415d2dbacb9117e295ad634bbe1d88de5b3ed6 https://github.com/numpy/numpy/commit/4c415d2dbacb9117e295ad634bbe1d88de5b3ed6 Author: Charles Harris Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #7898 from carterbox/master Spelling and grammar fix. Compare: https://github.com/numpy/numpy/compare/0e8d3bb76aa5...4c415d2dbacb From noreply at github.com Thu Aug 4 20:01:46 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 17:01:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 07800e: BUG: fix float16 type not being called due to wron... Message-ID: <57a3d76a8afbf_69753fd5a6d172a09612f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 07800e53ea335bc64514e9b4b0a5e5711fd39684 https://github.com/numpy/numpy/commit/07800e53ea335bc64514e9b4b0a5e5711fd39684 Author: Julian Taylor Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M numpy/core/code_generators/generate_umath.py M numpy/core/src/umath/scalarmath.c.src M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: fix float16 type not being called due to wrong ordering closes gh-7897 Commit: bfd91d9e91ec5ea1c1d77b27b09952a11a24e19e https://github.com/numpy/numpy/commit/bfd91d9e91ec5ea1c1d77b27b09952a11a24e19e Author: Charles Harris Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M numpy/core/code_generators/generate_umath.py M numpy/core/src/umath/scalarmath.c.src M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #7903 from juliantaylor/sqrt-type-fix BUG: fix float16 type not being called due to wrong ordering Compare: https://github.com/numpy/numpy/compare/4c415d2dbacb...bfd91d9e91ec From noreply at github.com Thu Aug 4 21:11:25 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 18:11:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 5dd260: BUG: fix float16 type not being called due to wron... Message-ID: <57a3e7bdb5fb6_b1b3fd54cd7529c6619f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 5dd260544fc6f574c41918302f966df4bab4ef9f https://github.com/numpy/numpy/commit/5dd260544fc6f574c41918302f966df4bab4ef9f Author: Julian Taylor Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M numpy/core/code_generators/generate_umath.py M numpy/core/src/umath/scalarmath.c.src M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: fix float16 type not being called due to wrong ordering closes gh-7897 Commit: 3983cab8cdfdbe3e4d173cd30419b9659c3c06e1 https://github.com/numpy/numpy/commit/3983cab8cdfdbe3e4d173cd30419b9659c3c06e1 Author: Charles Harris Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M numpy/core/code_generators/generate_umath.py M numpy/core/src/umath/scalarmath.c.src M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #7904 from charris/backport-7903 Backport 7903, BUG: fix float16 type not being called due to wrong ordering Compare: https://github.com/numpy/numpy/compare/0f00074fb323...3983cab8cdfd From noreply at github.com Fri Aug 5 03:33:26 2016 From: noreply at github.com (GitHub) Date: Fri, 05 Aug 2016 00:33:26 -0700 Subject: [Numpy-svn] [numpy/numpy] 0fc9e4: ENH: added axis param for np.count_nonzero Message-ID: <57a441466a13f_6ad53f8dee1e72b81344ea@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0fc9e4520b1d00b58a77f28936da2fec2672de83 https://github.com/numpy/numpy/commit/0fc9e4520b1d00b58a77f28936da2fec2672de83 Author: gfyoung Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M benchmarks/benchmarks/bench_core.py M benchmarks/benchmarks/bench_ufunc.py M doc/release/1.12.0-notes.rst M numpy/add_newdocs.py M numpy/core/numeric.py M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: added axis param for np.count_nonzero Closes gh-391. Commit: 31a95d903f8775a5781c8879959b2dc2e8827365 https://github.com/numpy/numpy/commit/31a95d903f8775a5781c8879959b2dc2e8827365 Author: Stephan Hoyer Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M benchmarks/benchmarks/bench_core.py M benchmarks/benchmarks/bench_ufunc.py M doc/release/1.12.0-notes.rst M numpy/add_newdocs.py M numpy/core/numeric.py M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #7177 from gfyoung/count_nonzero_axis ENH: added axis param for np.count_nonzero Compare: https://github.com/numpy/numpy/compare/bfd91d9e91ec...31a95d903f87 From noreply at github.com Sun Aug 7 17:09:25 2016 From: noreply at github.com (GitHub) Date: Sun, 07 Aug 2016 14:09:25 -0700 Subject: [Numpy-svn] [numpy/numpy] be2c5f: BUG: Production install of numpy should not requir... Message-ID: <57a7a38571484_11373fe3b010529c874cd@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: be2c5f3f31523a5709ebc6332bc81ed09bceb080 https://github.com/numpy/numpy/commit/be2c5f3f31523a5709ebc6332bc81ed09bceb080 Author: Charles Harris Date: 2016-08-07 (Sun, 07 Aug 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: Production install of numpy should not require nose. This fixes a Python 2.6 specific problem resulting from a failed import of SkipTest. SkipTest was not part of unittest until Python 2.7 and the fallback was to import it from nose. Closes #7498. [ci skip] Commit: fa9500027896c933a63342e5684ff3f8d07a908d https://github.com/numpy/numpy/commit/fa9500027896c933a63342e5684ff3f8d07a908d Author: Ralf Gommers Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #7917 from charris/fix-skiptest-import BUG: Production install of numpy should not require nose. Compare: https://github.com/numpy/numpy/compare/3983cab8cdfd...fa9500027896 From noreply at github.com Mon Aug 8 11:50:09 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 08:50:09 -0700 Subject: [Numpy-svn] [numpy/numpy] 2088e1: Fixed MKL detection for recent versions of this li... Message-ID: <57a8aa31ca97f_57d23fc557a152a015341@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2088e1cdcfcf4972a664963ac8979d7138422231 https://github.com/numpy/numpy/commit/2088e1cdcfcf4972a664963ac8979d7138422231 Author: Xavier Abellan Ecija Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Fixed MKL detection for recent versions of this library. Commit: e3a031db3c723ca568ea308071f88c009675e152 https://github.com/numpy/numpy/commit/e3a031db3c723ca568ea308071f88c009675e152 Author: Charles Harris Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7908 from xabellan/master BLD: Fixed detection for recent MKL versions Compare: https://github.com/numpy/numpy/compare/31a95d903f87...e3a031db3c72 From noreply at github.com Mon Aug 8 12:01:08 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 09:01:08 -0700 Subject: [Numpy-svn] [numpy/numpy] af671c: BUG: fix for issue#7835 (ma.median of 1d) Message-ID: <57a8acc4a426e_4ebd3facce9fb2c0502a9@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: af671c4aada0888e9e38ce0836ed119686e8c5ee https://github.com/numpy/numpy/commit/af671c4aada0888e9e38ce0836ed119686e8c5ee Author: Shota Kawabuchi Date: 2016-08-07 (Sun, 07 Aug 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: fix for issue#7835 (ma.median of 1d) Commit: ee42d25974471f5873ff05ad13519405a5a5b49d https://github.com/numpy/numpy/commit/ee42d25974471f5873ff05ad13519405a5a5b49d Author: skwbc Date: 2016-08-07 (Sun, 07 Aug 2016) Changed paths: M numpy/ma/extras.py Log Message: ----------- BUG: modified ndim condition to use masked_array Commit: 5130ef1b3d8cdd984a937ccf8c168d65c91cefc4 https://github.com/numpy/numpy/commit/5130ef1b3d8cdd984a937ccf8c168d65c91cefc4 Author: ahaldane Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #7911 from skwbc/fix_issue#7835 BUG: fix for issue#7835 (ma.median of 1d) Compare: https://github.com/numpy/numpy/compare/e3a031db3c72...5130ef1b3d8c From noreply at github.com Mon Aug 8 12:42:19 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 09:42:19 -0700 Subject: [Numpy-svn] [numpy/numpy] b90086: Fixed MKL detection for recent versions of this li... Message-ID: <57a8b66b1cc2b_2ada3ff83ab7529c25592@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: b900860d5d5ef59812ecdbf6ab93d5d3b127084d https://github.com/numpy/numpy/commit/b900860d5d5ef59812ecdbf6ab93d5d3b127084d Author: Xavier Abellan Ecija Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Fixed MKL detection for recent versions of this library. Commit: 5cfa756f98a2e94cf21b03faf94b5de75265a36f https://github.com/numpy/numpy/commit/5cfa756f98a2e94cf21b03faf94b5de75265a36f Author: Charles Harris Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7919 from charris/backport-7908 Backport 7908, BLD: Fixed MKL detection for recent versions of this library. Compare: https://github.com/numpy/numpy/compare/fa9500027896...5cfa756f98a2 From noreply at github.com Mon Aug 8 12:50:13 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 09:50:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 080034: BUG: fix for issue#7835 (ma.median of 1d) Message-ID: <57a8b84583b74_11be3fa65478f2a01531a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 0800346ef8162ea317bb1412694ed7c359ed6763 https://github.com/numpy/numpy/commit/0800346ef8162ea317bb1412694ed7c359ed6763 Author: Shota Kawabuchi Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: fix for issue#7835 (ma.median of 1d) Commit: 776eb40825a2f49ce7f832feb9c84712ec987fb0 https://github.com/numpy/numpy/commit/776eb40825a2f49ce7f832feb9c84712ec987fb0 Author: skwbc Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/ma/extras.py Log Message: ----------- BUG: modified ndim condition to use masked_array Commit: f927421ee4110d4d207c12e2d139bedb3f45094b https://github.com/numpy/numpy/commit/f927421ee4110d4d207c12e2d139bedb3f45094b Author: Charles Harris Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #7920 from ahaldane/1dmedian_backport_2 Backport #7911: BUG: fix for issue#7835 (ma.median of 1d) Compare: https://github.com/numpy/numpy/compare/5cfa756f98a2...f927421ee411 From noreply at github.com Thu Aug 11 19:18:30 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 16:18:30 -0700 Subject: [Numpy-svn] [numpy/numpy] c14a46: Monkey-patch _msvccompile.gen_lib_option like any ... Message-ID: <57ad07c6e35b_228b3f84e4e4129c234fd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c14a462fafb92be8c17d5e180f7c2ed986f2eef2 https://github.com/numpy/numpy/commit/c14a462fafb92be8c17d5e180f7c2ed986f2eef2 Author: Valentin Valls Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Monkey-patch _msvccompile.gen_lib_option like any other compilators `setuptools` is now using `_msvccompile` instead of `msvccompile9`. numpy is monkey-patching symmetrically `gen_lib_options` and `spawn` function for all compilators. But `_msvccompile.gen_lib_options` was not monkey-patched while `_msvccompile.spawn` is already monkey-patched throug the super class `ccompiler.spawn`. This patch only symmetrically patch `_msvccompile` to prevent param file quoting. Commit: e1f191c46f2eebd6cb892a4bfe14d9dd43a06c4e https://github.com/numpy/numpy/commit/e1f191c46f2eebd6cb892a4bfe14d9dd43a06c4e Author: Ralf Gommers Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #7925 from vallsv/fix-msvccompile-gen-lib-option MAINT: Monkey-patch _msvccompile.gen_lib_option like any other compilators Compare: https://github.com/numpy/numpy/compare/5130ef1b3d8c...e1f191c46f2e From noreply at github.com Fri Aug 12 13:58:04 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Aug 2016 10:58:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 0dd11b: Monkey-patch _msvccompile.gen_lib_option like any ... Message-ID: <57ae0e2c249c4_602e3f9a4f1c513c8671@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 0dd11bb6933f48cbe3d12f01832a3e1634dbd82a https://github.com/numpy/numpy/commit/0dd11bb6933f48cbe3d12f01832a3e1634dbd82a Author: Valentin Valls Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Monkey-patch _msvccompile.gen_lib_option like any other compilators `setuptools` is now using `_msvccompile` instead of `msvccompile9`. numpy is monkey-patching symmetrically `gen_lib_options` and `spawn` function for all compilators. But `_msvccompile.gen_lib_options` was not monkey-patched while `_msvccompile.spawn` is already monkey-patched throug the super class `ccompiler.spawn`. This patch only symmetrically patch `_msvccompile` to prevent param file quoting. Commit: 58e6015e7c8a21ce0ce666c048e7aea7333f3ff2 https://github.com/numpy/numpy/commit/58e6015e7c8a21ce0ce666c048e7aea7333f3ff2 Author: Ralf Gommers Date: 2016-08-13 (Sat, 13 Aug 2016) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #7932 from charris/backport-7925 Backport 7925, Monkey-patch _msvccompile.gen_lib_option like any other compilators Compare: https://github.com/numpy/numpy/compare/f927421ee411...58e6015e7c8a From noreply at github.com Mon Aug 15 12:08:52 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 09:08:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 127ecd: DOC: Update subclassing doc regarding downstream c... Message-ID: <57b1e914727f2_47a43fec405171301011b1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 127ecd1c91e2e850b7ceec5cda3c37fb3b92eacd https://github.com/numpy/numpy/commit/127ecd1c91e2e850b7ceec5cda3c37fb3b92eacd Author: gfyoung Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M numpy/doc/subclassing.py Log Message: ----------- DOC: Update subclassing doc regarding downstream compat [ci skip] Commit: 2fe4162580940b2c52a9283418d0ffbe8024c2cb https://github.com/numpy/numpy/commit/2fe4162580940b2c52a9283418d0ffbe8024c2cb Author: Stephan Hoyer Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/doc/subclassing.py Log Message: ----------- Merge pull request #7491 from gfyoung/fromnumeric-compat-expand DOC: Update subclassing doc regarding downstream compatibility Compare: https://github.com/numpy/numpy/compare/e1f191c46f2e...2fe416258094 From noreply at github.com Mon Aug 15 12:21:47 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 09:21:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 664b60: DOC: add cbrt to math summary page Message-ID: <57b1ec1b2a126_5a353fc1ac77713c947f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 664b60b8a824d7aecc38ca470f3aa23b65f0ffea https://github.com/numpy/numpy/commit/664b60b8a824d7aecc38ca470f3aa23b65f0ffea Author: Julian Taylor Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M doc/source/reference/routines.math.rst Log Message: ----------- DOC: add cbrt to math summary page [ci skip] Commit: e6a3457011090d6021bc0b4fab09e377384ebc3c https://github.com/numpy/numpy/commit/e6a3457011090d6021bc0b4fab09e377384ebc3c Author: Julian Taylor Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M doc/source/reference/routines.math.rst Log Message: ----------- Merge pull request #7938 from juliantaylor/cbrtdoc DOC: add cbrt to math summary page Compare: https://github.com/numpy/numpy/compare/2fe416258094...e6a345701109 From noreply at github.com Mon Aug 15 14:45:00 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 11:45:00 -0700 Subject: [Numpy-svn] [numpy/numpy] eefc1b: BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in np... Message-ID: <57b20dac537d8_4ebe3fbf5f07713845972@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed https://github.com/numpy/numpy/commit/eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed Author: Charles Harris Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. The `_real_part_reciprocal` function is coded in two ways, one depending on functions specific to IEEE floating point and the other using generic code that should always work. Because PPC long double is not IEEE the generic version should always be chosen for that architecture, but that is currently only done when the PPC is configured as big endian. This PR makes sure that the generic version is also chosen when the PPC is configured as little endian. Closes #7836. Commit: 256103a9313a59a0a0762175574ed5acb5290520 https://github.com/numpy/numpy/commit/256103a9313a59a0a0762175574ed5acb5290520 Author: Charles Harris Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- Merge pull request #7931 from charris/fix-npymath-for-ppc BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. Compare: https://github.com/numpy/numpy/compare/e6a345701109...256103a9313a From noreply at github.com Mon Aug 15 15:18:52 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 12:18:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 15da06: BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in np... Message-ID: <57b2159c57ab7_4dea3f9754ddd134355be@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 15da06dcbabe321333731fd4c6c9a6a13a4f6eab https://github.com/numpy/numpy/commit/15da06dcbabe321333731fd4c6c9a6a13a4f6eab Author: Charles Harris Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. The `_real_part_reciprocal` function is coded in two ways, one depending on functions specific to IEEE floating point and the other using generic code that should always work. Because PPC long double is not IEEE the generic version should always be chosen for that architecture, but that is currently only done when the PPC is configured as big endian. This PR makes sure that the generic version is also chosen when the PPC is configured as little endian. Closes #7836. Commit: 70e610a0c88a79a26194a51f40ac9776646fddb7 https://github.com/numpy/numpy/commit/70e610a0c88a79a26194a51f40ac9776646fddb7 Author: Charles Harris Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- Merge pull request #7939 from charris/backport-7931 Backport 7931, BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. Compare: https://github.com/numpy/numpy/compare/58e6015e7c8a...70e610a0c88a From noreply at github.com Mon Aug 15 15:22:21 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 12:22:21 -0700 Subject: [Numpy-svn] [numpy/numpy] 76eff9: ENH: skip or avoid gc/objectmodel differences btwn... Message-ID: <57b2166d7f535_4e0b3fc4a738713c7237b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 76eff9ca4648e96ba1f560e83f40383f68805493 https://github.com/numpy/numpy/commit/76eff9ca4648e96ba1f560e83f40383f68805493 Author: mattip Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/tests/test_api.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarmath.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_io.py M numpy/ma/core.py M numpy/testing/utils.py Log Message: ----------- ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython Commit: 63d30baee2535f03d55a10819ea1e56165d4c030 https://github.com/numpy/numpy/commit/63d30baee2535f03d55a10819ea1e56165d4c030 Author: Charles Harris Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/tests/test_api.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarmath.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_io.py M numpy/ma/core.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #7912 from mattip/pypy-fixes2 ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython Compare: https://github.com/numpy/numpy/compare/256103a9313a...63d30baee253 From noreply at github.com Wed Aug 17 09:25:42 2016 From: noreply at github.com (GitHub) Date: Wed, 17 Aug 2016 06:25:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 398478: BUG: Guard against buggy comparisons in generic qu... Message-ID: <57b465d61c2a0_4c0f3faff047f13c579ec@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3984786326f7113de71e7357a766ce74ca2e5cdc https://github.com/numpy/numpy/commit/3984786326f7113de71e7357a766ce74ca2e5cdc Author: Charles Harris Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/core/src/npysort/quicksort.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Guard against buggy comparisons in generic quicksort. Generic types may have buggy comparison operators in which case the sentinal values in quicksort cannot be counted on to keep the pointers from running off the ends of the array. The solution here is to explicitly check that the pointers are in bounds when sorting generic types. Closes #7934. Commit: 630917f4e9dd432da1733fceff0c7c455973fa70 https://github.com/numpy/numpy/commit/630917f4e9dd432da1733fceff0c7c455973fa70 Author: Julian Taylor Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M numpy/core/src/npysort/quicksort.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7937 from charris/fix-quicksort-for-bogus-comparison BUG: Guard against buggy comparisons in generic quicksort. Compare: https://github.com/numpy/numpy/compare/63d30baee253...630917f4e9dd From noreply at github.com Wed Aug 17 11:49:52 2016 From: noreply at github.com (GitHub) Date: Wed, 17 Aug 2016 08:49:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 60b372: ENH: improve duck typing inside iscomplexobj Message-ID: <57b487a0d5730_290f3fa97f533140594c1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 60b3727e6937891a9b91bac4ffb097bb3b5bd25d https://github.com/numpy/numpy/commit/60b3727e6937891a9b91bac4ffb097bb3b5bd25d Author: Michael Goerz Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M numpy/lib/tests/test_type_check.py M numpy/lib/type_check.py Log Message: ----------- ENH: improve duck typing inside iscomplexobj Both `iscomplexobj` and `isrealobj` now try to refer to the argument's `dtype` attribute if it exists. This significantly extends the list of types for which `iscomplexobj` returns correct results (including e.g. scipy sparse matrices and pandas objects). Extended the tests of the `iscomplexobj` routine for the following cases: * simple scalars * standard lists (test internal auto-conversion to numpy arrays) * "Duck typing" for objects that define a dtype attribute (either referring to one of the existing numpy dtypes, or a custom dtype, as pandas does) This fixes #7924 Commit: 912e24a4ac2d0470bb18d659d325197bbfc18114 https://github.com/numpy/numpy/commit/912e24a4ac2d0470bb18d659d325197bbfc18114 Author: Stephan Hoyer Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M numpy/lib/tests/test_type_check.py M numpy/lib/type_check.py Log Message: ----------- Merge pull request #7936 from goerz/sparse-type-check ENH: improve duck typing inside iscomplexobj Compare: https://github.com/numpy/numpy/compare/630917f4e9dd...912e24a4ac2d From noreply at github.com Sat Aug 20 17:25:23 2016 From: noreply at github.com (GitHub) Date: Sat, 20 Aug 2016 14:25:23 -0700 Subject: [Numpy-svn] [numpy/numpy] f3b8ef: BUG: Use keyword arguments to initialize Extension... Message-ID: <57b8cac34bbff_1d8e3fa8311cf13869229@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f3b8ef0dee845b92977e25cf530de2bdd8cced73 https://github.com/numpy/numpy/commit/f3b8ef0dee845b92977e25cf530de2bdd8cced73 Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/distutils/extension.py Log Message: ----------- BUG: Use keyword arguments to initialize Extension base class. Currently numpy.distutils.Extension class subclasses python's distutils.extension.Extension class and initializes the base class with a call that uses positional arguments rather than keyword arguments. This causes problems with setuptools 25.4.0 where the Extension class gets a new init function that expects keyword rather than positional arguments. We should have been using keyword arguments all along and our luck has run out, so use proper keywords Closes #7951. Commit: 86960c27cfe48346944ce3c5861740d36040bde2 https://github.com/numpy/numpy/commit/86960c27cfe48346944ce3c5861740d36040bde2 Author: Ralf Gommers Date: 2016-08-21 (Sun, 21 Aug 2016) Changed paths: M numpy/distutils/extension.py Log Message: ----------- Merge pull request #7952 from charris/fix-for-setuptools_25_4 BUG: Use keyword arguments to initialize Extension base class. Compare: https://github.com/numpy/numpy/compare/912e24a4ac2d...86960c27cfe4 From noreply at github.com Sat Aug 20 17:45:07 2016 From: noreply at github.com (GitHub) Date: Sat, 20 Aug 2016 14:45:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 0ade4c: BUG: Make sure numpy globals keep identity after r... Message-ID: <57b8cf63c5139_5d363fb8415ed13c133243@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0ade4c43f052247a2d12a2c49d3c846e6c429fa9 https://github.com/numpy/numpy/commit/0ade4c43f052247a2d12a2c49d3c846e6c429fa9 Author: Charles Harris Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M numpy/__init__.py A numpy/_globals.py M numpy/tests/test_reloading.py Log Message: ----------- BUG: Make sure numpy globals keep identity after reload. Reloading currently causes problems because global classes defined in numpy/__init__.py change their identity (a is b) after reload. The solution taken here is to move those classes to a new non-reloadable module numpy/_globals and import them into numpy from there. Classes moved are ModuleDeprecationWarning, VisibleDeprecationWarning, and _NoValue. Closes #7844. Commit: 276423aa7f4f7d39189ee5ccf7b167ad2c9c25a7 https://github.com/numpy/numpy/commit/276423aa7f4f7d39189ee5ccf7b167ad2c9c25a7 Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/__init__.py A numpy/_globals.py M numpy/tests/test_reloading.py Log Message: ----------- Merge pull request #7941 from charris/fix-numpy-reload-again BUG: Make sure numpy globals keep identity after reload. Compare: https://github.com/numpy/numpy/compare/86960c27cfe4...276423aa7f4f From noreply at github.com Sat Aug 20 20:15:16 2016 From: noreply at github.com (GitHub) Date: Sat, 20 Aug 2016 17:15:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 4ddfde: BUG: Use keyword arguments to initialize Extension... Message-ID: <57b8f2947da0c_7bd53fed5dac313862411@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 4ddfdeffcc648f5b7dbbb38e2881bacbcc2b491a https://github.com/numpy/numpy/commit/4ddfdeffcc648f5b7dbbb38e2881bacbcc2b491a Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/distutils/extension.py Log Message: ----------- BUG: Use keyword arguments to initialize Extension base class. Currently numpy.distutils.Extension class subclasses python's distutils.extension.Extension class and initializes the base class with a call that uses positional arguments rather than keyword arguments. This causes problems with setuptools 25.4.0 where the Extension class gets a new init function that expects keyword rather than positional arguments. We should have been using keyword arguments all along and our luck has run out, so use proper keywords Closes #7951. Commit: 7bb458dd67727b0dd33030342b69527c1dfdef13 https://github.com/numpy/numpy/commit/7bb458dd67727b0dd33030342b69527c1dfdef13 Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/distutils/extension.py Log Message: ----------- Merge pull request #7954 from charris/backport-7952 Backport 7952, BUG: Use keyword arguments to initialize Extension base class. Compare: https://github.com/numpy/numpy/compare/70e610a0c88a...7bb458dd6772 From noreply at github.com Sat Aug 20 20:15:41 2016 From: noreply at github.com (GitHub) Date: Sat, 20 Aug 2016 17:15:41 -0700 Subject: [Numpy-svn] [numpy/numpy] b29ed4: BUG: Make sure numpy globals keep identity after r... Message-ID: <57b8f2adeab78_3dc93fea2ea57140530e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: b29ed4059dbac588f3a7ffb1006507a2b83b244b https://github.com/numpy/numpy/commit/b29ed4059dbac588f3a7ffb1006507a2b83b244b Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/__init__.py A numpy/_globals.py M numpy/tests/test_reloading.py Log Message: ----------- BUG: Make sure numpy globals keep identity after reload. Reloading currently causes problems because global classes defined in numpy/__init__.py change their identity (a is b) after reload. The solution taken here is to move those classes to a new non-reloadable module numpy/_globals and import them into numpy from there. Classes moved are ModuleDeprecationWarning, VisibleDeprecationWarning, and _NoValue. Closes #7844. Commit: 0ed551f7f18dd0707cde8e6ccd692c839b573d41 https://github.com/numpy/numpy/commit/0ed551f7f18dd0707cde8e6ccd692c839b573d41 Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/__init__.py A numpy/_globals.py M numpy/tests/test_reloading.py Log Message: ----------- Merge pull request #7955 from charris/backport-7941 Backport 7941, BUG: Make sure numpy globals keep identity after reload. Compare: https://github.com/numpy/numpy/compare/7bb458dd6772...0ed551f7f18d From noreply at github.com Sat Aug 20 20:39:16 2016 From: noreply at github.com (GitHub) Date: Sat, 20 Aug 2016 17:39:16 -0700 Subject: [Numpy-svn] [numpy/numpy] df32cf: BUG: Guard against buggy comparisons in generic qu... Message-ID: <57b8f834537c7_68d73f8e527ad1348901@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: df32cf36ce39401b835dd93b5023b1d22a2a66ad https://github.com/numpy/numpy/commit/df32cf36ce39401b835dd93b5023b1d22a2a66ad Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/core/src/npysort/quicksort.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Guard against buggy comparisons in generic quicksort. Generic types may have buggy comparison operators in which case the sentinal values in quicksort cannot be counted on to keep the pointers from running off the ends of the array. The solution here is to explicitly check that the pointers are in bounds when sorting generic types. Closes #7934. Commit: 2c8a3ba408144ccd393ff34b24e69c72aaa37a22 https://github.com/numpy/numpy/commit/2c8a3ba408144ccd393ff34b24e69c72aaa37a22 Author: Charles Harris Date: 2016-08-20 (Sat, 20 Aug 2016) Changed paths: M numpy/core/src/npysort/quicksort.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7953 from charris/backport-7937 Backport 7937, BUG: Guard against buggy comparisons in generic quicksort. Compare: https://github.com/numpy/numpy/compare/0ed551f7f18d...2c8a3ba40814 From noreply at github.com Wed Aug 24 03:21:43 2016 From: noreply at github.com (GitHub) Date: Wed, 24 Aug 2016 00:21:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 443342: BUG: cannot assign to tuple after use Message-ID: <57bd4b07b6a1a_72e33fa1f4b2313c9827b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4433421ad3b1306b42e1023658a9bab7813f5838 https://github.com/numpy/numpy/commit/4433421ad3b1306b42e1023658a9bab7813f5838 Author: mattip Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: cannot assign to tuple after use Commit: d92c75b46fa316a7711049c278bfb4d4f11b2349 https://github.com/numpy/numpy/commit/d92c75b46fa316a7711049c278bfb4d4f11b2349 Author: Jaime Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #7965 from mattip/fix-modify-tuple BUG: cannot modify tuple after use Compare: https://github.com/numpy/numpy/compare/276423aa7f4f...d92c75b46fa3 From noreply at github.com Thu Aug 25 11:29:43 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 08:29:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 0b38e3: DOC: #7927. Remove deprecated note for memmap rele... Message-ID: <57bf0ee73d52a_7cd3fd67f04313059568@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b38e3bae4747d0691cf3bbf0969cf76d9f5a478 https://github.com/numpy/numpy/commit/0b38e3bae4747d0691cf3bbf0969cf76d9f5a478 Author: Tom Bird Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M numpy/core/memmap.py Log Message: ----------- DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 Commit: aaf86b51e2519d0b769461263b6a64bb87f15e0d https://github.com/numpy/numpy/commit/aaf86b51e2519d0b769461263b6a64bb87f15e0d Author: Tom Bird Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M numpy/core/memmap.py Log Message: ----------- DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip] Commit: 6849fa3bea1384c5ed2d49a6e57a602e51a1c15b https://github.com/numpy/numpy/commit/6849fa3bea1384c5ed2d49a6e57a602e51a1c15b Author: Charles Harris Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M numpy/core/memmap.py Log Message: ----------- Merge pull request #7943 from theultimatecrouton/doc_fix DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 Compare: https://github.com/numpy/numpy/compare/d92c75b46fa3...6849fa3bea13 From noreply at github.com Thu Aug 25 11:44:25 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 08:44:25 -0700 Subject: [Numpy-svn] [numpy/numpy] c76027: BUG: MSVCCompiler grows 'lib' & 'include' env stri... Message-ID: <57bf12595424c_3ca73fd626687130135443@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c7602711ac86d862a44470e534d96487e5d52536 https://github.com/numpy/numpy/commit/c7602711ac86d862a44470e534d96487e5d52536 Author: Charles Harris Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M numpy/distutils/msvc9compiler.py M numpy/distutils/msvccompiler.py Log Message: ----------- BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. Each time an MSVCCompiler was instantiated the old values of os.environ['lib'] and os.environ['include'] were concatenated to the new values set by initializing the distutils.msvc{,9}compiler.MSVCCompiler base class. Consequently when the the old and new values of those variables were the same, they doubled in size with each instantiation, leading to quickly hitting the 32,768 character limit. Commit: 90668d0e740e30102fa3d0a1a72b485ebe9d99c3 https://github.com/numpy/numpy/commit/90668d0e740e30102fa3d0a1a72b485ebe9d99c3 Author: Charles Harris Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M numpy/distutils/msvc9compiler.py M numpy/distutils/msvccompiler.py Log Message: ----------- Merge pull request #7963 from charris/fix-microsoft-compilers BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. Compare: https://github.com/numpy/numpy/compare/6849fa3bea13...90668d0e740e From noreply at github.com Thu Aug 25 12:21:42 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 09:21:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 78eba2: BUG: MSVCCompiler grows 'lib' & 'include' env stri... Message-ID: <57bf1b164870b_167f3fbf13e65138736fc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 78eba2f368f11a9c6e9a10cdd213df4bba050c70 https://github.com/numpy/numpy/commit/78eba2f368f11a9c6e9a10cdd213df4bba050c70 Author: Charles Harris Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M numpy/distutils/msvc9compiler.py M numpy/distutils/msvccompiler.py Log Message: ----------- BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. Each time an MSVCCompiler was instantiated the old values of os.environ['lib'] and os.environ['include'] were concatenated to the new values set by initializing the distutils.msvc{,9}compiler.MSVCCompiler base class. Consequently when the the old and new values of those variables were the same, they doubled in size with each instantiation, leading to quickly hitting the 32,768 character limit. Commit: e8cadbe1ee7fdeee3b4a85abfbda75e0735dcae6 https://github.com/numpy/numpy/commit/e8cadbe1ee7fdeee3b4a85abfbda75e0735dcae6 Author: Charles Harris Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M numpy/distutils/msvc9compiler.py M numpy/distutils/msvccompiler.py Log Message: ----------- Merge pull request #7972 from charris/backport-7963 Backport 7963, BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. Compare: https://github.com/numpy/numpy/compare/2c8a3ba40814...e8cadbe1ee7f From noreply at github.com Fri Aug 26 13:01:48 2016 From: noreply at github.com (GitHub) Date: Fri, 26 Aug 2016 10:01:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 3bc03a: DOC: Fixed documented dimension of return value Message-ID: <57c075fc37e33_78ae3ffb869e7138121143@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3bc03ae143b5321abf5ab2fd6676286d4c090716 https://github.com/numpy/numpy/commit/3bc03ae143b5321abf5ab2fd6676286d4c090716 Author: Joseph Fox-Rabinovitz Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: M numpy/lib/polynomial.py Log Message: ----------- DOC: Fixed documented dimension of return value The first dimension of the return value depends on the degree of the polynomial, not the number of elements being used in the fit. Commit: 6d04b385a6ed2c4a39904f762450b0b07486ae8e https://github.com/numpy/numpy/commit/6d04b385a6ed2c4a39904f762450b0b07486ae8e Author: Charles Harris Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: M numpy/lib/polynomial.py Log Message: ----------- Merge pull request #7976 from madphysicist/patch-1 DOC: Fixed documented dimension of return value Compare: https://github.com/numpy/numpy/compare/90668d0e740e...6d04b385a6ed From noreply at github.com Fri Aug 26 19:33:23 2016 From: noreply at github.com (GitHub) Date: Fri, 26 Aug 2016 16:33:23 -0700 Subject: [Numpy-svn] [numpy/numpy] d79123: DOC: Corrected allowed keywords in add_(installed_... Message-ID: <57c0d1c3351ae_2ebc3fe475e5713c527f1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d791236019f9498479172495bc658da8adc9556c https://github.com/numpy/numpy/commit/d791236019f9498479172495bc658da8adc9556c Author: Oleksandr Pavlyk Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: M numpy/distutils/misc_util.py Log Message: ----------- DOC: Corrected allowed keywords in add_(installed_)library Docstring listed extra_f77_compiler_args and extra_f90_compiler_args as allowed keywords, but per command/build_clib.py, lines 193-194 the recognized keywords are in fact extra_f77_compile_args and extra_f90_compile_args. The keyword extra_compiler_args, although non-confirmant both for fortran keywords and to the keywords of add_extension, is consistent with the implementation (see line 200 of build_clib.py). Commit: eeb4e17a165e90430a01936914afb2bbeb34acc7 https://github.com/numpy/numpy/commit/eeb4e17a165e90430a01936914afb2bbeb34acc7 Author: Charles Harris Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: M numpy/distutils/misc_util.py Log Message: ----------- Merge pull request #7979 from oleksandr-pavlyk/bugfix/add_library-docstring DOC: Corrected allowed keywords in add_(installed_)library Compare: https://github.com/numpy/numpy/compare/6d04b385a6ed...eeb4e17a165e From noreply at github.com Sat Aug 27 05:47:01 2016 From: noreply at github.com (GitHub) Date: Sat, 27 Aug 2016 02:47:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 54b68d: BUG: Fixed masked array behavior for scalar inputs... Message-ID: <57c161958167d_53853f8344fb714069677@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 54b68dda8b29e3745b6b0da5f1d6a2b53f29e291 https://github.com/numpy/numpy/commit/54b68dda8b29e3745b6b0da5f1d6a2b53f29e291 Author: Joseph Fox-Rabinovitz Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M numpy/core/shape_base.py M numpy/lib/info.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*d Commit: f12412d41a76821ade845a48076ff5ba5e1a12f8 https://github.com/numpy/numpy/commit/f12412d41a76821ade845a48076ff5ba5e1a12f8 Author: Julian Taylor Date: 2016-08-27 (Sat, 27 Aug 2016) Changed paths: M numpy/core/shape_base.py M numpy/lib/info.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #7823 from madphysicist/ma-bugs BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*d Compare: https://github.com/numpy/numpy/compare/eeb4e17a165e...f12412d41a76 From noreply at github.com Sun Aug 28 16:13:43 2016 From: noreply at github.com (GitHub) Date: Sun, 28 Aug 2016 13:13:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 3c3445: ENH, TST: Add new warning suppression/filtering con... Message-ID: <57c345f7960b2_735c3f9bd4055140127078@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3c34457ac9e6c11f9197f513013d8ab1ee9d9236 https://github.com/numpy/numpy/commit/3c34457ac9e6c11f9197f513013d8ab1ee9d9236 Author: Sebastian Berg Date: 2016-08-28 (Sun, 28 Aug 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/testing/nosetester.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- ENH,TST: Add new warning suppression/filtering context This context has a couple of advantages over the typical one, and can ensure that warnings are cleanly filtered without side effect for later tests. Commit: 1c218e97f14cf47672cb212e6645002940463ca8 https://github.com/numpy/numpy/commit/1c218e97f14cf47672cb212e6645002940463ca8 Author: Charles Harris Date: 2016-08-28 (Sun, 28 Aug 2016) Changed paths: M numpy/testing/nosetester.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- STY: Small PEP8 cleanups. Commit: 6ee295ad41e23ce50e265f402d44db8742f231b1 https://github.com/numpy/numpy/commit/6ee295ad41e23ce50e265f402d44db8742f231b1 Author: Charles Harris Date: 2016-08-28 (Sun, 28 Aug 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/testing/nosetester.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #7985 from charris/rebase-7763 Rebase 7763, ENH: Add new warning suppression/filtering context Compare: https://github.com/numpy/numpy/compare/f12412d41a76...6ee295ad41e2 From noreply at github.com Mon Aug 29 13:35:56 2016 From: noreply at github.com (GitHub) Date: Mon, 29 Aug 2016 10:35:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 72c79b: DOC: Include docstring for cbrt, spacing and fabs ... Message-ID: <57c4727c6d5dc_5a273fcf4476513013547@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 72c79b71e8dd68fff3c088e3d28e854ee43ba0f1 https://github.com/numpy/numpy/commit/72c79b71e8dd68fff3c088e3d28e854ee43ba0f1 Author: Michael Seifert Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M doc/source/reference/ufuncs.rst Log Message: ----------- DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [skip ci] Commit: b50b1248593ad1fd421c0a6c60f25bd3dd9e5127 https://github.com/numpy/numpy/commit/b50b1248593ad1fd421c0a6c60f25bd3dd9e5127 Author: Charles Harris Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M doc/source/reference/ufuncs.rst Log Message: ----------- Merge pull request #7988 from MSeifert04/include_cbrt_documentation DOC: Include docstring for cbrt, spacing and fabs in documentation Compare: https://github.com/numpy/numpy/compare/6ee295ad41e2...b50b1248593a From noreply at github.com Mon Aug 29 13:37:20 2016 From: noreply at github.com (GitHub) Date: Mon, 29 Aug 2016 10:37:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 4226c9: DOC: Create 1.11.2 release notes. Message-ID: <57c472d0cfe54_68893f97a4d6f1348466a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4226c966cab37972eebf8ad8318eb68f2cabfef1 https://github.com/numpy/numpy/commit/4226c966cab37972eebf8ad8318eb68f2cabfef1 Author: Charles Harris Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: A doc/release/1.11.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create 1.11.2 release notes. [ci skip] Commit: a93d9f7a97358e618aa52b2bbfa119317ee56d08 https://github.com/numpy/numpy/commit/a93d9f7a97358e618aa52b2bbfa119317ee56d08 Author: Charles Harris Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: A doc/release/1.11.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #7977 from charris/create-1.11.2-notes DOC: Create 1.11.2 release notes. Compare: https://github.com/numpy/numpy/compare/b50b1248593a...a93d9f7a9735 From noreply at github.com Mon Aug 29 13:57:46 2016 From: noreply at github.com (GitHub) Date: Mon, 29 Aug 2016 10:57:46 -0700 Subject: [Numpy-svn] [numpy/numpy] dd3dd0: DOC: Create 1.11.2 release notes. Message-ID: <57c4779a5fd86_146d3fdb904871402881f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: dd3dd0ed50350492a570cdaf61e54e68b4d2f2c0 https://github.com/numpy/numpy/commit/dd3dd0ed50350492a570cdaf61e54e68b4d2f2c0 Author: Charles Harris Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: A doc/release/1.11.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create 1.11.2 release notes. [ci skip] Commit: 5f1c1486bf1b384c9df52c80c89e2bf67a1ef4b1 https://github.com/numpy/numpy/commit/5f1c1486bf1b384c9df52c80c89e2bf67a1ef4b1 Author: Charles Harris Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: A doc/release/1.11.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #7990 from charris/backport-7977 Backport 7977, DOC: Create 1.11.2 release notes. Compare: https://github.com/numpy/numpy/compare/e8cadbe1ee7f...5f1c1486bf1b