From noreply at github.com Sun Feb 1 11:30:14 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 08:30:14 -0800 Subject: [Numpy-svn] [numpy/numpy] 79ac57: BUG: Fix loadtxt with comments=None and a string N... Message-ID: <54ce5496e8877_75673fa9270992b8136de@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 79ac5766255e54ea5206e44972beb3563eb4676f https://github.com/numpy/numpy/commit/79ac5766255e54ea5206e44972beb3563eb4676f Author: Leonardo Donelli Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/lib/npyio.py Log Message: ----------- BUG: Fix loadtxt with comments=None and a string None data. Current loadtxt with `comments=None` considers the string `'None'` as a comment symbol. Fixed by making split_line method check if comments is None. Closes #5155. Commit: 4ea05b043d7d1a3e291d6b8895a4ee0d3410a895 https://github.com/numpy/numpy/commit/4ea05b043d7d1a3e291d6b8895a4ee0d3410a895 Author: Charles Harris Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Add test for loadtxt with None as string type. Commit: 33bd2055435e647618969f68b850b33a986a6ea3 https://github.com/numpy/numpy/commit/33bd2055435e647618969f68b850b33a986a6ea3 Author: Ralf Gommers Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181. [ci skip] Commit: f7cdfe6425a3366bae488d20cdf0c87b9bca8096 https://github.com/numpy/numpy/commit/f7cdfe6425a3366bae488d20cdf0c87b9bca8096 Author: Gerrit Holl Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/ma/core.py Log Message: ----------- BUG: Fix #4476 by adding datetime64 and timedelta64 types This commit fixes bug #4476 by adding the codes for the datetime64 and timedelta64 types to the `default_filler` dictionary in numpy.ma.core, used by `default_fill_value`. Also adapt checking in the `default_fill_value` to include code for timedelta64, not only datetime64. Commit: 53b19c5bc533f6bc5418e48076f0cd51e3b8c3bd https://github.com/numpy/numpy/commit/53b19c5bc533f6bc5418e48076f0cd51e3b8c3bd Author: Gerrit Holl Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- TST: Add testcase for the fix to bug #4476. Add a testcase `test_fillvalue_datetime_timedelta` to class `TestFillingValues` for the fix to bug #4476. See commit 216fd17 and pull request #5455. Commit: fb19faceafa3a13f6299cf64d7ea58acdbd9ce00 https://github.com/numpy/numpy/commit/fb19faceafa3a13f6299cf64d7ea58acdbd9ce00 Author: Charles Harris Date: 2015-01-27 (Tue, 27 Jan 2015) Changed paths: M numpy/core/src/npysort/heapsort.c.src M numpy/core/src/npysort/mergesort.c.src M numpy/core/src/npysort/quicksort.c.src Log Message: ----------- MAINT: Get rid of some harmless gcc warnings about macro redefines. The Python.h header likes to be included first, otherwise warnings about redefining "_POSIX_C_SOURCE" and "_XOPEN_SOURCE" are generated. This is really a problem with the Python.h header, but can be worked around by changing the order of inclusion. Commit: eb73d4b5b6cbca8e95187c8fc0fc7a307e6f709f https://github.com/numpy/numpy/commit/eb73d4b5b6cbca8e95187c8fc0fc7a307e6f709f Author: Julian Taylor Date: 2015-01-27 (Tue, 27 Jan 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: add 1.9.2 release notes [ci skip] Commit: 311d93756983beb1c5301ffddf113134415aa764 https://github.com/numpy/numpy/commit/311d93756983beb1c5301ffddf113134415aa764 Author: Julian Taylor Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst M numpy/core/src/npysort/heapsort.c.src M numpy/core/src/npysort/mergesort.c.src M numpy/core/src/npysort/quicksort.c.src M numpy/lib/npyio.py M numpy/lib/tests/test_io.py M numpy/ma/core.py M numpy/ma/tests/test_core.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5500 from juliantaylor/backports-1.9.2 some backports for 1.9.2 Compare: https://github.com/numpy/numpy/compare/1cac77b27d10...311d93756983 From noreply at github.com Sun Feb 1 12:25:47 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 09:25:47 -0800 Subject: [Numpy-svn] [numpy/numpy] c04513: REL: Release 1.9.2rc1 Message-ID: <54ce619b96040_17253fdf283872b83421c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: c04513ca87f3471c407d00fa3be9d456cc34a1a3 https://github.com/numpy/numpy/commit/c04513ca87f3471c407d00fa3be9d456cc34a1a3 Author: Julian Taylor Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: Release 1.9.2rc1 From noreply at github.com Sun Feb 1 12:25:47 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 09:25:47 -0800 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <54ce619b922d0_15433fc330f6d2bc52d7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.9.2rc1 Home: https://github.com/numpy/numpy From noreply at github.com Mon Feb 2 13:44:14 2015 From: noreply at github.com (GitHub) Date: Mon, 02 Feb 2015 10:44:14 -0800 Subject: [Numpy-svn] [numpy/numpy] 6a9231: Correct my email address Message-ID: <54cfc57e5c256_2ba3fd731f7329c577f6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6a92319af7aeab510af1f813a5a2ea45c7ff86dc https://github.com/numpy/numpy/commit/6a92319af7aeab510af1f813a5a2ea45c7ff86dc Author: Blake Griffith Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M doc/neps/ufunc-overrides.rst Log Message: ----------- Correct my email address Commit: 75eeb75f109c39de8c1cdc475043e7cd3420322b https://github.com/numpy/numpy/commit/75eeb75f109c39de8c1cdc475043e7cd3420322b Author: Jaime Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M doc/neps/ufunc-overrides.rst Log Message: ----------- Merge pull request #5531 from cowlicks/patch-1 Correct my email address Compare: https://github.com/numpy/numpy/compare/a02f5c8fd384...75eeb75f109c From noreply at github.com Fri Feb 6 19:04:16 2015 From: noreply at github.com (GitHub) Date: Fri, 06 Feb 2015 16:04:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 0a338f: Fix 'dimensions' typo in numpy.kron() help message Message-ID: <54d556803e18e_1fee3fbb394692c078679@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0a338f7d8ac8bda597c4ff06068b3b2f3b20ddda https://github.com/numpy/numpy/commit/0a338f7d8ac8bda597c4ff06068b3b2f3b20ddda Author: Sandro Tosi Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M numpy/lib/shape_base.py Log Message: ----------- Fix 'dimensions' typo in numpy.kron() help message This bug was reported in Debian as: http://bugs.debian.org/777172 . Commit: 3fdce81aff78bffab58717f69dfaff93dffcb0bc https://github.com/numpy/numpy/commit/3fdce81aff78bffab58717f69dfaff93dffcb0bc Author: Jaime Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M numpy/lib/shape_base.py Log Message: ----------- Merge pull request #5540 from sandrotosi/master DOC: Fix 'dimensions' typo in numpy.kron() help message Compare: https://github.com/numpy/numpy/compare/75eeb75f109c...3fdce81aff78 From noreply at github.com Sun Feb 8 11:45:54 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 08:45:54 -0800 Subject: [Numpy-svn] [numpy/numpy] 4cccb9: SWIG testing: clarify location and number of tests Message-ID: <54d792c227a8f_31153fab1bca72bc906ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4cccb9bf311651afec8bf2b4a874d1bd31c98d08 https://github.com/numpy/numpy/commit/4cccb9bf311651afec8bf2b4a874d1bd31c98d08 Author: Sandro Tosi Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M doc/source/reference/swig.testing.rst Log Message: ----------- SWIG testing: clarify location and number of tests SWIG interface has moved to tools/ directory, so updating the doc to state that and also the number of tests is reduced since what reported, so a generic "more than" is used (to avoid similar situations in the future) but likely also the other numbers should be checked. Commit: ad3f89fc8a0f0b77fd0a6360cdc903601e2fab10 https://github.com/numpy/numpy/commit/ad3f89fc8a0f0b77fd0a6360cdc903601e2fab10 Author: Charles Harris Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M doc/source/reference/swig.testing.rst Log Message: ----------- Merge pull request #5542 from sandrotosi/master SWIG testing: clarify location and number of tests Compare: https://github.com/numpy/numpy/compare/3fdce81aff78...ad3f89fc8a0f From noreply at github.com Sun Feb 8 13:24:49 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 10:24:49 -0800 Subject: [Numpy-svn] [numpy/numpy] c09d8d: genfromtxt example in user docs missing delimiter Message-ID: <54d7a9f1257_6d093fd00dedb29c944c4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c09d8dcb2e031c314ab54eb277235bd2d6f294f1 https://github.com/numpy/numpy/commit/c09d8dcb2e031c314ab54eb277235bd2d6f294f1 Author: Stefan Eng Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M doc/source/user/basics.io.genfromtxt.rst Log Message: ----------- genfromtxt example in user docs missing delimiter The example given in the user docs does not run correctly without adding `delimiter=","`. This add the missing keyword to allow the examples to be run. Commit: 72f409cb1ec21aa8b6c28d0e82d5e26197e6b454 https://github.com/numpy/numpy/commit/72f409cb1ec21aa8b6c28d0e82d5e26197e6b454 Author: Charles Harris Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M doc/source/user/basics.io.genfromtxt.rst Log Message: ----------- Merge pull request #5536 from stefaneng/patch-1 genfromtxt example in user docs missing delimiter Compare: https://github.com/numpy/numpy/compare/ad3f89fc8a0f...72f409cb1ec2 From noreply at github.com Sun Feb 8 19:06:04 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 16:06:04 -0800 Subject: [Numpy-svn] [numpy/numpy] edb939: Update docstring of ma.extras.average to reflect a... Message-ID: <54d7f9ec7c048_87f3fe5b8b0529c26120@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: edb9399df2ee26563185acb37535f81f94563354 https://github.com/numpy/numpy/commit/edb9399df2ee26563185acb37535f81f94563354 Author: Matthew Craig Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M numpy/ma/extras.py Log Message: ----------- Update docstring of ma.extras.average to reflect actual behavior Commit: 6d3c2c56801988e9e2968ad2c25010e0a881b30c https://github.com/numpy/numpy/commit/6d3c2c56801988e9e2968ad2c25010e0a881b30c Author: Charles Harris Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M numpy/ma/extras.py Log Message: ----------- Merge pull request #5544 from mwcraig/update-ma-average-docstring Update docstring of ma.extras.average to reflect actual behavior Compare: https://github.com/numpy/numpy/compare/72f409cb1ec2...6d3c2c568019 From noreply at github.com Sun Feb 8 20:53:32 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 17:53:32 -0800 Subject: [Numpy-svn] [numpy/numpy] adc6b1: BLD: Use system-wide fenv.h on cygwin Message-ID: <54d8131cdb66b_c2c3fb5e21e92b8891af@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: adc6b13029bf885e9b7dee9a4cafc19a2dc3eb4f https://github.com/numpy/numpy/commit/adc6b13029bf885e9b7dee9a4cafc19a2dc3eb4f Author: Sebastien Gouezel Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M bento.info R numpy/core/include/numpy/fenv/fenv.c R numpy/core/include/numpy/fenv/fenv.h M numpy/core/setup.py M numpy/core/src/npymath/ieee754.c.src Log Message: ----------- BLD: Use system-wide fenv.h on cygwin Closes #5532. Commit: d930eddeadd0e1cd8e8aa748b1de9afa49899542 https://github.com/numpy/numpy/commit/d930eddeadd0e1cd8e8aa748b1de9afa49899542 Author: Charles Harris Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M bento.info R numpy/core/include/numpy/fenv/fenv.c R numpy/core/include/numpy/fenv/fenv.h M numpy/core/setup.py M numpy/core/src/npymath/ieee754.c.src Log Message: ----------- Merge pull request #5546 from charris/fix-gh-5545 BLD: Use system-wide fenv.h on cygwin Compare: https://github.com/numpy/numpy/compare/6d3c2c568019...d930eddeadd0 From noreply at github.com Sun Feb 8 20:57:09 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 17:57:09 -0800 Subject: [Numpy-svn] [numpy/numpy] b791dd: Return output from nm command as string (and not b... Message-ID: <54d813f5bdf83_7f9e3fdd862d929c75193@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b791dde577e18afe8986ec4a85516019a76f447d https://github.com/numpy/numpy/commit/b791dde577e18afe8986ec4a85516019a76f447d Author: ?smund Hjulstad Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M numpy/distutils/lib2def.py Log Message: ----------- Return output from nm command as string (and not bytes) Commit: 76bdf3b19b57b46b94da2dc5e53ee9e37e07314e https://github.com/numpy/numpy/commit/76bdf3b19b57b46b94da2dc5e53ee9e37e07314e Author: ?smund Hjulstad Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M numpy/distutils/lib2def.py Log Message: ----------- Uses universal_newlines option for subprocess.Popen to automatically decode the output. (instead of a subsequent decode step). Commit: 0faf6d68e1b15eaf87b0717024544269a4d66564 https://github.com/numpy/numpy/commit/0faf6d68e1b15eaf87b0717024544269a4d66564 Author: Charles Harris Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M numpy/distutils/lib2def.py Log Message: ----------- Merge pull request #5535 from ahjulstad/bytevsstr-lib2def Return output from nm command as string (and not bytes) Compare: https://github.com/numpy/numpy/compare/d930eddeadd0...0faf6d68e1b1 From noreply at github.com Mon Feb 9 10:29:03 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 07:29:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 5e3f9b: DOC: Added MKL win-64 settings to site.cfg example Message-ID: <54d8d23f84cd5_33183fae0c2712b8509ba@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5e3f9bde26013cce1c5dce1b9b20e5e9a3100c68 https://github.com/numpy/numpy/commit/5e3f9bde26013cce1c5dce1b9b20e5e9a3100c68 Author: ?smund Hjulstad Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M site.cfg.example Log Message: ----------- DOC: Added MKL win-64 settings to site.cfg example Added MKL settings for Intel Fortran Composer. In addition, changed link to ConfigParser documentation. Commit: a4cdc5b8d314fcf18faf29d82e84c877c4ed0e3f https://github.com/numpy/numpy/commit/a4cdc5b8d314fcf18faf29d82e84c877c4ed0e3f Author: Charles Harris Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M site.cfg.example Log Message: ----------- Merge pull request #5549 from ahjulstad/doc-sitecfg Added MKL for win-64 to site.cfg example. Changed link to ConfigParser doc Compare: https://github.com/numpy/numpy/compare/0faf6d68e1b1...a4cdc5b8d314 From noreply at github.com Tue Feb 10 13:19:26 2015 From: noreply at github.com (GitHub) Date: Tue, 10 Feb 2015 10:19:26 -0800 Subject: [Numpy-svn] [numpy/numpy] e15f29: Change to fully PEP440 compliant dev version numbe... Message-ID: <54da4baef2b7a_fb03faf006c32b870734@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e15f2923182d364a806ab1e41ae8fce6505e8877 https://github.com/numpy/numpy/commit/e15f2923182d364a806ab1e41ae8fce6505e8877 Author: ?smund Hjulstad Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: M setup.py Log Message: ----------- Change to fully PEP440 compliant dev version numbers (always .dev0) Commit: 1801fe66bb4b3b81081479627890c90375d74892 https://github.com/numpy/numpy/commit/1801fe66bb4b3b81081479627890c90375d74892 Author: Charles Harris Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: M setup.py Log Message: ----------- Merge pull request #5556 from ahjulstad/dev-version-number Change to fully PEP440 compliant dev version numbers (always .dev0) Compare: https://github.com/numpy/numpy/compare/a4cdc5b8d314...1801fe66bb4b From noreply at github.com Tue Feb 10 13:27:31 2015 From: noreply at github.com (GitHub) Date: Tue, 10 Feb 2015 10:27:31 -0800 Subject: [Numpy-svn] [numpy/numpy] a8a6a7: DOC: add CONTRIBUTING.md that will be automaticall... Message-ID: <54da4d9397d30_60753fae02ac92bc10913b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a8a6a72a7a41f70676c180cf38fb919ae997e7e8 https://github.com/numpy/numpy/commit/a8a6a72a7a41f70676c180cf38fb919ae997e7e8 Author: Matthew Craig Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: A CONTRIBUTING.md Log Message: ----------- DOC: add CONTRIBUTING.md that will be automatically displayed on github Rather than reproducing the details of contribution guidelines it points contributors to the existing documentation. Commit: c2c0f7f5146cee526569c088688293c0c1152113 https://github.com/numpy/numpy/commit/c2c0f7f5146cee526569c088688293c0c1152113 Author: Matthew Craig Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- DOC: add more details to instructions for reporting issues Commit: c64b61bc21e460f7b16d2b4ec89a84f1a191cb43 https://github.com/numpy/numpy/commit/c64b61bc21e460f7b16d2b4ec89a84f1a191cb43 Author: Charles Harris Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: A CONTRIBUTING.md Log Message: ----------- Merge pull request #5547 from mwcraig/add-contribution-guidelines Add contribution guidelines that github will automatically display Compare: https://github.com/numpy/numpy/compare/1801fe66bb4b...c64b61bc21e4 From noreply at github.com Wed Feb 11 08:11:30 2015 From: noreply at github.com (GitHub) Date: Wed, 11 Feb 2015 05:11:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 713147: DEV: Replace deprecated options for ifort. Message-ID: <54db5502353c9_5563fa71af572a0606f0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 713147a1c1bddfa4124f8e7396348e66c4dcbb67 https://github.com/numpy/numpy/commit/713147a1c1bddfa4124f8e7396348e66c4dcbb67 Author: ?smund Hjulstad Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- DEV: Replace deprecated options for ifort. The /Qlowercase and /us options has been deprecated in the Intel Visual Fortran Compiler since at least version 2013. Replace with /names:lowercase and /assume:underscore. Commit: 8cf7c4a9534e5444f07974e019383a395a8fac9e https://github.com/numpy/numpy/commit/8cf7c4a9534e5444f07974e019383a395a8fac9e Author: Charles Harris Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- Merge pull request #5555 from ahjulstad/ifort-deprecated-options DEV: Replace deprecated options for ifort. Compare: https://github.com/numpy/numpy/compare/c64b61bc21e4...8cf7c4a9534e From noreply at github.com Fri Feb 13 10:08:30 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Feb 2015 07:08:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 40fd50: DOC: Updated docstring for histogram2d as suggeste... Message-ID: <54de136ef2fd3_6ff93f85d4fe529c245a0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 40fd50e125755bcf025fba629f8db76b4c2219cc https://github.com/numpy/numpy/commit/40fd50e125755bcf025fba629f8db76b4c2219cc Author: ?smund Hjulstad Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/lib/tests/test_twodim_base.py M numpy/lib/twodim_base.py Log Message: ----------- DOC: Updated docstring for histogram2d as suggested in issue #5538 Also, added unittest for [int, array] combination arguments Commit: ccc810e4a504e297bf5eae4523942d8bb46424fe https://github.com/numpy/numpy/commit/ccc810e4a504e297bf5eae4523942d8bb46424fe Author: Jaime Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/lib/tests/test_twodim_base.py M numpy/lib/twodim_base.py Log Message: ----------- Merge pull request #5567 from ahjulstad/histogram2d-docstring DOC: Updated docstring for histogram2d as suggested in issue #5538 Compare: https://github.com/numpy/numpy/compare/8cf7c4a9534e...ccc810e4a504 From noreply at github.com Fri Feb 13 12:44:17 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Feb 2015 09:44:17 -0800 Subject: [Numpy-svn] [numpy/numpy] de681b: ENH: Detect all functions in complex.h Message-ID: <54de37f1aa617_5a6d3fe0bd2552a0501c8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: de681b72314d666cb014b2f11358de66a3aaa337 https://github.com/numpy/numpy/commit/de681b72314d666cb014b2f11358de66a3aaa337 Author: Charles Harris Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- ENH: Detect all functions in complex.h Set the HAVE_XXXX macros for all of the following functions. csin, ccos, ctan casin, cacos, catan csinh, ccosh, ctanh casinh, cacosh, catanh cexp, clog, cpow cabs, csqrt, carg cimag, creal, conj, cproj The macros do not need to be used, but it is good to have all of them available. Commit: c1f7e0bf241978893d4d610b84597b897fde8839 https://github.com/numpy/numpy/commit/c1f7e0bf241978893d4d610b84597b897fde8839 Author: Eric Moore Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/core/include/numpy/npy_math.h M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- ENH: Implement more fallback complex functions for npy_math. The new functions added: npy_ctan, npy_cacos, npy_casin, npy_catan npy_ccosh, npy_csinh, npy_ctanh npy_cacosh, npy_casinh, npy_catanh Commit: 690682349a7339eafffbfaf3189e6bf4cb9259c4 https://github.com/numpy/numpy/commit/690682349a7339eafffbfaf3189e6bf4cb9259c4 Author: Eric Moore Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/core/src/umath/funcs.inc.src Log Message: ----------- ENH: Use the new complex functions in npymath for our ufuncs. This should clear up such things as >>> np.tanh(372 + 1j) (nan+nan*j) Commit: 34b5f9f631fe268559c4a896fdf19e91aedd4a35 https://github.com/numpy/numpy/commit/34b5f9f631fe268559c4a896fdf19e91aedd4a35 Author: Eric Moore Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/core/tests/test_umath.py Log Message: ----------- TST: Add tests for complex ufuncs. The test for precision needed to have difference changed from 2*eps to 2.1*eps for the system supplied sinh. Commit: 44d0c52ccd3de10874154bbe1ceab6ddade0afca https://github.com/numpy/numpy/commit/44d0c52ccd3de10874154bbe1ceab6ddade0afca Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/core/src/npymath/npy_math_complex.c.src Log Message: ----------- BUG: Do not use system cpow directly. Numpy computes small integer powers by multiplication, this leads to different results than the system cpow for such integers. In particular, cpow((0 + inf*1j), 2) returns (-inf + 0j) rather than (-inf + nanj). The system version probably makes more sense, but better to keep compatibility at this point. We could fix our results using cproj. Commit: 3a4127bf53bc116eb5872d44e76ad498215b8637 https://github.com/numpy/numpy/commit/3a4127bf53bc116eb5872d44e76ad498215b8637 Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/core/setup_common.py M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: Disable broken complex trig functions for early linux glibc. The library functions casin, casinh, catan, catanh are inaccurate in glibc version < 2.16, so use the numpy fallback functions for those. Commit: f9c377680e8e30fe08495ef3181740437a4fb219 https://github.com/numpy/numpy/commit/f9c377680e8e30fe08495ef3181740437a4fb219 Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Document changes in npymath library. Document the increased use of the system library for C99 complex functions and the addition of improved fallback functions for * npy_ctan, * npy_cacos, npy_casin, npy_catan * npy_ccosh, npy_csinh, npy_ctanh, * npy_cacosh, npy_casinh, npy_catanh Commit: 35d01b2a7cd38b2fda54b148402919aa1dd7e9c4 https://github.com/numpy/numpy/commit/35d01b2a7cd38b2fda54b148402919aa1dd7e9c4 Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/include/numpy/npy_math.h M numpy/core/setup_common.py M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/private/npy_config.h M numpy/core/src/umath/funcs.inc.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #5518 from charris/simple-gh-3010 BUG: Simplified fix, Overflow in tan and tanh for large complex values. Compare: https://github.com/numpy/numpy/compare/ccc810e4a504...35d01b2a7cd3 From noreply at github.com Fri Feb 13 13:22:17 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Feb 2015 10:22:17 -0800 Subject: [Numpy-svn] [numpy/numpy] 4aef6a: ENH: Add support for float hex format to loadtxt. Message-ID: <54de40d95c66e_526a3ff673fdd2bc51957@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4aef6a89fda5015129e124099f3809fa4da894a7 https://github.com/numpy/numpy/commit/4aef6a89fda5015129e124099f3809fa4da894a7 Author: Chris Laumann Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/lib/npyio.py Log Message: ----------- ENH: Add support for float hex format to loadtxt. Add _floatconv to npyio.py as a default floating point converter. This uses float() as a type conversion with a fallback on (ValueError) to float.fromhex(). Closes #2517. Commit: 31f5d40b6c5a1ea1cafd2a0892bd53f7e6d50061 https://github.com/numpy/numpy/commit/31f5d40b6c5a1ea1cafd2a0892bd53f7e6d50061 Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Make loadtxt able to load floats as hex strings. The strings must be produced by the python float.hex method. Commit: 05164650d0818f6a8fbbe81612666f96f0f0efdf https://github.com/numpy/numpy/commit/05164650d0818f6a8fbbe81612666f96f0f0efdf Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Document loadtxt support for float.hex float representation. Commit: c5b90eb1db7b1318b52f6891fea6a6059c90fe70 https://github.com/numpy/numpy/commit/c5b90eb1db7b1318b52f6891fea6a6059c90fe70 Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #5504 from charris/cleanup-gh-133 ENH: Add support for float hex format to loadtxt. Compare: https://github.com/numpy/numpy/compare/35d01b2a7cd3...c5b90eb1db7b From noreply at github.com Fri Feb 13 13:48:43 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Feb 2015 10:48:43 -0800 Subject: [Numpy-svn] [numpy/numpy] 237d16: Use correct #ifdef __cplusplus guard to include st... Message-ID: <54de470bb21f4_5ba93fb40ea7329c394fd@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 237d16bdce2bc12ec0a85a254211bf5126bfa021 https://github.com/numpy/numpy/commit/237d16bdce2bc12ec0a85a254211bf5126bfa021 Author: Michele Vallisneri Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M tools/swig/numpy.i Log Message: ----------- Use correct #ifdef __cplusplus guard to include std_complex.i Commit: 654399f53c462ca99c97fddcd2ef22b6fda80d1f https://github.com/numpy/numpy/commit/654399f53c462ca99c97fddcd2ef22b6fda80d1f Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M tools/swig/numpy.i Log Message: ----------- Merge pull request #5568 from vallis/master Use correct #ifdef __cplusplus guard to include std_complex.i Compare: https://github.com/numpy/numpy/compare/c5b90eb1db7b...654399f53c46 From noreply at github.com Fri Feb 13 14:21:32 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Feb 2015 11:21:32 -0800 Subject: [Numpy-svn] [numpy/numpy] 704dcc: ENH: speed-up in1d replacing sorting with fancy in... Message-ID: <54de4ebce616d_62eb3fa292bdf2bc85741@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 704dcc00cd1bfb89280dd42fc061592004811da6 https://github.com/numpy/numpy/commit/704dcc00cd1bfb89280dd42fc061592004811da6 Author: jaimefrio Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/lib/arraysetops.py Log Message: ----------- ENH: speed-up in1d replacing sorting with fancy indexing Commit: e4e54a0bebdf477f75758e0afa772d928aef94da https://github.com/numpy/numpy/commit/e4e54a0bebdf477f75758e0afa772d928aef94da Author: Charles Harris Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M numpy/lib/arraysetops.py Log Message: ----------- Merge pull request #5502 from jaimefrio/in1d_unorder ENH: speed-up in1d replacing sorting with fancy indexing Compare: https://github.com/numpy/numpy/compare/654399f53c46...e4e54a0bebdf From noreply at github.com Sat Feb 14 12:54:07 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Feb 2015 09:54:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 3d182f: DOC: Add documentation for Yields section in docst... Message-ID: <54df8bbf90708_9df3f81714892c01095b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3d182f03fd6956aa464f610f6d1e4a3d214a946a https://github.com/numpy/numpy/commit/3d182f03fd6956aa464f610f6d1e4a3d214a946a Author: chebee7i Date: 2015-01-11 (Sun, 11 Jan 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Add documentation for Yields section in docstrings. Commit: 4eac56a72907c54038a4863186af8e2198653125 https://github.com/numpy/numpy/commit/4eac56a72907c54038a4863186af8e2198653125 Author: chebee7i Date: 2015-01-11 (Sun, 11 Jan 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Clarify documentation for Yields. Commit: d64d4a58af59b4f03249488f1360c3da8ad9cb56 https://github.com/numpy/numpy/commit/d64d4a58af59b4f03249488f1360c3da8ad9cb56 Author: chebee7i Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Replace "Parameters" with "Returns". Commit: ec116c49103dfd4bac3b703d36e0a83165e075a2 https://github.com/numpy/numpy/commit/ec116c49103dfd4bac3b703d36e0a83165e075a2 Author: chebee7i Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Mention numpydoc 0.6. Commit: 172ad3ebc4fe4402f9a2a34573b96d5b38208c8b https://github.com/numpy/numpy/commit/172ad3ebc4fe4402f9a2a34573b96d5b38208c8b Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- Merge pull request #5440 from chebee7i/yieldssection DOC: Add documentation for Yields section in docstrings. Compare: https://github.com/numpy/numpy/compare/e4e54a0bebdf...172ad3ebc4fe From noreply at github.com Sat Feb 14 18:05:58 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Feb 2015 15:05:58 -0800 Subject: [Numpy-svn] [numpy/numpy] ce1dad: MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_A... Message-ID: <54dfd4d6b6abf_7ed3fe4d03b72bc460d3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ce1dadfe0e7accac0721ebaa79f2a4b4a9f56e7e https://github.com/numpy/numpy/commit/ce1dadfe0e7accac0721ebaa79f2a4b4a9f56e7e Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M numpy/fft/fftpack.c Log Message: ----------- MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION. This is because of the inclusion of numpy/ndarraytypes.h in b3121e8. Commit: f317ab8932931e8dcf9f0e2092bf52161fcda24d https://github.com/numpy/numpy/commit/f317ab8932931e8dcf9f0e2092bf52161fcda24d Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src Log Message: ----------- MAINT: Replace some Python macros by functions. PyObject_INIT -> PyObject_Init PyObject_INIT_VAR -> PyObject_InitVar This avoids warning about parenthetical expression in PyObject_INIT. Python recommends the functional versions when available. Commit: f23d71080b6071609f6220faa092cfc3d622ede5 https://github.com/numpy/numpy/commit/f23d71080b6071609f6220faa092cfc3d622ede5 Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M numpy/core/src/umath/umath_tests.c.src Log Message: ----------- MAINT: Avoid unused variable in umath_tests.c.src. The variable is only used in an assert statement that is not always compiled, so use the variable value there instead. Commit: e3cc0f4af6c306370fd5fdcd35a1f02be50f4dd1 https://github.com/numpy/numpy/commit/e3cc0f4af6c306370fd5fdcd35a1f02be50f4dd1 Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M numpy/core/src/multiarray/shape.c Log Message: ----------- MAINT: Fix possible unitialized variable in shape.c. The warning was not real, but the logic was too twisted for the compiler. The function PyArray_Ravel could possibly be improved a bit, but for now, just initialize the variable to 0. Commit: c75caa18f9eae3b17bcfb1297c8e26dc5dccc6e2 https://github.com/numpy/numpy/commit/c75caa18f9eae3b17bcfb1297c8e26dc5dccc6e2 Author: Jaime Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/shape.c M numpy/core/src/umath/umath_tests.c.src M numpy/fft/fftpack.c Log Message: ----------- Merge pull request #5571 from charris/fix-warnings Fix warnings Compare: https://github.com/numpy/numpy/compare/172ad3ebc4fe...c75caa18f9ea From noreply at github.com Sat Feb 14 19:32:28 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Feb 2015 16:32:28 -0800 Subject: [Numpy-svn] [numpy/numpy] 9d77ba: Correct exit code if number of errors % 256 == 0 Message-ID: <54dfe91c33f2a_7bb63f92c88f92c07164@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9d77ba829ef8f20b0f1741d271ce1c05ef4022e8 https://github.com/numpy/numpy/commit/9d77ba829ef8f20b0f1741d271ce1c05ef4022e8 Author: Chris Lamb Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: M tools/swig/test/testArray.py M tools/swig/test/testFarray.py M tools/swig/test/testFortran.py M tools/swig/test/testMatrix.py M tools/swig/test/testSuperTensor.py M tools/swig/test/testTensor.py M tools/swig/test/testVector.py Log Message: ----------- Correct exit code if number of errors % 256 == 0 For example, we had 256 errors (etc.) our process will exit with a successful error code which is incorrect and/or misleading. Signed-off-by: Chris Lamb Commit: 564a5a294de4c96bf1a3e0a91eeac780f7f3ffb6 https://github.com/numpy/numpy/commit/564a5a294de4c96bf1a3e0a91eeac780f7f3ffb6 Author: Charles Harris Date: 2015-02-14 (Sat, 14 Feb 2015) Changed paths: M tools/swig/test/testArray.py M tools/swig/test/testFarray.py M tools/swig/test/testFortran.py M tools/swig/test/testMatrix.py M tools/swig/test/testSuperTensor.py M tools/swig/test/testTensor.py M tools/swig/test/testVector.py Log Message: ----------- Merge pull request #5572 from lamby/master Correct exit code if number of errors % 256 == 0 Compare: https://github.com/numpy/numpy/compare/c75caa18f9ea...564a5a294de4 From noreply at github.com Tue Feb 17 10:09:41 2015 From: noreply at github.com (GitHub) Date: Tue, 17 Feb 2015 07:09:41 -0800 Subject: [Numpy-svn] [numpy/numpy] 6acf29: Fix an error in fmax docstring Message-ID: <54e359b56b7bd_51863f83a64412b8475de@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6acf2969b5b35551dc3363881f4067c18052777a https://github.com/numpy/numpy/commit/6acf2969b5b35551dc3363881f4067c18052777a Author: Lev Levitsky Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Fix an error in fmax docstring Commit: 4065adbcc4e9d320f41b78922a906f16c6add7cc https://github.com/numpy/numpy/commit/4065adbcc4e9d320f41b78922a906f16c6add7cc Author: Jaime Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Merge pull request #5576 from levitsky/master MAINT: Fix an error in fmax docstring Compare: https://github.com/numpy/numpy/compare/564a5a294de4...4065adbcc4e9 From noreply at github.com Tue Feb 17 19:11:20 2015 From: noreply at github.com (GitHub) Date: Tue, 17 Feb 2015 16:11:20 -0800 Subject: [Numpy-svn] [numpy/numpy] 97917a: BUG: Fix zero divide warning in financial.pmt. Message-ID: <54e3d8a810cc5_7eb23fe17420d2b88708f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 97917ac8d45c54aa99453b350cd1834a121d1d29 https://github.com/numpy/numpy/commit/97917ac8d45c54aa99453b350cd1834a121d1d29 Author: Fei Liu Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/lib/financial.py M numpy/lib/tests/test_financial.py Log Message: ----------- BUG: Fix zero divide warning in financial.pmt. The pmt function in financial.py does a zero divide when rate=0 because error because the alternatives in np.where() are evaluated befor the selection is made.first before going into the function however, the denominator can be zero at that time. Closes #4701. Commit: a9a80fc4a5ed8fb2faba1e1102121468a905c908 https://github.com/numpy/numpy/commit/a9a80fc4a5ed8fb2faba1e1102121468a905c908 Author: Charles Harris Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/lib/financial.py Log Message: ----------- MAINT: Simplify fix for rate == 0 in financial.pmt. Commit: 97c481ee90459e8e372b74144f666cf06ad9df61 https://github.com/numpy/numpy/commit/97c481ee90459e8e372b74144f666cf06ad9df61 Author: Charles Harris Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/lib/tests/test_financial.py Log Message: ----------- MAINT: Fix pmt test in numpy/lib/tests/test_financial.py. The tests were using assert_almost_equal and setting the precision to 3 decimals. The reason for that low precision appears to have been the failure of the tests for a more reasonable precision. The fix was to use assert_allclose instead. Commit: 4338d11c104d867cf88d5ba2a87b032e58de7053 https://github.com/numpy/numpy/commit/4338d11c104d867cf88d5ba2a87b032e58de7053 Author: Charles Harris Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M numpy/lib/financial.py M numpy/lib/tests/test_financial.py Log Message: ----------- Merge pull request #5577 from charris/cleanup-gh-5263 BUG: financial.pmt warns of zero divide when rate == 0. Compare: https://github.com/numpy/numpy/compare/4065adbcc4e9...4338d11c104d From noreply at github.com Tue Feb 17 23:09:27 2015 From: noreply at github.com (GitHub) Date: Tue, 17 Feb 2015 20:09:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 22c8b7: ENH: Ignore PyCharm project files. Message-ID: <54e4107776a3e_38043f9af0e992b8110743@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 22c8b7a38c0d326fb6aeee73468da0a2131aed52 https://github.com/numpy/numpy/commit/22c8b7a38c0d326fb6aeee73468da0a2131aed52 Author: John Kirkham Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M .gitignore Log Message: ----------- ENH: Ignore PyCharm project files. Commit: 6032b8d7fc8ad2a8e1f1465cc5242873a03ba0ea https://github.com/numpy/numpy/commit/6032b8d7fc8ad2a8e1f1465cc5242873a03ba0ea Author: Charles Harris Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M .gitignore Log Message: ----------- Merge pull request #5579 from jakirkham/pycharm_gitignore_fix ENH: Ignore PyCharm project files. Compare: https://github.com/numpy/numpy/compare/4338d11c104d...6032b8d7fc8a From noreply at github.com Wed Feb 18 21:50:35 2015 From: noreply at github.com (GitHub) Date: Wed, 18 Feb 2015 18:50:35 -0800 Subject: [Numpy-svn] [numpy/numpy] 8af02f: BUG: Fix casting warnings during masked array in-p... Message-ID: <54e54f7b5de88_69f3fe9f2ead2bc757e0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8af02f701cb94cbfad3b7972d6d106a66fee4f62 https://github.com/numpy/numpy/commit/8af02f701cb94cbfad3b7972d6d106a66fee4f62 Author: John Kirkham Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Fix casting warnings during masked array in-place operations. (numpy/numpy#5563) Commit: d770034969e35907e7497d5fe9053df4bdac2fd2 https://github.com/numpy/numpy/commit/d770034969e35907e7497d5fe9053df4bdac2fd2 Author: Charles Harris Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #5563 from jakirkham/fix_masked_casting_warning BUG: Avoid casting warning with masked arrays when using in-place operations Compare: https://github.com/numpy/numpy/compare/6032b8d7fc8a...d770034969e3 From noreply at github.com Sun Feb 22 14:49:38 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 11:49:38 -0800 Subject: [Numpy-svn] [numpy/numpy] 9df514: BUG: numpy.ma.polyfit masks NaNs incorrectly Message-ID: <54ea32d220a28_60683fa3cae852bc5626a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9df514382c0b7c8fdaa979f66054285d69afee4d https://github.com/numpy/numpy/commit/9df514382c0b7c8fdaa979f66054285d69afee4d Author: Simon Gibbons Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: numpy.ma.polyfit masks NaNs incorrectly This fixes the incorrect handing of masked NaNs by ``np.ma.polyfit``. Instead of passing the mask into ``np.polyfit`` by setting the weight of the masked points to zero, the subset of elements of which are to be fitted are passed instead. Closes #5591 Commit: f896f50fc8b4ad6a38eda286ed0d3d5560759ead https://github.com/numpy/numpy/commit/f896f50fc8b4ad6a38eda286ed0d3d5560759ead Author: Charles Harris Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #5592 from simongibbons/ma_polyfit_fix BUG: numpy.ma.polyfit masks NaNs incorrectly Compare: https://github.com/numpy/numpy/compare/d770034969e3...f896f50fc8b4 From noreply at github.com Sun Feb 22 19:55:43 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 16:55:43 -0800 Subject: [Numpy-svn] [numpy/numpy] 2ae052: MAINT: Make allclose use isclose. Message-ID: <54ea7a8f44720_322a3f8f5f8fd29c2914a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2ae0529a5935c0eff0f72bb9f86d063537be250a https://github.com/numpy/numpy/commit/2ae0529a5935c0eff0f72bb9f86d063537be250a Author: chebee7i Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- MAINT: Make allclose use isclose. Commit: e1d3a0c66d719fe908de317c08b1234b71af196f https://github.com/numpy/numpy/commit/e1d3a0c66d719fe908de317c08b1234b71af196f Author: chebee7i Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M numpy/core/numeric.py M numpy/testing/utils.py Log Message: ----------- ENH: Add `equal_nan` argument to allclose. Commit: e2812eddd839ad45f252087ed23a01029e9ecc61 https://github.com/numpy/numpy/commit/e2812eddd839ad45f252087ed23a01029e9ecc61 Author: chebee7i Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M numpy/core/tests/test_numeric.py Log Message: ----------- TST: Update unittests for allclose, isclose. Commit: c2681a55c2c833b0a57deefc5fe2f23b01b0f26d https://github.com/numpy/numpy/commit/c2681a55c2c833b0a57deefc5fe2f23b01b0f26d Author: chebee7i Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Update release notes on allclose/isclose changes. Commit: a3b7aa5bfe632fa70be805e20876c62b97a6c4ec https://github.com/numpy/numpy/commit/a3b7aa5bfe632fa70be805e20876c62b97a6c4ec Author: chebee7i Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M numpy/core/numeric.py M numpy/testing/utils.py Log Message: ----------- MAINT: Minor code edits. Commit: e59c6220dda253ff5e94251384aef3ebf605942f https://github.com/numpy/numpy/commit/e59c6220dda253ff5e94251384aef3ebf605942f Author: chebee7i Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: Add versionadded. Commit: 2b60f5be13545f3ba5d5faa23a2bbf7264b94f7c https://github.com/numpy/numpy/commit/2b60f5be13545f3ba5d5faa23a2bbf7264b94f7c Author: Charles Harris Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/numeric.py M numpy/core/tests/test_numeric.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #5590 from chebee7i/allclose_isclose Make allclose use isclose. Compare: https://github.com/numpy/numpy/compare/f896f50fc8b4...2b60f5be1354 From noreply at github.com Mon Feb 23 02:11:44 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 23:11:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 329b7f: BUG: Unitialized variable ret XDECREF'ed on fail Message-ID: <54ead2b0d0937_66383fa4f7ddd2a079544@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 329b7fe877bc1c8b2497534f805b986622275f96 https://github.com/numpy/numpy/commit/329b7fe877bc1c8b2497534f805b986622275f96 Author: Jaime Fernandez Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- BUG: Unitialized variable ret XDECREF'ed on fail Commit: 8b44a5522628cae522f00985b4ac7b3f6c21fb18 https://github.com/numpy/numpy/commit/8b44a5522628cae522f00985b4ac7b3f6c21fb18 Author: Nathaniel J. Smith Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c Log Message: ----------- Merge pull request #5595 from jaimefrio/compiler_warnings BUG: Uninitialized variable ret XDECREF'ed on fail Compare: https://github.com/numpy/numpy/compare/2b60f5be1354...8b44a5522628 From noreply at github.com Mon Feb 23 14:32:55 2015 From: noreply at github.com (GitHub) Date: Mon, 23 Feb 2015 11:32:55 -0800 Subject: [Numpy-svn] [numpy/numpy] 50afb0: BUG: Fix a reference leak in ufunc type resolution... Message-ID: <54eb8067a748_62763fec263152c0889dc@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 50afb0fb67b4b9d1bffa3baf4b87332040c54a70 https://github.com/numpy/numpy/commit/50afb0fb67b4b9d1bffa3baf4b87332040c54a70 Author: Antoine Pitrou Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- BUG: Fix a reference leak in ufunc type resolution. ensure_dtype_nbo() already creates a new reference. Commit: 8c0a50c5b1b331738a8bfb6a94ccc588851d1a0c https://github.com/numpy/numpy/commit/8c0a50c5b1b331738a8bfb6a94ccc588851d1a0c Author: Julian Taylor Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- Merge pull request #5599 from pitrou/refleak_ufunc2 BUG: Fix a reference leak in ufunc type resolution. Compare: https://github.com/numpy/numpy/compare/8b44a5522628...8c0a50c5b1b3 From noreply at github.com Mon Feb 23 14:33:07 2015 From: noreply at github.com (GitHub) Date: Mon, 23 Feb 2015 11:33:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 50afb0: BUG: Fix a reference leak in ufunc type resolution... Message-ID: <54eb807396303_9073f836db192b85092@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 50afb0fb67b4b9d1bffa3baf4b87332040c54a70 https://github.com/numpy/numpy/commit/50afb0fb67b4b9d1bffa3baf4b87332040c54a70 Author: Antoine Pitrou Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- BUG: Fix a reference leak in ufunc type resolution. ensure_dtype_nbo() already creates a new reference. Commit: 1f72899ac674c9e44c1be2948ad5b2eef008a32f https://github.com/numpy/numpy/commit/1f72899ac674c9e44c1be2948ad5b2eef008a32f Author: Julian Taylor Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- Merge pull request #5599 from pitrou/refleak_ufunc2 BUG: Fix a reference leak in ufunc type resolution. Compare: https://github.com/numpy/numpy/compare/c04513ca87f3...1f72899ac674 From noreply at github.com Tue Feb 24 13:07:57 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Feb 2015 10:07:57 -0800 Subject: [Numpy-svn] [numpy/numpy] a0aaf7: MAINT: refactor PyArray_ArgSort and PyArrayArgPart... Message-ID: <54ecbdfd86e40_9773f8e5b5cb2b865027@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a0aaf752c75c310d4eeae1af1064ec8046e6d5e9 https://github.com/numpy/numpy/commit/a0aaf752c75c310d4eeae1af1064ec8046e6d5e9 Author: jaimefrio Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/src/npysort/heapsort.c.src M numpy/core/src/npysort/mergesort.c.src M numpy/core/src/npysort/quicksort.c.src M numpy/core/src/private/npy_sort.h M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: refactor PyArray_ArgSort and PyArrayArgPartition Added three new functions to npy_sort: npy_aquicksort, npy_aheapsort and npy_amergesort, for generic dtypes, with signature compatible with PyArray_ArgSortFunc, and refactored PyArray_ArgSort and PyArray_ArgPartition to use them through a call to _new_argsortlike. As an added bonus, partly fixes #5469 and adds some tests for it. Commit: 4d4fb0d12b9ddfa76e485ea3caa6fac25e7183da https://github.com/numpy/numpy/commit/4d4fb0d12b9ddfa76e485ea3caa6fac25e7183da Author: Charles Harris Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/src/npysort/heapsort.c.src M numpy/core/src/npysort/mergesort.c.src M numpy/core/src/npysort/quicksort.c.src M numpy/core/src/private/npy_sort.h M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5494 from jaimefrio/argsort_refactor MAINT: refactor PyArray_ArgSort and PyArrayArgPartition Compare: https://github.com/numpy/numpy/compare/8c0a50c5b1b3...4d4fb0d12b9d From noreply at github.com Tue Feb 24 16:48:27 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Feb 2015 13:48:27 -0800 Subject: [Numpy-svn] [numpy/numpy] fc8db7: ENH: speed up putmask avoiding % in inner loop Message-ID: <54ecf1ab744a1_fa23fd7641db2a0343ec@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fc8db7395f51311e4856eaae25c4b3aa62bd9164 https://github.com/numpy/numpy/commit/fc8db7395f51311e4856eaae25c4b3aa62bd9164 Author: jaimefrio Date: 2015-01-25 (Sun, 25 Jan 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/item_selection.c Log Message: ----------- ENH: speed up putmask avoiding % in inner loop Commit: 2e016ac65aceab4e08217794d6be7b365793976a https://github.com/numpy/numpy/commit/2e016ac65aceab4e08217794d6be7b365793976a Author: Charles Harris Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/item_selection.c Log Message: ----------- Merge pull request #5501 from jaimefrio/faster_fastputmask ENH: speed up putmask avoiding % in inner loop Compare: https://github.com/numpy/numpy/compare/4d4fb0d12b9d...2e016ac65ace From noreply at github.com Wed Feb 25 10:09:41 2015 From: noreply at github.com (GitHub) Date: Wed, 25 Feb 2015 07:09:41 -0800 Subject: [Numpy-svn] [numpy/numpy] 1b6f46: BUG: Fixes #5524 and adds test Message-ID: <54ede5b53bdad_4d893ff4751e329c309f6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1b6f46ae7ca3361c029c480a76c737268bc8713b https://github.com/numpy/numpy/commit/1b6f46ae7ca3361c029c480a76c737268bc8713b Author: hannaro Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Fixes #5524 and adds test argpartition does not fail anymore on non-ndarray array-likes. Fix as implemented by @maniteja123. Commit: 5e9750dee0d861342c2fe184b755454d7215f10a https://github.com/numpy/numpy/commit/5e9750dee0d861342c2fe184b755454d7215f10a Author: Jaime Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5584 from hannaro/bugfix_argpartition BUG: Fixed issue #5524 and added test Compare: https://github.com/numpy/numpy/compare/2e016ac65ace...5e9750dee0d8 From noreply at github.com Thu Feb 26 03:11:33 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 00:11:33 -0800 Subject: [Numpy-svn] [numpy/numpy] aca826: DOC: fix typos in corrcoef() Message-ID: <54eed535a610f_15c03ffb05a272a091457@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: aca82609af048971de362eb74a5f8873a45898cf https://github.com/numpy/numpy/commit/aca82609af048971de362eb74a5f8873a45898cf Author: Martin Spacek Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: fix typos in corrcoef() Commit: 32e23a1d52a05d3a56f693010eaf8d96826db75f https://github.com/numpy/numpy/commit/32e23a1d52a05d3a56f693010eaf8d96826db75f Author: seberg Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #5609 from mspacek/patch-1 DOC: fix typos in corrcoef() Compare: https://github.com/numpy/numpy/compare/5e9750dee0d8...32e23a1d52a0 From noreply at github.com Thu Feb 26 21:45:19 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 18:45:19 -0800 Subject: [Numpy-svn] [numpy/numpy] 05b533: ENH: add broadcast_to function Message-ID: <54efda3fd4729_5b203fb63dbaf29c57493@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 05b5335ecf25e59477956b4f85b9a8edbdf71bcc https://github.com/numpy/numpy/commit/05b5335ecf25e59477956b4f85b9a8edbdf71bcc Author: Stephan Hoyer Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst M doc/source/reference/routines.array-manipulation.rst M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- ENH: add broadcast_to function Per the mailing list discussion [1], I have implemented a new function `broadcast_to` that broadcasts an array to a given shape according to numpy's broadcasting rules. [1] http://mail.scipy.org/pipermail/numpy-discussion/2014-December/071796.html Commit: 06af9918f6bf03b8d818ec834f9fb48db57d1489 https://github.com/numpy/numpy/commit/06af9918f6bf03b8d818ec834f9fb48db57d1489 Author: Charles Harris Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M doc/release/1.10.0-notes.rst M doc/source/reference/routines.array-manipulation.rst M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- Merge pull request #5371 from shoyer/broadcast_to ENH: add np.broadcast_to and reimplement np.broadcast_arrays Compare: https://github.com/numpy/numpy/compare/32e23a1d52a0...06af9918f6bf From noreply at github.com Fri Feb 27 12:27:20 2015 From: noreply at github.com (GitHub) Date: Fri, 27 Feb 2015 09:27:20 -0800 Subject: [Numpy-svn] [numpy/numpy] ae438c: BLD: Add mingw-w64 support for the mingw64static o... Message-ID: <54f0a8f83d0fc_213e3fa4bb9e72b830141@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ae438c3707ccb451c6f0d8150388f9d75a9b5375 https://github.com/numpy/numpy/commit/ae438c3707ccb451c6f0d8150388f9d75a9b5375 Author: carlkl Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/lib/tests/test_function_base.py M setup.py Log Message: ----------- BLD: Add mingw-w64 support for the mingw64static option. Commit: 08178994ee2d97ff8c48cb6e8f1140b3dae2bd69 https://github.com/numpy/numpy/commit/08178994ee2d97ff8c48cb6e8f1140b3dae2bd69 Author: carlkl Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BLD: Improve mingw-w64 detection of check_embedded_lapack. Commit: 444b5ac1eb8d0e2bfe548770af3ab8e6af846832 https://github.com/numpy/numpy/commit/444b5ac1eb8d0e2bfe548770af3ab8e6af846832 Author: Charles Harris Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M INSTALL.txt Log Message: ----------- DOC: Document Carl Kleffner's MinGW-w64 toolchain in INSTALL.txt. Taken from the description in gh-5587. Commit: 96abd32de241864ee97f30357234cbc9a96c43ae https://github.com/numpy/numpy/commit/96abd32de241864ee97f30357234cbc9a96c43ae Author: Charles Harris Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M INSTALL.txt M numpy/core/src/multiarray/multiarraymodule.c M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/system_info.py M numpy/lib/tests/test_function_base.py M setup.py Log Message: ----------- Merge pull request #5614 from charris/cleanup-gh-5587 BLD: Add support for MinGW-w64/OpenBLAS Compare: https://github.com/numpy/numpy/compare/06af9918f6bf...96abd32de241 From noreply at github.com Sat Feb 28 20:06:31 2015 From: noreply at github.com (GitHub) Date: Sat, 28 Feb 2015 17:06:31 -0800 Subject: [Numpy-svn] [numpy/numpy] 11dfe9: BUG: arr.fill() should accept the max uint64 value Message-ID: <54f26617a5b52_16423fe01896d2b83545a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 11dfe938a485500a94de8c01157ea6319afcffd0 https://github.com/numpy/numpy/commit/11dfe938a485500a94de8c01157ea6319afcffd0 Author: John Tyree Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: arr.fill() should accept the max uint64 value Commit: a29f50ef84aa0f3cec0253691dacd9a3cddbb3a6 https://github.com/numpy/numpy/commit/a29f50ef84aa0f3cec0253691dacd9a3cddbb3a6 Author: Julian Taylor Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5618 from johntyree/arrfill_ulonglong BUG: Fixes ndarray.fill to accept maximum uint64 value Compare: https://github.com/numpy/numpy/compare/96abd32de241...a29f50ef84aa From noreply at github.com Sat Feb 28 20:07:51 2015 From: noreply at github.com (GitHub) Date: Sat, 28 Feb 2015 17:07:51 -0800 Subject: [Numpy-svn] [numpy/numpy] 11dfe9: BUG: arr.fill() should accept the max uint64 value Message-ID: <54f2666726b8e_171a3fb85b80f2c083013@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 11dfe938a485500a94de8c01157ea6319afcffd0 https://github.com/numpy/numpy/commit/11dfe938a485500a94de8c01157ea6319afcffd0 Author: John Tyree Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: arr.fill() should accept the max uint64 value Commit: bf6f80d994a154f25eb5e8beca5babdf31b13eca https://github.com/numpy/numpy/commit/bf6f80d994a154f25eb5e8beca5babdf31b13eca Author: Julian Taylor Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5618 from johntyree/arrfill_ulonglong BUG: Fixes ndarray.fill to accept maximum uint64 value Compare: https://github.com/numpy/numpy/compare/1f72899ac674...bf6f80d994a1