From noreply at github.com Fri Jan 1 10:08:09 2016 From: noreply at github.com (GitHub) Date: Fri, 01 Jan 2016 07:08:09 -0800 Subject: [Numpy-svn] [numpy/numpy] 46f196: Updated copyright to 2016 Message-ID: <5686965993c49_445f3fefd67932bc7849f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 46f19615d4726244bc13d36ad5be31539f3a13e9 https://github.com/numpy/numpy/commit/46f19615d4726244bc13d36ad5be31539f3a13e9 Author: Tapasweni Pathak Date: 2016-01-01 (Fri, 01 Jan 2016) Changed paths: M LICENSE.txt Log Message: ----------- Updated copyright to 2016 Commit: b7341ae60fcde55d6bafea7fc7d7a49109caa7c8 https://github.com/numpy/numpy/commit/b7341ae60fcde55d6bafea7fc7d7a49109caa7c8 Author: Ralf Gommers Date: 2016-01-01 (Fri, 01 Jan 2016) Changed paths: M LICENSE.txt Log Message: ----------- Merge pull request #6918 from tapasweni-pathak/patch-1 DOC: updated copyright in LICENSE.txt to 2016 Compare: https://github.com/numpy/numpy/compare/fd2b0d6c5835...b7341ae60fcd From noreply at github.com Sat Jan 2 10:34:23 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Jan 2016 07:34:23 -0800 Subject: [Numpy-svn] [numpy/numpy] 6a871d: BUG: Fix test_f2py so it runs correctly in runtest... Message-ID: <5687edffd00c4_6bed3fa510b8d2c0821ca@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6a871df50947c4ebda79a966fba09b5336e1e061 https://github.com/numpy/numpy/commit/6a871df50947c4ebda79a966fba09b5336e1e061 Author: Charles Harris Date: 2015-12-31 (Thu, 31 Dec 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- BUG: Fix test_f2py so it runs correctly in runtests.py. The loop checking for command line versions can terminate early as the errors are not always of OSError type. In particular, runtests.py may only store the command with the python version and the check for that is not executed, leading to a test failure. Commit: 22c84f5ea585645b458b1ed0ca31d739cf3085c6 https://github.com/numpy/numpy/commit/22c84f5ea585645b458b1ed0ca31d739cf3085c6 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #6916 from charris/fix-test_f2py BUG: Fix test_f2py so it runs correctly in runtests.py. Compare: https://github.com/numpy/numpy/compare/b7341ae60fcd...22c84f5ea585 From noreply at github.com Sat Jan 2 10:34:55 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Jan 2016 07:34:55 -0800 Subject: [Numpy-svn] [numpy/numpy] 555787: MAINT: Simplify some tests using temppath context ... Message-ID: <5687ee1f85482_c653faa7ad7b2c01081d5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 555787a5b6a0ec4e27ce05a2c96d97b2aa48cef7 https://github.com/numpy/numpy/commit/555787a5b6a0ec4e27ce05a2c96d97b2aa48cef7 Author: Charles Harris Date: 2015-12-26 (Sat, 26 Dec 2015) Changed paths: M numpy/distutils/tests/test_npy_pkg_config.py M numpy/f2py/tests/util.py M numpy/lib/tests/test_io.py M numpy/ma/tests/test_mrecords.py Log Message: ----------- MAINT: Simplify some tests using temppath context manager. This replaces code of the pattern ``` fd, name = tempfile.mkstemp(...) os.close(fd) try: do stuff with name finally: os.remove(name) ``` with ``` with temppath() as name: do stuff with name ``` A few more complicated cases are also handled. The remains some particularly gnarly code the could probably be refactored to use temppath, but that is a more demanding project. Commit: e89d9bb2e16c1746ce234b81aff4731277b31ddd https://github.com/numpy/numpy/commit/e89d9bb2e16c1746ce234b81aff4731277b31ddd Author: Charles Harris Date: 2015-12-26 (Sat, 26 Dec 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2p The test was checking whether the f2py script was installed as either of two names, but was only catching OSError, so the second check was skipped if the first failed for another reason. The caused the runtests.py script to fail it does not install the script as f2py but rather with the python version appended. Commit: 9bd67153c6efab990b33ff34342b7782256de1f9 https://github.com/numpy/numpy/commit/9bd67153c6efab990b33ff34342b7782256de1f9 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/distutils/tests/test_npy_pkg_config.py M numpy/f2py/tests/util.py M numpy/lib/tests/test_io.py M numpy/ma/tests/test_mrecords.py M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #6886 from charris/use-temppath MAINT: Simplify some tests using temppath context manager. Compare: https://github.com/numpy/numpy/compare/22c84f5ea585...9bd67153c6ef From noreply at github.com Sat Jan 2 18:19:35 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Jan 2016 15:19:35 -0800 Subject: [Numpy-svn] [numpy/numpy] bba864: BUG: #6922: Fix segfault introduced in 23901aa. Message-ID: <56885b074c90e_cc53fc7d971f29c84372@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bba8647dbf7098ffcf6df70b959b6079b5682e0c https://github.com/numpy/numpy/commit/bba8647dbf7098ffcf6df70b959b6079b5682e0c Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- BUG: #6922: Fix segfault introduced in 23901aa. Revert troublesome parts of gh-5929. Copyswap cannot be relied upon for void types containing objects. Commit: fe46c47a96e191b028823280fe3451a48d0fc18e https://github.com/numpy/numpy/commit/fe46c47a96e191b028823280fe3451a48d0fc18e Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- TST: Add regression test for gh-6922. Sorting and unaligned void type should not segfault. Commit: 5dab9275475e70630d7b1242c3530a6726c61fa2 https://github.com/numpy/numpy/commit/5dab9275475e70630d7b1242c3530a6726c61fa2 Author: seberg Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6924 from charris/fix-segfault-gh-6922 Fix segfault gh 6922 Compare: https://github.com/numpy/numpy/compare/9bd67153c6ef...5dab9275475e From noreply at github.com Sat Jan 2 19:03:16 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Jan 2016 16:03:16 -0800 Subject: [Numpy-svn] [numpy/numpy] adbd6d: BUG: #6922: Fix segfault introduced in 23901aa. Message-ID: <56886544ef4d1_4ee23fe6bb2892b8118821@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: adbd6db171c4cb5864abeee078b8c62d0684a6ad https://github.com/numpy/numpy/commit/adbd6db171c4cb5864abeee078b8c62d0684a6ad Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- BUG: #6922: Fix segfault introduced in 23901aa. Revert troublesome parts of gh-5929. Copyswap cannot be relied upon for void types containing objects. Commit: 00d7499212f26385fc8732ebc7828cdcf0cef514 https://github.com/numpy/numpy/commit/00d7499212f26385fc8732ebc7828cdcf0cef514 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- TST: Add regression test for gh-6922. Sorting and unaligned void type should not segfault. Commit: 114836b1632c80d663700439307cfb0844e35578 https://github.com/numpy/numpy/commit/114836b1632c80d663700439307cfb0844e35578 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6925 from charris/backport-6924 Backport 6924 Compare: https://github.com/numpy/numpy/compare/cd48c065fc36...114836b1632c From noreply at github.com Sat Jan 2 22:53:39 2016 From: noreply at github.com (GitHub) Date: Sat, 02 Jan 2016 19:53:39 -0800 Subject: [Numpy-svn] [numpy/numpy] 406855: BUG: Fix test_f2py so it runs correctly in runtest... Message-ID: <56889b4331519_1ad63fe63c6c129c14549d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 406855ba3245eeb1dbd7470ca6e1037679694137 https://github.com/numpy/numpy/commit/406855ba3245eeb1dbd7470ca6e1037679694137 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- BUG: Fix test_f2py so it runs correctly in runtests.py. The loop checking for command line versions can terminate early as the errors are not always of OSError type. In particular, runtests.py may only store the command with the python version and the check for that is not executed, leading to a test failure. Commit: 12430f088f9492e43df093a32b3f9b51b8e4a87b https://github.com/numpy/numpy/commit/12430f088f9492e43df093a32b3f9b51b8e4a87b Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #6926 from charris/backport-6916 BUG: Fix test_f2py so it runs correctly in runtests.py. Compare: https://github.com/numpy/numpy/compare/114836b1632c...12430f088f94 From noreply at github.com Sun Jan 3 17:29:34 2016 From: noreply at github.com (GitHub) Date: Sun, 03 Jan 2016 14:29:34 -0800 Subject: [Numpy-svn] [numpy/numpy] 6a61be: ENH: Add dtype argument to random.randint. Message-ID: <5689a0cee6019_68383fafcced329c17501@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6a61be6b67a747d3228ffc8882a03c86a378ea10 https://github.com/numpy/numpy/commit/6a61be6b67a747d3228ffc8882a03c86a378ea10 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/include/numpy/npy_common.h A numpy/random/mtrand/mt_compat.h M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/numpy.pxd M numpy/random/mtrand/randomkit.c M numpy/random/mtrand/randomkit.h Log Message: ----------- ENH: Add dtype argument to random.randint. Random ndarrays of the following types can now be generated: * np.bool, * np.int8, np.uint8, * np.int16, np.uint16, * np.int32, np.uint32, * np.int64, np.uint64, * np.int_ (long), np.intp The specification is by precision rather than by C type. Hence, on some platforms np.int64 may be a `long` instead of `long long` even if the specified dtype is `long long` because the two may have the same precision. The resulting type depends on which c type numpy uses for the given precision. The byteorder specification is also ignored, the generated arrays are always in native byte order. The dtype of the result could be made more explicit if desired without changing the user visible results. Commit: 5aca879e18541eff3daf506786b07a950a075b37 https://github.com/numpy/numpy/commit/5aca879e18541eff3daf506786b07a950a075b37 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- TST: Add tests for new randint functionality. * check exceptions * check extreme bounds are reachable * check that all values are in the specified bounds * check repeatability of sequences More exact statistical tests would be nice, but that is another project. Commit: 51726e59137aa0ea6cf216d95f23fe788a7164ea https://github.com/numpy/numpy/commit/51726e59137aa0ea6cf216d95f23fe788a7164ea Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/tests/test_mem_overlap.py Log Message: ----------- TST,BUG: Fix use of randint in test_mem_overlap.py. The default randint function returns a C long type which does not have enough range to test indexes on Windows 64. The fix here is to use specify a np.intp dtype for the randint call now that we have that option. Closes #6812. Commit: 5132ce0ad0ff4e7c448c80eeaa806678d558f81c https://github.com/numpy/numpy/commit/5132ce0ad0ff4e7c448c80eeaa806678d558f81c Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src Log Message: ----------- BUG: Get rid of C++ style comment in multiarray_tests.c.src Commit: 6a04b9217675a1a072b01ade0f2664b30f67bde6 https://github.com/numpy/numpy/commit/6a04b9217675a1a072b01ade0f2664b30f67bde6 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M tools/travis-test.sh Log Message: ----------- TST: Increase the allowable warning count to 1 for i386 debug test. Cython generated C code contains the number '-2147483648L', which leads to a warning on 32 bit platforms: "Warning: this decimal constant is unsigned only in ISO C90" See the discussion at http://stackoverflow.com/questions/9941261/ The compiled code seems to run correctly despite the warning and if there are problems, they should turn up in the nose testing. Commit: 07fa8cc957880614319aeb5b88c88ae367d954d9 https://github.com/numpy/numpy/commit/07fa8cc957880614319aeb5b88c88ae367d954d9 Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M appveyor.yml Log Message: ----------- TST: Enable AppVeyor failure to be reported. AppVeyor failures were filtered out until numpy issues were fixed. The last issues were the test_mem_overlap failures on 64 bit windows, and those are fixed. Commit: bc2a97bde26a026e75adec7ec70566be3005c47c https://github.com/numpy/numpy/commit/bc2a97bde26a026e75adec7ec70566be3005c47c Author: Charles Harris Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Document new randint dtype parameter in 1.11.0 release notes. Commit: 9fb9288f461c7c7af9708f136fa4f29acdc734a8 https://github.com/numpy/numpy/commit/9fb9288f461c7c7af9708f136fa4f29acdc734a8 Author: Charles Harris Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M appveyor.yml M doc/release/1.11.0-notes.rst M numpy/core/include/numpy/npy_common.h M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/tests/test_mem_overlap.py A numpy/random/mtrand/mt_compat.h M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/numpy.pxd M numpy/random/mtrand/randomkit.c M numpy/random/mtrand/randomkit.h M numpy/random/tests/test_random.py M tools/travis-test.sh Log Message: ----------- Merge pull request #6910 from charris/add-64-bit-random-int ENH: Add dtype argument to random.randint. Compare: https://github.com/numpy/numpy/compare/5dab9275475e...9fb9288f461c From noreply at github.com Sun Jan 3 19:06:22 2016 From: noreply at github.com (GitHub) Date: Sun, 03 Jan 2016 16:06:22 -0800 Subject: [Numpy-svn] [numpy/numpy] a1e9bf: MAINT: Fix typos in 1.11.0-notes.rst and mtrand.py... Message-ID: <5689b77ef1dd0_24b93fe797c112b817064a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a1e9bf56d80e5f412729b938db427a87f39e1122 https://github.com/numpy/numpy/commit/a1e9bf56d80e5f412729b938db427a87f39e1122 Author: Charles Harris Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx Log Message: ----------- MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation. Commit: c2ed0e0737431e95905d70cd49f6c54a32d0e90c https://github.com/numpy/numpy/commit/c2ed0e0737431e95905d70cd49f6c54a32d0e90c Author: Charles Harris Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6929 from charris/maint-random MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation. Compare: https://github.com/numpy/numpy/compare/9fb9288f461c...c2ed0e073743 From noreply at github.com Sun Jan 3 21:17:48 2016 From: noreply at github.com (GitHub) Date: Sun, 03 Jan 2016 18:17:48 -0800 Subject: [Numpy-svn] [numpy/numpy] 277eab: ENH: clarify error message of broadcast Message-ID: <5689d64ceca7f_36e03fe61b7d729c49269@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 277eabe390c6f67962a48764df3d77443776b3cc https://github.com/numpy/numpy/commit/277eabe390c6f67962a48764df3d77443776b3cc Author: Holger Kohr Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M numpy/core/src/multiarray/iterators.c Log Message: ----------- ENH: clarify error message of broadcast Commit: e072d79f03610c33e336a9b700882d8905f9c958 https://github.com/numpy/numpy/commit/e072d79f03610c33e336a9b700882d8905f9c958 Author: Charles Harris Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M numpy/core/src/multiarray/iterators.c Log Message: ----------- Merge pull request #6900 from kohr-h/master ENH: clarify error message of broadcast Compare: https://github.com/numpy/numpy/compare/c2ed0e073743...e072d79f0361 From noreply at github.com Mon Jan 4 08:30:44 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Jan 2016 05:30:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 600595: TST: make pointer-arith error fatal Message-ID: <568a7404d8b87_70063fefd8ae92c0225260@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 600595ff67caff21b1a062be6215164af8525a49 https://github.com/numpy/numpy/commit/600595ff67caff21b1a062be6215164af8525a49 Author: Julian Taylor Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M tools/travis-test.sh Log Message: ----------- TST: make pointer-arith error fatal matches windows compiler behavior Commit: b8fef84a5b505cec9312d606c6639e35269d50f3 https://github.com/numpy/numpy/commit/b8fef84a5b505cec9312d606c6639e35269d50f3 Author: seberg Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M tools/travis-test.sh Log Message: ----------- Merge pull request #6934 from juliantaylor/werr-pointer TST: make pointer-arith error fatal Compare: https://github.com/numpy/numpy/compare/e072d79f0361...b8fef84a5b50 From noreply at github.com Mon Jan 4 09:38:24 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Jan 2016 06:38:24 -0800 Subject: [Numpy-svn] [numpy/numpy] 4d129a: DOC: Match Documentation to Behavior for MaskedArr... Message-ID: <568a83e054f4f_24873fefe577f2bc12611a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4d129a4cc72d0d86d666545890cf010db27fcd8e https://github.com/numpy/numpy/commit/4d129a4cc72d0d86d666545890cf010db27fcd8e Author: gfyoung Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- DOC: Match Documentation to Behavior for MaskedArray.filled Closes gh-6647. Commit: 2fb2b66aa459d30120b9c2abd98c736cbf853cc0 https://github.com/numpy/numpy/commit/2fb2b66aa459d30120b9c2abd98c736cbf853cc0 Author: Charles Harris Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- Merge pull request #6920 from gfyoung/filled_documentation DOC: Fix documentation on MaskedArray.filled Compare: https://github.com/numpy/numpy/compare/b8fef84a5b50...2fb2b66aa459 From noreply at github.com Mon Jan 4 12:31:33 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Jan 2016 09:31:33 -0800 Subject: [Numpy-svn] [numpy/numpy] 2edc20: DEP: deprecate np.testing.rand Message-ID: <568aac7593c17_2afd3f988557b2c01402fe@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2edc202a2a70a17893e523dd4eb56b6668522981 https://github.com/numpy/numpy/commit/2edc202a2a70a17893e523dd4eb56b6668522981 Author: Evgeni Burovski Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/testing/utils.py Log Message: ----------- DEP: deprecate np.testing.rand Commit: 4c2b198c5a9667fcfef3e7d2b9c6cf198bf624f6 https://github.com/numpy/numpy/commit/4c2b198c5a9667fcfef3e7d2b9c6cf198bf624f6 Author: Charles Harris Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/testing/utils.py Log Message: ----------- Merge pull request #6936 from ev-br/dep-rand DEP: deprecate np.testing.rand Compare: https://github.com/numpy/numpy/compare/2fb2b66aa459...4c2b198c5a96 From noreply at github.com Mon Jan 4 13:50:20 2016 From: noreply at github.com (GitHub) Date: Mon, 04 Jan 2016 10:50:20 -0800 Subject: [Numpy-svn] [numpy/numpy] fad4dd: MAINT: Fix notation in mtrand.pyx documentation. Message-ID: <568abeece1f58_154a3feba3cd32b8141692@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fad4dd7f25fcf9524ae2b20d3d012ebb7d3e2385 https://github.com/numpy/numpy/commit/fad4dd7f25fcf9524ae2b20d3d012ebb7d3e2385 Author: ldoddema Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- MAINT: Fix notation in mtrand.pyx documentation. Commit: 1cbc14e43560ce59b267839ca1e6b1e402fe0d7a https://github.com/numpy/numpy/commit/1cbc14e43560ce59b267839ca1e6b1e402fe0d7a Author: ldoddema Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: high arg is mandatory for mtrand._rand_int32 Commit: 58e83234ac37caf771b806f4e69edd303d3908aa https://github.com/numpy/numpy/commit/58e83234ac37caf771b806f4e69edd303d3908aa Author: Charles Harris Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6935 from ldoddema/maint_random MAINT, DOC: Correct supported interval for mtrand._rand_int32. Compare: https://github.com/numpy/numpy/compare/4c2b198c5a96...58e83234ac37 From noreply at github.com Tue Jan 5 11:15:30 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 08:15:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 346c70: DOC: Create Numpy 1.10.3 release notes. Message-ID: <568bec226a235_26ea3fc57a61b2bc2077c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 346c700ab16da1deaf95e9f0331ffd76fb2162fa https://github.com/numpy/numpy/commit/346c700ab16da1deaf95e9f0331ffd76fb2162fa Author: Charles Harris Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: A doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Create Numpy 1.10.3 release notes. Commit: c1075345e7fe56683f849a3096516e7928744e68 https://github.com/numpy/numpy/commit/c1075345e7fe56683f849a3096516e7928744e68 Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: A doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6939 from charris/create-1.11.3-release-notes DOC: Create Numpy 1.10.3 release notes. Compare: https://github.com/numpy/numpy/compare/58e83234ac37...c1075345e7fe From noreply at github.com Tue Jan 5 11:21:34 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 08:21:34 -0800 Subject: [Numpy-svn] [numpy/numpy] dc708a: DOC: Create Numpy 1.10.3 release notes. Message-ID: <568bed8e6e8a4_3c163f85171972c0734a2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: dc708a00f6670ae65e559fd70c40898ce3443a8e https://github.com/numpy/numpy/commit/dc708a00f6670ae65e559fd70c40898ce3443a8e Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: A doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Create Numpy 1.10.3 release notes. [ci skip] Commit: a56554e8587e45b3f3f53484c1d37b86763c27cc https://github.com/numpy/numpy/commit/a56554e8587e45b3f3f53484c1d37b86763c27cc Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: A doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6941 from charris/backport-6939 Backport 6369 Compare: https://github.com/numpy/numpy/compare/12430f088f94...a56554e8587e From noreply at github.com Tue Jan 5 18:19:16 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 15:19:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 40e47e: DOC, BUG: Fix some latex generation problems. Message-ID: <568c4f747e147_23153f890c2bb2c01682dd@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 40e47e06e741797efef60211c58e30ff82c7191f https://github.com/numpy/numpy/commit/40e47e06e741797efef60211c58e30ff82c7191f Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst M numpy/add_newdocs.py M numpy/lib/user_array.py Log Message: ----------- DOC,BUG: Fix some latex generation problems. Some of the documentation for newbyteorder, copy and pasted in several spots, had paragraphs ending in `::`, initiating a sphinx generated Verbatim environment and resulting in "LaTeX Error: Too deeply nested". The user_array.container class needed non-empty class documentation. That that caused a problem is probably a numpydoc bug, but it is easy to fix. [skip ci] Commit: 10361d1fb298dd990433d097ee00b6010b9fc3a9 https://github.com/numpy/numpy/commit/10361d1fb298dd990433d097ee00b6010b9fc3a9 Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst M numpy/add_newdocs.py M numpy/lib/user_array.py Log Message: ----------- Merge pull request #6943 from charris/fix-latex DOC,BUG: Fix some latex generation problems. Compare: https://github.com/numpy/numpy/compare/c1075345e7fe...10361d1fb298 From noreply at github.com Tue Jan 5 18:25:52 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 15:25:52 -0800 Subject: [Numpy-svn] [numpy/numpy] c99f4d: DOC, BUG: Fix some latex generation problems. Message-ID: <568c510012e69_3d943f930d36b2a033037@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c99f4d4f8db34b13cfa77b156c99e05bb4c2d39f https://github.com/numpy/numpy/commit/c99f4d4f8db34b13cfa77b156c99e05bb4c2d39f Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst M numpy/add_newdocs.py M numpy/lib/user_array.py Log Message: ----------- DOC,BUG: Fix some latex generation problems. Some of the documentation for newbyteorder, copy and pasted in several spots, had paragraphs ending in `::`, initiating a sphinx generated Verbatim environment and resulting in "LaTeX Error: Too deeply nested". The user_array.container class needed non-empty class documentation. That that caused a problem is probably a numpydoc bug, but it is easy to fix. [skip ci] Commit: 347fc8eda011470bfd87b8b943063f6a9e8058bc https://github.com/numpy/numpy/commit/347fc8eda011470bfd87b8b943063f6a9e8058bc Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst M numpy/add_newdocs.py M numpy/lib/user_array.py Log Message: ----------- Merge pull request #6944 from charris/backport-6943 DOC,BUG: Fix some latex generation problems. Compare: https://github.com/numpy/numpy/compare/a56554e8587e...347fc8eda011 From noreply at github.com Tue Jan 5 18:28:29 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 15:28:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 8c55f5: TST: Add datetime test distinguishing modified fol... Message-ID: <568c519d1b2c5_30533fb990ce72bc44991@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8c55f58b7fe75d24ea9535a9dd1dffc65c0eae49 https://github.com/numpy/numpy/commit/8c55f58b7fe75d24ea9535a9dd1dffc65c0eae49 Author: Mark Wiebe Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/tests/test_datetime.py Log Message: ----------- TST: Add datetime test distinguishing modified following from preceding Commit: 029b502bf4946b2b0943fed1ccbb6dadd7bcc394 https://github.com/numpy/numpy/commit/029b502bf4946b2b0943fed1ccbb6dadd7bcc394 Author: Mark Wiebe Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c Log Message: ----------- BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowing Commit: debc9533727cba327a2e729c8a72f47564b1cb0f https://github.com/numpy/numpy/commit/debc9533727cba327a2e729c8a72f47564b1cb0f Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6942 from mwiebe/modprec Fix datetime roll='modifiedpreceding' bug Compare: https://github.com/numpy/numpy/compare/10361d1fb298...debc9533727c From noreply at github.com Tue Jan 5 19:15:40 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 16:15:40 -0800 Subject: [Numpy-svn] [numpy/numpy] 99d28b: TST: Add datetime test distinguishing modified fol... Message-ID: <568c5cac20008_2b993f965f1f52b8943e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 99d28b93aa3a93abc0a1b4f3b78f04459988d7dd https://github.com/numpy/numpy/commit/99d28b93aa3a93abc0a1b4f3b78f04459988d7dd Author: Mark Wiebe Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/tests/test_datetime.py Log Message: ----------- TST: Add datetime test distinguishing modified following from preceding Commit: f5dc97e8fa6667b96b8192948b5bb1e53f25ea24 https://github.com/numpy/numpy/commit/f5dc97e8fa6667b96b8192948b5bb1e53f25ea24 Author: Mark Wiebe Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c Log Message: ----------- BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowing Commit: 6a911eea76e3802e29a463f9cfff34eb1b7b2f62 https://github.com/numpy/numpy/commit/6a911eea76e3802e29a463f9cfff34eb1b7b2f62 Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6945 from charris/backport-6942 Backport 6942 Compare: https://github.com/numpy/numpy/compare/347fc8eda011...6a911eea76e3 From noreply at github.com Tue Jan 5 19:16:15 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 16:16:15 -0800 Subject: [Numpy-svn] [numpy/numpy] 8d8add: DOC: Update the 1.10.3 release notes for release. Message-ID: <568c5ccf7bf36_36d23f800d5ad29c1107e6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8d8add29f198f5f174e8572337a82a203e4d4516 https://github.com/numpy/numpy/commit/8d8add29f198f5f174e8572337a82a203e4d4516 Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Update the 1.10.3 release notes for release. [skip ci] Commit: 050a2505ce78c77a6811ae01ca24f27679605d0f https://github.com/numpy/numpy/commit/050a2505ce78c77a6811ae01ca24f27679605d0f Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6946 from charris/update-1.10.3-notes DOC: Update the 1.10.3 release notes for release. Compare: https://github.com/numpy/numpy/compare/debc9533727c...050a2505ce78 From noreply at github.com Tue Jan 5 19:20:44 2016 From: noreply at github.com (GitHub) Date: Tue, 05 Jan 2016 16:20:44 -0800 Subject: [Numpy-svn] [numpy/numpy] ebf9f5: DOC: Update the 1.10.3 release notes for release. Message-ID: <568c5ddc6764a_29ba3fe921ad92c042316@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: ebf9f53fa70e454c8044c1d435f033e53f3f82e1 https://github.com/numpy/numpy/commit/ebf9f53fa70e454c8044c1d435f033e53f3f82e1 Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Update the 1.10.3 release notes for release. [skip ci] Commit: 2e54336fb539191086ee97f58e9c7d536690abda https://github.com/numpy/numpy/commit/2e54336fb539191086ee97f58e9c7d536690abda Author: Charles Harris Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6947 from charris/backport-6946 Backport 6946 Compare: https://github.com/numpy/numpy/compare/6a911eea76e3...2e54336fb539 From noreply at github.com Wed Jan 6 05:33:06 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 02:33:06 -0800 Subject: [Numpy-svn] [numpy/numpy] e72e15: TST: Verify that certain variations of dot product... Message-ID: <568ced6290b40_33fa3f9f5dfeb2bc71614@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e72e1510d892ce4464cf102000e89582327953a0 https://github.com/numpy/numpy/commit/e72e1510d892ce4464cf102000e89582327953a0 Author: John Kirkham Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Verify that certain variations of dot products of a matrix with views of its self work correctly. Commit: 7d67348d3be1bb8193ca771f1004e8cab0361af7 https://github.com/numpy/numpy/commit/7d67348d3be1bb8193ca771f1004e8cab0361af7 Author: Nathaniel J. Smith Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6930 from jakirkham/test_dot_trans TST: Verify dot products with matrix transposes Compare: https://github.com/numpy/numpy/compare/050a2505ce78...7d67348d3be1 From noreply at github.com Wed Jan 6 13:47:21 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 10:47:21 -0800 Subject: [Numpy-svn] [numpy/numpy] dbf3fc: BUG trace is not subclass aware, such that np.trac... Message-ID: <568d613951e53_70523ffa7287d2bc33213@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dbf3fcb19ec710732531c268aeba7aa348e872f1 https://github.com/numpy/numpy/commit/dbf3fcb19ec710732531c268aeba7aa348e872f1 Author: Marten van Kerkwijk Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). Commit: 6c742bdfecdb0c6cebdce2be0ae189fb149cd82a https://github.com/numpy/numpy/commit/6c742bdfecdb0c6cebdce2be0ae189fb149cd82a Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6950 from mhvk/trace-subclasses BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). Compare: https://github.com/numpy/numpy/compare/7d67348d3be1...6c742bdfecdb From noreply at github.com Wed Jan 6 14:53:43 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 11:53:43 -0800 Subject: [Numpy-svn] [numpy/numpy] 777a82: BUG recarray slices should preserve subclass. Message-ID: <568d70c783e17_62703fc05d9bd2c06547e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 777a8241c8a810c5e7a1bb04afbb6be4259ff9d1 https://github.com/numpy/numpy/commit/777a8241c8a810c5e7a1bb04afbb6be4259ff9d1 Author: Marten van Kerkwijk Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- BUG recarray slices should preserve subclass. Commit: 89dc3cfe0c1ad749b6b7e987883bb3bdddbb7792 https://github.com/numpy/numpy/commit/89dc3cfe0c1ad749b6b7e987883bb3bdddbb7792 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #6952 from mhvk/preserve-recarray-subtype-on-slicing BUG recarray slices should preserve subclass. Compare: https://github.com/numpy/numpy/compare/6c742bdfecdb...89dc3cfe0c1a From noreply at github.com Wed Jan 6 15:07:38 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 12:07:38 -0800 Subject: [Numpy-svn] [numpy/numpy] c8487b: BUG trace is not subclass aware, such that np.trac... Message-ID: <568d740a76e5d_64c33fb876e812a024020@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c8487ba92611af89e21fba7ba91c4fc60f29e07d https://github.com/numpy/numpy/commit/c8487ba92611af89e21fba7ba91c4fc60f29e07d Author: Marten van Kerkwijk Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). Commit: 64a9c35b0924bdcdfdc755b187fa53f602ea6470 https://github.com/numpy/numpy/commit/64a9c35b0924bdcdfdc755b187fa53f602ea6470 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6953 from charris/backport-6950 Backport 6950 Compare: https://github.com/numpy/numpy/compare/2e54336fb539...64a9c35b0924 From noreply at github.com Wed Jan 6 15:21:07 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 12:21:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 076547: DOC: Update 1.10.3 release notes with last minute ... Message-ID: <568d773332c0c_4c9a3fea4abb929c9377a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 076547ffbb47cfec29071b76dca05a776e92df09 https://github.com/numpy/numpy/commit/076547ffbb47cfec29071b76dca05a776e92df09 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Update 1.10.3 release notes with last minute additions. [skip ci] Commit: 31c750f73d820c3bb692b460e1c411b4794acb3b https://github.com/numpy/numpy/commit/31c750f73d820c3bb692b460e1c411b4794acb3b Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6957 from charris/backport-6954 Backport 6954 Compare: https://github.com/numpy/numpy/compare/64a9c35b0924...31c750f73d82 From noreply at github.com Wed Jan 6 15:23:39 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 12:23:39 -0800 Subject: [Numpy-svn] [numpy/numpy] 0bdcd6: DOC: Update 1.10.3 release notes with last minute ... Message-ID: <568d77cba608c_725a3fc13492b2bc997fd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0bdcd6ef394ec2adbbf5913e67860670f2a03a7c https://github.com/numpy/numpy/commit/0bdcd6ef394ec2adbbf5913e67860670f2a03a7c Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: Update 1.10.3 release notes with last minute additions. [skip ci] Commit: 34b4c2f5450046a9a363c395c51412644fb35951 https://github.com/numpy/numpy/commit/34b4c2f5450046a9a363c395c51412644fb35951 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6954 from charris/update-1.10.3-notes DOC: Update 1.10.3 release notes with last minute additions. Compare: https://github.com/numpy/numpy/compare/89dc3cfe0c1a...34b4c2f54500 From noreply at github.com Wed Jan 6 15:53:59 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 12:53:59 -0800 Subject: [Numpy-svn] [numpy/numpy] 477a13: BUG recarray slices should preserve subclass. Message-ID: <568d7ee7831c5_5c753f8a2dc672c09702a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 477a130e5d5fecdc428975d693d468cd1d04d6c1 https://github.com/numpy/numpy/commit/477a130e5d5fecdc428975d693d468cd1d04d6c1 Author: Marten van Kerkwijk Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- BUG recarray slices should preserve subclass. Commit: 7681d0fe3a89a995d040aeb48caa72534f8000fb https://github.com/numpy/numpy/commit/7681d0fe3a89a995d040aeb48caa72534f8000fb Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #6956 from charris/backport-6952 Backport 6952 Compare: https://github.com/numpy/numpy/compare/31c750f73d82...7681d0fe3a89 From noreply at github.com Wed Jan 6 16:20:53 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 13:20:53 -0800 Subject: [Numpy-svn] [numpy/numpy] ee1c55: DOC: update 1.10.3 release notes. Message-ID: <568d85351601d_4c5d3f90bc7e32b86182@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ee1c555d2fe025fd2bb87c87e0673575be90c251 https://github.com/numpy/numpy/commit/ee1c555d2fe025fd2bb87c87e0673575be90c251 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: update 1.10.3 release notes. [ci skip] Commit: 318c243ef77cc8fb0c9c714e68a09bc3e05a47b9 https://github.com/numpy/numpy/commit/318c243ef77cc8fb0c9c714e68a09bc3e05a47b9 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6958 from charris/update-1.10.3-notes DOC: update 1.10.3 release notes. Compare: https://github.com/numpy/numpy/compare/34b4c2f54500...318c243ef77c From noreply at github.com Wed Jan 6 16:26:40 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 13:26:40 -0800 Subject: [Numpy-svn] [numpy/numpy] ab7dc7: DOC: update 1.10.3 release notes. Message-ID: <568d8690c9238_6a3d3fb2b8d432bc35345@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: ab7dc712a8dedbdacdf3493cc6f58b4969fc39d0 https://github.com/numpy/numpy/commit/ab7dc712a8dedbdacdf3493cc6f58b4969fc39d0 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- DOC: update 1.10.3 release notes. [ci skip] Commit: 6f07d45ea05c6c88b8fa95b490d133baf1595a18 https://github.com/numpy/numpy/commit/6f07d45ea05c6c88b8fa95b490d133baf1595a18 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst Log Message: ----------- Merge pull request #6959 from charris/backport-6958 Backport 6958 Compare: https://github.com/numpy/numpy/compare/7681d0fe3a89...6f07d45ea05c From noreply at github.com Wed Jan 6 16:30:25 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 13:30:25 -0800 Subject: [Numpy-svn] [numpy/numpy] 450cb8: ENH: allow single input argument in numpy.broadcas... Message-ID: <568d877180015_6f3e3fe624c352b8271f9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 450cb8c2d77a8becdeae30afd90d0ec743e6f3ec https://github.com/numpy/numpy/commit/450cb8c2d77a8becdeae30afd90d0ec743e6f3ec Author: Holger Kohr Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/core/src/multiarray/iterators.c M numpy/lib/stride_tricks.py Log Message: ----------- ENH: allow single input argument in numpy.broadcast Commit: 361c0d5ce1dc3d9b68bad42ec05ef7a4b33285ce https://github.com/numpy/numpy/commit/361c0d5ce1dc3d9b68bad42ec05ef7a4b33285ce Author: Holger Kohr Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M numpy/core/tests/test_indexing.py M numpy/core/tests/test_numeric.py Log Message: ----------- TST: add test for broadcast with one argument Commit: 816cd4983b0c6cddf3c2e51331d822188ddc7aa0 https://github.com/numpy/numpy/commit/816cd4983b0c6cddf3c2e51331d822188ddc7aa0 Author: Holger Kohr Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Mention single-arg broadcast in release notes Commit: 55b5972174a93012d6c198e25080c9b8d4c01f8f https://github.com/numpy/numpy/commit/55b5972174a93012d6c198e25080c9b8d4c01f8f Author: Jaime Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/iterators.c M numpy/core/tests/test_indexing.py M numpy/core/tests/test_numeric.py M numpy/lib/stride_tricks.py Log Message: ----------- Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_arg ENH: allow single input argument in numpy.broadcast Compare: https://github.com/numpy/numpy/compare/318c243ef77c...55b5972174a9 From noreply at github.com Wed Jan 6 17:09:24 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 14:09:24 -0800 Subject: [Numpy-svn] [numpy/numpy] fbdc1a: Release note entry for change in behaviour for np.... Message-ID: <568d909411be5_51b33feb3ead72bc72543@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fbdc1ae92edbb43e0c25bd3acc5a06723c3f7761 https://github.com/numpy/numpy/commit/fbdc1ae92edbb43e0c25bd3acc5a06723c3f7761 Author: Marten van Kerkwijk Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Release note entry for change in behaviour for np.trace. Commit: a7377d881469bb45ca4710df2a46c719aa9a80e3 https://github.com/numpy/numpy/commit/a7377d881469bb45ca4710df2a46c719aa9a80e3 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Merge pull request #6960 from mhvk/trace-allow-subclasses-release-note Release note entry for change in behaviour for np.trace. Compare: https://github.com/numpy/numpy/compare/55b5972174a9...a7377d881469 From noreply at github.com Wed Jan 6 18:14:50 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 15:14:50 -0800 Subject: [Numpy-svn] [numpy/numpy] ea8aa2: REL: Numpy 1.10.3 release Message-ID: <568d9feaba62d_7d113f9400cf12b8160a6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.3 Home: https://github.com/numpy/numpy Commit: ea8aa221f98d0bbd24884e9d6e31fbb613f478f1 https://github.com/numpy/numpy/commit/ea8aa221f98d0bbd24884e9d6e31fbb613f478f1 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M setup.py Log Message: ----------- REL: Numpy 1.10.3 release From noreply at github.com Wed Jan 6 18:28:35 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 15:28:35 -0800 Subject: [Numpy-svn] [numpy/numpy] fee3cc: ENH: Added the helper function `syrk` that compute... Message-ID: <568da323166dc_58403f7f72cfd2b8617b4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fee3ccbe8c2248bb8946d057fab94fa7012df41b https://github.com/numpy/numpy/commit/fee3ccbe8c2248bb8946d057fab94fa7012df41b Author: John Kirkham Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- ENH: Added the helper function `syrk` that computes `a.T @ a` or `a @ a.T`. Commit: 924e08f8eabe0aafb77d6c3ce435e2a6cf2df2e6 https://github.com/numpy/numpy/commit/924e08f8eabe0aafb77d6c3ce435e2a6cf2df2e6 Author: John Kirkham Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- ENH: Use the helper function `syrk` to compute `dot` more quickly and accurately in certain special cases. Commit: 01acef82fdd02c968601b41d27f3ac6461dbc459 https://github.com/numpy/numpy/commit/01acef82fdd02c968601b41d27f3ac6461dbc459 Author: John Kirkham Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update the 1.11.0 release notes to mention optimizations of `A.T @ A` and `A @ A.T`. Commit: 8d8a74d8b2f86d2548a04565744ab122537a4f62 https://github.com/numpy/numpy/commit/8d8a74d8b2f86d2548a04565744ab122537a4f62 Author: John Kirkham Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py Log Message: ----------- BENCH: Add benchmarks between an array and its transpose that share data, which should be optimized, versus the same configuration without shared data. Commit: 25c8d1c2d3590c63645d5267807b15be9abd00e4 https://github.com/numpy/numpy/commit/25c8d1c2d3590c63645d5267807b15be9abd00e4 Author: Nathaniel J. Smith Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- Merge pull request #6932 from jakirkham/opt_dot_trans ENH: Use `syrk` to compute certain dot products more quickly and accurately Compare: https://github.com/numpy/numpy/compare/a7377d881469...25c8d1c2d359 From noreply at github.com Wed Jan 6 20:59:07 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 17:59:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 4f01ce: DOC: Prepare for 1.10.4 release. Message-ID: <568dc66b877fb_7c753febd94db2a060770@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 4f01cedeb3b0bd65ee993d4b8c92d75732afe4b1 https://github.com/numpy/numpy/commit/4f01cedeb3b0bd65ee993d4b8c92d75732afe4b1 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst A doc/release/1.10.4-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Prepare for 1.10.4 release. There were problems with the PyPi upload, so make a 1.10.4 release. The new 1.10.4-notes are copies of the old 1.10.3-notes, and the latter have been marked void. [ci skip] Commit: 2e3e10e7a613298a6affdefde02b2c04f2b6c504 https://github.com/numpy/numpy/commit/2e3e10e7a613298a6affdefde02b2c04f2b6c504 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst A doc/release/1.10.4-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6961 from charris/prepare-1.10.4-release DOC: Prepare for 1.10.4 release. Compare: https://github.com/numpy/numpy/compare/6f07d45ea05c...2e3e10e7a613 From noreply at github.com Wed Jan 6 21:45:29 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 18:45:29 -0800 Subject: [Numpy-svn] [numpy/numpy] e46c2d: REL: 1.10.4 release Message-ID: <568dd149d64e4_634d3ffd71ded2b8751dc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.4 Home: https://github.com/numpy/numpy Commit: e46c2d78a27f25e66624a818276be57ef9458e60 https://github.com/numpy/numpy/commit/e46c2d78a27f25e66624a818276be57ef9458e60 Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: 1.10.4 release Signed-off-by: Charles Harris From noreply at github.com Thu Jan 7 02:15:43 2016 From: noreply at github.com (GitHub) Date: Wed, 06 Jan 2016 23:15:43 -0800 Subject: [Numpy-svn] [numpy/numpy] b8f941: DOC: Sync 1.10.3 and 1.10.4 release notes, update ... Message-ID: <568e109f407c7_59c43fe7f597f2bc8324@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b8f9418f4324b08be78bd80ea8ca45fe91579ecd https://github.com/numpy/numpy/commit/b8f9418f4324b08be78bd80ea8ca45fe91579ecd Author: Charles Harris Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst A doc/release/1.10.4-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc. Commit: 881ae912eb5b88f6224a938b136969dc48cbbac7 https://github.com/numpy/numpy/commit/881ae912eb5b88f6224a938b136969dc48cbbac7 Author: Ralf Gommers Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M doc/release/1.10.3-notes.rst A doc/release/1.10.4-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6965 from charris/update-master-from-1.10.x DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc. Compare: https://github.com/numpy/numpy/compare/25c8d1c2d359...881ae912eb5b From noreply at github.com Thu Jan 7 07:59:03 2016 From: noreply at github.com (GitHub) Date: Thu, 07 Jan 2016 04:59:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 1d1eae: MAINT: remove outdated Pyrex support from distutil... Message-ID: <568e61173f601_47ca3fa8b390b2bc859cb@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1d1eaef896a66059163f0baaaaa162e1f7c225a9 https://github.com/numpy/numpy/commit/1d1eaef896a66059163f0baaaaa162e1f7c225a9 Author: Ralf Gommers Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/distutils/command/build_src.py M numpy/distutils/setup.py R numpy/distutils/tests/pyrex_ext/__init__.py R numpy/distutils/tests/pyrex_ext/primes.pyx R numpy/distutils/tests/pyrex_ext/setup.py R numpy/distutils/tests/pyrex_ext/tests/test_primes.py M numpy/distutils/tests/setup.py M numpy/testing/nosetester.py Log Message: ----------- MAINT: remove outdated Pyrex support from distutils (as far as possible). Commit: 15fc41f5f9ecb5da72d6bd3a4932aee8a9d78f08 https://github.com/numpy/numpy/commit/15fc41f5f9ecb5da72d6bd3a4932aee8a9d78f08 Author: Ralf Gommers Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M numpy/distutils/setup.py R numpy/distutils/tests/f2py_ext/__init__.py R numpy/distutils/tests/f2py_ext/setup.py R numpy/distutils/tests/f2py_ext/src/fib1.f R numpy/distutils/tests/f2py_ext/src/fib2.pyf R numpy/distutils/tests/f2py_ext/tests/test_fib2.py R numpy/distutils/tests/f2py_f90_ext/__init__.py R numpy/distutils/tests/f2py_f90_ext/include/body.f90 R numpy/distutils/tests/f2py_f90_ext/setup.py R numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 R numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py R numpy/distutils/tests/gen_ext/__init__.py R numpy/distutils/tests/gen_ext/setup.py R numpy/distutils/tests/gen_ext/tests/test_fib3.py R numpy/distutils/tests/setup.py R numpy/distutils/tests/swig_ext/__init__.py R numpy/distutils/tests/swig_ext/setup.py R numpy/distutils/tests/swig_ext/src/example.c R numpy/distutils/tests/swig_ext/src/example.i R numpy/distutils/tests/swig_ext/src/zoo.cc R numpy/distutils/tests/swig_ext/src/zoo.h R numpy/distutils/tests/swig_ext/src/zoo.i R numpy/distutils/tests/swig_ext/tests/test_example.py R numpy/distutils/tests/swig_ext/tests/test_example2.py M numpy/testing/nosetester.py Log Message: ----------- MAINT: remove unused f2py and SWIG tests from numpy.distutils. Commit: 04bee1c34e40bc6c82c8df476baeac8c2edd863c https://github.com/numpy/numpy/commit/04bee1c34e40bc6c82c8df476baeac8c2edd863c Author: Ralf Gommers Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: mention removal of Pyrex support in 1.11.0 release notes. [ci skip] Commit: 8a76291c76aa9b33b18ceb06f6e8f37f990c9e27 https://github.com/numpy/numpy/commit/8a76291c76aa9b33b18ceb06f6e8f37f990c9e27 Author: Charles Harris Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/distutils/command/build_src.py R numpy/distutils/tests/f2py_ext/__init__.py R numpy/distutils/tests/f2py_ext/setup.py R numpy/distutils/tests/f2py_ext/src/fib1.f R numpy/distutils/tests/f2py_ext/src/fib2.pyf R numpy/distutils/tests/f2py_ext/tests/test_fib2.py R numpy/distutils/tests/f2py_f90_ext/__init__.py R numpy/distutils/tests/f2py_f90_ext/include/body.f90 R numpy/distutils/tests/f2py_f90_ext/setup.py R numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 R numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py R numpy/distutils/tests/gen_ext/__init__.py R numpy/distutils/tests/gen_ext/setup.py R numpy/distutils/tests/gen_ext/tests/test_fib3.py R numpy/distutils/tests/pyrex_ext/__init__.py R numpy/distutils/tests/pyrex_ext/primes.pyx R numpy/distutils/tests/pyrex_ext/setup.py R numpy/distutils/tests/pyrex_ext/tests/test_primes.py R numpy/distutils/tests/setup.py R numpy/distutils/tests/swig_ext/__init__.py R numpy/distutils/tests/swig_ext/setup.py R numpy/distutils/tests/swig_ext/src/example.c R numpy/distutils/tests/swig_ext/src/example.i R numpy/distutils/tests/swig_ext/src/zoo.cc R numpy/distutils/tests/swig_ext/src/zoo.h R numpy/distutils/tests/swig_ext/src/zoo.i R numpy/distutils/tests/swig_ext/tests/test_example.py R numpy/distutils/tests/swig_ext/tests/test_example2.py M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6955 from rgommers/distutils-cleanup MAINT: distutils cleanup for Pyrex support and unused f2py/swig tests Compare: https://github.com/numpy/numpy/compare/881ae912eb5b...8a76291c76aa From noreply at github.com Fri Jan 8 18:23:46 2016 From: noreply at github.com (GitHub) Date: Fri, 08 Jan 2016 15:23:46 -0800 Subject: [Numpy-svn] [numpy/numpy] 3af375: BUG: npy_acosh fallback too simple. Message-ID: <569045023f696_44f73fdc373cf2a0120980@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3af3753f8f518c8ea542511f8a117508b12e2802 https://github.com/numpy/numpy/commit/3af3753f8f518c8ea542511f8a117508b12e2802 Author: Eric Moore Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- BUG: npy_acosh fallback too simple. Fixes gh-6712. Commit: fd1d7deb1b8bd23ba59f2486c362125c17875946 https://github.com/numpy/numpy/commit/fd1d7deb1b8bd23ba59f2486c362125c17875946 Author: Charles Harris Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- Merge pull request #6976 from ewmoore/acosh_fallback BUG: npy_acosh fallback too simple. Compare: https://github.com/numpy/numpy/compare/8a76291c76aa...fd1d7deb1b8b From noreply at github.com Sat Jan 9 05:33:57 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 02:33:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 5a0746: STY: Place braces on the same lines as control str... Message-ID: <5690e215a946a_5edc3fb4d6d952b814889@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5a07468dda02a386d1193ab01af8d31dfb5b47d6 https://github.com/numpy/numpy/commit/5a07468dda02a386d1193ab01af8d31dfb5b47d6 Author: John Kirkham Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- STY: Place braces on the same lines as control structure requiring them. Commit: dce2b4e1beb3a68bd66ddc9b793cca2c8d493de0 https://github.com/numpy/numpy/commit/dce2b4e1beb3a68bd66ddc9b793cca2c8d493de0 Author: Nathaniel J. Smith Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- Merge pull request #6979 from jakirkham/cblas_matrixproduct_braces STY: Place conditional opening braces on the same line Compare: https://github.com/numpy/numpy/compare/fd1d7deb1b8b...dce2b4e1beb3 From noreply at github.com Sat Jan 9 10:47:26 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 07:47:26 -0800 Subject: [Numpy-svn] [numpy/numpy] f54ed5: fix for windows Message-ID: <56912b8eff77_720c3f858c0732c09541e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f54ed5d5ebaada0a214076977cc6c11484edd099 https://github.com/numpy/numpy/commit/f54ed5d5ebaada0a214076977cc6c11484edd099 Author: Konstantinos Psychas Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M numpy/core/setup_common.py Log Message: ----------- fix for windows Related Issue http://stackoverflow.com/questions/33886558/numpy-installation-error-mingw32ccompiler-instance-has-no-attribute-compile-o Commit: 7fd1eb44c3b73f233073ac260311316c0f9d0675 https://github.com/numpy/numpy/commit/7fd1eb44c3b73f233073ac260311316c0f9d0675 Author: Ralf Gommers Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/setup_common.py Log Message: ----------- Merge pull request #6978 from kpsychas/patch-1 BLD: fix build error for mingw32 compiler on Windows Compare: https://github.com/numpy/numpy/compare/dce2b4e1beb3...7fd1eb44c3b7 From noreply at github.com Sat Jan 9 12:01:50 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 09:01:50 -0800 Subject: [Numpy-svn] [numpy/numpy] 5a1d64: BENCH: Perform benchmarking for the computation of... Message-ID: <56913cfe48d85_62d23ffa3215b2bc137097@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5a1d64e85724118714fa76bb67695c884c67ec92 https://github.com/numpy/numpy/commit/5a1d64e85724118714fa76bb67695c884c67ec92 Author: John Kirkham Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py Log Message: ----------- BENCH: Perform benchmarking for the computation of `inner` on a matrix with itself. Commit: 1d500ecaed7bbb162c6b591d0c0b7a5f10109678 https://github.com/numpy/numpy/commit/1d500ecaed7bbb162c6b591d0c0b7a5f10109678 Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py Log Message: ----------- Merge pull request #6977 from jakirkham/bench_innerproduct BENCH: Computation of `inner` on a matrix with itself. Compare: https://github.com/numpy/numpy/compare/7fd1eb44c3b7...1d500ecaed7b From noreply at github.com Sat Jan 9 12:32:26 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 09:32:26 -0800 Subject: [Numpy-svn] [numpy/numpy] a8b10b: DOC: Update defmatrix.argmax docstring. Message-ID: <5691442a2620f_7d793f9d10abd2bc1178d5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a8b10bb18c1810efa3b63891e28250d931525c5f https://github.com/numpy/numpy/commit/a8b10bb18c1810efa3b63891e28250d931525c5f Author: Nicol?s Della Penna Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/matrixlib/defmatrix.py Log Message: ----------- DOC: Update defmatrix.argmax docstring. [ci skip] Commit: bacce4d2031b7e360bff8c7577e2b1e413caa217 https://github.com/numpy/numpy/commit/bacce4d2031b7e360bff8c7577e2b1e413caa217 Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/matrixlib/defmatrix.py Log Message: ----------- DOC: Clarify the docstrings of matrix.argmin and matrix.argmax. [ci skip] Commit: 8ca48314787fe440b0f4efadb915f2ffb207fadc https://github.com/numpy/numpy/commit/8ca48314787fe440b0f4efadb915f2ffb207fadc Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/matrixlib/defmatrix.py Log Message: ----------- Merge pull request #6983 from charris/update-6970 DOC: Update 6970, improve matrix.argmax and matrix.argmin dostrings. Compare: https://github.com/numpy/numpy/compare/1d500ecaed7b...8ca48314787f From noreply at github.com Sat Jan 9 12:32:38 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 09:32:38 -0800 Subject: [Numpy-svn] [numpy/numpy] 6f1da5: DOC: fix typos in trapz() Message-ID: <5691443662a23_4b7e3f915298f29c299a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6f1da5f8f5db99e7ca8397d925c8d2a013a305e0 https://github.com/numpy/numpy/commit/6f1da5f8f5db99e7ca8397d925c8d2a013a305e0 Author: Fran?ois Boulogne Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: fix typos in trapz() [ci skip] Commit: a8c97b94c7a8d41fa9a887d64b25b5253dd2ef4b https://github.com/numpy/numpy/commit/a8c97b94c7a8d41fa9a887d64b25b5253dd2ef4b Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: Update trapz docstring. [ci skip] Commit: 695e78d4d78038a7f694ab2701f28d84a58db664 https://github.com/numpy/numpy/commit/695e78d4d78038a7f694ab2701f28d84a58db664 Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6982 from charris/update-6972 DOC: Update 6972 Compare: https://github.com/numpy/numpy/compare/8ca48314787f...695e78d4d780 From noreply at github.com Sat Jan 9 12:50:23 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 09:50:23 -0800 Subject: [Numpy-svn] [numpy/numpy] 1c3615: MAINT, STY: Removed unused variable in f2py/f90mod... Message-ID: <5691485fd47fa_5edc3fb4d6d952b8149666@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1c3615f16239808d518c0dc86bfc34541fd1ce4a https://github.com/numpy/numpy/commit/1c3615f16239808d518c0dc86bfc34541fd1ce4a Author: rehassachdeva Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M numpy/f2py/f90mod_rules.py Log Message: ----------- MAINT, STY: Removed unused variable in f2py/f90mod_rules.py Commit: dccda3fc9acd6c1f1d3084cffb4fe6f65c007275 https://github.com/numpy/numpy/commit/dccda3fc9acd6c1f1d3084cffb4fe6f65c007275 Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/f2py/f90mod_rules.py Log Message: ----------- Merge pull request #6962 from rehassachdeva/BugFixes MAINT, STY: Removed unused variable in f2py/f90mod_rules.py Compare: https://github.com/numpy/numpy/compare/695e78d4d780...dccda3fc9acd From noreply at github.com Sat Jan 9 16:50:54 2016 From: noreply at github.com (GitHub) Date: Sat, 09 Jan 2016 13:50:54 -0800 Subject: [Numpy-svn] [numpy/numpy] e1b77f: TST: Try using `inner` with some different orderin... Message-ID: <569180bea5173_59f13faa1f51729c39564@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e1b77f1323e9e981b907390508883d9bccff3ebf https://github.com/numpy/numpy/commit/e1b77f1323e9e981b907390508883d9bccff3ebf Author: John Kirkham Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Try using `inner` with some different orderings for matrix and vector products. Add some tests for matrix products. Include a `syrk` vs. `gemm` test case. Commit: 50e4e3a2c81e6cb624c36e32b2526cec85d37efb https://github.com/numpy/numpy/commit/50e4e3a2c81e6cb624c36e32b2526cec85d37efb Author: John Kirkham Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Add more scalar tests to ensure `inner` keeps the answer with the right form. Commit: aaa16ed8ecae49c41507a99c8a6c196d13327bb0 https://github.com/numpy/numpy/commit/aaa16ed8ecae49c41507a99c8a6c196d13327bb0 Author: John Kirkham Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Add an `inner` test with two 3D tensors. Commit: e89f45756e36082e2ceac5c129cd83a7f76c3ee8 https://github.com/numpy/numpy/commit/e89f45756e36082e2ceac5c129cd83a7f76c3ee8 Author: Charles Harris Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6986 from jakirkham/test_innerproduct TST: `inner` with different dimensions Compare: https://github.com/numpy/numpy/compare/dccda3fc9acd...e89f45756e36 From noreply at github.com Sun Jan 10 04:14:07 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Jan 2016 01:14:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 8ffde7: ENH: moveaxis function Message-ID: <569220df8667e_34ad3fe19259b2b84887c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8ffde7f488eb583ed2a200702e85a6518c4f94ec https://github.com/numpy/numpy/commit/8ffde7f488eb583ed2a200702e85a6518c4f94ec Author: Stephan Hoyer Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/routines.array-manipulation.rst M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: moveaxis function Fixes GH2039 This function provides a much more intuitive interface than `np.rollaxis`, which has a confusing behavior with the position of the `start` argument: http://stackoverflow.com/questions/29891583/reason-why-numpy-rollaxis-is-so-confusing It was independently suggested several times over the years after discussions on the mailing list and GitHub (GH2039), but never made it into a pull request: https://mail.scipy.org/pipermail/numpy-discussion/2010-September/052882.html My version adds support for a sequence of axis arguments. I find this behavior to be very useful. It is often more intuitive than supplying a list of arguments to `transpose` and also nicely generalizes NumPy's existing axis manipulation routines, e.g., def transpose(a, order=None): if order is None: order = reversed(range(a.ndim)) return moveaxes(a, order, range(a.ndim)) def swapaxes(a, axis1, axis2): return moveaxes(a, [axis1, axis2], [axis2, axis1]) def rollaxis(a, axis, start=0): if axis < start: start -= 1 return moveaxes(a, axis, start) Commit: 8a1c58201ca15168c8346c26522aa5c2bf8dc9c1 https://github.com/numpy/numpy/commit/8a1c58201ca15168c8346c26522aa5c2bf8dc9c1 Author: seberg Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/routines.array-manipulation.rst M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #6630 from shoyer/moveaxis ENH: moveaxis function Compare: https://github.com/numpy/numpy/compare/e89f45756e36...8a1c58201ca1 From noreply at github.com Sun Jan 10 12:14:43 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Jan 2016 09:14:43 -0800 Subject: [Numpy-svn] [numpy/numpy] c776f3: ENH: vectorize isinf, isfinite and signbit Message-ID: <5692918372d33_3a0c3f83f56e72c011948@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c776f398fc72ae392e664b0aac48822522595eda https://github.com/numpy/numpy/commit/c776f398fc72ae392e664b0aac48822522595eda Author: Julian Taylor Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/simd.inc.src M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: vectorize isinf, isfinite and signbit isfinite is especially valuable as its needed to verify inputs are suitable for lapack. Commit: 3a92c549220807ce0a3e91b7e4441bff61a56384 https://github.com/numpy/numpy/commit/3a92c549220807ce0a3e91b7e4441bff61a56384 Author: Charles Harris Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/simd.inc.src M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #6980 from juliantaylor/vect-isfinite ENH: vectorize isinf and isfinite Compare: https://github.com/numpy/numpy/compare/8a1c58201ca1...3a92c5492208 From noreply at github.com Sun Jan 10 13:03:50 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Jan 2016 10:03:50 -0800 Subject: [Numpy-svn] [numpy/numpy] 599dee: STY: Fix indentation in example from docs. Message-ID: <56929d06c511e_72db3fb08f15f2a0865e6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 599dee9d8c29bdf427d6d381d77583bb65177a13 https://github.com/numpy/numpy/commit/599dee9d8c29bdf427d6d381d77583bb65177a13 Author: John Kirkham Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/newdtype_example/floatint.c Log Message: ----------- STY: Fix indentation in example from docs. Commit: 5fd70ba6bb82d0505ac677118e69ce93a623e2cb https://github.com/numpy/numpy/commit/5fd70ba6bb82d0505ac677118e69ce93a623e2cb Author: John Kirkham Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/newdtype_example/floatint.c Log Message: ----------- DOC: Fix typos. Commit: 81793fc67d5f34cef91797cbc07e98a3b9a6e97a https://github.com/numpy/numpy/commit/81793fc67d5f34cef91797cbc07e98a3b9a6e97a Author: Charles Harris Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/newdtype_example/floatint.c Log Message: ----------- Merge pull request #6989 from jakirkham/sty_indent_doc_typos_floatint STY, DOC: Fix indentation and typos in example Compare: https://github.com/numpy/numpy/compare/3a92c5492208...81793fc67d5f From noreply at github.com Sun Jan 10 13:44:32 2016 From: noreply at github.com (GitHub) Date: Sun, 10 Jan 2016 10:44:32 -0800 Subject: [Numpy-svn] [numpy/numpy] b23ec8: DEP: Deprecate random_integers Message-ID: <5692a690bc2fe_31353ff78f7ef2b81540a0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b23ec897fcbf1a0279a599c1ba301a2b01c09c88 https://github.com/numpy/numpy/commit/b23ec897fcbf1a0279a599c1ba301a2b01c09c88 Author: gfyoung Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- DEP: Deprecate random_integers Commit: 3a9c90cbfd6057e9f124f3d31b82f8c0ad22cd20 https://github.com/numpy/numpy/commit/3a9c90cbfd6057e9f124f3d31b82f8c0ad22cd20 Author: Charles Harris Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #6931 from gfyoung/random_integers_deprecate DEP: Deprecate random_integers Compare: https://github.com/numpy/numpy/compare/81793fc67d5f...3a9c90cbfd60 From noreply at github.com Mon Jan 11 18:35:56 2016 From: noreply at github.com (GitHub) Date: Mon, 11 Jan 2016 15:35:56 -0800 Subject: [Numpy-svn] [numpy/numpy] dde111: BUG: make result of isfinite/isinf/signbit a boole... Message-ID: <56943c5cd32ef_7ec53f85e054d29c1529be@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dde1112f4476862e1e028d048bde23027ec5441c https://github.com/numpy/numpy/commit/dde1112f4476862e1e028d048bde23027ec5441c Author: Julian Taylor Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BUG: make result of isfinite/isinf/signbit a boolean may return something else than one or zero and npy_bool is unfortunately an int8 not a c99 bool Commit: 4b82b1bba72ef7539c06a4577b7102da9564ca02 https://github.com/numpy/numpy/commit/4b82b1bba72ef7539c06a4577b7102da9564ca02 Author: Charles Harris Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6994 from juliantaylor/signbit BUG: make result of isfinite/isinf/signbit a boolean Compare: https://github.com/numpy/numpy/compare/3a9c90cbfd60...4b82b1bba72e From noreply at github.com Tue Jan 12 12:31:59 2016 From: noreply at github.com (GitHub) Date: Tue, 12 Jan 2016 09:31:59 -0800 Subject: [Numpy-svn] [numpy/numpy] b491cc: TST: Ensure `dot` fails correctly if array types c... Message-ID: <5695388fed89_31f93f92fdce32c016965b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b491cc8916e7ac1bf974fab8c2f9b65b17a90457 https://github.com/numpy/numpy/commit/b491cc8916e7ac1bf974fab8c2f9b65b17a90457 Author: John Kirkham Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Ensure `dot` fails correctly if array types cannot be coerced into a common type. Commit: 67592d34fa0bc09fb20686cc76565e3153c0c958 https://github.com/numpy/numpy/commit/67592d34fa0bc09fb20686cc76565e3153c0c958 Author: John Kirkham Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Ensure `inner` fails correctly if array types cannot be coerced into a common type. Commit: bab118da49f051aecf35296bb9d8a00edd5b4198 https://github.com/numpy/numpy/commit/bab118da49f051aecf35296bb9d8a00edd5b4198 Author: John Kirkham Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- BUG: Clear error before constructing error message using calls to `PyObject_Repr`. Also, do a better job of handling any errors raised while constructing the error message. Commit: 88c8a9c22013eb6aa876adfe895b339bc602e6ac https://github.com/numpy/numpy/commit/88c8a9c22013eb6aa876adfe895b339bc602e6ac Author: John Kirkham Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- MAINT: Refactor `cblas_innerproduct` to use `cblas_matrixproduct`. Commit: 223513a24d7e28d471d8697016dbb035c959e12a https://github.com/numpy/numpy/commit/223513a24d7e28d471d8697016dbb035c959e12a Author: John Kirkham Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/cblasfuncs.h M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- MAINT: Refactor `PyArray_InnerProduct` so that it just performs a transpose and calls `PyArray_MatrixProduct2`. Commit: eb271a517e9a18085a767937a2a76d9676c538c6 https://github.com/numpy/numpy/commit/eb271a517e9a18085a767937a2a76d9676c538c6 Author: Charles Harris Date: 2016-01-12 (Tue, 12 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/cblasfuncs.h M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6968 from jakirkham/optimize_innerproduct ENH, MAINT: Refactor `PyArray_InnerProduct` to use `PyArray_MatrixProduct2` Compare: https://github.com/numpy/numpy/compare/4b82b1bba72e...eb271a517e9a From noreply at github.com Tue Jan 12 12:41:18 2016 From: noreply at github.com (GitHub) Date: Tue, 12 Jan 2016 09:41:18 -0800 Subject: [Numpy-svn] [numpy/numpy] 931e2d: ENH: Add benchmark tests for numpy.random.randint. Message-ID: <56953abee5040_4ef03febf4b6f2b85976f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a https://github.com/numpy/numpy/commit/931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a Author: Charles Harris Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_random.py Log Message: ----------- ENH: Add benchmark tests for numpy.random.randint. This add benchmarks randint. There is one set of benchmarks for the default dtype, 'l', that can be tracked back, and another set for the new dtypes 'bool', 'uint8', 'uint16', 'uint32', and 'uint64'. Commit: 11929309a0c4afd6bd94705379ba90c23fc112fa https://github.com/numpy/numpy/commit/11929309a0c4afd6bd94705379ba90c23fc112fa Author: Charles Harris Date: 2016-01-12 (Tue, 12 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_random.py Log Message: ----------- Merge pull request #6969 from charris/bench-randint ENH: Add benchmark tests for numpy.random.randint. Compare: https://github.com/numpy/numpy/compare/eb271a517e9a...11929309a0c4 From noreply at github.com Tue Jan 12 12:41:35 2016 From: noreply at github.com (GitHub) Date: Tue, 12 Jan 2016 09:41:35 -0800 Subject: [Numpy-svn] [numpy/numpy] 52ee0f: BUG: Add more complex trig functions to glibc < 2.... Message-ID: <56953acfc2998_595a3f8c098b52c010757e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 52ee0f2ac972522e538d9d66471bf473f00e3ee0 https://github.com/numpy/numpy/commit/52ee0f2ac972522e538d9d66471bf473f00e3ee0 Author: Charles Harris Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: Add more complex trig functions to glibc < 2.16 blacklist. Added functions are - cacos - cacosf - cacosl - cacosh - cacoshf - cacoshl Closes #6063. Commit: 2df298d9ac469ec60a29373ea60cd17e0c4fd970 https://github.com/numpy/numpy/commit/2df298d9ac469ec60a29373ea60cd17e0c4fd970 Author: Charles Harris Date: 2016-01-12 (Tue, 12 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklist BUG: Add more complex trig functions to glibc < 2.16 blacklist. Compare: https://github.com/numpy/numpy/compare/11929309a0c4...2df298d9ac46 From noreply at github.com Tue Jan 12 20:32:45 2016 From: noreply at github.com (GitHub) Date: Tue, 12 Jan 2016 17:32:45 -0800 Subject: [Numpy-svn] [numpy/numpy] 090e85: BUG/TST: Fix for #6723 including test: force fill_... Message-ID: <5695a93d88488_62883fcfa5e0f2b8188177@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 090e85e7bd77e67c8b6bac63fc4b22331eac1950 https://github.com/numpy/numpy/commit/090e85e7bd77e67c8b6bac63fc4b22331eac1950 Author: Gerrit Holl Date: 2015-12-07 (Mon, 07 Dec 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG/TST: Fix for #6723 including test: force fill_value.ndim==0 Fix issue #6723. Given an exotic masked structured array, where one of the fields has a multidimensional dtype, make sure that, when accessing this field, the fill_value still makes sense. As it stands prior to this commit, the fill_value will end up being multidimensional, possibly with a shape incompatible with the mother array, which leads to broadcasting errors in methods such as .filled(). This commit uses the first element of this multidimensional fill value as the new fill value. When more than one unique value existed in fill_value, a warning is issued. Also add a test to verify that fill_value.ndim remains 0 after indexing. Commit: bdd4558c2643c93957b7f00f2604da33ee72f83d https://github.com/numpy/numpy/commit/bdd4558c2643c93957b7f00f2604da33ee72f83d Author: ahaldane Date: 2016-01-12 (Tue, 12 Jan 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fillvalue BUG/TST: Fix for #6723 including test: force fill_value.ndim==0 Compare: https://github.com/numpy/numpy/compare/2df298d9ac46...bdd4558c2643 From noreply at github.com Wed Jan 13 13:50:19 2016 From: noreply at github.com (GitHub) Date: Wed, 13 Jan 2016 10:50:19 -0800 Subject: [Numpy-svn] [numpy/numpy] df7049: BUG: skip invalid path distutils warning for empty... Message-ID: <56969c6be0d94_4cdb3fe5778fb2bc18057d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: df70490874e33e1fad18720f5c74fb5e319c9e06 https://github.com/numpy/numpy/commit/df70490874e33e1fad18720f5c74fb5e319c9e06 Author: Julian Taylor Date: 2016-01-13 (Wed, 13 Jan 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BUG: skip invalid path distutils warning for empty strings empty strings are the default for the new rpath, extra_compile_args and extra_link_args sections Commit: 7f08bb7004fb435a88a4f977c359d789cc5c2ac1 https://github.com/numpy/numpy/commit/7f08bb7004fb435a88a4f977c359d789cc5c2ac1 Author: Ralf Gommers Date: 2016-01-13 (Wed, 13 Jan 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7005 from juliantaylor/get_path_warn BUG: skip invalid path distutils warning for empty strings Compare: https://github.com/numpy/numpy/compare/bdd4558c2643...7f08bb7004fb From noreply at github.com Thu Jan 14 09:02:36 2016 From: noreply at github.com (GitHub) Date: Thu, 14 Jan 2016 06:02:36 -0800 Subject: [Numpy-svn] [numpy/numpy] 2b732b: Fix number sequence Message-ID: <5697aa7c13d9c_6c6d3fd8727c32bc11166b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2b732ba7b51dd137a9ed8f55f83f48b9f8743bf5 https://github.com/numpy/numpy/commit/2b732ba7b51dd137a9ed8f55f83f48b9f8743bf5 Author: Abdullah Alrasheed Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/doc/misc.py Log Message: ----------- Fix number sequence I have found that there are two missing numbers in a sequence in the documentation. http://docs.scipy.org/doc/numpy/user/misc.html#interfacing-to-c It goes 1,2,3,5,7,8 with missing 4 and 6. Commit: 51d2ecdc7a0aad61e250f9c67a040b0ecae086c3 https://github.com/numpy/numpy/commit/51d2ecdc7a0aad61e250f9c67a040b0ecae086c3 Author: Jaime Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/doc/misc.py Log Message: ----------- Merge pull request #7008 from TwistedHardware/master DOC: Fix a number sequence in docs Compare: https://github.com/numpy/numpy/compare/7f08bb7004fb...51d2ecdc7a0a From noreply at github.com Thu Jan 14 12:22:54 2016 From: noreply at github.com (GitHub) Date: Thu, 14 Jan 2016 09:22:54 -0800 Subject: [Numpy-svn] [numpy/numpy] 33adec: BUG: fix casting rules for generic datetime64/time... Message-ID: <5697d96eaad54_32f93fc0386472a05479e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 33adec24a1403df5c47afe235ac1869a8f489489 https://github.com/numpy/numpy/commit/33adec24a1403df5c47afe235ac1869a8f489489 Author: Stephan Hoyer Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M numpy/core/src/multiarray/datetime.c M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: fix casting rules for generic datetime64/timedelta64 units Fixes GH6452 There are two types of datetime64/timedelta64 objects with generic times units: * NaT * unit-less timedelta64 objects Both of these should be safely castable to any more specific dtype. However, more specific dtypes should not be safely castable to generic units. Otherwise, the result of `np.datetime64('NaT')` or `np.timedelta(1)` is entirely useless, because they can't be used in any arithmetic operations or comparisons. This is a regression from NumPy 1.9, where these sort of operations worked because the default casting rules with ufuncs were less strict. Commit: 8fa6e3bef26a6d4a2c92f2824129aa4409be2590 https://github.com/numpy/numpy/commit/8fa6e3bef26a6d4a2c92f2824129aa4409be2590 Author: Charles Harris Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime.c M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6465 from shoyer/datetime64-NaT-casting BUG: fix casting rules for generic datetime64/timedelta64 dtypes Compare: https://github.com/numpy/numpy/compare/51d2ecdc7a0a...8fa6e3bef26a From noreply at github.com Thu Jan 14 18:33:00 2016 From: noreply at github.com (GitHub) Date: Thu, 14 Jan 2016 15:33:00 -0800 Subject: [Numpy-svn] [numpy/numpy] 53ad26: TST, ENH: make all comparisons with NaT false Message-ID: <5698302c8bf9d_56003f8d1e53529c9751@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 53ad26a84ac2aa6f5a37f09aa9feae5afed44f79 https://github.com/numpy/numpy/commit/53ad26a84ac2aa6f5a37f09aa9feae5afed44f79 Author: Stephan Hoyer Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py M numpy/ma/tests/test_extras.py M numpy/ma/testutils.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- TST, ENH: make all comparisons with NaT false Now, NaT compares like NaN: - NaT != NaT -> True - NaT == NaT (and all other comparisons) -> False We discussed this on the mailing list back in October: https://mail.scipy.org/pipermail/numpy-discussion/2015-October/073968.html Commit: 7141f40b58ed1e7071cde78ab7bc8ab37e9c5983 https://github.com/numpy/numpy/commit/7141f40b58ed1e7071cde78ab7bc8ab37e9c5983 Author: Charles Harris Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py M numpy/ma/tests/test_extras.py M numpy/ma/testutils.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #7001 from shoyer/NaT-comparison API: make all comparisons with NaT false Compare: https://github.com/numpy/numpy/compare/8fa6e3bef26a...7141f40b58ed From noreply at github.com Thu Jan 14 20:31:00 2016 From: noreply at github.com (GitHub) Date: Thu, 14 Jan 2016 17:31:00 -0800 Subject: [Numpy-svn] [numpy/numpy] c0f6c3: DOC: Clean up/fix several references to the "futur... Message-ID: <56984bd46d546_2a1d3fe2b78ab2c0232b9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49 https://github.com/numpy/numpy/commit/c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49 Author: Nathaniel J. Smith Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M doc/source/reference/ufuncs.rst M numpy/add_newdocs.py M numpy/core/fromnumeric.py Log Message: ----------- DOC: Clean up/fix several references to the "future" 1.10 release Fixes gh-7010 Commit: a97f3a672637af604d830477ed41f5431a600c04 https://github.com/numpy/numpy/commit/a97f3a672637af604d830477ed41f5431a600c04 Author: Charles Harris Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M doc/source/reference/ufuncs.rst M numpy/add_newdocs.py M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #7015 from njsmith/fix-1.10-messages DOC: Clean up/fix several references to the "future" 1.10 release Compare: https://github.com/numpy/numpy/compare/7141f40b58ed...a97f3a672637 From noreply at github.com Thu Jan 14 20:57:57 2016 From: noreply at github.com (GitHub) Date: Thu, 14 Jan 2016 17:57:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 010464: BUG: Enforce order param for MaskedArray construct... Message-ID: <56985225cb4c5_688e3fab7c96b2b82017c6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 01046460ddc1bef7aa5d3a6ce2e10202a3c954c5 https://github.com/numpy/numpy/commit/01046460ddc1bef7aa5d3a6ce2e10202a3c954c5 Author: gfyoung Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Enforce order param for MaskedArray construction Adds the 'order' parameter to the __new__ override in MaskedArray construction, enabling it to be enforced in methods like np.ma.core.array and np.ma.core.asarray. Closes gh-6646. Commit: aa6335c494e4807d65404d91e0e9d25a7d2fe338 https://github.com/numpy/numpy/commit/aa6335c494e4807d65404d91e0e9d25a7d2fe338 Author: Charles Harris Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6912 from gfyoung/asarray_order BUG: Enforce Order Param for MaskedArray Construction Compare: https://github.com/numpy/numpy/compare/a97f3a672637...aa6335c494e4 From noreply at github.com Fri Jan 15 15:38:02 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Jan 2016 12:38:02 -0800 Subject: [Numpy-svn] [numpy/numpy] 544be6: MAINT: ensureisclose returns scalar when called wi... Message-ID: <569958aaed015_5a853fc0fc1c32a041338@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 544be6da1b572b4bcff0355bfdaa573887a60830 https://github.com/numpy/numpy/commit/544be6da1b572b4bcff0355bfdaa573887a60830 Author: Andrew Nelson Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- MAINT: ensureisclose returns scalar when called with two scalars Commit: 4d87d909bab7a7dd4bb570444cf35d98d551668f https://github.com/numpy/numpy/commit/4d87d909bab7a7dd4bb570444cf35d98d551668f Author: Charles Harris Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #7016 from andyfaff/isclose MAINT: ensure isclose returns scalar when called with two scalars closes #7014 Compare: https://github.com/numpy/numpy/compare/aa6335c494e4...4d87d909bab7 From noreply at github.com Fri Jan 15 16:25:45 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Jan 2016 13:25:45 -0800 Subject: [Numpy-svn] [numpy/numpy] 02bcbd: DOC, MAINT: Enforce np.ndarray arg for np.put and ... Message-ID: <569963d927c0a_6a883fd98426d2a015653a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 02bcbd7e99f7b73c2abcb2726f79ea01a6bba2da https://github.com/numpy/numpy/commit/02bcbd7e99f7b73c2abcb2726f79ea01a6bba2da Author: gfyoung Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/core/fromnumeric.py A numpy/core/tests/test_fromnumeric.py M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_regression.py Log Message: ----------- DOC, MAINT: Enforce np.ndarray arg for np.put and np.place np.put and np.place do something only when the first argument is an instance of np.ndarray. These changes will cause a TypeError to be thrown in either function should that requirement not be satisfied. Commit: 54224f4e88036a8cd02c1306f2c1a5f655e41e3a https://github.com/numpy/numpy/commit/54224f4e88036a8cd02c1306f2c1a5f655e41e3a Author: Stephan Hoyer Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/core/fromnumeric.py A numpy/core/tests/test_fromnumeric.py M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_regression.py Log Message: ----------- Merge pull request #7000 from gfyoung/ndarray_arg_enforce DOC, MAINT: Enforce np.ndarray arg for np.put and np.place Compare: https://github.com/numpy/numpy/compare/4d87d909bab7...54224f4e8803 From noreply at github.com Fri Jan 15 18:56:32 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Jan 2016 15:56:32 -0800 Subject: [Numpy-svn] [numpy/numpy] 5fc07a: MAINT: Ensure `inner` is raising a ValueError just... Message-ID: <56998730ac143_43ae3fd92b9572b8165173@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5fc07a2f5357a638a979abfae9f208784a00a5d7 https://github.com/numpy/numpy/commit/5fc07a2f5357a638a979abfae9f208784a00a5d7 Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Ensure `inner` is raising a ValueError just as `dot` does in the same case. Commit: ef09a84e10fa3439ea17f8531431ae874df3afa1 https://github.com/numpy/numpy/commit/ef09a84e10fa3439ea17f8531431ae874df3afa1 Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Explain the new exception behavior of `np.dot` when its types cannot be cast to a common type. Commit: 35790f6912bfaa4a1fc963ed5c5ca08761d5f9c0 https://github.com/numpy/numpy/commit/35790f6912bfaa4a1fc963ed5c5ca08761d5f9c0 Author: Charles Harris Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6987 from jakirkham/test_dot_inner_type_failures TST, MAINT: Make sure exceptions of `inner` and `dot` match for different cases Compare: https://github.com/numpy/numpy/compare/54224f4e8803...35790f6912bf From noreply at github.com Fri Jan 15 18:58:23 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Jan 2016 15:58:23 -0800 Subject: [Numpy-svn] [numpy/numpy] fb41f0: DOC: Fix markdown style inline code to restructure... Message-ID: <5699879f8818d_1a213fb7cdef32a0182876@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fb41f0047c5dbd33b344f51dc3faca4acba45293 https://github.com/numpy/numpy/commit/fb41f0047c5dbd33b344f51dc3faca4acba45293 Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Fix markdown style inline code to restructured text style inline code. Commit: c45f3e7d56686590af9b27829a505de709702563 https://github.com/numpy/numpy/commit/c45f3e7d56686590af9b27829a505de709702563 Author: Charles Harris Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Merge pull request #7023 from jakirkham/fix_docs_release DOC: Release 1.11.0 text `code` -> ``code`` Compare: https://github.com/numpy/numpy/compare/35790f6912bf...c45f3e7d5668 From noreply at github.com Fri Jan 15 20:01:50 2016 From: noreply at github.com (GitHub) Date: Fri, 15 Jan 2016 17:01:50 -0800 Subject: [Numpy-svn] [numpy/numpy] 2f7e49: DEP: Add warnings to `__getitem__` and `__setitem_... Message-ID: <5699967e8dd04_3dc83fbc811672b8211660@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2f7e491aeeb77fb9d40c9108e57922b876077c3c https://github.com/numpy/numpy/commit/2f7e491aeeb77fb9d40c9108e57922b876077c3c Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- DEP: Add warnings to `__getitem__` and `__setitem__` to point out the behavior of `MaskedArray`'s masks is changing. Commit: 852eabaa98962d4eb203e1eb2e4d6468cb20ecd0 https://github.com/numpy/numpy/commit/852eabaa98962d4eb203e1eb2e4d6468cb20ecd0 Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/lib/tests/test_nanfunctions.py M numpy/ma/tests/test_core.py Log Message: ----------- TEST: Ignore `FutureWarning` if raised from running masked array operations. Commit: 4989360f6bb57e45e1a6f624144117bfd3511313 https://github.com/numpy/numpy/commit/4989360f6bb57e45e1a6f624144117bfd3511313 Author: John Kirkham Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Explain that `MaskedArray`s will try to consistently return view of their masks when they are also returning views of their data. Commit: 880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09 https://github.com/numpy/numpy/commit/880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09 Author: Charles Harris Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/lib/tests/test_nanfunctions.py M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copy DEP: Warn MaskedArray will return views of mask when sliced Compare: https://github.com/numpy/numpy/compare/c45f3e7d5668...880e323c94cd From noreply at github.com Sat Jan 16 11:38:07 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 08:38:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 4b0ed7: BLD: require setuptools for Numpy builds. Closes ... Message-ID: <569a71efed102_cbb3fb8ac4f929c52148@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4b0ed79a959ea8b6c5dfef67f32a0d5d7370fb91 https://github.com/numpy/numpy/commit/4b0ed79a959ea8b6c5dfef67f32a0d5d7370fb91 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M setup.py Log Message: ----------- BLD: require setuptools for Numpy builds. Closes gh-6551. Commit: f820c521b3d95a6c6642120b215d1fc5da803af9 https://github.com/numpy/numpy/commit/f820c521b3d95a6c6642120b215d1fc5da803af9 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: R setupegg.py Log Message: ----------- MAINT: remove unnecessary setupegg.py file, now that we depend on setuptools. Commit: b9f480928551e8ef719e4020206ce3a6298c54ec https://github.com/numpy/numpy/commit/b9f480928551e8ef719e4020206ce3a6298c54ec Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M setup.py Log Message: ----------- BLD: disable (half-)broken setuptools commands and give clear error messages. Commit: 983eb78b906a7b9a07e8ee300359377e63014fec https://github.com/numpy/numpy/commit/983eb78b906a7b9a07e8ee300359377e63014fec Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/distutils/misc_util.py Log Message: ----------- BUG: make distutils.misc_util.is_string recognize unicode. This was triggered by the numpy version string (which is unicde) being included in metadata. This could also solve other problems for external users of numpy.distutils. Commit: 99e99e90db4c73a6baae178879937f4baebd3241 https://github.com/numpy/numpy/commit/99e99e90db4c73a6baae178879937f4baebd3241 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M .gitignore M setup.py Log Message: ----------- BLD: finish handling of setuptools commands. Also ignore setup.cfg: this file is created/modified by the alias/setopt/saveopts commands, and therefore needs to be in .gitignore. Commit: 4b43d20fec0eda4a8f02e843b3e6e454bb243f49 https://github.com/numpy/numpy/commit/4b43d20fec0eda4a8f02e843b3e6e454bb243f49 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M .travis.yml M MANIFEST.in M doc/HOWTO_BUILD_DOCS.rst.txt M doc/Makefile M doc/source/dev/development_environment.rst M doc/source/user/building.rst M pavement.py M tools/travis-test.sh Log Message: ----------- BUG: fix TravisCI test issues when using setuptools unconditionally. Also remove all mentions of setupegg.py from the documentation. Commit: 4aa9d578b85889530baec8a79a5570435eb0d5e1 https://github.com/numpy/numpy/commit/4aa9d578b85889530baec8a79a5570435eb0d5e1 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M INSTALL.txt M doc/source/user/building.rst Log Message: ----------- DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682. Commit: 08e75cad2b736cbed625ab3a831bb6f4887ca52e https://github.com/numpy/numpy/commit/08e75cad2b736cbed625ab3a831bb6f4887ca52e Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: A numpy/tests/test_numpy_version.py Log Message: ----------- TST: add test to check for correct version string format. Implements idea suggested in gh-6431. Commit: 105a498fcc987f9592b7a8a632f50544fe23ff31 https://github.com/numpy/numpy/commit/105a498fcc987f9592b7a8a632f50544fe23ff31 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/source/reference/routines.other.rst M setup.py Log Message: ----------- DOC: add NumpyVersion to the docs, and mention it in version.py Commit: a003d8da113365065bb8e84e6980e7e16693f6e5 https://github.com/numpy/numpy/commit/a003d8da113365065bb8e84e6980e7e16693f6e5 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/tests/test_numpy_version.py Log Message: ----------- TST: fix issues with test for correctness of numpy version string. Addresses comments of @pv on gh-6895. Commit: 036e41efe92222e2be68db1c9c0740c7ef9b8ef4 https://github.com/numpy/numpy/commit/036e41efe92222e2be68db1c9c0740c7ef9b8ef4 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M INSTALL.txt Log Message: ----------- DOC: update INSTALL.txt. Commit: 88ffedf439b25c567503e74d9f67935a6af55aff https://github.com/numpy/numpy/commit/88ffedf439b25c567503e74d9f67935a6af55aff Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/source/user/building.rst M doc/source/user/install.rst Log Message: ----------- DOC: some tweaks to the install and build info in the user guide. Commit: 1316a8a17fd83daeb39f5245b4df4ef8f3e7f012 https://github.com/numpy/numpy/commit/1316a8a17fd83daeb39f5245b4df4ef8f3e7f012 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: A INSTALL.rst.txt R INSTALL.txt Log Message: ----------- DOC: some more cleanup in INSTALL.txt, and rename to INSTALL.rst.txt Commit: ab5c6d01da88c05255427a8b6db72c66f67c849a https://github.com/numpy/numpy/commit/ab5c6d01da88c05255427a8b6db72c66f67c849a Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M INSTALL.rst.txt M doc/source/dev/development_environment.rst M setup.py Log Message: ----------- DOC/BUG: textual improvements in install docs, and fix a typo in setup.py Address comments of @charris on gh-6895. Commit: 0f72920972dd2935991f839b0872d8fcca65c079 https://github.com/numpy/numpy/commit/0f72920972dd2935991f839b0872d8fcca65c079 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M .gitignore M .travis.yml A INSTALL.rst.txt R INSTALL.txt M MANIFEST.in M doc/HOWTO_BUILD_DOCS.rst.txt M doc/Makefile M doc/source/dev/development_environment.rst M doc/source/reference/routines.other.rst M doc/source/user/building.rst M doc/source/user/install.rst M numpy/distutils/misc_util.py A numpy/tests/test_numpy_version.py M pavement.py M setup.py R setupegg.py M tools/travis-test.sh Log Message: ----------- Merge pull request #6895 from rgommers/packaging BLD: build improvements (enable setuptools) Compare: https://github.com/numpy/numpy/compare/880e323c94cd...0f72920972dd From noreply at github.com Sat Jan 16 11:38:59 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 08:38:59 -0800 Subject: [Numpy-svn] [numpy/numpy] b27e9b: BLD: fix rebuilding after a failed build. Closes ... Message-ID: <569a72231a0f2_17ef3f9ad19912bc6443@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b27e9b12c9d94492a273162704ace3a23351db25 https://github.com/numpy/numpy/commit/b27e9b12c9d94492a273162704ace3a23351db25 Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/distutils/__init__.py Log Message: ----------- BLD: fix rebuilding after a failed build. Closes gh-5467. Also remove bench(), does't do anything here after the move to asv. Commit: cc2a6952be7c7a9c5749eac01cfb3289b305308b https://github.com/numpy/numpy/commit/cc2a6952be7c7a9c5749eac01cfb3289b305308b Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/distutils/__init__.py Log Message: ----------- Merge pull request #7029 from rgommers/fix-interrupted-rebuild BLD: fix rebuilding after a failed build. Closes gh-5467. Compare: https://github.com/numpy/numpy/compare/0f72920972dd...cc2a6952be7c From noreply at github.com Sat Jan 16 11:47:31 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 08:47:31 -0800 Subject: [Numpy-svn] [numpy/numpy] 2fbc3f: Fix issue 7021 Message-ID: <569a742331844_5d9a3fbfe50e529c139873@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2fbc3f4f86b5b621853d3326a89fd565fd795f9b https://github.com/numpy/numpy/commit/2fbc3f4f86b5b621853d3326a89fd565fd795f9b Author: = <=> Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c M numpy/core/tests/test_datetime.py Log Message: ----------- Fix issue 7021 Commit: 4ac1a77f0730f58383ed68615e4d93933cde74f0 https://github.com/numpy/numpy/commit/4ac1a77f0730f58383ed68615e4d93933cde74f0 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_busday.c M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #7028 from sam09/fix-7021 Fix issue #7021 Compare: https://github.com/numpy/numpy/compare/cc2a6952be7c...4ac1a77f0730 From noreply at github.com Sat Jan 16 14:33:59 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 11:33:59 -0800 Subject: [Numpy-svn] [numpy/numpy] 4a000f: REL: Do not include merge commits in Changelog. Message-ID: <569a9b27d71f3_28313fe52437929c146314@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4a000fb061e89b289c0af145332589e0491143c9 https://github.com/numpy/numpy/commit/4a000fb061e89b289c0af145332589e0491143c9 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M pavement.py Log Message: ----------- REL: Do not include merge commits in Changelog. Cleans up the Changelog. [ci skip] Commit: 0bacdf63d45cafaeabc2de9fa792ff1155f3ef1f https://github.com/numpy/numpy/commit/0bacdf63d45cafaeabc2de9fa792ff1155f3ef1f Author: Ralf Gommers Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M pavement.py Log Message: ----------- Merge pull request #7032 from charris/no-merges-in-changelog REL: Do not include merge commits in Changelog. Compare: https://github.com/numpy/numpy/compare/4ac1a77f0730...0bacdf63d45c From noreply at github.com Sat Jan 16 16:30:28 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 13:30:28 -0800 Subject: [Numpy-svn] [numpy/numpy] 4c5040: BENCH: Reorganize existing benchmarks by the order... Message-ID: <569ab6745c745_31973fa7457612a081060@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4c504072b9914c0bf16ba70e41c2afbf4807f0e6 https://github.com/numpy/numpy/commit/4c504072b9914c0bf16ba70e41c2afbf4807f0e6 Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py Log Message: ----------- BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite. Commit: e5b108c8f3fe5d60decb6a43b57c994909c8d3a8 https://github.com/numpy/numpy/commit/e5b108c8f3fe5d60decb6a43b57c994909c8d3a8 Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py Log Message: ----------- BENCH: Add some benchmarks for `matmul`. Commit: 150497560047956f3c179a5ff10e9b2f5ec83508 https://github.com/numpy/numpy/commit/150497560047956f3c179a5ff10e9b2f5ec83508 Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update the release notes to state that the `A.T @ A` optimization has been extended to several NumPy operations. Commit: d65d871b16344e1b18accc87b214c8316909faf7 https://github.com/numpy/numpy/commit/d65d871b16344e1b18accc87b214c8316909faf7 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M benchmarks/benchmarks/bench_linalg.py M doc/release/1.11.0-notes.rst Log Message: ----------- Merge pull request #7034 from jakirkham/bench_matmul BENCH, DOC: Benchmark matmul and update documentation Compare: https://github.com/numpy/numpy/compare/0bacdf63d45c...d65d871b1634 From noreply at github.com Sat Jan 16 17:32:56 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 14:32:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 34c236: BUG: Make divmod behave better under roundoff erro... Message-ID: <569ac51889968_52893f80ce33d2c094842@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 34c236939116c5ad75b79b1ccfbecb9c9157a165 https://github.com/numpy/numpy/commit/34c236939116c5ad75b79b1ccfbecb9c9157a165 Author: Charles Harris Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/scalarmath.c.src Log Message: ----------- BUG: Make divmod behave better under roundoff error. This is apropos #6127. The fix is to make the functions floor_division and remainder consistent, i.e., b * floor_division(a, b) + remainder(a, b) == a Previous to this fix remainder was computed a the C level using the '%' operator, and the result was not always consistent with the floor function. The current approach is to compute the remainder using b * (a/b - floor(a/b)) which is both consistent with the Python '%' operator and numerically consistent with floor_division implemented using the floor function. Closes #6127. Commit: 18aeffd93797df872539a9bd16efa4f67887f568 https://github.com/numpy/numpy/commit/18aeffd93797df872539a9bd16efa4f67887f568 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_scalarmath.py Log Message: ----------- TST: Add tests for divmod Commit: 115975e72965a291e75367fe0a29a7690d85c966 https://github.com/numpy/numpy/commit/115975e72965a291e75367fe0a29a7690d85c966 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/scalarmath.c.src M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_scalarmath.py Log Message: ----------- Merge pull request #7022 from charris/fix-divmod BUG: Fix divmod Compare: https://github.com/numpy/numpy/compare/d65d871b1634...115975e72965 From noreply at github.com Sat Jan 16 17:33:57 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 14:33:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 8b8f46: BUG: fix issues with signed zeros in scalar math c... Message-ID: <569ac555248d0_6623fb33fbd12bc24639f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8b8f4648cbef9c64152d6f1f95703a400b156d83 https://github.com/numpy/numpy/commit/8b8f4648cbef9c64152d6f1f95703a400b156d83 Author: Stuart Archibald Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/umath/scalarmath.c.src M numpy/core/tests/test_scalarmath.py Log Message: ----------- BUG: fix issues with signed zeros in scalar math complex division. The current algorithm used in scalar math complex division appears to incorrectly handle signed zeros. This patch duplicates the algorithm used for complex division in the loops.c.src file into the scalarmath.c.src file so the algorithms are consistent regardless of context. Unit tests are added in the scalar context for testing the correctness of sign when zeros are encountered and also to trip the new branches in the now consistent algorithm. Commit: d5aff391212f32f802e268dae3ae14175422dfd2 https://github.com/numpy/numpy/commit/d5aff391212f32f802e268dae3ae14175422dfd2 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/umath/scalarmath.c.src M numpy/core/tests/test_scalarmath.py Log Message: ----------- Merge pull request #7031 from charris/cleanup-6699 Cleanup 6699, BUG: fix issues with signed zeros in scalar math complex division. Compare: https://github.com/numpy/numpy/compare/115975e72965...d5aff391212f From noreply at github.com Sat Jan 16 17:47:55 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 14:47:55 -0800 Subject: [Numpy-svn] [numpy/numpy] 22af11: DOC: Fix typo. Message-ID: <569ac89b66090_60a83f9616d432bc144338@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 22af11f70da01306ec6034b1d4d4bcf68362c5ed https://github.com/numpy/numpy/commit/22af11f70da01306ec6034b1d4d4bcf68362c5ed Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.10.4-notes.rst Log Message: ----------- DOC: Fix typo. Commit: d37d6f7298f62689433616cb93946a5a318e8537 https://github.com/numpy/numpy/commit/d37d6f7298f62689433616cb93946a5a318e8537 Author: Nathaniel J. Smith Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.10.4-notes.rst Log Message: ----------- Merge pull request #7037 from jakirkham/1_10_4_rel_doc_fix DOC: Fix typo Compare: https://github.com/numpy/numpy/compare/d5aff391212f...d37d6f7298f6 From noreply at github.com Sat Jan 16 18:00:34 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 15:00:34 -0800 Subject: [Numpy-svn] [numpy/numpy] ffa7ac: DOC: Fix typo. Message-ID: <569acb92a1129_62963fee689e32c0140026@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: ffa7ac69882c47cab6aabafb454ee20034b11996 https://github.com/numpy/numpy/commit/ffa7ac69882c47cab6aabafb454ee20034b11996 Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.10.4-notes.rst Log Message: ----------- DOC: Fix typo. Commit: 10eba467ec2acf586ec8373b23e860f9bbc64511 https://github.com/numpy/numpy/commit/10eba467ec2acf586ec8373b23e860f9bbc64511 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.10.4-notes.rst Log Message: ----------- Merge pull request #7039 from jakirkham/1_10_4_rel_doc_fix_backport DOC: Fix typo. Compare: https://github.com/numpy/numpy/compare/2e3e10e7a613...10eba467ec2a From noreply at github.com Sat Jan 16 18:08:26 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 15:08:26 -0800 Subject: [Numpy-svn] [numpy/numpy] 363c50: BLD: build travis dev wheels for py27 Message-ID: <569acd6a6b528_683a3fa991b332b8209985@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 363c5021f7428f19a56cd081a5475e9d2b5e884d https://github.com/numpy/numpy/commit/363c5021f7428f19a56cd081a5475e9d2b5e884d Author: Olivier Grisel Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- BLD: build travis dev wheels for py27 Commit: c2a925e8650405fe7a4de89efbc08fb6a32fd088 https://github.com/numpy/numpy/commit/c2a925e8650405fe7a4de89efbc08fb6a32fd088 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #7033 from ogrisel/py27-travis-wheels [MRG] Enable py27 travis wheels upload for downstream projects Compare: https://github.com/numpy/numpy/compare/d37d6f7298f6...c2a925e86504 From noreply at github.com Sat Jan 16 20:23:05 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 17:23:05 -0800 Subject: [Numpy-svn] [numpy/numpy] 9def5a: BLD: fix runtests.py, was broken by the move to se... Message-ID: <569aecf9e1c69_688e3fab7c96b2b8263139@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9def5a0019c1a4d42186e1523d7f39c796f937f0 https://github.com/numpy/numpy/commit/9def5a0019c1a4d42186e1523d7f39c796f937f0 Author: Ralf Gommers Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M runtests.py Log Message: ----------- BLD: fix runtests.py, was broken by the move to setuptools. Issue was introduced by gh-6895. Commit: c4c4178c7c9e34c9a86992c649469d52447f28b9 https://github.com/numpy/numpy/commit/c4c4178c7c9e34c9a86992c649469d52447f28b9 Author: Ralf Gommers Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: add build system changes to 1.11.0 release notes. [ci skip] Commit: ad4b5b03470a4ca2ef3150faa721a0e239b3c203 https://github.com/numpy/numpy/commit/ad4b5b03470a4ca2ef3150faa721a0e239b3c203 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M runtests.py Log Message: ----------- Merge pull request #7040 from rgommers/fix-runtests-setuptools BLD: fix runtests.py, was broken by the move to setuptools. Compare: https://github.com/numpy/numpy/compare/c2a925e86504...ad4b5b03470a From noreply at github.com Sat Jan 16 22:32:51 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 19:32:51 -0800 Subject: [Numpy-svn] [numpy/numpy] ab6ba2: STY: Wrap some long lines. Message-ID: <569b0b63c5a4c_1fd83fd34a9292a070947@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ab6ba2cbc460c8a7c000815bee8595776ce4ec98 https://github.com/numpy/numpy/commit/ab6ba2cbc460c8a7c000815bee8595776ce4ec98 Author: John Kirkham Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- STY: Wrap some long lines. Commit: 2f7827702ef6b6ac4b318103d5c0dfe2ff6e7eb3 https://github.com/numpy/numpy/commit/2f7827702ef6b6ac4b318103d5c0dfe2ff6e7eb3 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- Merge pull request #7038 from jakirkham/cblasfuncs_sty_fixes STY: Wrap some long lines in `cblasfuncs.c` Compare: https://github.com/numpy/numpy/compare/ad4b5b03470a...2f7827702ef6 From noreply at github.com Sat Jan 16 23:02:17 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 20:02:17 -0800 Subject: [Numpy-svn] [numpy/numpy] d588b4: TST: Make assert_warns an optional contextmanager Message-ID: <569b1249279ab_7f843fc465e632a0890c1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d588b48a0e2fd4a78cadc1336571f59ba6be83c6 https://github.com/numpy/numpy/commit/d588b48a0e2fd4a78cadc1336571f59ba6be83c6 Author: Stephan Hoyer Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- TST: Make assert_warns an optional contextmanager Commit: 426114879da49bf9a586b1991dcaf38ce594c4b6 https://github.com/numpy/numpy/commit/426114879da49bf9a586b1991dcaf38ce594c4b6 Author: Stephan Hoyer Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/arrays.datetime.rst M numpy/core/arrayprint.py M numpy/core/src/multiarray/datetime.c M numpy/core/src/multiarray/datetime_strings.c M numpy/core/src/multiarray/datetime_strings.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_datetime.py M numpy/core/tests/test_deprecations.py Log Message: ----------- API: Make datetime64 timezone naive Fixes GH3290 With apologies to mwiebe, this rips out most of the time zone parsing from the datetime64 type. I think we mostly sorted out the API design in discussions last year, but I'll be posting this to the mailing list shortly to get feedback. Old behavior: # string parsing and printing defaults to your local timezone :( >>> np.datetime64('2000-01-01T00') numpy.datetime64('2000-01-01T00:00-0800','h') New behavior: # datetime64 is parsed and printed as timezone naive >>> np.datetime64('2000-01-01T00') numpy.datetime64('2000-01-01T00','h') # you can still supply a timezone, but you get a deprecation warning >>> np.datetime64('2000-01-01T00Z') DeprecationWarning: parsing timezone aware datetimes is deprecated; this will raise an error in the future numpy.datetime64('2000-01-01T00','h') Commit: da98bbc030c272edb1a8548a458b3957e29ce346 https://github.com/numpy/numpy/commit/da98bbc030c272edb1a8548a458b3957e29ce346 Author: Stephan Hoyer Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/testing/utils.py Log Message: ----------- DOC: document changes to assert_warns Commit: 865c3e375a598e5a0f7d9e690eda4702de8658af https://github.com/numpy/numpy/commit/865c3e375a598e5a0f7d9e690eda4702de8658af Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/arrays.datetime.rst M numpy/core/arrayprint.py M numpy/core/src/multiarray/datetime.c M numpy/core/src/multiarray/datetime_strings.c M numpy/core/src/multiarray/datetime_strings.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_datetime.py M numpy/core/tests/test_deprecations.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #6453 from shoyer/naive-datetime64 API: Make datetime64 timezone naive Compare: https://github.com/numpy/numpy/compare/2f7827702ef6...865c3e375a59 From noreply at github.com Sat Jan 16 23:44:13 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 20:44:13 -0800 Subject: [Numpy-svn] [numpy/numpy] e0cb3f: Revert "Merge pull request #7001 from shoyer/NaT-c... Message-ID: <569b1c1dd19d9_5b043fdb736ed2bc163334@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e0cb3f79936656d6d2f48cbad46a3a9f2bad5ae1 https://github.com/numpy/numpy/commit/e0cb3f79936656d6d2f48cbad46a3a9f2bad5ae1 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py M numpy/ma/tests/test_extras.py M numpy/ma/testutils.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Revert "Merge pull request #7001 from shoyer/NaT-comparison" This reverts commit 7141f40b58ed1e7071cde78ab7bc8ab37e9c5983, reversing changes made to 8fa6e3bef26a6d4a2c92f2824129aa4409be2590. The original broke some pandas tests. The current plan to get this in is * reversion * issue FutureWarning in 1.11 and 1.12 * make the change in 1.13. Commit: 947b023a4999ec879b745c3e7b903d16d9ae65a1 https://github.com/numpy/numpy/commit/947b023a4999ec879b745c3e7b903d16d9ae65a1 Author: Charles Harris Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/core/arrayprint.py M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py M numpy/ma/tests/test_extras.py M numpy/ma/testutils.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #7042 from charris/revert-7001 Revert "Merge pull request #7001 from shoyer/NaT-comparison" Compare: https://github.com/numpy/numpy/compare/865c3e375a59...947b023a4999 From noreply at github.com Sun Jan 17 00:24:33 2016 From: noreply at github.com (GitHub) Date: Sat, 16 Jan 2016 21:24:33 -0800 Subject: [Numpy-svn] [numpy/numpy] 5be93a: MAINT: memcpy-based ~4x faster, typed shuffle. Message-ID: <569b2591c7ea2_2f0c3ffd3724b2a01582b4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5be93a2580a232705e897984d0f920bc6346990e https://github.com/numpy/numpy/commit/5be93a2580a232705e897984d0f920bc6346990e Author: Antony Lee Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- MAINT: memcpy-based ~4x faster, typed shuffle. Only for 1d-ndarrays exactly, as subtypes (e.g. masked arrays) may not allow direct shuffle of the underlying buffer (in fact, the old implementation destroyed the underlying values of masked arrays while shuffling). Also handles struct-containing-object 1d ndarrays properly. See #6776 for an earlier, less general (but even faster: ~6x) improvement attempt, #5514 for the original issue. Commit: b8cf7f904974294d4e3af43c68ef23f87385f2f6 https://github.com/numpy/numpy/commit/b8cf7f904974294d4e3af43c68ef23f87385f2f6 Author: Antony Lee Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Top shuffle speed for machine-sized ints/floats. Apparently gcc only specializes one branch (the last one) so I went for another 33% performance increase (matching #6776) in what's likely the most common use case. Commit: 309fdd4cd1400fc392acfa418226bd7f8b10073d https://github.com/numpy/numpy/commit/309fdd4cd1400fc392acfa418226bd7f8b10073d Author: Antony Lee Date: 2016-01-16 (Sat, 16 Jan 2016) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- Revert to non-generative test. Commit: afd11746fc4e0f0c06c6331798bf66520183de4d https://github.com/numpy/numpy/commit/afd11746fc4e0f0c06c6331798bf66520183de4d Author: Nathaniel J. Smith Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #6933 from anntzer/fastshuffle-memcpy memcpy-based fast, typed shuffle. Compare: https://github.com/numpy/numpy/compare/947b023a4999...afd11746fc4e From noreply at github.com Sun Jan 17 07:04:26 2016 From: noreply at github.com (GitHub) Date: Sun, 17 Jan 2016 04:04:26 -0800 Subject: [Numpy-svn] [numpy/numpy] 6e6999: BUG: Fix nanpercentile crash on all-nan slices Message-ID: <569b834a7f394_64c33fb876e812a031742d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6e699948c2b6098ec1a6e135241bc24e4df9a4d1 https://github.com/numpy/numpy/commit/6e699948c2b6098ec1a6e135241bc24e4df9a4d1 Author: David Freese Date: 2016-01-12 (Tue, 12 Jan 2016) Changed paths: M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- BUG: Fix nanpercentile crash on all-nan slices Fix bug where nanpercentile would crash with an all-nan slices when given multiple percentiles. Also corrects behavior where array sizes different from numpy.percentile would be returned with keepdims enabled. Fix #5760 Commit: 28fdcf3f19d2986a6760f96a53afa694abc737da https://github.com/numpy/numpy/commit/28fdcf3f19d2986a6760f96a53afa694abc737da Author: Julian Taylor Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bug BUG: Handle multiple percentiles for all-nan slices in nanpercentile Compare: https://github.com/numpy/numpy/compare/afd11746fc4e...28fdcf3f19d2 From noreply at github.com Sun Jan 17 10:53:25 2016 From: noreply at github.com (GitHub) Date: Sun, 17 Jan 2016 07:53:25 -0800 Subject: [Numpy-svn] [numpy/numpy] 0ed796: TST: de-uglify the setuptools appeasement in runte... Message-ID: <569bb8f56c692_72283f9a89bb32b865272@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0ed7960e32fa0b5cd2191dc9c7347c9929e8e22b https://github.com/numpy/numpy/commit/0ed7960e32fa0b5cd2191dc9c7347c9929e8e22b Author: Ralf Gommers Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M runtests.py Log Message: ----------- TST: de-uglify the setuptools appeasement in runtests.py a bit. This is a cleaner fix than the one committed in gh-7040. Commit: 0e05f2ced3a6ef8c63f7ca4fe906bdf3d510509c https://github.com/numpy/numpy/commit/0e05f2ced3a6ef8c63f7ca4fe906bdf3d510509c Author: Charles Harris Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M runtests.py Log Message: ----------- Merge pull request #7045 from rgommers/runtests-no-eggs TST: de-uglify the setuptools appeasement in runtests.py a bit. Compare: https://github.com/numpy/numpy/compare/28fdcf3f19d2...0e05f2ced3a6 From noreply at github.com Sun Jan 17 13:39:36 2016 From: noreply at github.com (GitHub) Date: Sun, 17 Jan 2016 10:39:36 -0800 Subject: [Numpy-svn] [numpy/numpy] 91ae5f: MAINT: Add '0x' to API version error for clarity. Message-ID: <569bdfe8ca9be_713e3f9ce73b92a010375e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 91ae5fbfe5664a4bdb4522dc7a5dda75040ce35c https://github.com/numpy/numpy/commit/91ae5fbfe5664a4bdb4522dc7a5dda75040ce35c Author: Stuart Berg Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/core/code_generators/generate_numpy_api.py Log Message: ----------- MAINT: Add '0x' to API version error for clarity. Commit: 46bb5350148ea271dc336ccda33b3a8857d57ad0 https://github.com/numpy/numpy/commit/46bb5350148ea271dc336ccda33b3a8857d57ad0 Author: Charles Harris Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/core/code_generators/generate_numpy_api.py Log Message: ----------- Merge pull request #6608 from stuarteberg/fix-api-version-warning-ints MAINT: Add '0x' to API version error for clarity. Compare: https://github.com/numpy/numpy/compare/0e05f2ced3a6...46bb5350148e From noreply at github.com Sun Jan 17 14:08:44 2016 From: noreply at github.com (GitHub) Date: Sun, 17 Jan 2016 11:08:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 2da37a: ENH: Allow site.cfg information with libraries key Message-ID: <569be6bc90e4a_a833f888f1992c0442a9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2da37a0e49c169f79f98e0e9d5b0370e9344029f https://github.com/numpy/numpy/commit/2da37a0e49c169f79f98e0e9d5b0370e9344029f Author: Nick Papior Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- ENH: Allow site.cfg information with libraries key This PR fixes the case when users create a site.cfg to fix library locations, but does not change the library names. Now numpy.distutils correctly checks all options related to libraries by defaulting to the library from the class via _lib_names Signed-off-by: Nick Papior Commit: 54b80df9203d34efd11334ede8c0d93dfba89689 https://github.com/numpy/numpy/commit/54b80df9203d34efd11334ede8c0d93dfba89689 Author: Charles Harris Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7048 from zerothi/enh-fix-distutils.libs ENH: Allow site.cfg information with libraries key Compare: https://github.com/numpy/numpy/compare/46bb5350148e...54b80df9203d From noreply at github.com Sun Jan 17 19:47:30 2016 From: noreply at github.com (GitHub) Date: Sun, 17 Jan 2016 16:47:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 7f0d97: TST: np.isclose, correct error msg on test Message-ID: <569c36227b072_27713ff8f740b2a0961c3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7f0d97c2b6b1cf5001dc7af88f029adf01b14eff https://github.com/numpy/numpy/commit/7f0d97c2b6b1cf5001dc7af88f029adf01b14eff Author: Andrew Nelson Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/core/tests/test_numeric.py Log Message: ----------- TST: np.isclose, correct error msg on test Commit: 9872212bdfb3bb81f66840bb3914dc56896beba7 https://github.com/numpy/numpy/commit/9872212bdfb3bb81f66840bb3914dc56896beba7 Author: Charles Harris Date: 2016-01-17 (Sun, 17 Jan 2016) Changed paths: M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #7049 from andyfaff/isclosetst TST: np.isclose, correct error msg on test Compare: https://github.com/numpy/numpy/compare/54b80df9203d...9872212bdfb3 From noreply at github.com Mon Jan 18 10:41:30 2016 From: noreply at github.com (GitHub) Date: Mon, 18 Jan 2016 07:41:30 -0800 Subject: [Numpy-svn] [numpy/numpy] d54e73: ENH: Allow specification of terms to fit in legfit Message-ID: <569d07aa49315_7f533f833831329c1132e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d54e7351aeda804de6e7b5963bb2b9fa5c76d027 https://github.com/numpy/numpy/commit/d54e7351aeda804de6e7b5963bb2b9fa5c76d027 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/legendre.py Log Message: ----------- ENH: Allow specification of terms to fit in legfit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: 40951167a51392205427c59a9d8425c36e89df08 https://github.com/numpy/numpy/commit/40951167a51392205427c59a9d8425c36e89df08 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_legendre.py Log Message: ----------- TST: Add tests for legfit with deg specified as list Commit: 942f294c06b0285ea3cf2bf223a63700a1ed50f5 https://github.com/numpy/numpy/commit/942f294c06b0285ea3cf2bf223a63700a1ed50f5 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/chebyshev.py Log Message: ----------- ENH: Allow specification of terms to fit in chebfit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: 1a9fb061bb4f217f335616c65abd36644c2f2ac7 https://github.com/numpy/numpy/commit/1a9fb061bb4f217f335616c65abd36644c2f2ac7 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_chebyshev.py Log Message: ----------- TST: Add tests for chebfit with deg specified as list Commit: acc294dcd7d3998f8f2b82cad8f3ed6db48c1f00 https://github.com/numpy/numpy/commit/acc294dcd7d3998f8f2b82cad8f3ed6db48c1f00 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/hermite.py Log Message: ----------- ENH: Allow specification of terms to fit in hermfit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: b8180bbf97505a544324c90f407cdf2c5913c612 https://github.com/numpy/numpy/commit/b8180bbf97505a544324c90f407cdf2c5913c612 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_hermite.py Log Message: ----------- TST: Add tests for hermfit with deg specified as list Commit: 8dcf03358a97bf3a577025c03438d381c8b4cb72 https://github.com/numpy/numpy/commit/8dcf03358a97bf3a577025c03438d381c8b4cb72 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/laguerre.py Log Message: ----------- ENH: Allow specification of terms to fit in lagfit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: 84e0b6ec1b686b908eb2d8bba38337a13f02cb82 https://github.com/numpy/numpy/commit/84e0b6ec1b686b908eb2d8bba38337a13f02cb82 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_laguerre.py Log Message: ----------- TST: Add tests for lagfit with deg specified as list Commit: b904ef19b55796ea6d0e43d00a551fc841833b78 https://github.com/numpy/numpy/commit/b904ef19b55796ea6d0e43d00a551fc841833b78 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/polynomial.py Log Message: ----------- ENH: Allow specification of terms to fit in polyfit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: fd5d1a4893d1a4b04d6df94ff83e09a6e4f12df6 https://github.com/numpy/numpy/commit/fd5d1a4893d1a4b04d6df94ff83e09a6e4f12df6 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_polynomial.py Log Message: ----------- TST: Add tests for polyfit with deg specified as list Commit: 6411ec505ed7b36c9768accd338a96f5a64eba93 https://github.com/numpy/numpy/commit/6411ec505ed7b36c9768accd338a96f5a64eba93 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/hermite_e.py Log Message: ----------- ENH: Allow specification of terms to fit in hermefit The argument `deg` is enhanced to allow an array_like argument to past which specifies which terms to include in the fit. The returned coef array is exapnded to have entries of 0 for all coefficients which were not included in the fit. Commit: c65093c96746fd5513a648522e105d7df8e8c912 https://github.com/numpy/numpy/commit/c65093c96746fd5513a648522e105d7df8e8c912 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_hermite_e.py Log Message: ----------- TST: Add tests for hermefit with deg specified as list Commit: 5f7b1af4e652c2ab631634d9778a3a4015e41ced https://github.com/numpy/numpy/commit/5f7b1af4e652c2ab631634d9778a3a4015e41ced Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/_polybase.py Log Message: ----------- ENH: Allow specification of terms to fit in fit method Commit: 4dd71a3ab7bd019e36998e7c5f98ec2345539f18 https://github.com/numpy/numpy/commit/4dd71a3ab7bd019e36998e7c5f98ec2345539f18 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/polynomial/tests/test_classes.py Log Message: ----------- TST: Add tests for check_fit with deg specified as list Commit: 082e1a8e690f304d1ce5b73aa03d179a25cdf3c6 https://github.com/numpy/numpy/commit/082e1a8e690f304d1ce5b73aa03d179a25cdf3c6 Author: Jonathan Underwood Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Add release note for polynomial fit deg changes Commit: aa824670cf6ad21c2f921856ba4eec00781347fe https://github.com/numpy/numpy/commit/aa824670cf6ad21c2f921856ba4eec00781347fe Author: Charles Harris Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/polynomial/_polybase.py M numpy/polynomial/chebyshev.py M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py M numpy/polynomial/laguerre.py M numpy/polynomial/legendre.py M numpy/polynomial/polynomial.py M numpy/polynomial/tests/test_chebyshev.py M numpy/polynomial/tests/test_classes.py M numpy/polynomial/tests/test_hermite.py M numpy/polynomial/tests/test_hermite_e.py M numpy/polynomial/tests/test_laguerre.py M numpy/polynomial/tests/test_legendre.py M numpy/polynomial/tests/test_polynomial.py Log Message: ----------- Merge pull request #6360 from jonathanunderwood/legfit_restrict_terms ENH: Allow specification of terms to fit in polynomial fitting functions Compare: https://github.com/numpy/numpy/compare/9872212bdfb3...aa824670cf6a From noreply at github.com Tue Jan 19 11:32:22 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 08:32:22 -0800 Subject: [Numpy-svn] [numpy/numpy] ae85a3: DEP: Emit FutureWarning for NAT comparisons. Message-ID: <569e6516c32d6_5bd03fb3786a52a0144370@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ae85a33e8f9be721361c8d5cb3f18eee8af30c44 https://github.com/numpy/numpy/commit/ae85a33e8f9be721361c8d5cb3f18eee8af30c44 Author: Charles Harris Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src Log Message: ----------- DEP: Emit FutureWarning for NAT comparisons. In Numpy 1.13 the plan is for NAT comparisons to behave like NaN comparisons, e.g., False except for 'NAT != NAT', which will be True. See the discussion at gh-7019 for details. Commit: 31dbc05d86c4018c76562466de0ea569eb1f8a62 https://github.com/numpy/numpy/commit/31dbc05d86c4018c76562466de0ea569eb1f8a62 Author: Charles Harris Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M numpy/core/tests/test_datetime.py Log Message: ----------- TST: Add tests for NAT comparison FutureWarning. The behavior of NAT comparisons will change in Numpy 1.13. Make sure that a FutureWarning is emitted when the results will change. Commit: 5f7d3637ae1069e465c4b343bd2f9250fe102396 https://github.com/numpy/numpy/commit/5f7d3637ae1069e465c4b343bd2f9250fe102396 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #7057 from charris/nat-future-warning DEP: Emit FutureWarning for NAT comparisons. Compare: https://github.com/numpy/numpy/compare/aa824670cf6a...5f7d3637ae10 From noreply at github.com Tue Jan 19 11:35:28 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 08:35:28 -0800 Subject: [Numpy-svn] [numpy/numpy] d426ed: BUG:Should fix astype cast bug in numpy.fft module Message-ID: <569e65d074814_2ee3fe99fff92b8969c0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d426ed91b41293f75c90e1795b72c017e8d435ef https://github.com/numpy/numpy/commit/d426ed91b41293f75c90e1795b72c017e8d435ef Author: Tushar Gautam Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/fft/fftpack.py Log Message: ----------- BUG:Should fix astype cast bug in numpy.fft module Closes #6693 Commit: 947be0f72a47590719e89cf23a6a5972a0cc5f24 https://github.com/numpy/numpy/commit/947be0f72a47590719e89cf23a6a5972a0cc5f24 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/fft/fftpack.py Log Message: ----------- Merge pull request #7053 from tushar-rishav/ifft_RAM_requirements BUG: Should fix astype cast bug in numpy.fft module Compare: https://github.com/numpy/numpy/compare/5f7d3637ae10...947be0f72a47 From noreply at github.com Tue Jan 19 13:46:13 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 10:46:13 -0800 Subject: [Numpy-svn] [numpy/numpy] 485962: MAINT: Refactor polynomial leastsquares fits. Message-ID: <569e8475cd9b1_25fb3ffce9ce72c023739a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 48596210faa134149f7bd4a1a82a665e02bb8104 https://github.com/numpy/numpy/commit/48596210faa134149f7bd4a1a82a665e02bb8104 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/polynomial/_polybase.py M numpy/polynomial/chebyshev.py M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py M numpy/polynomial/laguerre.py M numpy/polynomial/legendre.py M numpy/polynomial/polynomial.py Log Message: ----------- MAINT: Refactor polynomial leastsquares fits. * Rewrite the documentation for `deg`. * Check that the passed degrees are int and raise if not. * Do not accept `deg` arguments that do not convert as 0-D or 1-D. * Sort passed degree terms for repeatability. Commit: d99acf9d561fbe535eccf344160c6e698d9ab6bb https://github.com/numpy/numpy/commit/d99acf9d561fbe535eccf344160c6e698d9ab6bb Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update the 1.10.0 release notes. Rewrite the documentation of added functionality of the deg parameter of the polynomial fitting functions in the numpy.polynomial package and put it in the 'New Features' section. Commit: 5a36018eda95da0ecc10033c3301c11f038ed5ac https://github.com/numpy/numpy/commit/5a36018eda95da0ecc10033c3301c11f038ed5ac Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst M numpy/polynomial/_polybase.py M numpy/polynomial/chebyshev.py M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py M numpy/polynomial/laguerre.py M numpy/polynomial/legendre.py M numpy/polynomial/polynomial.py Log Message: ----------- Merge pull request #7052 from charris/fixup-polynomials Refactor functionality added to the numpy.polynomial package in #6360. Compare: https://github.com/numpy/numpy/compare/947be0f72a47...5a36018eda95 From noreply at github.com Tue Jan 19 15:54:58 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 12:54:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 44c49f: TST: Added lots of new tests for fromnumeric.py Message-ID: <569ea2a260c5c_446f3f8af9f132b86964e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 44c49f311f3c2e0fa6440ddde1c8fef9a4b5a93e https://github.com/numpy/numpy/commit/44c49f311f3c2e0fa6440ddde1c8fef9a4b5a93e Author: gfyoung Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: R numpy/core/tests/test_fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_numeric.py M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: Added lots of new tests for fromnumeric.py Commit: 275fa79351e5fb30c19d78f29513a5be646ca1c8 https://github.com/numpy/numpy/commit/275fa79351e5fb30c19d78f29513a5be646ca1c8 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: R numpy/core/tests/test_fromnumeric.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_numeric.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7027 from gfyoung/test_fromnumeric_expand TST, MAINT: Lots of new tests for fromnumeric.py Compare: https://github.com/numpy/numpy/compare/5a36018eda95...275fa79351e5 From noreply at github.com Tue Jan 19 21:22:58 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 18:22:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 70350f: REL: Prepare for 1.10.x branch. Message-ID: <569eef828afad_63ed3fd30530f29c62949@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 70350f4e2ca3afe5362a8b565f1d101221c4e6a8 https://github.com/numpy/numpy/commit/70350f4e2ca3afe5362a8b565f1d101221c4e6a8 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/core/code_generators/cversions.txt M numpy/core/setup_common.py M pavement.py Log Message: ----------- REL: Prepare for 1.10.x branch. * Add comment to cversions.txt (no change) * Add comment to setup_common.py (no change) * Nothing done for numpy/core/include/numpy/numpyconfig.h * Update log start to 1.10.0 in pavement.py. Commit: 58089f3ef9e18f3a4f7634e1b84eebefd45605f8 https://github.com/numpy/numpy/commit/58089f3ef9e18f3a4f7634e1b84eebefd45605f8 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M numpy/core/code_generators/cversions.txt M numpy/core/setup_common.py M pavement.py Log Message: ----------- Merge pull request #7062 from charris/pre-1.10.x-branch REL: Prepare for 1.10.x branch. Compare: https://github.com/numpy/numpy/compare/275fa79351e5...58089f3ef9e1 From noreply at github.com Tue Jan 19 21:27:37 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 18:27:37 -0800 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <569ef099bb20e_78d33fa4d15252a01682e4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy From noreply at github.com Wed Jan 20 01:01:30 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 22:01:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 11a9b7: REL: Update master branch after 1.12.x branch has ... Message-ID: <569f22ba2dffd_5ac43fdbfd3532c064611@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 11a9b710481f5932835c1c0cb1e5e2747be8cde0 https://github.com/numpy/numpy/commit/11a9b710481f5932835c1c0cb1e5e2747be8cde0 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M .travis.yml A doc/release/1.12.0-notes.rst M doc/source/release.rst M pavement.py M setup.py Log Message: ----------- REL: Update master branch after 1.12.x branch has been made. * Drop testing of Python 2.6, 3.2, and 3.3 * Create 1.12.0-notes.rst and add to source/documentation. * Update pavement.py to use 1.10.x as LOG_START * Update version numpy in setup.py Commit: a38942a87f9b76251e0950ba330f96a8d76c6d36 https://github.com/numpy/numpy/commit/a38942a87f9b76251e0950ba330f96a8d76c6d36 Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M .travis.yml A doc/release/1.12.0-notes.rst M doc/source/release.rst M pavement.py M setup.py Log Message: ----------- Merge pull request #7063 from charris/prepare-1.12-dev REL: Update master branch after 1.12.x branch has been made. Compare: https://github.com/numpy/numpy/compare/58089f3ef9e1...a38942a87f9b From noreply at github.com Wed Jan 20 02:23:28 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 23:23:28 -0800 Subject: [Numpy-svn] [numpy/numpy] 8ca656: MAINT: Constrain `pip` and `setuptools` to version... Message-ID: <569f35f02805_77653fda8523b2bc963c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 8ca65618fc2da829b56371bba0cb63ee80bf9e0f https://github.com/numpy/numpy/commit/8ca65618fc2da829b56371bba0cb63ee80bf9e0f Author: John Kirkham Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- MAINT: Constrain `pip` and `setuptools` to versions that still support Python 3.2. Commit: a857867461d27903c5109e96ed1d72e8e9cac3e6 https://github.com/numpy/numpy/commit/a857867461d27903c5109e96ed1d72e8e9cac3e6 Author: Ralf Gommers Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #7068 from jakirkham/pin_pip MAINT: Constrain `pip` and `setuptools` versions (Python 3.2 support) Compare: https://github.com/numpy/numpy/compare/58089f3ef9e1...a857867461d2 From noreply at github.com Wed Jan 20 02:32:58 2016 From: noreply at github.com (GitHub) Date: Tue, 19 Jan 2016 23:32:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 3d3c56: REL: Update pavement.py END_LOG for 1.11.x branch. Message-ID: <569f382a23fa7_73243f9a170092b8189746@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 3d3c5621f00a18b00db4a4930ffdd072e9ffe3fc https://github.com/numpy/numpy/commit/3d3c5621f00a18b00db4a4930ffdd072e9ffe3fc Author: Charles Harris Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M pavement.py Log Message: ----------- REL: Update pavement.py END_LOG for 1.11.x branch. Commit: a9364920e59e9f5ca52d7cf9c9f0633df647e432 https://github.com/numpy/numpy/commit/a9364920e59e9f5ca52d7cf9c9f0633df647e432 Author: Ralf Gommers Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M pavement.py Log Message: ----------- Merge pull request #7065 from charris/update-pavement-for-1.11.x REL: Update pavement.py END_LOG for 1.11.x branch. Compare: https://github.com/numpy/numpy/compare/a857867461d2...a9364920e59e From noreply at github.com Wed Jan 20 10:04:17 2016 From: noreply at github.com (GitHub) Date: Wed, 20 Jan 2016 07:04:17 -0800 Subject: [Numpy-svn] [numpy/numpy] 27bf31: MAINT: Constrain `pip` and `setuptools` to version... Message-ID: <569fa1f16eadb_a943fa19b7ad2b8326b9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 27bf312988ad098aea527131b595dc5bc5164d2d https://github.com/numpy/numpy/commit/27bf312988ad098aea527131b595dc5bc5164d2d Author: John Kirkham Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- MAINT: Constrain `pip` and `setuptools` to versions that still support Python 3.2. Commit: 81d6a981abd802a21638280d3e3132cc82f203b1 https://github.com/numpy/numpy/commit/81d6a981abd802a21638280d3e3132cc82f203b1 Author: Charles Harris Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #7070 from jakirkham/pin_pip MAINT: Constrain `pip` and `setuptools` versions (Python 3.2 support) (NumPy 1.10.x Backport) Compare: https://github.com/numpy/numpy/compare/10eba467ec2a...81d6a981abd8 From noreply at github.com Wed Jan 20 10:53:13 2016 From: noreply at github.com (GitHub) Date: Wed, 20 Jan 2016 07:53:13 -0800 Subject: [Numpy-svn] [numpy/numpy] c45d54: MAINT: Make no relaxed stride checking the default... Message-ID: <569fad69a8b5b_22533fad6cbfb2c0869ef@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: c45d54ebfd95c3ebf837957583bbbce976d2d019 https://github.com/numpy/numpy/commit/c45d54ebfd95c3ebf837957583bbbce976d2d019 Author: Charles Harris Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml M numpy/core/setup.py M tools/test-installed-numpy.py Log Message: ----------- MAINT: Make no relaxed stride checking the default for 1.11. Because of various back compatibility problems with relaxed stride checking, make NPY_RELAXED_STRIDE_CHECKING=0 the default for the v1.11.0 release. See pull request #6684 and issue #6678 for discussion. Commit: 77aa0773f5fd0e4f23f70e49f87aed8c3bd52a40 https://github.com/numpy/numpy/commit/77aa0773f5fd0e4f23f70e49f87aed8c3bd52a40 Author: Charles Harris Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .travis.yml M numpy/core/setup.py M tools/test-installed-numpy.py Log Message: ----------- Merge pull request #7066 from charris/no-relaxed-stride-checking MAINT: Make no relaxed stride checking the default for 1.11. Compare: https://github.com/numpy/numpy/compare/a9364920e59e...77aa0773f5fd From noreply at github.com Wed Jan 20 13:00:34 2016 From: noreply at github.com (GitHub) Date: Wed, 20 Jan 2016 10:00:34 -0800 Subject: [Numpy-svn] [numpy/numpy] 0b150b: MAINT: Simplified mtrand.pyx helpers Message-ID: <569fcb427774d_12243fe8b49132a096294@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b150b8cfafa4d8c75e47e6e9c8b3b23d7c0a2b6 https://github.com/numpy/numpy/commit/0b150b8cfafa4d8c75e47e6e9c8b3b23d7c0a2b6 Author: gfyoung Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- MAINT: Simplified mtrand.pyx helpers Refactored methods that broadcast arguments together by finding additional common ground between code in the if...else branches that involved a size parameter being passed in. Commit: 9ad54ae775a2e828907556f4fa30ade8780b8bf6 https://github.com/numpy/numpy/commit/9ad54ae775a2e828907556f4fa30ade8780b8bf6 Author: Jaime Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6997 from gfyoung/mtrand_helpers_compress MAINT: Simplify mtrand.pyx helpers Compare: https://github.com/numpy/numpy/compare/a38942a87f9b...9ad54ae775a2 From noreply at github.com Thu Jan 21 11:23:38 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 08:23:38 -0800 Subject: [Numpy-svn] [numpy/numpy] 115b6a: REL: Reset strides for RELAXED_STRIDE_CHECKING for... Message-ID: <56a1060a479b6_f383fbe2fdd32b843846@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd https://github.com/numpy/numpy/commit/115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd Author: Charles Harris Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases. Strides in some cases are set to NPY_MAX_INTP to smoke out illegal usage in packages that use Numpy. We don't want that for the releases, so fix it. Commit: 6521bcd2f52d39b238cec67d2fa62788d56586dc https://github.com/numpy/numpy/commit/6521bcd2f52d39b238cec67d2fa62788d56586dc Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- Merge pull request #7075 from charris/make-bad-strides-reasonable REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases. Compare: https://github.com/numpy/numpy/compare/77aa0773f5fd...6521bcd2f52d From noreply at github.com Thu Jan 21 11:24:29 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 08:24:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 7e4baa: MAINT: Update the git .mailmap file. Message-ID: <56a1063d2dcbc_33753ff8b300b2c0450cf@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7e4baa91982f1f0901f4133a389438a0ca048544 https://github.com/numpy/numpy/commit/7e4baa91982f1f0901f4133a389438a0ca048544 Author: Charles Harris Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M .mailmap Log Message: ----------- MAINT: Update the git .mailmap file. [ci skip] Commit: 62942fbc078d4e1af8728ecbb0120effdde5c9d2 https://github.com/numpy/numpy/commit/62942fbc078d4e1af8728ecbb0120effdde5c9d2 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M .mailmap Log Message: ----------- Merge pull request #7076 from charris/update-mailmap MAINT: Update the git .mailmap file. Compare: https://github.com/numpy/numpy/compare/9ad54ae775a2...62942fbc078d From noreply at github.com Thu Jan 21 11:38:16 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 08:38:16 -0800 Subject: [Numpy-svn] [numpy/numpy] aabd81: MAINT: Update the git .mailmap file. Message-ID: <56a109787660b_15083f9f96e592bc266e3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: aabd81f07a56da6b89b5848c173862437618da12 https://github.com/numpy/numpy/commit/aabd81f07a56da6b89b5848c173862437618da12 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M .mailmap Log Message: ----------- MAINT: Update the git .mailmap file. [ci skip] Commit: ac15fb2d2b5fbe3dbea0dc08b9e3c701526fb6d0 https://github.com/numpy/numpy/commit/ac15fb2d2b5fbe3dbea0dc08b9e3c701526fb6d0 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M .mailmap Log Message: ----------- Merge pull request #7086 from charris/update-mailmap MAINT: Update the git .mailmap file. Compare: https://github.com/numpy/numpy/compare/6521bcd2f52d...ac15fb2d2b5f From noreply at github.com Thu Jan 21 14:56:58 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 11:56:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 8c8471: BLD: fix compilation on non glibc-Linuxes Message-ID: <56a1380a3da5a_4f403ffa578012b8113192@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8c84718365c073fb5ea84e7d3c05fa72bc5c5698 https://github.com/numpy/numpy/commit/8c84718365c073fb5ea84e7d3c05fa72bc5c5698 Author: Dmitry Odzerikho Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: fix compilation on non glibc-Linuxes Non-glibc Linuxes dont have the __GLIBC_PREREQ function and compilation of numpy fails on such platforms. To avoid this the TRIG_OK check should be done only in the glibc environment The patch is taken from AlpineLinux repository http://git.alpinelinux.org/cgit/aports/tree/testing/py-numpy/numpy-1.10.0-musl.patch?id=2e5c4bfcf1c9746edd58a8e684d01403f234e71d Commit: f970038ffd723d6d69a7749582a8345c7f8ee61c https://github.com/numpy/numpy/commit/f970038ffd723d6d69a7749582a8345c7f8ee61c Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7087 from xdmiodz/musl-build BLD: fix compilation on non glibc-Linuxes Compare: https://github.com/numpy/numpy/compare/62942fbc078d...f970038ffd72 From noreply at github.com Thu Jan 21 16:07:04 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 13:07:04 -0800 Subject: [Numpy-svn] [numpy/numpy] 8ff96f: Revert "BLD: fix compilation on non glibc-Linuxes" Message-ID: <56a14878d0865_556c3fbbf67072bc8939@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-7087-musl-build Home: https://github.com/numpy/numpy Commit: 8ff96f67a0b36079dd211d8a7cddb0262f489b33 https://github.com/numpy/numpy/commit/8ff96f67a0b36079dd211d8a7cddb0262f489b33 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Revert "BLD: fix compilation on non glibc-Linuxes" From noreply at github.com Thu Jan 21 17:55:30 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 14:55:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 8ff96f: Revert "BLD: fix compilation on non glibc-Linuxes" Message-ID: <56a161e2e8d49_143f3f9160f472bc1243f3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8ff96f67a0b36079dd211d8a7cddb0262f489b33 https://github.com/numpy/numpy/commit/8ff96f67a0b36079dd211d8a7cddb0262f489b33 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Revert "BLD: fix compilation on non glibc-Linuxes" Commit: 5e2f1a3619d033f77f982679f8b2128e1696e771 https://github.com/numpy/numpy/commit/5e2f1a3619d033f77f982679f8b2128e1696e771 Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7091 from numpy/revert-7087-musl-build Revert "BLD: fix compilation on non glibc-Linuxes" Compare: https://github.com/numpy/numpy/compare/f970038ffd72...5e2f1a3619d0 From noreply at github.com Thu Jan 21 17:55:35 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 14:55:35 -0800 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <56a161e796efa_12c43ff5ddc9d2a0111980@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-7087-musl-build Home: https://github.com/numpy/numpy From noreply at github.com Thu Jan 21 23:57:45 2016 From: noreply at github.com (GitHub) Date: Thu, 21 Jan 2016 20:57:45 -0800 Subject: [Numpy-svn] [numpy/numpy] f189e2: BLD: fix compilation on non glibc-Linuxes Message-ID: <56a1b6c9f1bad_81c3fb89262f2c040545@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f189e2adcdd05596a6f65b4097e2f12f9c0d9ce9 https://github.com/numpy/numpy/commit/f189e2adcdd05596a6f65b4097e2f12f9c0d9ce9 Author: Dmitry Odzerikho Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: fix compilation on non glibc-Linuxes Non-glibc Linuxes dont have the __GLIBC_PREREQ function and compilation of numpy fails on such platforms. Commit: d5cef016b336659a2288cefe8aa6f60cf340d35c https://github.com/numpy/numpy/commit/d5cef016b336659a2288cefe8aa6f60cf340d35c Author: Charles Harris Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7092 from xdmiodz/glibc-check BLD: fix compilation on non glibc-Linuxes Compare: https://github.com/numpy/numpy/compare/5e2f1a3619d0...d5cef016b336 From noreply at github.com Fri Jan 22 09:24:07 2016 From: noreply at github.com (GitHub) Date: Fri, 22 Jan 2016 06:24:07 -0800 Subject: [Numpy-svn] [numpy/numpy] e3e00b: BLD: fix compilation on non glibc-Linuxes Message-ID: <56a23b87bec45_43be3fe3cb8f92bc777ba@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: e3e00ba5edb8cf41b2210a0054b582694546919f https://github.com/numpy/numpy/commit/e3e00ba5edb8cf41b2210a0054b582694546919f Author: Dmitry Odzerikho Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: fix compilation on non glibc-Linuxes Non-glibc Linuxes dont have the __GLIBC_PREREQ function and compilation of numpy fails on such platforms. Commit: 438837830e65dfb7885d06da843c0deb35ecf6b4 https://github.com/numpy/numpy/commit/438837830e65dfb7885d06da843c0deb35ecf6b4 Author: Charles Harris Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7095 from charris/backport-7092 Backport #7092, BLD: fix compilation on non glibc-Linuxes Compare: https://github.com/numpy/numpy/compare/ac15fb2d2b5f...438837830e65 From noreply at github.com Fri Jan 22 20:28:38 2016 From: noreply at github.com (GitHub) Date: Fri, 22 Jan 2016 17:28:38 -0800 Subject: [Numpy-svn] [numpy/numpy] e77b7b: BUG: In `norm`, always cast non-floating point arr... Message-ID: <56a2d74664f2c_30783fbf8acc72a088094@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e77b7b98df233f72a9d50934a4bf5b93c163b482 https://github.com/numpy/numpy/commit/e77b7b98df233f72a9d50934a4bf5b93c163b482 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Otherwise, weird integer roundoff errors give faulty results in some cases. Commit: bc4a17ed89004ed63558a3e7f0bd035580777aa7 https://github.com/numpy/numpy/commit/bc4a17ed89004ed63558a3e7f0bd035580777aa7 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: Verify that `norm` is properly casting values to floats as needed. Commit: 43c6a89128347928c5fe26f67ba2a0a022f00822 https://github.com/numpy/numpy/commit/43c6a89128347928c5fe26f67ba2a0a022f00822 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: Make sure that the `ord=0` case returns a float. Commit: 75d5b59bca181ee7e5ba872999014006c4b6c3f3 https://github.com/numpy/numpy/commit/75d5b59bca181ee7e5ba872999014006c4b6c3f3 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- DOC: Update `norm` docstring to include examples that reflect that all computations are done with floating point numbers. Commit: 66156a049aa833a06e6747dbe88676a61e034e8d https://github.com/numpy/numpy/commit/66156a049aa833a06e6747dbe88676a61e034e8d Author: Charles Harris Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #7088 from jakirkham/cast_float_linalg BUG: Have `norm` cast non-floating point arrays to 64-bit float arrays Compare: https://github.com/numpy/numpy/compare/d5cef016b336...66156a049aa8 From noreply at github.com Sat Jan 23 00:24:56 2016 From: noreply at github.com (GitHub) Date: Fri, 22 Jan 2016 21:24:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 6febef: BUG: In `norm`, always cast non-floating point arr... Message-ID: <56a30ea8553ba_4c263fbdf69032bc113982@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 6febef796423f7dda50227cfea30786208305b23 https://github.com/numpy/numpy/commit/6febef796423f7dda50227cfea30786208305b23 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Otherwise, weird integer roundoff errors giving faulty results in some cases. Commit: 5a763ce81b55301d55b314789e8f3fcad477a217 https://github.com/numpy/numpy/commit/5a763ce81b55301d55b314789e8f3fcad477a217 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: Verify that `norm` is properly casting values to floats as needed. Commit: 0d6f1cca11debdb08ca9beef7a3f12426561e26e https://github.com/numpy/numpy/commit/0d6f1cca11debdb08ca9beef7a3f12426561e26e Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: Make sure that the `ord=0` case returns a float. Commit: f9fc1a8832baf74e32f58cf9424a474600104f65 https://github.com/numpy/numpy/commit/f9fc1a8832baf74e32f58cf9424a474600104f65 Author: John Kirkham Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- DOC: Update `norm` docstring examples to include floating point values. Commit: e02c46f7995e213c98459aad32032897971bd057 https://github.com/numpy/numpy/commit/e02c46f7995e213c98459aad32032897971bd057 Author: Charles Harris Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #7098 from jakirkham/cast_float_linalg_bp_1_11_x Backport 7088, BUG: Have `norm` cast non-floating point arrays to 64-bit float arrays Compare: https://github.com/numpy/numpy/compare/438837830e65...e02c46f7995e From noreply at github.com Sat Jan 23 16:26:27 2016 From: noreply at github.com (GitHub) Date: Sat, 23 Jan 2016 13:26:27 -0800 Subject: [Numpy-svn] [numpy/numpy] b8d61d: DOC: Update the 1.11.0 release notes. Message-ID: <56a3f0033df94_2c2f3f947bfc92bc12030@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b8d61d4348b6907fed545d020c9f5631dfafc6e0 https://github.com/numpy/numpy/commit/b8d61d4348b6907fed545d020c9f5631dfafc6e0 Author: Charles Harris Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update the 1.11.0 release notes. [ci skip] Commit: 639e2a3d94026be7bc5ac698539c149702b225d9 https://github.com/numpy/numpy/commit/639e2a3d94026be7bc5ac698539c149702b225d9 Author: Charles Harris Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Merge pull request #7073 from charris/update-1.11.0-notes DOC: Update the 1.11.0 release notes. Compare: https://github.com/numpy/numpy/compare/66156a049aa8...639e2a3d9402 From noreply at github.com Sat Jan 23 16:29:17 2016 From: noreply at github.com (GitHub) Date: Sat, 23 Jan 2016 13:29:17 -0800 Subject: [Numpy-svn] [numpy/numpy] c965a3: DOC: Update the 1.11.0 release notes. Message-ID: <56a3f0adaba97_13be3fa0931172b81332b2@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: c965a35507dd56df12f6dd8eabfcb63974a64b72 https://github.com/numpy/numpy/commit/c965a35507dd56df12f6dd8eabfcb63974a64b72 Author: Charles Harris Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update the 1.11.0 release notes. [ci skip] Commit: 4efeb3028a1f547483f42fd4c8211d5fa0c07658 https://github.com/numpy/numpy/commit/4efeb3028a1f547483f42fd4c8211d5fa0c07658 Author: Charles Harris Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- Merge pull request #7106 from charris/backport-7073 Backport 7073, DOC: Update the 1.11.0 release notes. Compare: https://github.com/numpy/numpy/compare/e02c46f7995e...4efeb3028a1f From noreply at github.com Sat Jan 23 19:16:48 2016 From: noreply at github.com (GitHub) Date: Sat, 23 Jan 2016 16:16:48 -0800 Subject: [Numpy-svn] [numpy/numpy] 091db7: TST: Added broadcasting tests in test_random.py Message-ID: <56a417f0921e8_78a33ff69b5cf2c01484c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 091db7d35249935913c84bfff1bd78da3cb4f556 https://github.com/numpy/numpy/commit/091db7d35249935913c84bfff1bd78da3cb4f556 Author: gfyoung Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- TST: Added broadcasting tests in test_random.py Added a whole new suite of tests to ensure that functions in mtrand.pyx which are broadcastable actually broadcast their arguments properly. Commit: c0980ff9d32e690b13b8d3c6b0a797771ee33b57 https://github.com/numpy/numpy/commit/c0980ff9d32e690b13b8d3c6b0a797771ee33b57 Author: gfyoung Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Clarified output size for broadcastable mtrand.pyx functions Clarified the output size depending on whether scalar or non-scalar inputs are passed to functions in mtrand.pyx that can broadcast their arguments. Commit: 9849922aa4ace91906878df51053a32e2719a722 https://github.com/numpy/numpy/commit/9849922aa4ace91906878df51053a32e2719a722 Author: Jaime Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #7082 from gfyoung/test_random_expand TST, DOC: Added Broadcasting Tests in test_random.py Compare: https://github.com/numpy/numpy/compare/639e2a3d9402...9849922aa4ac From noreply at github.com Sun Jan 24 14:08:00 2016 From: noreply at github.com (GitHub) Date: Sun, 24 Jan 2016 11:08:00 -0800 Subject: [Numpy-svn] [numpy/numpy] 8f890a: DOC: update Python versions requirements in the in... Message-ID: <56a5211019ab_74243f7e32a812a01280fc@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8f890ac6dede6f8da6ea83228f830f50757f7aec https://github.com/numpy/numpy/commit/8f890ac6dede6f8da6ea83228f830f50757f7aec Author: alex Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M INSTALL.rst.txt Log Message: ----------- DOC: update Python versions requirements in the install docs Commit: c8135c55e69362bb1980c6cf7cb77cc618a426fa https://github.com/numpy/numpy/commit/c8135c55e69362bb1980c6cf7cb77cc618a426fa Author: Charles Harris Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M INSTALL.rst.txt Log Message: ----------- Merge pull request #7109 from argriffing/python-ver-dep-docs DOC: update Python versions requirements in the install docs Compare: https://github.com/numpy/numpy/compare/9849922aa4ac...c8135c55e693 From noreply at github.com Sun Jan 24 19:18:20 2016 From: noreply at github.com (GitHub) Date: Sun, 24 Jan 2016 16:18:20 -0800 Subject: [Numpy-svn] [numpy/numpy] 61f872: BUG: One element array inputs get one element arra... Message-ID: <56a569cc32ea4_156a3f8dcf6512a01380bc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 61f872265b67b313058a07533eaed88f4170ff2c https://github.com/numpy/numpy/commit/61f872265b67b313058a07533eaed88f4170ff2c Author: gfyoung Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- BUG: One element array inputs get one element arrays returned in np.random Fixes bug in np.random methods that would return scalars when passed one-element array inputs. This is because one-element ndarrays can be cast to integers / floats, which is what functions like PyFloat_AsDouble do before converting to the intended data type. This commit changes the check used to determine whether the inputs are purely scalar by converting all inputs to arrays and checking if the resulting shape is an empty tuple (scalar) or not (array). Closes gh-4263. Commit: d641eedd8214d89719ea8e0fa488232a1aae86bd https://github.com/numpy/numpy/commit/d641eedd8214d89719ea8e0fa488232a1aae86bd Author: Jaime Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #7055 from gfyoung/single_elt_array_return_matching BUG: One Element Array Inputs Return Scalars in np.random Compare: https://github.com/numpy/numpy/compare/c8135c55e693...d641eedd8214 From noreply at github.com Mon Jan 25 06:36:52 2016 From: noreply at github.com (GitHub) Date: Mon, 25 Jan 2016 03:36:52 -0800 Subject: [Numpy-svn] [numpy/numpy] df9df7: MAINT: Fix typos in docs Message-ID: <56a608d49e444_c663fa7998232c01333e3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: df9df7f7e8340f9389543a4389022c07dbaf2e0d https://github.com/numpy/numpy/commit/df9df7f7e8340f9389543a4389022c07dbaf2e0d Author: Dongjoon Hyun Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M doc/CAPI.rst.txt M doc/DISTUTILS.rst.txt M doc/f2py/index.html M doc/neps/return-of-revenge-of-matmul-pep.rst M doc/source/reference/arrays.ndarray.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/distutils.rst M doc/source/reference/swig.interface-file.rst M doc/source/user/building.rst M doc/source/user/c-info.ufunc-tutorial.rst Log Message: ----------- MAINT: Fix typos in docs Commit: e0acd3fea475429070ff5682225b00aa8f3dbbcf https://github.com/numpy/numpy/commit/e0acd3fea475429070ff5682225b00aa8f3dbbcf Author: Jaime Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M doc/CAPI.rst.txt M doc/DISTUTILS.rst.txt M doc/f2py/index.html M doc/neps/return-of-revenge-of-matmul-pep.rst M doc/source/reference/arrays.ndarray.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/distutils.rst M doc/source/reference/swig.interface-file.rst M doc/source/user/building.rst M doc/source/user/c-info.ufunc-tutorial.rst Log Message: ----------- Merge pull request #7114 from dongjoon-hyun/fix_typos_in_doc MAINT: Fix typos in docs Compare: https://github.com/numpy/numpy/compare/d641eedd8214...e0acd3fea475 From noreply at github.com Mon Jan 25 16:32:33 2016 From: noreply at github.com (GitHub) Date: Mon, 25 Jan 2016 13:32:33 -0800 Subject: [Numpy-svn] [numpy/numpy] d3d2f8: TST: Fixed f2py test for win32 virtualenv Message-ID: <56a694715a183_2c2f3f947bfc92bc144326@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d3d2f8e92cd08bb64cc520cf714bc70fb31909ce https://github.com/numpy/numpy/commit/d3d2f8e92cd08bb64cc520cf714bc70fb31909ce Author: gfyoung Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- TST: Fixed f2py test for win32 virtualenv Fixed test_scripts.test_f2py test so that it can pass correctly on win32 virtualenvs, in which the Python executable and the f2py.py file are both in the Scripts directory. Commit: 471bab33bbfac24df42221b5c5739a190ca4018e https://github.com/numpy/numpy/commit/471bab33bbfac24df42221b5c5739a190ca4018e Author: Charles Harris Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #7116 from gfyoung/f2py_patch TST: Fixed f2py test for win32 virtualenv Compare: https://github.com/numpy/numpy/compare/e0acd3fea475...471bab33bbfa From noreply at github.com Mon Jan 25 20:48:37 2016 From: noreply at github.com (GitHub) Date: Mon, 25 Jan 2016 17:48:37 -0800 Subject: [Numpy-svn] [numpy/numpy] 2d1d5c: REL: 1.11.0b1 release Message-ID: <56a6d075bca4c_f403fa1161b12b81645f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.11.0b1 Home: https://github.com/numpy/numpy Commit: 2d1d5c4535bd6df34bed4bf304e253667abf8096 https://github.com/numpy/numpy/commit/2d1d5c4535bd6df34bed4bf304e253667abf8096 Author: Charles Harris Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M setup.py Log Message: ----------- REL: 1.11.0b1 release From noreply at github.com Tue Jan 26 10:20:42 2016 From: noreply at github.com (GitHub) Date: Tue, 26 Jan 2016 07:20:42 -0800 Subject: [Numpy-svn] [numpy/numpy] 588a1c: TST: Fixed f2py test for non-versioned python exec... Message-ID: <56a78ecab4cb1_469e3fdc3e4d72b897936@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 588a1c3e42302418de80eb5f7da4ad375228396e https://github.com/numpy/numpy/commit/588a1c3e42302418de80eb5f7da4ad375228396e Author: gfyoung Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- TST: Fixed f2py test for non-versioned python executables The 'sys.executable' can come in various names, but the three main ones are "python", "python{major_version}", and "python{major_version.minor_version}". The current version of the f2py test assumes that only the latter two are used. Since "f2py" is generally versioned, using the executable basename "python" will make it impossible to find. This commit fixes that issue by using a sure-fire way of getting the Python version. Commit: cc2b0495118e4855acfeaea3253abf449f3e91dd https://github.com/numpy/numpy/commit/cc2b0495118e4855acfeaea3253abf449f3e91dd Author: Charles Harris Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #7118 from gfyoung/f2py_patch_linux TST: Fixed f2py test for non-versioned python executables Compare: https://github.com/numpy/numpy/compare/471bab33bbfa...cc2b0495118e From noreply at github.com Wed Jan 27 17:35:30 2016 From: noreply at github.com (GitHub) Date: Wed, 27 Jan 2016 14:35:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 2a079b: TST: test installing from sdist on TravisCI. Message-ID: <56a94632c71dc_734c3ff87f2d32c03351a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2a079b2d39ea71938912528cbe9d679649bf77b9 https://github.com/numpy/numpy/commit/2a079b2d39ea71938912528cbe9d679649bf77b9 Author: Ralf Gommers Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- TST: test installing from sdist on TravisCI. Commit: 6770f985b3663338d023dd707d43a6a53f530668 https://github.com/numpy/numpy/commit/6770f985b3663338d023dd707d43a6a53f530668 Author: Ralf Gommers Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M setup.py Log Message: ----------- BLD/BUG: revert usage of setuptools when building an sdist. This was seriously broken. Setuptools does unwanted 'smart' things and ignores MANIFEST.in. Closes gh-7127. Commit: 6ae1ff280b3a6c115fe468c79c5cf4f16f998f89 https://github.com/numpy/numpy/commit/6ae1ff280b3a6c115fe468c79c5cf4f16f998f89 Author: Ralf Gommers Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M numpy/distutils/command/egg_info.py Log Message: ----------- MAINT: warn in egg_info command if using setuptools.sdist. Warn in numpy/distutils/command/egg_info.py if using setuptools.sdist. See gh-7127 for details. Commit: 2b34f4bf652189e0415d5bf48ef7aa3294302871 https://github.com/numpy/numpy/commit/2b34f4bf652189e0415d5bf48ef7aa3294302871 Author: Charles Harris Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M .travis.yml M numpy/distutils/command/egg_info.py M setup.py M tools/travis-test.sh Log Message: ----------- Merge pull request #7131 from charris/fix-setuptools-sdist Fix setuptools sdist Compare: https://github.com/numpy/numpy/compare/cc2b0495118e...2b34f4bf6521 From noreply at github.com Thu Jan 28 00:28:02 2016 From: noreply at github.com (GitHub) Date: Wed, 27 Jan 2016 21:28:02 -0800 Subject: [Numpy-svn] [numpy/numpy] 73a2fd: MAINT: Fix some typos in a code string and comment... Message-ID: <56a9a6e2f3629_6c0c3ff58cd1f29c1084a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy Commit: 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 https://github.com/numpy/numpy/commit/73a2fd11a74eedb97201fc8d54ea193e810ea9d3 Author: Dongjoon Hyun Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M numpy/_build_utils/src/apple_sgemv_fix.c M numpy/core/include/numpy/ndarraytypes.h M numpy/core/info.py M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/datetime_busdaycal.c M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/multiarray/nditer_templ.c.src M numpy/core/src/multiarray/usertypes.c M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_einsum.py M numpy/distutils/exec_command.py M numpy/distutils/from_template.py M numpy/doc/byteswapping.py M numpy/doc/internals.py M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/rules.py M numpy/lib/function_base.py M numpy/linalg/lapack_lite/dlapack_lite.c M numpy/linalg/lapack_lite/zlapack_lite.c M numpy/ma/core.py Log Message: ----------- MAINT: Fix some typos in a code string and comments Commit: e2805398f9a63b825f4a2aab22e9f169ff65aae9 https://github.com/numpy/numpy/commit/e2805398f9a63b825f4a2aab22e9f169ff65aae9 Author: Homu Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M numpy/_build_utils/src/apple_sgemv_fix.c M numpy/core/include/numpy/ndarraytypes.h M numpy/core/info.py M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/datetime_busdaycal.c M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/multiarray/nditer_templ.c.src M numpy/core/src/multiarray/usertypes.c M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_einsum.py M numpy/distutils/exec_command.py M numpy/distutils/from_template.py M numpy/doc/byteswapping.py M numpy/doc/internals.py M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/rules.py M numpy/lib/function_base.py M numpy/linalg/lapack_lite/dlapack_lite.c M numpy/linalg/lapack_lite/zlapack_lite.c M numpy/ma/core.py Log Message: ----------- Auto merge of #7134 - dongjoon-hyun:fix_typos_in_code_comments, r=njsmith MAINT: Fix some typos in a code string and comments Compare: https://github.com/numpy/numpy/compare/5551c3a40e40...e2805398f9a6 From noreply at github.com Thu Jan 28 11:01:19 2016 From: noreply at github.com (GitHub) Date: Thu, 28 Jan 2016 08:01:19 -0800 Subject: [Numpy-svn] [numpy/numpy] 73a2fd: MAINT: Fix some typos in a code string and comment... Message-ID: <56aa3b4facdb6_62113ff321b4d29c6085c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 https://github.com/numpy/numpy/commit/73a2fd11a74eedb97201fc8d54ea193e810ea9d3 Author: Dongjoon Hyun Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M numpy/_build_utils/src/apple_sgemv_fix.c M numpy/core/include/numpy/ndarraytypes.h M numpy/core/info.py M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/datetime_busdaycal.c M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/multiarray/nditer_templ.c.src M numpy/core/src/multiarray/usertypes.c M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_einsum.py M numpy/distutils/exec_command.py M numpy/distutils/from_template.py M numpy/doc/byteswapping.py M numpy/doc/internals.py M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/rules.py M numpy/lib/function_base.py M numpy/linalg/lapack_lite/dlapack_lite.c M numpy/linalg/lapack_lite/zlapack_lite.c M numpy/ma/core.py Log Message: ----------- MAINT: Fix some typos in a code string and comments Commit: e2805398f9a63b825f4a2aab22e9f169ff65aae9 https://github.com/numpy/numpy/commit/e2805398f9a63b825f4a2aab22e9f169ff65aae9 Author: Homu Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M numpy/_build_utils/src/apple_sgemv_fix.c M numpy/core/include/numpy/ndarraytypes.h M numpy/core/info.py M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/datetime_busdaycal.c M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/multiarray/nditer_templ.c.src M numpy/core/src/multiarray/usertypes.c M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_einsum.py M numpy/distutils/exec_command.py M numpy/distutils/from_template.py M numpy/doc/byteswapping.py M numpy/doc/internals.py M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/rules.py M numpy/lib/function_base.py M numpy/linalg/lapack_lite/dlapack_lite.c M numpy/linalg/lapack_lite/zlapack_lite.c M numpy/ma/core.py Log Message: ----------- Auto merge of #7134 - dongjoon-hyun:fix_typos_in_code_comments, r=njsmith MAINT: Fix some typos in a code string and comments Compare: https://github.com/numpy/numpy/compare/2b34f4bf6521...e2805398f9a6 From noreply at github.com Thu Jan 28 11:17:00 2016 From: noreply at github.com (GitHub) Date: Thu, 28 Jan 2016 08:17:00 -0800 Subject: [Numpy-svn] [numpy/numpy] 7f5efd: BLD/BUG: revert usage of setuptools when building ... Message-ID: <56aa3efc46176_78963fdcb6ef72c09531d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 7f5efd12b160f71ecd1a2f1daaaca48f9c490c07 https://github.com/numpy/numpy/commit/7f5efd12b160f71ecd1a2f1daaaca48f9c490c07 Author: Ralf Gommers Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M setup.py Log Message: ----------- BLD/BUG: revert usage of setuptools when building an sdist. This was seriously broken. Setuptools does unwanted 'smart' things and ignores MANIFEST.in. Closes gh-7127. Commit: dae1a38ab8488612e9dfb926d3a393824ceda40f https://github.com/numpy/numpy/commit/dae1a38ab8488612e9dfb926d3a393824ceda40f Author: Ralf Gommers Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M numpy/distutils/command/egg_info.py Log Message: ----------- MAINT: warn in egg_info command if using setuptools.sdist. Warn in numpy/distutils/command/egg_info.py if using setuptools.sdist. See gh-7127 for details. Commit: 7955bc83215dd880b754cb135cdfc9002fdf75a0 https://github.com/numpy/numpy/commit/7955bc83215dd880b754cb135cdfc9002fdf75a0 Author: Charles Harris Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M numpy/distutils/command/egg_info.py M setup.py Log Message: ----------- Merge pull request #7132 from charris/backport-7131 Backport 7131 Compare: https://github.com/numpy/numpy/compare/4efeb3028a1f...7955bc83215d From noreply at github.com Thu Jan 28 15:43:29 2016 From: noreply at github.com (GitHub) Date: Thu, 28 Jan 2016 12:43:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 66e91f: REL: 1.11.0b2 release Message-ID: <56aa7d71da22_16ad3f9cc52512b8440b0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.11.0b2 Home: https://github.com/numpy/numpy Commit: 66e91fdef4755075689f63e55732d512deb955f2 https://github.com/numpy/numpy/commit/66e91fdef4755075689f63e55732d512deb955f2 Author: Charles Harris Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M setup.py Log Message: ----------- REL: 1.11.0b2 release From noreply at github.com Fri Jan 29 04:42:14 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 01:42:14 -0800 Subject: [Numpy-svn] [numpy/numpy] 637ad9: DOC: Clarify behavior in np.random.uniform Message-ID: <56ab33f67b4f6_6f5c3f86d75432b8868e0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 637ad965ae7555157e859a747f276c20c5f91b9a https://github.com/numpy/numpy/commit/637ad965ae7555157e859a747f276c20c5f91b9a Author: gfyoung Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Clarify behavior in np.random.uniform Although the arguments are specified as 'high' and 'low', it is possible to pass in values for 'low' and 'high' where 'low' >= 'high' and still obtain well-defined behavior. The documentation has been expanded to reflect this fact, with a note to discourage passing in arguments satisfying 'low' > 'high'. Commit: 22176f9969b526d696fa905ba74ed6c5e30f43f3 https://github.com/numpy/numpy/commit/22176f9969b526d696fa905ba74ed6c5e30f43f3 Author: Robert Kern Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #7026 from gfyoung/uniform_bounds_bug DOC: Clarify behavior in np.random.uniform Compare: https://github.com/numpy/numpy/compare/e2805398f9a6...22176f9969b5 From noreply at github.com Fri Jan 29 11:44:44 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 08:44:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 38fdd7: BUG: Unpickled void scalars should be contiguous Message-ID: <56ab96fc1926f_78143f9138cc32c0575d1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 38fdd765536d868101167474d87e307167e49fb9 https://github.com/numpy/numpy/commit/38fdd765536d868101167474d87e307167e49fb9 Author: Graham Markall Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/src/multiarray/scalarapi.c M numpy/core/tests/test_records.py Log Message: ----------- BUG: Unpickled void scalars should be contiguous Void scalars are both C- and Fortran-contiguous, so pickling and unpickling them should result in a new void scalar that also has these flags set. Fixes #7140. Commit: 7c03f21a133aae86f661c1dc57d71fa06eca9979 https://github.com/numpy/numpy/commit/7c03f21a133aae86f661c1dc57d71fa06eca9979 Author: Graham Markall Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/tests/test_records.py Log Message: ----------- TST: Unpickled void scalars must be behaved Unpickled void scalars must be both aligned and writeable. Commit: 1436ec3db2b89c04116ed4eacff21c8e43a8ca2b https://github.com/numpy/numpy/commit/1436ec3db2b89c04116ed4eacff21c8e43a8ca2b Author: Julian Taylor Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/src/multiarray/scalarapi.c M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #7141 from gmarkall/contig_void_unpickle BUG: Unpickled void scalars should be contiguous Compare: https://github.com/numpy/numpy/compare/22176f9969b5...1436ec3db2b8 From noreply at github.com Fri Jan 29 14:28:42 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 11:28:42 -0800 Subject: [Numpy-svn] [numpy/numpy] 5d1d61: MAINT: Removed conditionals that are always true i... Message-ID: <56abbd6a6543f_62333fb91f13929c43363@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5d1d6142ba2b6c9640c4a5b71a7ee7392d5ce176 https://github.com/numpy/numpy/commit/5d1d6142ba2b6c9640c4a5b71a7ee7392d5ce176 Author: Ka Wo Chen Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_strings.c Log Message: ----------- MAINT: Removed conditionals that are always true in datetime_strings.c Commit: 7a46e3924514b4295774a8ca3ef49c152e814f67 https://github.com/numpy/numpy/commit/7a46e3924514b4295774a8ca3ef49c152e814f67 Author: Charles Harris Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/src/multiarray/datetime_strings.c Log Message: ----------- Merge pull request #7102 from kawochen/CLN-ISO-8601 MAINT: Removed conditionals that are always false in datetime_strings.c Compare: https://github.com/numpy/numpy/compare/1436ec3db2b8...7a46e3924514 From noreply at github.com Fri Jan 29 14:52:24 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 11:52:24 -0800 Subject: [Numpy-svn] [numpy/numpy] 3690e9: DOC: Updated documentation wording and examples fo... Message-ID: <56abc2f8a962c_70963f933c3212c031927@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3690e967324fe41050755d6b8e9d8bbf83b999d1 https://github.com/numpy/numpy/commit/3690e967324fe41050755d6b8e9d8bbf83b999d1 Author: Joseph Fox-Rabinovitz Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: Updated documentation wording and examples for np.percentile. Examples had some factual errors. Wording updated in a couple of places. Commit: d7c847b0cb6bdfe46862de9013b3bf7d1e909eb7 https://github.com/numpy/numpy/commit/d7c847b0cb6bdfe46862de9013b3bf7d1e909eb7 Author: Joseph Fox-Rabinovitz Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: Accepted all review comments for PR#7125 Commit: 39164ac187520a36d1afab0813dc3f5f5d4f8a0e https://github.com/numpy/numpy/commit/39164ac187520a36d1afab0813dc3f5f5d4f8a0e Author: Stephan Hoyer Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #7125 from madphysicist/percentile-doc DOC: Updated documentation wording and examples for np.percentile. Compare: https://github.com/numpy/numpy/compare/7a46e3924514...39164ac18752 From noreply at github.com Fri Jan 29 15:38:18 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 12:38:18 -0800 Subject: [Numpy-svn] [numpy/numpy] c2d249: DOC: Updated documentation wording and examples fo... Message-ID: <56abcdba89a3d_6e123f883877d29c1038bf@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: c2d249dc9b06d3e506a24e495de0664b5b973e27 https://github.com/numpy/numpy/commit/c2d249dc9b06d3e506a24e495de0664b5b973e27 Author: Joseph Fox-Rabinovitz Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: Updated documentation wording and examples for np.percentile. Examples had some factual errors. Wording updated in a couple of places. Commit: e725f99025450ba6542915318dbbb0001c522ced https://github.com/numpy/numpy/commit/e725f99025450ba6542915318dbbb0001c522ced Author: Joseph Fox-Rabinovitz Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: Accepted all review comments for PR#7125 Commit: 1593c03745eee72add297ce47cf35866ef2ebb6d https://github.com/numpy/numpy/commit/1593c03745eee72add297ce47cf35866ef2ebb6d Author: Charles Harris Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #7143 from charris/backport-7125 Backport 7125, DOC: Updated documentation wording and examples for np.percentile. Compare: https://github.com/numpy/numpy/compare/7955bc83215d...1593c03745ee From noreply at github.com Fri Jan 29 19:40:56 2016 From: noreply at github.com (GitHub) Date: Fri, 29 Jan 2016 16:40:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 99977a: MAINT: Change `call_fortran` into `callfortran` in... Message-ID: <56ac069823808_774d3fe1784d52bc862d6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 99977a530076433b3f8399453228518e526fd67c https://github.com/numpy/numpy/commit/99977a530076433b3f8399453228518e526fd67c Author: Dongjoon Hyun Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/f2py/rules.py Log Message: ----------- MAINT: Change `call_fortran` into `callfortran` in comments. It was committed mistakenly in #7134. `callfortran` is used a lot really. Commit: 0bba66540744223b3a10b76ef212780448bef874 https://github.com/numpy/numpy/commit/0bba66540744223b3a10b76ef212780448bef874 Author: Nathaniel J. Smith Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M numpy/f2py/rules.py Log Message: ----------- Merge pull request #7144 from dongjoon-hyun/recover_callfortran MAINT: Change `call_fortran` into `callfortran` in comments. Compare: https://github.com/numpy/numpy/compare/39164ac18752...0bba66540744 From noreply at github.com Sat Jan 30 17:42:27 2016 From: noreply at github.com (GitHub) Date: Sat, 30 Jan 2016 14:42:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 94b361: TST: Add missing suffix to temppath manager Message-ID: <56ad3c53e6a5f_67e43f846bf152a0962a1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 94b361b024faada5e74e2a4063d2837a22cd1eeb https://github.com/numpy/numpy/commit/94b361b024faada5e74e2a4063d2837a22cd1eeb Author: Sebastian Berg Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Add missing suffix to temppath manager Without the suffix, np.save creates a new file and the file does not get cleaned up. Commit: 9cfdb218b16cba97800fc2ad0f37e1af780ab664 https://github.com/numpy/numpy/commit/9cfdb218b16cba97800fc2ad0f37e1af780ab664 Author: Charles Harris Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #7149 from seberg/missing-suffix TST: Add missing suffix to temppath manager Compare: https://github.com/numpy/numpy/compare/0bba66540744...9cfdb218b16c From noreply at github.com Sun Jan 31 13:57:57 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 10:57:57 -0800 Subject: [Numpy-svn] [numpy/numpy] a9e8c7: TST: remove duplicate test Message-ID: <56ae593582a96_647c3f9babf252c096991@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a9e8c7f05d63f9aa1fa47d7eff92c4303f41de59 https://github.com/numpy/numpy/commit/a9e8c7f05d63f9aa1fa47d7eff92c4303f41de59 Author: Nathaniel J. Smith Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: remove duplicate test There are two identical copies of test_dot_override in test_multiarray.py. This seems surplus to requirements. Commit: bac094caf14e420a801cf952080aa443a3865d97 https://github.com/numpy/numpy/commit/bac094caf14e420a801cf952080aa443a3865d97 Author: Nathaniel J. Smith Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py Log Message: ----------- Temporarily disable __numpy_ufunc__ Given that we accidentally released 1.11b2 with `__numpy_ufunc__` still enabled, we should probably just disable it in master for now. When ready to re-enable, grep for NUMPY_UFUNC_DISABLED. Or just revert this commit. Commit: d077cf54ca10b93be826b01e52fcf8f94d6b44b9 https://github.com/numpy/numpy/commit/d077cf54ca10b93be826b01e52fcf8f94d6b44b9 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #7147 from njsmith/disable-numpy-ufunc Temporarily disable __numpy_ufunc__ Compare: https://github.com/numpy/numpy/compare/9cfdb218b16c...d077cf54ca10 From noreply at github.com Sun Jan 31 14:13:53 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 11:13:53 -0800 Subject: [Numpy-svn] [numpy/numpy] 32ae04: BUG: mode kwargs passed as unicode to np.pad raise... Message-ID: <56ae5cf192c6b_18843fa047e192a0809d4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 32ae04a43ccd7a3413deb1711796280f8fa69ba0 https://github.com/numpy/numpy/commit/32ae04a43ccd7a3413deb1711796280f8fa69ba0 Author: bertrand Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- BUG: mode kwargs passed as unicode to np.pad raises an exception isinstance(mode, str) is False in python2.7 when mode is of unicode type, and mode is then mistakenly assumed to be a callable. See #7112 Commit: 3bc8ed46d0fc142efb24ddc6b444332793476819 https://github.com/numpy/numpy/commit/3bc8ed46d0fc142efb24ddc6b444332793476819 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- Merge pull request #7152 from bertrand-l/fix/unicode-kwarg-breaks-pad BUG: mode kwargs passed as unicode to np.pad raises an exception Compare: https://github.com/numpy/numpy/compare/d077cf54ca10...3bc8ed46d0fc From noreply at github.com Sun Jan 31 15:51:32 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 12:51:32 -0800 Subject: [Numpy-svn] [numpy/numpy] bce84b: BUG: Fixed mingw.lib error Message-ID: <56ae73d4ccdcf_133a3f7f37e152bc11694b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bce84bb6fbfc7d26b209fb38247b64f7faeb739f https://github.com/numpy/numpy/commit/bce84bb6fbfc7d26b209fb38247b64f7faeb739f Author: gfyoung Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- BUG: Fixed mingw.lib error Closes gh-647. Commit: cacdfd3a65c57516a35293ce976cdb5b47dd7f0e https://github.com/numpy/numpy/commit/cacdfd3a65c57516a35293ce976cdb5b47dd7f0e Author: Ralf Gommers Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- Merge pull request #7119 from gfyoung/mingw_patch BUG: Fixed mingw.lib error Compare: https://github.com/numpy/numpy/compare/3bc8ed46d0fc...cacdfd3a65c5 From noreply at github.com Sun Jan 31 17:14:16 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 14:14:16 -0800 Subject: [Numpy-svn] [numpy/numpy] ec6b89: BUG: mode kwargs passed as unicode to np.pad raise... Message-ID: <56ae8738d1fb7_77f63f872836529c134976@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: ec6b894fefec038ee7daa45c4d10babc837eed7a https://github.com/numpy/numpy/commit/ec6b894fefec038ee7daa45c4d10babc837eed7a Author: bertrand Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- BUG: mode kwargs passed as unicode to np.pad raises an exception isinstance(mode, str) is False in python2.7 when mode is of unicode type, and mode is then mistakenly assumed to be a callable. See #7112 Commit: a599178c700228b9b6a3428f06d4c92ab25f01da https://github.com/numpy/numpy/commit/a599178c700228b9b6a3428f06d4c92ab25f01da Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- Merge pull request #7153 from charris/backport-7152 Backport 7152,BUG: mode kwargs passed as unicode to np.pad raises an exception Compare: https://github.com/numpy/numpy/compare/1593c03745ee...a599178c7002 From noreply at github.com Sun Jan 31 18:23:04 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 15:23:04 -0800 Subject: [Numpy-svn] [numpy/numpy] 82c59d: Temporarily disable __numpy_ufunc__ Message-ID: <56ae9758b6b3c_88b3fa63a62729c63942@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 82c59d023871c9a59e2f543936910a5e18b12ed1 https://github.com/numpy/numpy/commit/82c59d023871c9a59e2f543936910a5e18b12ed1 Author: Nathaniel J. Smith Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py Log Message: ----------- Temporarily disable __numpy_ufunc__ Given that we accidentally released 1.11b2 with `__numpy_ufunc__` still enabled, we should probably just disable it in master for now. When ready to re-enable, grep for NUMPY_UFUNC_DISABLED. Or just revert this commit. Commit: 332c4d17b527463ee634570de9de215d850f6903 https://github.com/numpy/numpy/commit/332c4d17b527463ee634570de9de215d850f6903 Author: Nathaniel J. Smith Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: remove duplicate test There are two identical copies of test_dot_override in test_multiarray.py. This seems surplus to requirements. Commit: 1e0ca168e97fbae37fe416a80c9ff0a30defd554 https://github.com/numpy/numpy/commit/1e0ca168e97fbae37fe416a80c9ff0a30defd554 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M tools/travis-test.sh Log Message: ----------- MAINT: Make wheels testing use virtualenv < 14.0.0. The virtualenv packatge has upgraded the setuptools that are installed by default and this leads to pip failures due to failing wheels install. Commit: 234b84d6fcde35fd5ed45215e2a6fa7220cb7a48 https://github.com/numpy/numpy/commit/234b84d6fcde35fd5ed45215e2a6fa7220cb7a48 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py M tools/travis-test.sh Log Message: ----------- Merge pull request #7155 from charris/backport-7147 Backport 7147, Temporarily disable __numpy_ufunc__ Compare: https://github.com/numpy/numpy/compare/a599178c7002...234b84d6fcde From noreply at github.com Sun Jan 31 18:26:33 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 15:26:33 -0800 Subject: [Numpy-svn] [numpy/numpy] 0aa521: BUG: Backport #7119 Message-ID: <56ae98292b42a_66a23f97034932a0135014@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 0aa5219f9257573ec06daca2c2520b7fa3614c71 https://github.com/numpy/numpy/commit/0aa5219f9257573ec06daca2c2520b7fa3614c71 Author: gfyoung Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- BUG: Backport #7119 Commit: 26e41d51ffd7fa4d8bcdd52943a14c0d02b98363 https://github.com/numpy/numpy/commit/26e41d51ffd7fa4d8bcdd52943a14c0d02b98363 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- Merge pull request #7157 from gfyoung/backport-7119 BUG: Backport #7119 Compare: https://github.com/numpy/numpy/compare/234b84d6fcde...26e41d51ffd7 From noreply at github.com Sun Jan 31 18:34:38 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 15:34:38 -0800 Subject: [Numpy-svn] [numpy/numpy] 0cdccd: TST: Add missing suffix to temppath manager Message-ID: <56ae9a0e168f1_72593fbc189512bc1303fa@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 0cdccd216681daa654c2c5b9775b6fc7c692a015 https://github.com/numpy/numpy/commit/0cdccd216681daa654c2c5b9775b6fc7c692a015 Author: Sebastian Berg Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Add missing suffix to temppath manager Without the suffix, np.save creates a new file and the file does not get cleaned up. Commit: 04efc7d8aabe9bf4fb9835b52579fa86bd1483e9 https://github.com/numpy/numpy/commit/04efc7d8aabe9bf4fb9835b52579fa86bd1483e9 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #7154 from charris/backport-7149 Backport 7149, TST: Add missing suffix to temppath manager Compare: https://github.com/numpy/numpy/compare/26e41d51ffd7...04efc7d8aabe From noreply at github.com Sun Jan 31 19:38:12 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 16:38:12 -0800 Subject: [Numpy-svn] [numpy/numpy] 0aa03b: Reascertain that linspace respects ndarray subclas... Message-ID: <56aea8f47c192_60f03f8fdd6e12a03566@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0aa03bef711e57220ad5286f68363e6aca7cdfad https://github.com/numpy/numpy/commit/0aa03bef711e57220ad5286f68363e6aca7cdfad Author: Marten van Kerkwijk Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Reascertain that linspace respects ndarray subclasses in start, stop. Commit: 2c617599340fb4cd08618b8c396a735909c0789e https://github.com/numpy/numpy/commit/2c617599340fb4cd08618b8c396a735909c0789e Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Merge pull request #7156 from mhvk/linspace-subclass-safe2 Reascertain that linspace respects ndarray subclasses in start, stop. Compare: https://github.com/numpy/numpy/compare/cacdfd3a65c5...2c617599340f From noreply at github.com Sun Jan 31 21:01:19 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 18:01:19 -0800 Subject: [Numpy-svn] [numpy/numpy] 0e65b7: BUG: Fixed regressions in np.piecewise in ref to #... Message-ID: <56aebc6f24d1a_6ab43fb62248f2c0902e2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0e65b7166a6265a2047cb3ca47f487f3de19f0a6 https://github.com/numpy/numpy/commit/0e65b7166a6265a2047cb3ca47f487f3de19f0a6 Author: Aditya Panchal Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. Added unit tests for these conditions. Commit: 46cb649aecc2d5e1a256f78fb3f7879666a7c879 https://github.com/numpy/numpy/commit/46cb649aecc2d5e1a256f78fb3f7879666a7c879 Author: Aditya Panchal Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: Addressed comments in PR #7145 Commit: e36d7cab82570b82df3ff0dbc1fc066ae1632768 https://github.com/numpy/numpy/commit/e36d7cab82570b82df3ff0dbc1fc066ae1632768 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7145 from bastula/piecewise BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. Compare: https://github.com/numpy/numpy/compare/2c617599340f...e36d7cab8257 From noreply at github.com Sun Jan 31 22:00:04 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 19:00:04 -0800 Subject: [Numpy-svn] [numpy/numpy] 9ec694: BUG: Fixed 'midpoint' interpolation of np.percenti... Message-ID: <56aeca3428275_6b1c3fa22e0952bc1449cd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9ec694b69a231a8de43032711c657d253edbed9d https://github.com/numpy/numpy/commit/9ec694b69a231a8de43032711c657d253edbed9d Author: Joseph Fox-Rabinovitz Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases. 'midpoint' must return the same as 'higher' and 'lower' when the two are the same, not 'lower' + 0.5 as it was doing. Commit: ea9775606c8303a3fd65fdf21a4a02846cef971e https://github.com/numpy/numpy/commit/ea9775606c8303a3fd65fdf21a4a02846cef971e Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7129 from madphysicist/percentile-midpoint-interpolation BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases. Compare: https://github.com/numpy/numpy/compare/e36d7cab8257...ea9775606c83 From noreply at github.com Sun Jan 31 22:23:19 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 19:23:19 -0800 Subject: [Numpy-svn] [numpy/numpy] be4b49: Reascertain that linspace respects ndarray subclas... Message-ID: <56aecfa7f39f_6b1c3fa22e0952bc1451f9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: be4b49659928f432d55bf6b3cdca5f1f8a5b5be3 https://github.com/numpy/numpy/commit/be4b49659928f432d55bf6b3cdca5f1f8a5b5be3 Author: Marten van Kerkwijk Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Reascertain that linspace respects ndarray subclasses in start, stop. Commit: d4803ebc2e3d936633c5064204fbe318016148ee https://github.com/numpy/numpy/commit/d4803ebc2e3d936633c5064204fbe318016148ee Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Merge pull request #7159 from charris/backport-7156 Backport-7156, Reascertain that linspace respects ndarray subclasses in start, stop. Compare: https://github.com/numpy/numpy/compare/04efc7d8aabe...d4803ebc2e3d From noreply at github.com Sun Jan 31 22:47:14 2016 From: noreply at github.com (GitHub) Date: Sun, 31 Jan 2016 19:47:14 -0800 Subject: [Numpy-svn] [numpy/numpy] 87cbb6: BUG: Fixed regressions in np.piecewise in ref to #... Message-ID: <56aed542e684c_d243f85c9bd32b8906af@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 87cbb610baca7921b36af83016b051ce7761e1c6 https://github.com/numpy/numpy/commit/87cbb610baca7921b36af83016b051ce7761e1c6 Author: Aditya Panchal Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. Added unit tests for these conditions. Commit: 40d7c4dc29fa29b970ba2322c055c26f1ffe7ee4 https://github.com/numpy/numpy/commit/40d7c4dc29fa29b970ba2322c055c26f1ffe7ee4 Author: Aditya Panchal Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: Addressed comments in PR #7145 Commit: 84e3b8bed32fb4273cc3c005537d0aa9b7c86f66 https://github.com/numpy/numpy/commit/84e3b8bed32fb4273cc3c005537d0aa9b7c86f66 Author: Charles Harris Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7160 from charris/backport-7145 Backport 7145, BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. Compare: https://github.com/numpy/numpy/compare/d4803ebc2e3d...84e3b8bed32f