From noreply at github.com Sat Oct 1 12:42:28 2016 From: noreply at github.com (GitHub) Date: Sat, 01 Oct 2016 09:42:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 581bb7: ENH: Vendorize tempita. Message-ID: <57efe77411be8_2fcf3f96dd583140383d2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 581bb79c170748cbf2f6970cd53595b3b5f1fe3e https://github.com/numpy/numpy/commit/581bb79c170748cbf2f6970cd53595b3b5f1fe3e Author: Charles Harris Date: 2016-09-30 (Fri, 30 Sep 2016) Changed paths: M .gitignore M tools/cythonize.py A tools/npy_tempita/__init__.py A tools/npy_tempita/_looper.py A tools/npy_tempita/compat3.py A tools/npy_tempita/license.txt Log Message: ----------- ENH: Vendorize tempita. Copy tempita from https://github.com/gjhiggins/tempita with a few changes to remove the six dependency. This removes a dependency on Cython's tempita, which is not to be relied on as it is considered by the Cython folks to be an implementation detail. The package is named npy_tempita so that it can always be distinguished from an installed tempita. The cythonize.py script is changed to use the vendorized tempita. Commit: 5d914da9846159c1863f926bedacb97b08f8bda3 https://github.com/numpy/numpy/commit/5d914da9846159c1863f926bedacb97b08f8bda3 Author: Charles Harris Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M .gitignore M tools/cythonize.py A tools/npy_tempita/__init__.py A tools/npy_tempita/_looper.py A tools/npy_tempita/compat3.py A tools/npy_tempita/license.txt Log Message: ----------- Merge pull request #8096 from charris/add-tempita-to-tools ENH: Vendorize tempita. Compare: https://github.com/numpy/numpy/compare/39e2bc344f80...5d914da98461 From noreply at github.com Sat Oct 1 18:16:10 2016 From: noreply at github.com (GitHub) Date: Sat, 01 Oct 2016 15:16:10 -0700 Subject: [Numpy-svn] [numpy/numpy] b031be: add platform indepedent lib dir to PYTHONPATH Message-ID: <57f035aa1d5ce_73523f9c61767130341e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b031be79929e53553eaebc0aaa0c7446de5d66fc https://github.com/numpy/numpy/commit/b031be79929e53553eaebc0aaa0c7446de5d66fc Author: Yu Feng Date: 2016-09-06 (Tue, 06 Sep 2016) Changed paths: M runtests.py Log Message: ----------- add platform indepedent lib dir to PYTHONPATH This allows using runtests.py with pure python packages. I doodled the change based on my local version, so we shall wait and see if travis chokes up. Commit: 0c284e39681ed4b47970196e8dc774e0aae94983 https://github.com/numpy/numpy/commit/0c284e39681ed4b47970196e8dc774e0aae94983 Author: Yu Feng Date: 2016-09-07 (Wed, 07 Sep 2016) Changed paths: M runtests.py Log Message: ----------- Add a comment to avoid accidental removal. Commit: c8408bf9c094dfc89177d1831c60cb5fee94050f https://github.com/numpy/numpy/commit/c8408bf9c094dfc89177d1831c60cb5fee94050f Author: Charles Harris Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M runtests.py Log Message: ----------- Merge pull request #8027 from rainwoodman/patch-2 ENH: Add platform indepedent lib dir to PYTHONPATH Compare: https://github.com/numpy/numpy/compare/5d914da98461...c8408bf9c094 From noreply at github.com Mon Oct 3 14:49:28 2016 From: noreply at github.com (GitHub) Date: Mon, 03 Oct 2016 11:49:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 11671b: DOC: Fix "See also" links in linalg. Message-ID: <57f2a8383ef40_5e383fa6036fb13c64594@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 11671b7fe4301239be97152e6f15ad8927db89e2 https://github.com/numpy/numpy/commit/11671b7fe4301239be97152e6f15ad8927db89e2 Author: wrwrwr Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- DOC: Fix "See also" links in linalg. Commit: b58bed888255ee1bc6610a30c2e96c38549062dd https://github.com/numpy/numpy/commit/b58bed888255ee1bc6610a30c2e96c38549062dd Author: Ralf Gommers Date: 2016-10-04 (Tue, 04 Oct 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- Merge pull request #8112 from wrwrwr/fix-tensor-links DOC: Fix "See also" links in linalg. Compare: https://github.com/numpy/numpy/compare/c8408bf9c094...b58bed888255 From noreply at github.com Mon Oct 3 20:07:09 2016 From: noreply at github.com (GitHub) Date: Mon, 03 Oct 2016 17:07:09 -0700 Subject: [Numpy-svn] [numpy/numpy] bb6e3d: REL: NumPy 1.11.2 release. Message-ID: <57f2f2ad22c14_34da3fd95221913c807e9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.11.2 Home: https://github.com/numpy/numpy Commit: bb6e3dc30016b89bf154f7d7fce4248e760bd40f https://github.com/numpy/numpy/commit/bb6e3dc30016b89bf154f7d7fce4248e760bd40f Author: Charles Harris Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: NumPy 1.11.2 release. From noreply at github.com Tue Oct 4 04:34:58 2016 From: noreply at github.com (GitHub) Date: Tue, 04 Oct 2016 01:34:58 -0700 Subject: [Numpy-svn] [numpy/numpy] fd6ff2: BUG: core: add missing error check after PyLong_As... Message-ID: <57f369b22906_57303f8a56f3d1381348ea@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fd6ff264a1c040dff63cfc913b6505d1b5a5457d https://github.com/numpy/numpy/commit/fd6ff264a1c040dff63cfc913b6505d1b5a5457d Author: Pauli Virtanen Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_mem_overlap.py Log Message: ----------- BUG: core: add missing error check after PyLong_AsSsize_t Commit: 9914e603fa620aa7d3ae9576772eb50df4b799ef https://github.com/numpy/numpy/commit/9914e603fa620aa7d3ae9576772eb50df4b799ef Author: seberg Date: 2016-10-04 (Tue, 04 Oct 2016) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_mem_overlap.py Log Message: ----------- Merge pull request #8114 from pv/bugfix BUG: core: add missing error check after PyLong_AsSsize_t Compare: https://github.com/numpy/numpy/compare/b58bed888255...9914e603fa62 From noreply at github.com Thu Oct 6 11:57:26 2016 From: noreply at github.com (GitHub) Date: Thu, 06 Oct 2016 08:57:26 -0700 Subject: [Numpy-svn] [numpy/numpy] 7562de: BUG: distutils: fix issue with rpath in fcompiler/... Message-ID: <57f67466d63d0_12e93fbcfbfa9130812a5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7562de3a37fa39863ae094fd40215e77ca3156b4 https://github.com/numpy/numpy/commit/7562de3a37fa39863ae094fd40215e77ca3156b4 Author: Ralf Gommers Date: 2016-10-02 (Sun, 02 Oct 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- BUG: distutils: fix issue with rpath in fcompiler/gnu.py ``-Wl,rpath=`` is Linux-specific, OS X needs a comma. This addresses gh-6486, which was already closed but not actually addressed. Commit: 33d850d522b3a1940c3ad06b63c79a466def11e9 https://github.com/numpy/numpy/commit/33d850d522b3a1940c3ad06b63c79a466def11e9 Author: Charles Harris Date: 2016-10-06 (Thu, 06 Oct 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- Merge pull request #8110 from rgommers/rpath-comma BUG: distutils: fix issue with rpath in fcompiler/gnu.py Compare: https://github.com/numpy/numpy/compare/9914e603fa62...33d850d522b3 From noreply at github.com Thu Oct 6 17:30:54 2016 From: noreply at github.com (GitHub) Date: Thu, 06 Oct 2016 14:30:54 -0700 Subject: [Numpy-svn] [numpy/numpy] 8888a7: BUG: Fix broken pickle in MaskedArray when dtype i... Message-ID: <57f6c28ec4e4b_5bc43fbb0b389130430e6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8888a76c2c8211588b71e19a45a938d73fd0b5f4 https://github.com/numpy/numpy/commit/8888a76c2c8211588b71e19a45a938d73fd0b5f4 Author: Raghav RV Date: 2016-10-06 (Thu, 06 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Fix broken pickle in MaskedArray when dtype is object (#8122) * TST add test to check pickling of object dtyped masked array * Serialize to list instead of bytestring for the data array * Test for different masks * Test fill value for object dtype too * Use ndarray.__reduce__ to extract the bytestring/list From noreply at github.com Thu Oct 6 18:55:20 2016 From: noreply at github.com (GitHub) Date: Thu, 06 Oct 2016 15:55:20 -0700 Subject: [Numpy-svn] [numpy/numpy] ba11cf: BUG: Fixed build break Message-ID: <57f6d6585835a_5bc43fbb0b38913045445@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ba11cf468bef6d10dccf3b25ecb31b8e965fb803 https://github.com/numpy/numpy/commit/ba11cf468bef6d10dccf3b25ecb31b8e965fb803 Author: Oleksandr Pavlyk Date: 2016-10-06 (Thu, 06 Oct 2016) Changed paths: M numpy/distutils/msvc9compiler.py Log Message: ----------- BUG: Fixed build break Added missing import of platform_bits Commit: fa214c1f75e6f1bfbb64eafa206049e3efe19763 https://github.com/numpy/numpy/commit/fa214c1f75e6f1bfbb64eafa206049e3efe19763 Author: Charles Harris Date: 2016-10-06 (Thu, 06 Oct 2016) Changed paths: M numpy/distutils/msvc9compiler.py Log Message: ----------- Merge pull request #8124 from oleksandr-pavlyk/bugfix/import-sysinfo BUG: Fixed build break Compare: https://github.com/numpy/numpy/compare/8888a76c2c82...fa214c1f75e6 From noreply at github.com Fri Oct 7 11:04:53 2016 From: noreply at github.com (GitHub) Date: Fri, 07 Oct 2016 08:04:53 -0700 Subject: [Numpy-svn] [numpy/numpy] 65e1e0: BUG: Fix array printing with precision=0. Message-ID: <57f7b99543bc9_78733f844323713c98290@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 65e1e0e4ba0909a45f410a24360e97568e2bb66a https://github.com/numpy/numpy/commit/65e1e0e4ba0909a45f410a24360e97568e2bb66a Author: wrwrwr Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_arrayprint.py Log Message: ----------- BUG: Fix array printing with precision=0. Values rounding to zero were formatted with negative precision. Commit: fda7484cb572c8e6b50173784cb1498aca03a4e5 https://github.com/numpy/numpy/commit/fda7484cb572c8e6b50173784cb1498aca03a4e5 Author: Charles Harris Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_arrayprint.py Log Message: ----------- Merge pull request #8107 from wrwrwr/fix-precision-zero BUG: Fix array printing with precision=0. Compare: https://github.com/numpy/numpy/compare/fa214c1f75e6...fda7484cb572 From noreply at github.com Fri Oct 7 14:53:01 2016 From: noreply at github.com (GitHub) Date: Fri, 07 Oct 2016 11:53:01 -0700 Subject: [Numpy-svn] [numpy/numpy] ec3276: BUG: Fixed deepcopy of F-order object arrays. Message-ID: <57f7ef0d93bc0_3ba3fe29220d140520b5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ec32766258dc94cf300399c20e88dd887c4f3565 https://github.com/numpy/numpy/commit/ec32766258dc94cf300399c20e88dd887c4f3565 Author: pelson Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/src/multiarray/methods.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fixed deepcopy of F-order object arrays. Commit: 6a72b6b2c8ef45a8f9d674916a5714d9e16afdc8 https://github.com/numpy/numpy/commit/6a72b6b2c8ef45a8f9d674916a5714d9e16afdc8 Author: Charles Harris Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/src/multiarray/methods.c Log Message: ----------- STY: Make some C style fixups to methods.c. Commit: b0159a987b5dabb6ed0243aecfca43d6905180e6 https://github.com/numpy/numpy/commit/b0159a987b5dabb6ed0243aecfca43d6905180e6 Author: Charles Harris Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/src/multiarray/methods.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #8125 from charris/deepcopy_object Rebase, BUG: Fixed deepcopy of F-order object arrays. Compare: https://github.com/numpy/numpy/compare/fda7484cb572...b0159a987b5d From noreply at github.com Sat Oct 8 14:54:43 2016 From: noreply at github.com (GitHub) Date: Sat, 08 Oct 2016 11:54:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 46e47d: STY: add spaces and endif documentation Message-ID: <57f940f3b892b_70973f9728351138560a6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 46e47d8d65da576842ef0232a7080f061df7c113 https://github.com/numpy/numpy/commit/46e47d8d65da576842ef0232a7080f061df7c113 Author: Matti Picus Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_regression.py Log Message: ----------- STY: add spaces and endif documentation Commit: cac80b81702da8816a4cb0925233f0bd9e64837a https://github.com/numpy/numpy/commit/cac80b81702da8816a4cb0925233f0bd9e64837a Author: Matti Picus Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M numpy/ma/mrecords.py Log Message: ----------- ENH: either TypeError or ValueError can be raised Commit: 2f1a5b9801c380a0e85760fcd76fc70b03312337 https://github.com/numpy/numpy/commit/2f1a5b9801c380a0e85760fcd76fc70b03312337 Author: Matti Picus Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src Log Message: ----------- ENH: pypy needs a basic tp_as_number at PyType_Ready in order to allow overriding function pointers Commit: 2f9f10a5ab1bc863d276a5155cc74af9e3916e72 https://github.com/numpy/numpy/commit/2f9f10a5ab1bc863d276a5155cc74af9e3916e72 Author: Matti Picus Date: 2016-10-01 (Sat, 01 Oct 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- ENH: remove stray comma that made the msg a tuple Commit: dbb70947b95b92abf3e48ef8be7bd3ab79489892 https://github.com/numpy/numpy/commit/dbb70947b95b92abf3e48ef8be7bd3ab79489892 Author: Nathaniel J. Smith Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_regression.py M numpy/linalg/linalg.py M numpy/ma/mrecords.py Log Message: ----------- Merge pull request #8103 from mattip/pypy-fixes Pypy fixes Compare: https://github.com/numpy/numpy/compare/b0159a987b5d...dbb70947b95b From noreply at github.com Tue Oct 11 12:08:51 2016 From: noreply at github.com (GitHub) Date: Tue, 11 Oct 2016 09:08:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 84b11f: ENH: allow numpy.apply_along_axis() to work with n... Message-ID: <57fd0e939ea59_eee3fda07921140758a6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84b11f57335998e1c2c32e0b1b529ca94895253d https://github.com/numpy/numpy/commit/84b11f57335998e1c2c32e0b1b529ca94895253d Author: Ben Rowland Date: 2016-10-11 (Tue, 11 Oct 2016) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918) This commit modifies the numpy.apply_along_axis() function so that if it is called with an ndarray subclass, the internal func1d calls receive subclass instances and the overall function returns an instance of the subclass. There are two new tests for these two behaviours. From noreply at github.com Wed Oct 12 06:25:09 2016 From: noreply at github.com (GitHub) Date: Wed, 12 Oct 2016 03:25:09 -0700 Subject: [Numpy-svn] [numpy/numpy] bb2865: DOC: Add matplotlib inventory for intersphinx. Message-ID: <57fe0f85bd9ac_60e93fb4044b11381015c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bb2865a2863492a2ea1799e1ce874607e8cf6ff9 https://github.com/numpy/numpy/commit/bb2865a2863492a2ea1799e1ce874607e8cf6ff9 Author: wrwrwr Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M doc/source/conf.py Log Message: ----------- DOC: Add matplotlib inventory for intersphinx. This makes it possible to directly use matplotlib references such as :func:`matplotlib.pyplot.imshow`. Commit: 2a86f356db2cb061b08be03813b77685dd149e2a https://github.com/numpy/numpy/commit/2a86f356db2cb061b08be03813b77685dd149e2a Author: wrwrwr Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- DOC: Improve histogram2d() example. Closes #8115. Commit: b0a6e5583f2952a040c45d0d50f5e93372dc175b https://github.com/numpy/numpy/commit/b0a6e5583f2952a040c45d0d50f5e93372dc175b Author: Ralf Gommers Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M doc/source/conf.py M numpy/lib/twodim_base.py Log Message: ----------- Merge pull request #8121 from wrwrwr/imp-hist2d-example DOC: Improve histogram2d() example. Compare: https://github.com/numpy/numpy/compare/84b11f573359...b0a6e5583f29 From noreply at github.com Thu Oct 13 12:33:58 2016 From: noreply at github.com (GitHub) Date: Thu, 13 Oct 2016 09:33:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 5d0ce3: BUG: import full module path in npy_load_module Message-ID: <57ffb7768b98f_41f63fa9d8d51134625a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5d0ce36e5be134bb5ead03cab1edeaa60fa355aa https://github.com/numpy/numpy/commit/5d0ce36e5be134bb5ead03cab1edeaa60fa355aa Author: Jonathan Helmus Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M numpy/compat/py3k.py Log Message: ----------- BUG: import full module path in npy_load_module Use the full module path when importing importlib.machinery for use in the npy_load_module function. Just importing importlib is not sufficient in certain cases, for example Python 3.4. closes #8147 Commit: e5d7653f8456c66ccb005eb50a139b1a9b044b3f https://github.com/numpy/numpy/commit/e5d7653f8456c66ccb005eb50a139b1a9b044b3f Author: Charles Harris Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M numpy/compat/py3k.py Log Message: ----------- Merge pull request #8148 from jjhelmus/npy_load_fix BUG: import full module path in npy_load_module Compare: https://github.com/numpy/numpy/compare/b0a6e5583f29...e5d7653f8456 From noreply at github.com Thu Oct 13 12:36:55 2016 From: noreply at github.com (GitHub) Date: Thu, 13 Oct 2016 09:36:55 -0700 Subject: [Numpy-svn] [numpy/numpy] b5471e: MAINT: check that linker can handle AVX Message-ID: <57ffb8274cf5c_63ac3f9de620713c6772b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b5471e08bd4fe30363c1f66a640e9ceae1653a86 https://github.com/numpy/numpy/commit/b5471e08bd4fe30363c1f66a640e9ceae1653a86 Author: Julian Taylor Date: 2016-10-11 (Tue, 11 Oct 2016) Changed paths: M numpy/core/include/numpy/npy_common.h M numpy/core/setup.py M numpy/core/setup_common.py Log Message: ----------- MAINT: check that linker can handle AVX some people use new compilers with old linkers so the target attribute check for AVX is not enough closes gh-8128 Commit: 5b38e86dc118ed3afece54cb6b01bef0c7a1a4df https://github.com/numpy/numpy/commit/5b38e86dc118ed3afece54cb6b01bef0c7a1a4df Author: Julian Taylor Date: 2016-10-11 (Tue, 11 Oct 2016) Changed paths: M numpy/core/setup_common.py Log Message: ----------- MAINT: make sure __builtin_cpu_supports is not optimized away OSX 10.11 ships a clang that uses it but does not implement the necesary library function closes gh-8130 Commit: edf2130edb3a84b16c84bee7749b7bc57d10a837 https://github.com/numpy/numpy/commit/edf2130edb3a84b16c84bee7749b7bc57d10a837 Author: Charles Harris Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M numpy/core/include/numpy/npy_common.h M numpy/core/setup.py M numpy/core/setup_common.py Log Message: ----------- Merge pull request #8141 from juliantaylor/build-fixes improve configure checks for broken systems Compare: https://github.com/numpy/numpy/compare/e5d7653f8456...edf2130edb3a From noreply at github.com Thu Oct 13 21:56:28 2016 From: noreply at github.com (GitHub) Date: Thu, 13 Oct 2016 18:56:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 1e8558: MAINT: Expose void-scalar "base" attribute in pyth... Message-ID: <58003b4ca408c_5d113fcbd8761130131957@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1e8558138427aaf3ecb4714fc110e7d9791cb41c https://github.com/numpy/numpy/commit/1e8558138427aaf3ecb4714fc110e7d9791cb41c Author: Allan Haldane Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Expose void-scalar "base" attribute in python Commit: ee41e9dfd2a0a6241e0d9e95fb355bfc92383fea https://github.com/numpy/numpy/commit/ee41e9dfd2a0a6241e0d9e95fb355bfc92383fea Author: Charles Harris Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #8153 from ahaldane/scalar_base MAINT: Expose void-scalar "base" attribute in python Compare: https://github.com/numpy/numpy/compare/edf2130edb3a...ee41e9dfd2a0 From noreply at github.com Fri Oct 14 13:15:43 2016 From: noreply at github.com (GitHub) Date: Fri, 14 Oct 2016 10:15:43 -0700 Subject: [Numpy-svn] [numpy/numpy] d8d7c2: BUG: np.ma.mean and var should return scalar if no... Message-ID: <580112bf19e01_5d1d3fd64cdc913413482c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d8d7c2528b99094358a57e53bb7a67bcacb679ae https://github.com/numpy/numpy/commit/d8d7c2528b99094358a57e53bb7a67bcacb679ae Author: Allan Haldane Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: np.ma.mean and var should return scalar if no mask Fixes #5769 Commit: fa31422a411ef470fc38f9f11b4835911a626736 https://github.com/numpy/numpy/commit/fa31422a411ef470fc38f9f11b4835911a626736 Author: Charles Harris Date: 2016-10-14 (Fri, 14 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #8142 from ahaldane/ma_mean_scalar BUG: np.ma.mean and var should return scalar if no mask Compare: https://github.com/numpy/numpy/compare/ee41e9dfd2a0...fa31422a411e From noreply at github.com Fri Oct 14 15:39:32 2016 From: noreply at github.com (GitHub) Date: Fri, 14 Oct 2016 12:39:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 858574: DOC: added example with empty indices for a scalar Message-ID: <58013474b9ef_46923fee2535f130113968@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 858574468a8667486dfad5d66e83f74fbe5ed91b https://github.com/numpy/numpy/commit/858574468a8667486dfad5d66e83f74fbe5ed91b Author: MattHarrigan Date: 2016-10-14 (Fri, 14 Oct 2016) Changed paths: M numpy/core/einsumfunc.py Log Message: ----------- DOC: added example with empty indices for a scalar Commit: b8da06bdc44b3481f9e0e17d6ff24e79176eed7c https://github.com/numpy/numpy/commit/b8da06bdc44b3481f9e0e17d6ff24e79176eed7c Author: Charles Harris Date: 2016-10-14 (Fri, 14 Oct 2016) Changed paths: M numpy/core/einsumfunc.py Log Message: ----------- Merge pull request #8156 from mattharrigan/einsum-doc DOC: added example with empty indices for a scalar, #8138 Compare: https://github.com/numpy/numpy/compare/fa31422a411e...b8da06bdc44b From noreply at github.com Mon Oct 17 18:11:10 2016 From: noreply at github.com (GitHub) Date: Mon, 17 Oct 2016 15:11:10 -0700 Subject: [Numpy-svn] [numpy/numpy] f2bb35: MAINT: Update mailmap. Message-ID: <58054c7ee78af_18423f95b6ccf13810288d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f2bb35d79e75bc5bd39f13ec9e6df1ce19d01d86 https://github.com/numpy/numpy/commit/f2bb35d79e75bc5bd39f13ec9e6df1ce19d01d86 Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M .mailmap Log Message: ----------- MAINT: Update mailmap. [ci skip] Commit: 0d27413fba08f4a3b52d49b274960fd645aa90fc https://github.com/numpy/numpy/commit/0d27413fba08f4a3b52d49b274960fd645aa90fc Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M .mailmap Log Message: ----------- Merge pull request #8164 from charris/update-mailmap MAINT: Update mailmap for NumPy 1.12.0 Compare: https://github.com/numpy/numpy/compare/b8da06bdc44b...0d27413fba08 From noreply at github.com Mon Oct 17 18:15:51 2016 From: noreply at github.com (GitHub) Date: Mon, 17 Oct 2016 15:15:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 529128: ENH: Add a tool for release authors and PRs. Message-ID: <58054d97bb3be_15fc3fb32dab712c6201b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 529128134d92facd5728525c77a58397e87f0a38 https://github.com/numpy/numpy/commit/529128134d92facd5728525c77a58397e87f0a38 Author: Charles Harris Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: A tools/announce.py Log Message: ----------- ENH: Add a tool for release authors and PRs. Add the script tools/announce.py to generate the author and pull request lists needed in release announcements. Some bits of this are taken from the scipy gh_list.py and authors.py tools. Usage: $ ./tools/announce.py The output is utf8 rst. [ci skip] Commit: 9569e504bd1363e2e9dba693a29d30ee3dd55056 https://github.com/numpy/numpy/commit/9569e504bd1363e2e9dba693a29d30ee3dd55056 Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: A tools/announce.py Log Message: ----------- Merge pull request #8111 from charris/add-release-tool ENH: Add a tool for release authors and PRs. Compare: https://github.com/numpy/numpy/compare/0d27413fba08...9569e504bd13 From noreply at github.com Mon Oct 17 19:15:32 2016 From: noreply at github.com (GitHub) Date: Mon, 17 Oct 2016 16:15:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 811c90: DOC: Small c api doc fix for PyArray_Max. Message-ID: <58055b945cca4_788e3ff78aab914c53684@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 811c90567c136bc77cc1343f3ec61b4534d22be5 https://github.com/numpy/numpy/commit/811c90567c136bc77cc1343f3ec61b4534d22be5 Author: Frederic Bastien Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: Small c api doc fix for PyArray_Max. [ci skip] Commit: 155ee365c56f519e150ccfe5c29ef19b0a51f1ca https://github.com/numpy/numpy/commit/155ee365c56f519e150ccfe5c29ef19b0a51f1ca Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation. [ci skip] Commit: 6d05b0cf555e454ca3858ceaf890274e0b079b0b https://github.com/numpy/numpy/commit/6d05b0cf555e454ca3858ceaf890274e0b079b0b Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- Merge pull request #8167 from charris/fixup-8146 Fixup 8146, DOC: Clarify when PyArray_{Max, Min, Ptp} return scalars. Compare: https://github.com/numpy/numpy/compare/9569e504bd13...6d05b0cf555e From noreply at github.com Mon Oct 17 19:16:05 2016 From: noreply at github.com (GitHub) Date: Mon, 17 Oct 2016 16:16:05 -0700 Subject: [Numpy-svn] [numpy/numpy] 8077d8: TST: Add tests for assert_allclose(..., equal_nan=... Message-ID: <58055bb51685c_365c3fe11dc211341151ad@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8077d85832ba45d24c62dcae0111b9320de1602c https://github.com/numpy/numpy/commit/8077d85832ba45d24c62dcae0111b9320de1602c Author: Antti Kaihola Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M numpy/testing/tests/test_utils.py Log Message: ----------- TST: Add tests for assert_allclose(..., equal_nan={True|False}) Commit: a233689a9837a4aeb71efe144eae578aa22ca58f https://github.com/numpy/numpy/commit/a233689a9837a4aeb71efe144eae578aa22ca58f Author: Antti Kaihola Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: Make assert_allclose(..., equal_nan=False) work. As discussed in my comments for issue #8145, this patch adds the equal_nan argument to assert_array_compare(), and assert_allclose() passes the value it receives for the same argument through to assert_array_compare(). Closes #8142. Commit: 15e82e2181d9ae92b6a1a6fb80454bc3a4aa2cb5 https://github.com/numpy/numpy/commit/15e82e2181d9ae92b6a1a6fb80454bc3a4aa2cb5 Author: Charles Harris Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #8165 from charris/fixup-8152 Fixup 8152, BUG: assert_allclose(..., equal_nan=False) doesn't raise AssertionError Compare: https://github.com/numpy/numpy/compare/6d05b0cf555e...15e82e2181d9 From noreply at github.com Mon Oct 17 21:32:44 2016 From: noreply at github.com (GitHub) Date: Mon, 17 Oct 2016 18:32:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 0a02bb: ENH: add signature argument to vectorize for vecto... Message-ID: <58057bbc99387_18cb3f8efeebd134764a8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0a02bb6f62a5c09103cf748bafe7a622f3dfe98b https://github.com/numpy/numpy/commit/0a02bb6f62a5c09103cf748bafe7a622f3dfe98b Author: Stephan Hoyer Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M doc/release/1.12.0-notes.rst M doc/source/reference/c-api.generalized-ufuncs.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054) * ENH: add signature argument to vectorize for generalized ufuncs Example usage (from the docstring): Vectorized convolution: >>> convolve = np.vectorize(np.convolve, signature='(n),(m)->(k)') >>> convolve(np.eye(4), [1, 2, 1]) array([[ 1., 2., 1., 0., 0., 0.], [ 0., 1., 2., 1., 0., 0.], [ 0., 0., 1., 2., 1., 0.], [ 0., 0., 0., 1., 2., 1.]]) * Use str.format rather than % * Fix spelling typo * BUG: fix np.vectorize for size 0 inputs * DOC: add vectorize to 1.12.0 release notes * [ci-skip] Remove outdated comment From noreply at github.com Tue Oct 18 10:19:33 2016 From: noreply at github.com (GitHub) Date: Tue, 18 Oct 2016 07:19:33 -0700 Subject: [Numpy-svn] [numpy/numpy] 3d75c3: BUG: fix _array2string for strustured array (issue... Message-ID: <58062f7564906_31c53f89380df13c1656b2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3d75c3f5165d958ff109a4f877aeb18d77ce279f https://github.com/numpy/numpy/commit/3d75c3f5165d958ff109a4f877aeb18d77ce279f Author: Shota Kawabuchi Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_arrayprint.py Log Message: ----------- BUG: fix _array2string for strustured array (issue #5692) The cause of issue #5692 is that `_array2string` (in numpy/core/arrayprint.py) doesn?t have format function for structured arrays and it uses general purpose format function to format array elements of structured arrays. This commit adds `StructureFormat` class to format structured array elements. `_get_format_function` instantiates `StructureFormat` by instantiating format function classes for each field of structure recursively and merge them. Closes #5692. Commit: 7c5163ad798ff30d9cb6f49dee8645e89d293c10 https://github.com/numpy/numpy/commit/7c5163ad798ff30d9cb6f49dee8645e89d293c10 Author: Charles Harris Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_arrayprint.py Log Message: ----------- Merge pull request #8160 from skwbc/issue#5692 BUG: fix _array2string for structured array (issue #5692) Compare: https://github.com/numpy/numpy/compare/0a02bb6f62a5...7c5163ad798f From noreply at github.com Tue Oct 18 10:22:41 2016 From: noreply at github.com (GitHub) Date: Tue, 18 Oct 2016 07:22:41 -0700 Subject: [Numpy-svn] [numpy/numpy] d720d6: DOC: Minor spelling fix in genfromtxt() docstring. Message-ID: <5806303125912_333f3fbcaf5511342691c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d720d62a0bdc8813511d58e81fd6d781458be8cd https://github.com/numpy/numpy/commit/d720d62a0bdc8813511d58e81fd6d781458be8cd Author: wrwrwr Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/lib/npyio.py Log Message: ----------- DOC: Minor spelling fix in genfromtxt() docstring. Closes #8166. Commit: 9bafab42c5d5b11023ef33622be425fc54584d6f https://github.com/numpy/numpy/commit/9bafab42c5d5b11023ef33622be425fc54584d6f Author: Charles Harris Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #8168 from wrwrwr/genfromtxt-spelling DOC: Minor spelling fix in genfromtxt() docstring. Compare: https://github.com/numpy/numpy/compare/7c5163ad798f...9bafab42c5d5 From noreply at github.com Tue Oct 18 21:37:01 2016 From: noreply at github.com (GitHub) Date: Tue, 18 Oct 2016 18:37:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 4733b0: DOC: warn that dtype.descr is only for use in PEP3... Message-ID: <5806ce3de68a5_16d43fb2d8cf313493843@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4733b0047c04e15b69d359fa347378a6399fd10b https://github.com/numpy/numpy/commit/4733b0047c04e15b69d359fa347378a6399fd10b Author: Allan Haldane Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/add_newdocs.py Log Message: ----------- DOC: warn that dtype.descr is only for use in PEP3118 Commit: ebc9910d1f1d84106c17174a7d3a87a651d62a93 https://github.com/numpy/numpy/commit/ebc9910d1f1d84106c17174a7d3a87a651d62a93 Author: Charles Harris Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #8174 from ahaldane/scary_descr DOC: warn that dtype.descr is only for use in PEP3118 Compare: https://github.com/numpy/numpy/compare/9bafab42c5d5...ebc9910d1f1d From noreply at github.com Wed Oct 19 11:43:36 2016 From: noreply at github.com (GitHub) Date: Wed, 19 Oct 2016 08:43:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 6b4916: MAINT: Add python 3.6 support to suppress_warnings Message-ID: <580794a82b2a2_712c3fd8d616d14c6606c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6b49167c3134e695efb1a122f73c3524a9049db5 https://github.com/numpy/numpy/commit/6b49167c3134e695efb1a122f73c3524a9049db5 Author: Sebastian Berg Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- MAINT: Add python 3.6 support to suppress_warnings Python 3.6 has two methods for showing warnings, so we have to support both ways (strictly speaking, on python 3.6 itself only the new would probably be needed). Also adds the _filters_mutated() call to replace manual registry clearing. This is basically the fix that newer python versions have to avoid the issue making the manual clearing unnecessary. Closes gh-8176 Commit: 6da5f00fff528354d3676617b91b024007e62ecd https://github.com/numpy/numpy/commit/6da5f00fff528354d3676617b91b024007e62ecd Author: Charles Harris Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #8177 from seberg/issue8176 MAINT: Add python 3.6 support to suppress_warnings Compare: https://github.com/numpy/numpy/compare/ebc9910d1f1d...6da5f00fff52 From noreply at github.com Thu Oct 20 03:40:24 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 00:40:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 596f03: ENH: Improve announce to find github squash-merge ... Message-ID: <580874e8288a5_35c93fbe4152514080011@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 596f0310ed318d08689b163d393aee1c600fe411 https://github.com/numpy/numpy/commit/596f0310ed318d08689b163d393aee1c600fe411 Author: Charles Harris Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M tools/announce.py Log Message: ----------- ENH: Improve announce to find github squash-merge commits. Currently when the squash-merge button is hit on github, the PR title with "(#PR)" appended is used as the commit message summary line when the merge is fast-forwarded. This PR adds the ability to pick out the corresponding PR numbers from the git log output. Note that github may change this in the future and one early squash merge in the 1.12.0 release did not have the PR number appended. Commit: d6f48249847f96d986377fc196dfdf629cd331d5 https://github.com/numpy/numpy/commit/d6f48249847f96d986377fc196dfdf629cd331d5 Author: Ralf Gommers Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M tools/announce.py Log Message: ----------- Merge pull request #8181 from charris/enhance-announce-tool ENH: Improve announce to find github squash-merge commits. Compare: https://github.com/numpy/numpy/compare/6da5f00fff52...d6f48249847f From noreply at github.com Thu Oct 20 13:27:06 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 10:27:06 -0700 Subject: [Numpy-svn] [numpy/numpy] 094513: DOC: 'highest' is exclusive for randint() Message-ID: <5808fe6a6552f_44573fc42091914072392@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 094513cb8cdc47129c7e9151d4743847e92e61b2 https://github.com/numpy/numpy/commit/094513cb8cdc47129c7e9151d4743847e92e61b2 Author: Ben North Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: 'highest' is exclusive for randint() Commit: 8942afdf74848cfaf33b8e253a67e2d6d93760b9 https://github.com/numpy/numpy/commit/8942afdf74848cfaf33b8e253a67e2d6d93760b9 Author: Stephan Hoyer Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #8188 from bennorth/doc-randint-exclusive-highest DOC: 'highest' is exclusive for randint() Compare: https://github.com/numpy/numpy/compare/d6f48249847f...8942afdf7484 From noreply at github.com Thu Oct 20 14:14:27 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 11:14:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 41aee8: MAINT: make `assert_allclose` behavior on `nan`s m... Message-ID: <58090983e25bd_508e3fe1442b513c77722@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 41aee80cc64d5679ca8cb9e8ce6247c738b942d4 https://github.com/numpy/numpy/commit/41aee80cc64d5679ca8cb9e8ce6247c738b942d4 Author: Josh Wilson Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12 Commit: 9cb5ac66edf2a8e14fc2774c6d0d61b772c46c7d https://github.com/numpy/numpy/commit/9cb5ac66edf2a8e14fc2774c6d0d61b772c46c7d Author: Charles Harris Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #8184 from person142/assert-allclose MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12 Compare: https://github.com/numpy/numpy/compare/8942afdf7484...9cb5ac66edf2 From noreply at github.com Thu Oct 20 14:18:36 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 11:18:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 8798f8: MAINT: Fix ResourceWarning new in Python 3.6. Message-ID: <58090a7c8b273_4e823fd764c2114c853a1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8798f8df39ca0a9f0391ffc349431e1a93b97d38 https://github.com/numpy/numpy/commit/8798f8df39ca0a9f0391ffc349431e1a93b97d38 Author: Charles Harris Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- MAINT: Fix ResourceWarning new in Python 3.6. In Python 2.6 the process destructor emits a ResourceWarning if the process has not terminated when destruction occurs. Fix by calling the wait method before return. The Popen class may be used as a context manager in Python 3.2+, unfortunately that does not include 2.7. Commit: 1a987606958b5b5073557b83ba8bfe8dfe9b14d8 https://github.com/numpy/numpy/commit/1a987606958b5b5073557b83ba8bfe8dfe9b14d8 Author: Charles Harris Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M .travis.yml Log Message: ----------- TST: Start testing with Python 2.6 development releases. Commit: e6122fd2aabc17b12fe726236ee8939ab28d673c https://github.com/numpy/numpy/commit/e6122fd2aabc17b12fe726236ee8939ab28d673c Author: Charles Harris Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M .travis.yml M numpy/distutils/tests/test_system_info.py Log Message: ----------- Merge pull request #8178 from charris/fix-resource-warning MAINT: Fix ResourceWarning new in Python 3.6. Compare: https://github.com/numpy/numpy/compare/9cb5ac66edf2...e6122fd2aabc From noreply at github.com Thu Oct 20 17:08:47 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 14:08:47 -0700 Subject: [Numpy-svn] [numpy/numpy] f23676: BUG: integer 0 to a negative power should error. Message-ID: <5809325f84ec_599c3fb11ae1d13c698d5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f236760314d5c32bf4d9398f1cffc3c68be5eaea https://github.com/numpy/numpy/commit/f236760314d5c32bf4d9398f1cffc3c68be5eaea Author: Eric Moore Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_regression.py M numpy/core/tests/test_umath.py Log Message: ----------- BUG: integer 0 to a negative power should error. Fixes gh-7510. Commit: f4f8a1c01c701e92c8b290b58682da8dfbdaac67 https://github.com/numpy/numpy/commit/f4f8a1c01c701e92c8b290b58682da8dfbdaac67 Author: Charles Harris Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- ENH: Power ufunc raises error for integer to negative integer powers. This is a change in behaviour. Previously * zero to negative integer powers returned least integral value. * 1, -1 to negative integer powers returned correct values * all remaining integers returned zero when raised to negative integer powers. All of these cases now raise a ``ValueError``. It was felt that a simple rule was the best way to go rather than have special exceptions for the units. If you need negative powers, use an inexact type. Commit: 88a66d8d0464caf57f40cf85a24156042e7ff0d7 https://github.com/numpy/numpy/commit/88a66d8d0464caf57f40cf85a24156042e7ff0d7 Author: Charles Harris Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_regression.py M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #8127 from charris/integer-to-negative-power BUG: integers to a negative integer powers should error. Compare: https://github.com/numpy/numpy/compare/e6122fd2aabc...88a66d8d0464 From noreply at github.com Thu Oct 20 18:07:21 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 15:07:21 -0700 Subject: [Numpy-svn] [numpy/numpy] 3ebbbb: ENH: Add ma.convolve and ma.correlate for #6458 Message-ID: <5809401915572_ca63fae606671344606@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3ebbbb07285dec67cd89f410be4dd3b426c13f10 https://github.com/numpy/numpy/commit/3ebbbb07285dec67cd89f410be4dd3b426c13f10 Author: Eric Wieser Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- ENH: Add ma.convolve and ma.correlate for #6458 Commit: cb52fd63627fa7547f5467324726d151af3aff84 https://github.com/numpy/numpy/commit/cb52fd63627fa7547f5467324726d151af3aff84 Author: Eric Wieser Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- API: Rename contagious to propagate_mask As discussed in the mailing list Commit: bf3fb267a3b014adbf6a980684877374636234b3 https://github.com/numpy/numpy/commit/bf3fb267a3b014adbf6a980684877374636234b3 Author: Eric Wieser Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/ma/core.py Log Message: ----------- DOC: correct ma.convolve docstrings, and add the feature to the release notes Commit: 4c2ad8a4a23524f422f476c1596c973c4308e5da https://github.com/numpy/numpy/commit/4c2ad8a4a23524f422f476c1596c973c4308e5da Author: Eric Wieser Date: 2016-10-19 (Wed, 19 Oct 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Fix (and test) np.ma.convolve for raw lists Commit: 8a9b04cbe7d7d45989500b6aad51e636523e305e https://github.com/numpy/numpy/commit/8a9b04cbe7d7d45989500b6aad51e636523e305e Author: ahaldane Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7922 from eric-wieser/np-ma-convolve ENH: Add ma.convolve and ma.correlate for #6458 Compare: https://github.com/numpy/numpy/compare/88a66d8d0464...8a9b04cbe7d7 From noreply at github.com Thu Oct 20 18:08:22 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 15:08:22 -0700 Subject: [Numpy-svn] [numpy/numpy] 428294: BUG: protect stolen ref by NewFromDescr in array_e... Message-ID: <58094056246b_5033f8992c31134286d1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 42829407289f85a9151de033bf77ba92ad865c1a https://github.com/numpy/numpy/commit/42829407289f85a9151de033bf77ba92ad865c1a Author: Yu Feng Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- BUG: protect stolen ref by NewFromDescr in array_empty fixes #8179 Commit: bb59409abf5237c155a1dc4c4d5b31e4acf32fbe https://github.com/numpy/numpy/commit/bb59409abf5237c155a1dc4c4d5b31e4acf32fbe Author: ahaldane Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- Merge pull request #8180 from rainwoodman/fix-8179 FIX: protect stolen ref by PyArray_NewFromDescr in array_empty Compare: https://github.com/numpy/numpy/compare/8a9b04cbe7d7...bb59409abf52 From noreply at github.com Thu Oct 20 20:42:00 2016 From: noreply at github.com (GitHub) Date: Thu, 20 Oct 2016 17:42:00 -0700 Subject: [Numpy-svn] [numpy/numpy] 483b7a: BUG: setfield should raise if arr is not writeable Message-ID: <58096458f13b5_68003fb3c512713c1080d4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 483b7a76be07a6c6659740a5de8e6f88bef1b97b https://github.com/numpy/numpy/commit/483b7a76be07a6c6659740a5de8e6f88bef1b97b Author: Allan Haldane Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/core/src/multiarray/methods.c M numpy/core/tests/test_records.py Log Message: ----------- BUG: setfield should raise if arr is not writeable Fixes #8171 Commit: 6790bf80c4833cada74a41a85cff339118ef48ca https://github.com/numpy/numpy/commit/6790bf80c4833cada74a41a85cff339118ef48ca Author: Charles Harris Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M numpy/core/src/multiarray/methods.c M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #8189 from ahaldane/nonwriteable_setfield BUG: setfield should raise if arr is not writeable Compare: https://github.com/numpy/numpy/compare/bb59409abf52...6790bf80c483 From noreply at github.com Fri Oct 21 22:07:12 2016 From: noreply at github.com (GitHub) Date: Fri, 21 Oct 2016 19:07:12 -0700 Subject: [Numpy-svn] [numpy/numpy] f1aaff: DOC: Add missing arguments to np.ufunc.outer Message-ID: <580ac9d027fa5_4c073ffc62ee914011768@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f1aaff1948dfb3e008bb20ef5442bf0118104f4d https://github.com/numpy/numpy/commit/f1aaff1948dfb3e008bb20ef5442bf0118104f4d Author: Eric Wieser Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/add_newdocs.py Log Message: ----------- DOC: Add missing arguments to np.ufunc.outer Commit: 40676b8f397be96f70349e45ae9c48c7f97dbcb6 https://github.com/numpy/numpy/commit/40676b8f397be96f70349e45ae9c48c7f97dbcb6 Author: Charles Harris Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #8197 from eric-wieser/document-outer DOC: Add missing arguments to np.ufunc.outer Compare: https://github.com/numpy/numpy/compare/6790bf80c483...40676b8f397b From noreply at github.com Sat Oct 22 13:06:21 2016 From: noreply at github.com (GitHub) Date: Sat, 22 Oct 2016 10:06:21 -0700 Subject: [Numpy-svn] [numpy/numpy] 5d7617: MAINT: change path to env in distutils.system_info... Message-ID: <580b9c8d41832_397a3fd4d4b271343528b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5d76174798f6b8012665989ccb9769efe792d957 https://github.com/numpy/numpy/commit/5d76174798f6b8012665989ccb9769efe792d957 Author: Ralf Gommers Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- MAINT: change path to env in distutils.system_info. Closes gh-8195. Also clean up some unused variables. Commit: 9602020f697d3a263716d3f3fb8b0b95d54fdf61 https://github.com/numpy/numpy/commit/9602020f697d3a263716d3f3fb8b0b95d54fdf61 Author: Charles Harris Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #8199 from rgommers/systeminfo-env MAINT: change path to env in distutils.system_info. Closes gh-8195. Compare: https://github.com/numpy/numpy/compare/40676b8f397b...9602020f697d From noreply at github.com Sat Oct 22 14:11:37 2016 From: noreply at github.com (GitHub) Date: Sat, 22 Oct 2016 11:11:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 2c5e70: commit BLD: AIX uses the flag _LARGE_FILES to ensu... Message-ID: <580babd9270f7_7d503fde1f033134118247@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2c5e708f7a621bb714fc24c26e33f68afff45637 https://github.com/numpy/numpy/commit/2c5e708f7a621bb714fc24c26e33f68afff45637 Author: Michael Felt Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M numpy/core/setup.py M numpy/random/setup.py Log Message: ----------- commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declarations The problem this fix resolves is to ensure that 32-bit and 64-bit functions (e.g., fclear() and fclear64()) to access/manipulate "large files" are defined properly - much as GNU and other platforms use one or more of the defines _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE. Without this fix the numpy code only defines flags that are not recognized in the AIX environment and have no effect in anyway. The fix applies the AIX convention and does not "export" any of the flags currently exported. For all other platforms the current flags: _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE are "exported". This fix should not have any impact or side-effect based on the version of python used. History: Starting around 1997 AIX started supporting so-called "large files", i.e., length > signed 32-bit. In the period 1997-1998 the flag _LARGE_FILES was established to simplify porting 32-bit applications to 64-bit. The convention is to define _LARGE_FILES before including any "system include files" either as an argument to ${CC} (e.g., in ${CFLAGS} or as the first #define in every source file. This is to ensure that that no relevant function calls would be redefined later in the build process. Commit: 9ef15659f5003121605ba5096405276dcdf54254 https://github.com/numpy/numpy/commit/9ef15659f5003121605ba5096405276dcdf54254 Author: Charles Harris Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/random/setup.py Log Message: ----------- STY: Fix indentation to follow PEP8 Commit: a5db9403a6ef0bfda4639e387a73ab50c1a84c31 https://github.com/numpy/numpy/commit/a5db9403a6ef0bfda4639e387a73ab50c1a84c31 Author: Charles Harris Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/core/setup.py M numpy/random/setup.py Log Message: ----------- Merge pull request #8173 from aixtools/issue8118 BLD: Enable build on AIX Compare: https://github.com/numpy/numpy/compare/9602020f697d...a5db9403a6ef From noreply at github.com Sat Oct 22 16:40:34 2016 From: noreply at github.com (GitHub) Date: Sat, 22 Oct 2016 13:40:34 -0700 Subject: [Numpy-svn] [numpy/numpy] 7621eb: ENH: specialize name of dev package by interpreter Message-ID: <580bcec22318e_6af63feb0a07d14c47485@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7621eba2e3d775d8cc197b369800a7036b2ee22f https://github.com/numpy/numpy/commit/7621eba2e3d775d8cc197b369800a7036b2ee22f Author: mattip Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/core/setup.py Log Message: ----------- ENH: specialize name of dev package by interpreter Commit: ecfaa9b62fb2002f99bf86b023073d0fd681fd6b https://github.com/numpy/numpy/commit/ecfaa9b62fb2002f99bf86b023073d0fd681fd6b Author: Charles Harris Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/core/setup.py Log Message: ----------- Merge pull request #8202 from mattip/missing-Python.h ENH: specialize name of dev package by interpreter Compare: https://github.com/numpy/numpy/compare/a5db9403a6ef...ecfaa9b62fb2 From noreply at github.com Sat Oct 22 17:01:27 2016 From: noreply at github.com (GitHub) Date: Sat, 22 Oct 2016 14:01:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 90c166: BUG: fix ravel_multi_index for big indices (issue ... Message-ID: <580bd3a716aba_177e3fba8eba51341158ea@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 90c166542f39221f68a154a8406b961f5971bff3 https://github.com/numpy/numpy/commit/90c166542f39221f68a154a8406b961f5971bff3 Author: Shota Kawabuchi Date: 2016-09-26 (Mon, 26 Sep 2016) Changed paths: M numpy/core/src/multiarray/compiled_base.c M numpy/lib/tests/test_index_tricks.py Log Message: ----------- BUG: fix ravel_multi_index for big indices (issue #7546) Commit: 364382b375ad547110530acc06f8590d8404e88c https://github.com/numpy/numpy/commit/364382b375ad547110530acc06f8590d8404e88c Author: Shota Kawabuchi Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: M numpy/core/src/multiarray/compiled_base.c M numpy/lib/tests/test_index_tricks.py Log Message: ----------- BUG: add array size overflow check in arr_ravel_multi_index Commit: 28efd6b2dadd74182bc09a71221265b3c3f5bb3a https://github.com/numpy/numpy/commit/28efd6b2dadd74182bc09a71221265b3c3f5bb3a Author: Shota Kawabuchi Date: 2016-10-03 (Mon, 03 Oct 2016) Changed paths: M numpy/lib/tests/test_index_tricks.py Log Message: ----------- TST: add intp type check in test_big_indices Commit: 6b358a74e3c59e7d46fa9e2a693eb8510b2a7541 https://github.com/numpy/numpy/commit/6b358a74e3c59e7d46fa9e2a693eb8510b2a7541 Author: Charles Harris Date: 2016-10-22 (Sat, 22 Oct 2016) Changed paths: M numpy/core/src/multiarray/compiled_base.c M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #8109 from skwbc/issue#7546 Fix bug in ravel_multi_index for big indices (Issue #7546) Compare: https://github.com/numpy/numpy/compare/ecfaa9b62fb2...6b358a74e3c5 From noreply at github.com Sun Oct 23 12:15:19 2016 From: noreply at github.com (GitHub) Date: Sun, 23 Oct 2016 09:15:19 -0700 Subject: [Numpy-svn] [numpy/numpy] 5b9e7e: DEP: Deprecate the keepdims argument to accumulate Message-ID: <580ce21780b6f_8313f957cb5b138526b9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5b9e7ee0d5b614fb312052feae98abdd8801ba7a https://github.com/numpy/numpy/commit/5b9e7ee0d5b614fb312052feae98abdd8801ba7a Author: Eric Wieser Date: 2016-10-23 (Sun, 23 Oct 2016) Changed paths: M numpy/add_newdocs.py M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_deprecations.py Log Message: ----------- DEP: Deprecate the keepdims argument to accumulate Commit: 0e4de36343b22c3a570fcb5179e9a313a0acef0d https://github.com/numpy/numpy/commit/0e4de36343b22c3a570fcb5179e9a313a0acef0d Author: Charles Harris Date: 2016-10-23 (Sun, 23 Oct 2016) Changed paths: M numpy/add_newdocs.py M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdim DEP: Deprecate the keepdims argument to accumulate Compare: https://github.com/numpy/numpy/compare/6b358a74e3c5...0e4de36343b2 From noreply at github.com Sun Oct 23 16:42:43 2016 From: noreply at github.com (GitHub) Date: Sun, 23 Oct 2016 13:42:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 092d88: DOC: change development instructions from SSH to H... Message-ID: <580d20c35a8dd_3c723fe54fbe7138857bb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 092d8846dc6340cd0b5e00ddbd5a6d3c3e942df7 https://github.com/numpy/numpy/commit/092d8846dc6340cd0b5e00ddbd5a6d3c3e942df7 Author: Ralf Gommers Date: 2016-10-24 (Mon, 24 Oct 2016) Changed paths: M doc/source/dev/gitwash/development_setup.rst Log Message: ----------- DOC: change development instructions from SSH to HTTPS access. This is easier to get going, and is the recommended access method by GitHub itself: https://help.github.com/articles/which-remote-url-should-i-use/ Also add instructions for pulling from upstream including PRs by default. Commit: e7d6f36de23061fe3b1f3c1aabe273fc4999acc4 https://github.com/numpy/numpy/commit/e7d6f36de23061fe3b1f3c1aabe273fc4999acc4 Author: Charles Harris Date: 2016-10-23 (Sun, 23 Oct 2016) Changed paths: M doc/source/dev/gitwash/development_setup.rst Log Message: ----------- Merge pull request #8205 from rgommers/https-clone DOC: change development instructions from SSH to HTTPS access. Compare: https://github.com/numpy/numpy/compare/0e4de36343b2...e7d6f36de230 From noreply at github.com Mon Oct 24 11:12:39 2016 From: noreply at github.com (GitHub) Date: Mon, 24 Oct 2016 08:12:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 16a98c: ENH: performance improvement to ediff1d Message-ID: <580e24e74d53d_53ab3fa741df113c81253@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 16a98c0efe9e09258946f8469f7b556c568f1e21 https://github.com/numpy/numpy/commit/16a98c0efe9e09258946f8469f7b556c568f1e21 Author: MattHarrigan Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M numpy/lib/arraysetops.py Log Message: ----------- ENH: performance improvement to ediff1d Eliminate a copy operation when to_begin or to_end is given. Also use ravel instead of flatiter which is much faster. Commit: 484827189756d45e6231bfd2cd3cf6db9c2993df https://github.com/numpy/numpy/commit/484827189756d45e6231bfd2cd3cf6db9c2993df Author: MattHarrigan Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M numpy/lib/tests/test_arraysetops.py Log Message: ----------- TST: Added cases for better coverage of ediff1d Commit: 3bd79ab568856678139fa4d7ca272e7cbd05e1ad https://github.com/numpy/numpy/commit/3bd79ab568856678139fa4d7ca272e7cbd05e1ad Author: Stephan Hoyer Date: 2016-10-24 (Mon, 24 Oct 2016) Changed paths: M numpy/lib/arraysetops.py M numpy/lib/tests/test_arraysetops.py Log Message: ----------- Merge pull request #8183 from mattharrigan/ediff1d-performance Ediff1d performance Compare: https://github.com/numpy/numpy/compare/e7d6f36de230...3bd79ab56885 From noreply at github.com Tue Oct 25 21:15:07 2016 From: noreply at github.com (GitHub) Date: Tue, 25 Oct 2016 18:15:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 52f761: BUG, TST: Fix python3-dbg bug in Travis script Message-ID: <5810039b7fb7a_6ccf3f9394ea1138414fc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 52f761d6ee094a8dde25ffc9e4c08dad51b61ae0 https://github.com/numpy/numpy/commit/52f761d6ee094a8dde25ffc9e4c08dad51b61ae0 Author: gfyoung Date: 2016-10-24 (Mon, 24 Oct 2016) Changed paths: M .travis.yml A tools/travis-before-install.sh M tools/travis-test.sh Log Message: ----------- BUG, TST: Fix python3-dbg bug in Travis script With USE_DEBUG=1, the wrong python was being used to create the virtualenv, meaning that installed packages (e.g. Cython) were being installed to the wrong location. Commit: 77ce5f48506c6305cd8987683291275726cde623 https://github.com/numpy/numpy/commit/77ce5f48506c6305cd8987683291275726cde623 Author: Nathaniel J. Smith Date: 2016-10-25 (Tue, 25 Oct 2016) Changed paths: M .travis.yml A tools/travis-before-install.sh M tools/travis-test.sh Log Message: ----------- Merge pull request #8066 from gfyoung/python3-dbg-patch BUG, TST: Fix python3-dbg bug in Travis script Compare: https://github.com/numpy/numpy/compare/3bd79ab56885...77ce5f48506c From noreply at github.com Thu Oct 27 15:12:51 2016 From: noreply at github.com (GitHub) Date: Thu, 27 Oct 2016 12:12:51 -0700 Subject: [Numpy-svn] [numpy/numpy] baef1f: DOC: Patch doc errors for atleast_nd and frombuffe... Message-ID: <581251b3e91fd_43cf3fbc1980114039364@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: baef1f2291abfcdaedec12d7b5afa230fe1d3db5 https://github.com/numpy/numpy/commit/baef1f2291abfcdaedec12d7b5afa230fe1d3db5 Author: gfyoung Date: 2016-10-27 (Thu, 27 Oct 2016) Changed paths: M numpy/add_newdocs.py M numpy/core/shape_base.py Log Message: ----------- DOC: Patch doc errors for atleast_nd and frombuffer Closes gh-8214. Closes gh-8215. Commit: 4083ea6617aff898868643cefdd828225ebecbad https://github.com/numpy/numpy/commit/4083ea6617aff898868643cefdd828225ebecbad Author: Charles Harris Date: 2016-10-27 (Thu, 27 Oct 2016) Changed paths: M numpy/add_newdocs.py M numpy/core/shape_base.py Log Message: ----------- Merge pull request #8216 from gfyoung/doc-improvements DOC: Patch doc errors for atleast_nd and frombuffer Compare: https://github.com/numpy/numpy/compare/77ce5f48506c...4083ea6617af From noreply at github.com Fri Oct 28 11:06:38 2016 From: noreply at github.com (GitHub) Date: Fri, 28 Oct 2016 08:06:38 -0700 Subject: [Numpy-svn] [numpy/numpy] b11931: DOC: Add SciPy inventory for intersphinx. Message-ID: <5813697ec589a_47693f95d9449130641c5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b11931d1f43b35dc80348e5e8f9e2c86d348117c https://github.com/numpy/numpy/commit/b11931d1f43b35dc80348e5e8f9e2c86d348117c Author: wrwrwr Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M doc/source/conf.py Log Message: ----------- DOC: Add SciPy inventory for intersphinx. Commit: 5059202446f92c34cd481bb95ab7446d521f5982 https://github.com/numpy/numpy/commit/5059202446f92c34cd481bb95ab7446d521f5982 Author: wrwrwr Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M doc/EXAMPLE_DOCSTRING.rst.txt M numpy/random/mtrand/mtrand.pyx Log Message: ----------- MAINT, DOC: Update some scipy.stats references. Closes #5813. Commit: 8fe985c116f1f5a79522cd6a6105f4580bff3459 https://github.com/numpy/numpy/commit/8fe985c116f1f5a79522cd6a6105f4580bff3459 Author: wrwrwr Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Clean up lomax and genpareto references. Commit: f303ccebaa2953e506c4991825cda2ac8b5d2fb9 https://github.com/numpy/numpy/commit/f303ccebaa2953e506c4991825cda2ac8b5d2fb9 Author: Charles Harris Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M doc/EXAMPLE_DOCSTRING.rst.txt M doc/source/conf.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #8219 from wrwrwr/scipy-links DOC: Turn SciPy references into links. Compare: https://github.com/numpy/numpy/compare/4083ea6617af...f303ccebaa29 From noreply at github.com Fri Oct 28 11:08:42 2016 From: noreply at github.com (GitHub) Date: Fri, 28 Oct 2016 08:08:42 -0700 Subject: [Numpy-svn] [numpy/numpy] b0e66a: ENH: fast track default kwargs for ediff1d Message-ID: <581369fadb4c8_f293fb99806f13010467a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b0e66ad754c2a2efeb8c6f39418e5bb7d3e388c5 https://github.com/numpy/numpy/commit/b0e66ad754c2a2efeb8c6f39418e5bb7d3e388c5 Author: MattHarrigan Date: 2016-10-26 (Wed, 26 Oct 2016) Changed paths: M numpy/lib/arraysetops.py Log Message: ----------- ENH: fast track default kwargs for ediff1d Special case to_begin and to_end both equal to None, avoiding subsequent steps. Particulary faster for small arrays where overhead plays a big role. Commit: 9a90abf995d0d8d9e96992a083dc55a41a93254f https://github.com/numpy/numpy/commit/9a90abf995d0d8d9e96992a083dc55a41a93254f Author: MattHarrigan Date: 2016-10-27 (Thu, 27 Oct 2016) Changed paths: M numpy/lib/arraysetops.py M numpy/lib/tests/test_arraysetops.py Log Message: ----------- BUG: return subclasses from ediff1d Commit: e908bfa9977a45b311ef09f03551aa1780686739 https://github.com/numpy/numpy/commit/e908bfa9977a45b311ef09f03551aa1780686739 Author: Charles Harris Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M numpy/lib/arraysetops.py M numpy/lib/tests/test_arraysetops.py Log Message: ----------- Merge pull request #8218 from mattharrigan/ediff1d-performance BUG: ediff1d should return subclasses Compare: https://github.com/numpy/numpy/compare/f303ccebaa29...e908bfa9977a From noreply at github.com Fri Oct 28 12:00:20 2016 From: noreply at github.com (GitHub) Date: Fri, 28 Oct 2016 09:00:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 9a216d: DOC: Hint at lib.format.open_memmap from np.load a... Message-ID: <58137614749b8_5ce33fb42fbeb130345f7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9a216d5103f9200e678ec2c23fedaf123cf751ba https://github.com/numpy/numpy/commit/9a216d5103f9200e678ec2c23fedaf123cf751ba Author: Jan Schl?ter Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M numpy/core/memmap.py M numpy/lib/npyio.py Log Message: ----------- DOC: Hint at lib.format.open_memmap from np.load and np.memmap np.load supports memmap_mode to open existing .npy files as memory-mapped files. np.memmap supports creating or loading raw binary files as memory-mapped files. This adds a link to a function for creating memory-mapped files in .npy format. Commit: 6ae842001332f532e0c76815d49336ecc2b88dde https://github.com/numpy/numpy/commit/6ae842001332f532e0c76815d49336ecc2b88dde Author: Charles Harris Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M numpy/core/memmap.py M numpy/lib/npyio.py Log Message: ----------- Merge pull request #7987 from f0k/advertise-open_memmap DOC: See also np.load and np.memmap in np.lib.format.open_memmap Compare: https://github.com/numpy/numpy/compare/e908bfa9977a...6ae842001332