From noreply at github.com Fri Nov 1 12:41:30 2013 From: noreply at github.com (GitHub) Date: Fri, 01 Nov 2013 09:41:30 -0700 Subject: [Numpy-svn] [numpy/numpy] bd92d8: DOC: add 1.7.2 release notes Message-ID: <5273d9ba71851_40536add5842230@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bd92d8c8d8f9a73bf8465421212b16d5713817b6 https://github.com/numpy/numpy/commit/bd92d8c8d8f9a73bf8465421212b16d5713817b6 Author: Julian Taylor Date: 2013-11-01 (Fri, 01 Nov 2013) Changed paths: A doc/release/1.7.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: add 1.7.2 release notes Commit: 0ddb6d19cbddee3fae6a0dc8ba5e1151a0d5f553 https://github.com/numpy/numpy/commit/0ddb6d19cbddee3fae6a0dc8ba5e1151a0d5f553 Author: Charles Harris Date: 2013-11-01 (Fri, 01 Nov 2013) Changed paths: A doc/release/1.7.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #3997 from juliantaylor/release-notes DOC: add 1.7.2 release notes Compare: https://github.com/numpy/numpy/compare/eb40f65c6654...0ddb6d19cbdd From noreply at github.com Sat Nov 2 16:45:16 2013 From: noreply at github.com (GitHub) Date: Sat, 02 Nov 2013 13:45:16 -0700 Subject: [Numpy-svn] [numpy/numpy] a73f72: MAINT: Don't use 'import *' in lib/test_twodim_bas... Message-ID: <5275645c6b314_3937617d581153f6@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a73f729e683b89f74fe076cb2e8f17a4168ece69 https://github.com/numpy/numpy/commit/a73f729e683b89f74fe076cb2e8f17a4168ece69 Author: Warren Weckesser Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/tests/test_twodim_base.py Log Message: ----------- MAINT: Don't use 'import *' in lib/test_twodim_base.py. Commit: 6ced92b72d3c43f0fcd1e680ea0df70ef1779855 https://github.com/numpy/numpy/commit/6ced92b72d3c43f0fcd1e680ea0df70ef1779855 Author: Warren Weckesser Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/tests/test_twodim_base.py M numpy/lib/twodim_base.py Log Message: ----------- ENH: lib: Rewrite vander: make it faster, and add an option to specify the order of the powers (either decreasing or increasing). Commit: cdd1419a1aef2e292991917f415cfe8d8891adf7 https://github.com/numpy/numpy/commit/cdd1419a1aef2e292991917f415cfe8d8891adf7 Author: Warren Weckesser Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.py Commit: c5c4d0bdc1a7971f35726421b245f6f3515a2cdf https://github.com/numpy/numpy/commit/c5c4d0bdc1a7971f35726421b245f6f3515a2cdf Author: Warren Weckesser Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few more PEP8 tweaks. Commit: 253cff04bb83e0338755863653267c19856f79d4 https://github.com/numpy/numpy/commit/253cff04bb83e0338755863653267c19856f79d4 Author: Warren Weckesser Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/tests/test_twodim_base.py M numpy/lib/twodim_base.py Log Message: ----------- MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py and tests/test_twodim_base.py. Also make a couple more PEP8 tweaks. Commit: 8a2728c4df0ff7b593eb92f0f2a88b080182d37b https://github.com/numpy/numpy/commit/8a2728c4df0ff7b593eb92f0f2a88b080182d37b Author: Charles Harris Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/lib/tests/test_twodim_base.py M numpy/lib/twodim_base.py Log Message: ----------- Merge pull request #3999 from WarrenWeckesser/vander ENH: lib: Rewrite vander Compare: https://github.com/numpy/numpy/compare/0ddb6d19cbdd...8a2728c4df0f From noreply at github.com Sun Nov 3 06:51:29 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 03:51:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 00c75a: BUG: numpy.random.binomial raised ValueError for n... Message-ID: <527638c176d14_10329d3d484368d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 00c75ae6c366513ecf7f7c333d2839007db0e120 https://github.com/numpy/numpy/commit/00c75ae6c366513ecf7f7c333d2839007db0e120 Author: HaroldMills Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- BUG: numpy.random.binomial raised ValueError for n == 0 Range test for n was incorrect. Closes #3480 Commit: e747146b2fda038c7bc12cabfd8c83449043c90c https://github.com/numpy/numpy/commit/e747146b2fda038c7bc12cabfd8c83449043c90c Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #4000 from charris/backport-1.7-3483 backport-1.7-3483 Compare: https://github.com/numpy/numpy/compare/579c2c5438c8...e747146b2fda From noreply at github.com Sun Nov 3 07:08:30 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 04:08:30 -0800 Subject: [Numpy-svn] [numpy/numpy] db31fb: BUG: fix handling of infs in hypot on windows Message-ID: <52763cbe84577_57c07ffd5010131f@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: db31fb635cfa7c1addc837c6e11d4c92c831be91 https://github.com/numpy/numpy/commit/db31fb635cfa7c1addc837c6e11d4c92c831be91 Author: Eric Moore Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/core/src/npymath/npy_math.c.src M numpy/core/tests/test_umath.py Log Message: ----------- BUG: fix handling of infs in hypot on windows On any platform where we used our own implementation of hypot, (e.g. windows) there were several issues with infs. hypot(inf, y) == inf, for all y including nan. We now check for inf and handle this case explicitly for all y instead of just y = nan. Although hypot(inf, 0) was correctly returning inf, it was incorrectly raising the invalid floating point exception. Fixes gh-2385 Commit: 8292fe9c9d68533dd13f92e1828e8b9e16d86ee1 https://github.com/numpy/numpy/commit/8292fe9c9d68533dd13f92e1828e8b9e16d86ee1 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/core/src/npymath/npy_math.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #4002 from juliantaylor/hypot-1.7.x Backport PR #3992 to 1.7 Compare: https://github.com/numpy/numpy/compare/e747146b2fda...8292fe9c9d68 From noreply at github.com Sun Nov 3 07:09:30 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 04:09:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 1beb0e: DOC: update 1.7.2 release notes Message-ID: <52763cfa33e24_46098a3d4c17672@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1beb0ec3fbd81f9179d8402fbdecb2e204421e61 https://github.com/numpy/numpy/commit/1beb0ec3fbd81f9179d8402fbdecb2e204421e61 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.7.2-notes.rst Log Message: ----------- DOC: update 1.7.2 release notes add two additional fixed bugs Commit: 37b28f80d91ae3188ecc55ce8bb274f92d4ac904 https://github.com/numpy/numpy/commit/37b28f80d91ae3188ecc55ce8bb274f92d4ac904 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.7.2-notes.rst Log Message: ----------- Merge pull request #4003 from juliantaylor/release-notes DOC: update 1.7.2 release notes Compare: https://github.com/numpy/numpy/compare/8a2728c4df0f...37b28f80d91a From noreply at github.com Sun Nov 3 08:11:17 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 05:11:17 -0800 Subject: [Numpy-svn] [numpy/numpy] bfc669: DOC: fix layout of issue listings in release notes Message-ID: <52764b753e69e_7726129dd48428e9@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bfc6699c3959b7e48d666f9d9bab5ee971936d8f https://github.com/numpy/numpy/commit/bfc6699c3959b7e48d666f9d9bab5ee971936d8f Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.6.1-notes.rst M doc/release/1.6.2-notes.rst M doc/release/1.7.1-notes.rst M doc/release/1.7.2-notes.rst Log Message: ----------- DOC: fix layout of issue listings in release notes Commit: 0774804b1105e5637a9936f86acad63657d7f111 https://github.com/numpy/numpy/commit/0774804b1105e5637a9936f86acad63657d7f111 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.6.1-notes.rst M doc/release/1.6.2-notes.rst M doc/release/1.7.1-notes.rst M doc/release/1.7.2-notes.rst Log Message: ----------- Merge pull request #4004 from juliantaylor/doc-updates DOC: fix layout of issue listings in release notes Compare: https://github.com/numpy/numpy/compare/37b28f80d91a...0774804b1105 From noreply at github.com Sun Nov 3 08:33:03 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 05:33:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 99f8df: DOC: add 1.7.2 release notes Message-ID: <5276508fc9a35_fd213e7d4857568@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 99f8df9fa3a7f7a6a29d3de21fd34c8b47d6cf85 https://github.com/numpy/numpy/commit/99f8df9fa3a7f7a6a29d3de21fd34c8b47d6cf85 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: A doc/release/1.7.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: add 1.7.2 release notes Conflicts: doc/source/release.rst Commit: 0aa51d812cc9015d161bec854e4be032baa24ff6 https://github.com/numpy/numpy/commit/0aa51d812cc9015d161bec854e4be032baa24ff6 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.7.2-notes.rst Log Message: ----------- DOC: update 1.7.2 release notes add two additional fixed bugs Commit: 63518eff9592a28b48cecf14f927a7514b1e384b https://github.com/numpy/numpy/commit/63518eff9592a28b48cecf14f927a7514b1e384b Author: Charles Harris Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.3.0-notes.rst M doc/release/1.4.0-notes.rst M doc/release/1.5.0-notes.rst M doc/release/1.6.0-notes.rst M doc/release/1.6.1-notes.rst M doc/release/1.6.2-notes.rst M doc/release/1.7.0-notes.rst M doc/release/1.7.1-notes.rst Log Message: ----------- MAINT: Fix release notes formatting. Sphinx was complaining about the title/heading hierarchy. This fixes those complaints. (cherry picked from commit 686905399753267f4447daa5a0bff8ff49098fa0) Conflicts: doc/release/1.8.0-notes.rst Commit: d86c3183f67de829a6ff2d5d3747148d056e16b4 https://github.com/numpy/numpy/commit/d86c3183f67de829a6ff2d5d3747148d056e16b4 Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.6.1-notes.rst M doc/release/1.6.2-notes.rst M doc/release/1.7.1-notes.rst M doc/release/1.7.2-notes.rst Log Message: ----------- DOC: fix layout of issue listings in release notes Commit: c179406efaa5c52da1b9d6bd1d8dd556bf09ca6d https://github.com/numpy/numpy/commit/c179406efaa5c52da1b9d6bd1d8dd556bf09ca6d Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M doc/release/1.3.0-notes.rst M doc/release/1.4.0-notes.rst M doc/release/1.5.0-notes.rst M doc/release/1.6.0-notes.rst M doc/release/1.6.1-notes.rst M doc/release/1.6.2-notes.rst M doc/release/1.7.0-notes.rst M doc/release/1.7.1-notes.rst A doc/release/1.7.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #4005 from juliantaylor/release-notes-1.7 Add 1.7.2 release notes and fix some layout issues Compare: https://github.com/numpy/numpy/compare/8292fe9c9d68...c179406efaa5 From noreply at github.com Sun Nov 3 10:26:12 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 07:26:12 -0800 Subject: [Numpy-svn] [numpy/numpy] 1c0bb5: BUG: fix handling of infs in hypot on windows Message-ID: <52766b1436e42_43f063dd50470b2@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 1c0bb5b559c9aaaa59a36b2fdb899b589c2ba195 https://github.com/numpy/numpy/commit/1c0bb5b559c9aaaa59a36b2fdb899b589c2ba195 Author: Eric Moore Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/core/src/npymath/npy_math.c.src M numpy/core/tests/test_umath.py Log Message: ----------- BUG: fix handling of infs in hypot on windows On any platform where we used our own implementation of hypot, (e.g. windows) there were several issues with infs. hypot(inf, y) == inf, for all y including nan. We now check for inf and handle this case explicitly for all y instead of just y = nan. Although hypot(inf, 0) was correctly returning inf, it was incorrectly raising the invalid floating point exception. Fixes gh-2385 Commit: 9ae22528051f8ed079d27061f5fb0b16397bf1d2 https://github.com/numpy/numpy/commit/9ae22528051f8ed079d27061f5fb0b16397bf1d2 Author: Charles Harris Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/core/src/npymath/npy_math.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #4001 from juliantaylor/hypot-1.8.x Backport PR #3992 to 1.8 Compare: https://github.com/numpy/numpy/compare/f846b835a90c...9ae22528051f From noreply at github.com Sun Nov 3 10:27:57 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 07:27:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 1b31b4: MAINT: Backport small mod in test_linalg.py from m... Message-ID: <52766b7d4be46_1027499d5075030@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 1b31b410b3ebf0af5e3a9f848e504c33d746eefb https://github.com/numpy/numpy/commit/1b31b410b3ebf0af5e3a9f848e504c33d746eefb Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- MAINT: Backport small mod in test_linalg.py from master. This change managed to slip through the backport. It doesn't seem to have any effect on test success but it is probably a good thing to keep things in sync. Commit: 2889e183cb834ea69a470067164044ac6e893e81 https://github.com/numpy/numpy/commit/2889e183cb834ea69a470067164044ac6e893e81 Author: Charles Harris Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3991 from charris/sync-test_linalg MAINT: Backport small mod in test_linalg.py from master. Compare: https://github.com/numpy/numpy/compare/9ae22528051f...2889e183cb83 From noreply at github.com Sun Nov 3 11:01:02 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 08:01:02 -0800 Subject: [Numpy-svn] [numpy/numpy] 3bf870: REL: Release 1.7.2rc1 Message-ID: <5276733e6e91a_44bd108dd5030433@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 3bf8706cefd28d33fb3ea1915d8a11f54ee7cfef https://github.com/numpy/numpy/commit/3bf8706cefd28d33fb3ea1915d8a11f54ee7cfef Author: Julian Taylor Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: Release 1.7.2rc1 From noreply at github.com Sun Nov 3 11:01:07 2013 From: noreply at github.com (GitHub) Date: Sun, 03 Nov 2013 08:01:07 -0800 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <5276734351104_43f063dd50485f0@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/tags/v1.7.2rc1 Home: https://github.com/numpy/numpy From noreply at github.com Wed Nov 6 08:32:32 2013 From: noreply at github.com (GitHub) Date: Wed, 06 Nov 2013 05:32:32 -0800 Subject: [Numpy-svn] [numpy/numpy] c86dab: ENH: replace Py_BuildValue with faster PyTuple_Pac... Message-ID: <527a44f048c71_772e80fd541171ec@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c86daba7ba4371906115892e837fe33105452023 https://github.com/numpy/numpy/commit/c86daba7ba4371906115892e837fe33105452023 Author: Julian Taylor Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- ENH: replace Py_BuildValue with faster PyTuple_Pack Commit: 23065cf8fd7b5851592918c765de2ccf459b2683 https://github.com/numpy/numpy/commit/23065cf8fd7b5851592918c765de2ccf459b2683 Author: Julian Taylor Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- ENH: replace PyUFunc_GetPyValues with faster _get_bufsize_errmask avoids unnecessary creation of unused error objects. Commit: 7b124cf705daf8a1a1da99a99f8ac34ea36c2d24 https://github.com/numpy/numpy/commit/7b124cf705daf8a1a1da99a99f8ac34ea36c2d24 Author: Julian Taylor Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- MAINT: remove unused variable Commit: 41f2a26efc9f7853a8f00db3a6cd1f6ee855318c https://github.com/numpy/numpy/commit/41f2a26efc9f7853a8f00db3a6cd1f6ee855318c Author: Julian Taylor Date: 2013-11-05 (Tue, 05 Nov 2013) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- ENH: early return from PyArray_EquivTypenums if the numbers are equal Commit: e7e365fa6c3fff01fcb833664425f9b468f2aefd https://github.com/numpy/numpy/commit/e7e365fa6c3fff01fcb833664425f9b468f2aefd Author: seberg Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/ufunc_object.c Log Message: ----------- Merge pull request #4010 from juliantaylor/reduce-opt reduction micro optimizations Compare: https://github.com/numpy/numpy/compare/0774804b1105...e7e365fa6c3f From noreply at github.com Wed Nov 6 17:32:08 2013 From: noreply at github.com (GitHub) Date: Wed, 06 Nov 2013 14:32:08 -0800 Subject: [Numpy-svn] [numpy/numpy] dcfe32: ENH: avoid expensive clears in fenv functions Message-ID: <527ac368f0ebe_60d9c59d4c8354a@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dcfe3260e2d6d9de7a2c3fb0022ecf124faa2ae2 https://github.com/numpy/numpy/commit/dcfe3260e2d6d9de7a2c3fb0022ecf124faa2ae2 Author: Julian Taylor Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.ufunc.rst M numpy/core/include/numpy/npy_math.h M numpy/core/include/numpy/ufuncobject.h M numpy/core/src/npymath/ieee754.c.src M numpy/core/src/umath/simd.inc.src M numpy/core/src/umath/ufunc_object.c M numpy/linalg/umath_linalg.c.src Log Message: ----------- ENH: avoid expensive clears in fenv functions Clearing is 50-100 times more expensive than checking on x86, so check if there is anything needs to be cleared first. This speeds up scalar operations by 10%-20%. Based on Arink Verma code in #3739. Implement the functions as new C-API functions npy_get_floatstatus and npy_clear_floatstatus in npy_math. Commit: d071d3f9d80886868c5ce790289f2af03bed43b1 https://github.com/numpy/numpy/commit/d071d3f9d80886868c5ce790289f2af03bed43b1 Author: Charles Harris Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.ufunc.rst M numpy/core/include/numpy/npy_math.h M numpy/core/include/numpy/ufuncobject.h M numpy/core/src/npymath/ieee754.c.src M numpy/core/src/umath/simd.inc.src M numpy/core/src/umath/ufunc_object.c M numpy/linalg/umath_linalg.c.src Log Message: ----------- Merge pull request #3974 from juliantaylor/fenv-improve ENH: avoid expensive clears in fenv functions Compare: https://github.com/numpy/numpy/compare/e7e365fa6c3f...d071d3f9d808 From noreply at github.com Fri Nov 8 10:13:16 2013 From: noreply at github.com (GitHub) Date: Fri, 08 Nov 2013 07:13:16 -0800 Subject: [Numpy-svn] [numpy/numpy] f30cec: BUG: Support ndim=0 when constructing arrays from ... Message-ID: <527cff8c76714_24c66ebd4c11309b@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f30cecb89264660b5818fedaf7ce1fbb3e35050b https://github.com/numpy/numpy/commit/f30cecb89264660b5818fedaf7ce1fbb3e35050b Author: Alexander Belopolsky Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Support ndim=0 when constructing arrays from buffer Previously the buffer was interpreted as 1-dimensional when no shape was provided, even when ndim was 0. Closes gh-4015 From noreply at github.com Fri Nov 8 17:24:54 2013 From: noreply at github.com (GitHub) Date: Fri, 08 Nov 2013 14:24:54 -0800 Subject: [Numpy-svn] [numpy/numpy] 819597: BUG: Fix raising exception on invalid assignment f... Message-ID: <527d64b6228a9_247ccdbd4c982f1@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 819597324c4cf4333120cdf951983681f0732ead https://github.com/numpy/numpy/commit/819597324c4cf4333120cdf951983681f0732ead Author: eltjpm Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix raising exception on invalid assignment from sequence Closes gh-4024 Commit: 4050ac73af79ae8cc513648ff02e9a22041501c4 https://github.com/numpy/numpy/commit/4050ac73af79ae8cc513648ff02e9a22041501c4 Author: seberg Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #4024 from eltjpm/from_sequence_fix Sequence assignment doesn't raise exception on shape mismatch Compare: https://github.com/numpy/numpy/compare/f30cecb89264...4050ac73af79 From noreply at github.com Fri Nov 8 20:27:54 2013 From: noreply at github.com (GitHub) Date: Fri, 08 Nov 2013 17:27:54 -0800 Subject: [Numpy-svn] [numpy/numpy] 7104aa: BUG: Fix raising exception on invalid assignment f... Message-ID: <527d8f9a65651_2a1683dd581608f3@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 7104aa7c58ac13b5fb62263b72d2e5bacd0fa4b1 https://github.com/numpy/numpy/commit/7104aa7c58ac13b5fb62263b72d2e5bacd0fa4b1 Author: eltjpm Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix raising exception on invalid assignment from sequence Closes gh-4024 Commit: b53c708d54007a83ec0309bb41b45fa47d3912fd https://github.com/numpy/numpy/commit/b53c708d54007a83ec0309bb41b45fa47d3912fd Author: Charles Harris Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #4028 from juliantaylor/from_sequence_fix-1.8 Backport PR #4024 to 1.8 Compare: https://github.com/numpy/numpy/compare/2889e183cb83...b53c708d5400 From noreply at github.com Fri Nov 8 20:34:37 2013 From: noreply at github.com (GitHub) Date: Fri, 08 Nov 2013 17:34:37 -0800 Subject: [Numpy-svn] [numpy/numpy] e1569a: cross-platform code to find numpy config Message-ID: <527d912d47dde_33081059d481420a3@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e1569a36b4096a9bb131961dac8db36773076137 https://github.com/numpy/numpy/commit/e1569a36b4096a9bb131961dac8db36773076137 Author: bbudescu Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- cross-platform code to find numpy config https://github.com/numpy/numpy/issues/3995 Commit: 3b6f93cb558e83bf7e1a967b51d9dc3cddc6f885 https://github.com/numpy/numpy/commit/3b6f93cb558e83bf7e1a967b51d9dc3cddc6f885 Author: Charles Harris Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #4022 from bbudescu/win-home-envvar cross-platform code to find home folder when looking .numpy-site.cfg Compare: https://github.com/numpy/numpy/compare/4050ac73af79...3b6f93cb558e From noreply at github.com Fri Nov 8 20:53:21 2013 From: noreply at github.com (GitHub) Date: Fri, 08 Nov 2013 17:53:21 -0800 Subject: [Numpy-svn] [numpy/numpy] cef2dc: Allow checking two or more fortran compilers inste... Message-ID: <527d9591d93f6_24901415d4c17983e@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cef2dc2c2758936011a064ae60956a6c19dbb0cb https://github.com/numpy/numpy/commit/cef2dc2c2758936011a064ae60956a6c19dbb0cb Author: Andrew Stromnov Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M numpy/distutils/fcompiler/__init__.py Log Message: ----------- Allow checking two or more fortran compilers instead of one. Commit: ff3c89fd0b0c311db316d3d574382336ad3017f7 https://github.com/numpy/numpy/commit/ff3c89fd0b0c311db316d3d574382336ad3017f7 Author: Charles Harris Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/distutils/fcompiler/__init__.py Log Message: ----------- Merge pull request #3996 from stromnov/master Allow checking two or more fortran compilers instead of one. Compare: https://github.com/numpy/numpy/compare/3b6f93cb558e...ff3c89fd0b0c From noreply at github.com Sat Nov 9 05:20:41 2013 From: noreply at github.com (GitHub) Date: Sat, 09 Nov 2013 02:20:41 -0800 Subject: [Numpy-svn] [numpy/numpy] 92b9e8: When reading file in chunks, buffer_size < dtype.i... Message-ID: <527e0c79e13a_7a706c7d481915@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 92b9e8446d342a35fbea2dd004a99f2815b14f69 https://github.com/numpy/numpy/commit/92b9e8446d342a35fbea2dd004a99f2815b14f69 Author: Luke Carmichael Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/lib/format.py Log Message: ----------- When reading file in chunks, buffer_size < dtype.itemsize, ensure at least one read Commit: a7a30016a946beef8e2c5a1860222dfbc2a60a18 https://github.com/numpy/numpy/commit/a7a30016a946beef8e2c5a1860222dfbc2a60a18 Author: Luke Carmichael Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/lib/tests/test_format.py Log Message: ----------- test for failing chunk read of large string Commit: 83eb3ac0658d5e71d9860f8b1e37f285ec19c692 https://github.com/numpy/numpy/commit/83eb3ac0658d5e71d9860f8b1e37f285ec19c692 Author: Luke Carmichael Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/lib/tests/test_format.py Log Message: ----------- BUG: Fix chunked reading of strings longer than BUFFERSIZE This fix correctly calculates the number of BUFFER_SIZE chunks to read. This fix takes into account dtype sizes that could be larger than the BUFFER_SIZE, like a long string. See #4027 Commit: 896863aff98a156b2fe0fca85fa9279ae8f15aec https://github.com/numpy/numpy/commit/896863aff98a156b2fe0fca85fa9279ae8f15aec Author: Julian Taylor Date: 2013-11-09 (Sat, 09 Nov 2013) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_format.py Log Message: ----------- Merge pull request #4027 from halfaleague/chunk-read-bug Chunked reading fails when dtype.itemsize is larger than buffer size. Compare: https://github.com/numpy/numpy/compare/ff3c89fd0b0c...896863aff98a From noreply at github.com Sat Nov 9 05:47:52 2013 From: noreply at github.com (GitHub) Date: Sat, 09 Nov 2013 02:47:52 -0800 Subject: [Numpy-svn] [numpy/numpy] 235d95: TST: improve test_long_str and add documentation Message-ID: <527e12d8cf73d_5e9410e5d4849069@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 235d957a427bc2f18642475a9c65063cf0580d6c https://github.com/numpy/numpy/commit/235d957a427bc2f18642475a9c65063cf0580d6c Author: Julian Taylor Date: 2013-11-09 (Sat, 09 Nov 2013) Changed paths: M numpy/lib/tests/test_format.py Log Message: ----------- TST: improve test_long_str and add documentation Commit: 96dd69c5244827e739fb8d998ce1f18b2ecdd088 https://github.com/numpy/numpy/commit/96dd69c5244827e739fb8d998ce1f18b2ecdd088 Author: Julian Taylor Date: 2013-11-09 (Sat, 09 Nov 2013) Changed paths: M numpy/lib/tests/test_format.py Log Message: ----------- Merge pull request #4032 from juliantaylor/format-test TST: improve test_long_str and add documentation Compare: https://github.com/numpy/numpy/compare/896863aff98a...96dd69c52448 From noreply at github.com Sun Nov 10 12:56:13 2013 From: noreply at github.com (GitHub) Date: Sun, 10 Nov 2013 09:56:13 -0800 Subject: [Numpy-svn] [numpy/numpy] f325c3: DOC: Change pad mode options to a definition list Message-ID: <527fc8bd437e8_6aef703d484116f@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f325c34611ececfdebe302f0368cb455275d51c9 https://github.com/numpy/numpy/commit/f325c34611ececfdebe302f0368cb455275d51c9 Author: endolith Date: 2013-11-10 (Sun, 10 Nov 2013) Changed paths: M numpy/lib/arraypad.py Log Message: ----------- DOC: Change pad mode options to a definition list Current formatting is not part of rst, and is not rendering correctly at http://docs.scipy.org/doc/numpy-dev/reference/generated/numpy.pad.html Commit: 6132b9832d06a81457ff931c42ac09408f7b0398 https://github.com/numpy/numpy/commit/6132b9832d06a81457ff931c42ac09408f7b0398 Author: Charles Harris Date: 2013-11-10 (Sun, 10 Nov 2013) Changed paths: M numpy/lib/arraypad.py Log Message: ----------- Merge pull request #4034 from endolith/patch-1 DOC: Change pad mode options to a definition list Compare: https://github.com/numpy/numpy/compare/96dd69c52448...6132b9832d06 From noreply at github.com Mon Nov 11 21:56:20 2013 From: noreply at github.com (GitHub) Date: Mon, 11 Nov 2013 18:56:20 -0800 Subject: [Numpy-svn] [numpy/numpy] e1e021: DOC: Add an example of casting array type and byte... Message-ID: <528198d412df2_74881127d4c7999d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e1e021dde998b778de0f1adb397abc523a4ccb62 https://github.com/numpy/numpy/commit/e1e021dde998b778de0f1adb397abc523a4ccb62 Author: Miguel de Val-Borro Date: 2013-11-11 (Mon, 11 Nov 2013) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt M numpy/doc/byteswapping.py Log Message: ----------- DOC: Add an example of casting array type and byte order using astype. Commit: 4d0076f7e783f42dffb742063d8a05b78ba1e942 https://github.com/numpy/numpy/commit/4d0076f7e783f42dffb742063d8a05b78ba1e942 Author: Charles Harris Date: 2013-11-11 (Mon, 11 Nov 2013) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt M numpy/doc/byteswapping.py Log Message: ----------- Merge pull request #4037 from migueldvb/docs Example to convert the type of an array using the astype method and minor typo fix Compare: https://github.com/numpy/numpy/compare/6132b9832d06...4d0076f7e783 From noreply at github.com Wed Nov 13 13:15:48 2013 From: noreply at github.com (GitHub) Date: Wed, 13 Nov 2013 10:15:48 -0800 Subject: [Numpy-svn] [numpy/numpy] 50b0e8: BUG: ma.compressed() function returns masked array Message-ID: <5283c1d43a520_1b8bbafd4c1134b8@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 50b0e8ef83155f65425075baed32190fd8d4aab8 https://github.com/numpy/numpy/commit/50b0e8ef83155f65425075baed32190fd8d4aab8 Author: Lev Abalkin Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: ma.compressed() function returns masked array When a masked array with nomask was passed to ma.compressed() function, the result was the original masked array instead of an ndarray. Closes gh-4026. Commit: e4d8ad84bf098a4c4dcfb21f3b7fbb1d228b2e34 https://github.com/numpy/numpy/commit/e4d8ad84bf098a4c4dcfb21f3b7fbb1d228b2e34 Author: seberg Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #4039 from abalkin/issue-4026 BUG: ma.compressed() function returns masked array Compare: https://github.com/numpy/numpy/compare/4d0076f7e783...e4d8ad84bf09 From noreply at github.com Wed Nov 13 15:04:12 2013 From: noreply at github.com (GitHub) Date: Wed, 13 Nov 2013 12:04:12 -0800 Subject: [Numpy-svn] [numpy/numpy] 0e5e3d: DOC: Spelling correction for numpy.diag see also Message-ID: <5283db3c846fa_14eb8abd587883@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0e5e3d4031c1bb846a6f79b0e9ca5a25277df062 https://github.com/numpy/numpy/commit/0e5e3d4031c1bb846a6f79b0e9ca5a25277df062 Author: Chris Kerr Date: 2013-11-11 (Mon, 11 Nov 2013) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- DOC: Spelling correction for numpy.diag see also Commit: 2f348892a3a1b7174decf5d206eead59491596a8 https://github.com/numpy/numpy/commit/2f348892a3a1b7174decf5d206eead59491596a8 Author: Chris Kerr Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M doc/neps/datetime-proposal.rst M doc/neps/datetime-proposal3.rst Log Message: ----------- Spelling: loose -> lose Commit: 1a1a757b9165094e25d90985affdb8ddd16551b4 https://github.com/numpy/numpy/commit/1a1a757b9165094e25d90985affdb8ddd16551b4 Author: Chris Kerr Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M doc/neps/datetime-proposal.rst M doc/neps/datetime-proposal3.rst Log Message: ----------- spelling: AC -> AD in years (could also use BCE and CE to be more politically correct) Commit: 217402ee7c8b7d4b08a4384d911d7ee0254fd90f https://github.com/numpy/numpy/commit/217402ee7c8b7d4b08a4384d911d7ee0254fd90f Author: Charles Harris Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M doc/neps/datetime-proposal.rst M doc/neps/datetime-proposal3.rst M numpy/lib/twodim_base.py Log Message: ----------- Merge pull request #4046 from chatcannon/speling Spelling & notation corrections Compare: https://github.com/numpy/numpy/compare/e4d8ad84bf09...217402ee7c8b From noreply at github.com Wed Nov 13 18:49:49 2013 From: noreply at github.com (GitHub) Date: Wed, 13 Nov 2013 15:49:49 -0800 Subject: [Numpy-svn] [numpy/numpy] b2cc7a: BUG: Fix raising exception on invalid assignment f... Message-ID: <5284101d46724_194d8e3d488523c@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: b2cc7a66f982f436aced4dcc9a78f9beacedc2f0 https://github.com/numpy/numpy/commit/b2cc7a66f982f436aced4dcc9a78f9beacedc2f0 Author: eltjpm Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix raising exception on invalid assignment from sequence Closes gh-4024 Commit: 887165981cfce27cbe5d183cb05fbd30738cc44c https://github.com/numpy/numpy/commit/887165981cfce27cbe5d183cb05fbd30738cc44c Author: Julian Taylor Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #4029 from juliantaylor/from_sequence_fix-1.7 Backport PR #4024 to 1.7 Compare: https://github.com/numpy/numpy/compare/3bf8706cefd2...887165981cfc From noreply at github.com Wed Nov 13 19:04:57 2013 From: noreply at github.com (GitHub) Date: Wed, 13 Nov 2013 16:04:57 -0800 Subject: [Numpy-svn] [numpy/numpy] b326be: DEP: non-integer scalar python sequence repeat Message-ID: <528413a957f91_1b8bbafd4c169859@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b326be11ddaf7af27d40c205552b6fb56656adaa https://github.com/numpy/numpy/commit/b326be11ddaf7af27d40c205552b6fb56656adaa Author: Sebastian Berg Date: 2013-11-11 (Mon, 11 Nov 2013) Changed paths: M doc/release/1.9.0-notes.rst M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_deprecations.py Log Message: ----------- DEP: non-integer scalar python sequence repeat This starts deprecation for code such as np.float_(3.4) * [1, 2] which should only work for integer objects. It may be possible to just return NotImplemented since at least python sequences implement their multiply themself through __index__. Further action is only needed for PyArray_PyIntAsIntp, so this is part of a larger deprecation now. Closes gh-4036 Commit: ce6f34856f3bb923ceb5a2e22e1b1420d335eff0 https://github.com/numpy/numpy/commit/ce6f34856f3bb923ceb5a2e22e1b1420d335eff0 Author: Julian Taylor Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M doc/release/1.9.0-notes.rst M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #4038 from seberg/issue-4036 DEP: non-integer scalar python sequence repeat Compare: https://github.com/numpy/numpy/compare/217402ee7c8b...ce6f34856f3b From noreply at github.com Thu Nov 14 13:46:53 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 10:46:53 -0800 Subject: [Numpy-svn] [numpy/numpy] ca0d3f: Updated FAQ with links to github issues page etc Message-ID: <52851a9deb88f_12bff5fd48664da@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ca0d3f09ace0abcd9851fa039ad24c0fe10bdc5e https://github.com/numpy/numpy/commit/ca0d3f09ace0abcd9851fa039ad24c0fe10bdc5e Author: Chris Kerr Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/f2py/docs/FAQ.txt Log Message: ----------- Updated FAQ with links to github issues page etc Removed some questions that are no longer relevant Commit: a0b182c1e4727acae0a6eca02f0e51030252431a https://github.com/numpy/numpy/commit/a0b182c1e4727acae0a6eca02f0e51030252431a Author: Chris Kerr Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/f2py/docs/OLDNEWS.txt M numpy/f2py/docs/README.txt Log Message: ----------- Moved old news from README.txt to OLDNEWS.txt Commit: c3b7236df6f409651f9335243abf813ca9ad379c https://github.com/numpy/numpy/commit/c3b7236df6f409651f9335243abf813ca9ad379c Author: Chris Kerr Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/f2py/docs/README.txt Log Message: ----------- Changed CVS cens.ioc.ee documentation links to link to GitHub Commit: 1bc2ae55205447cf062f252eab40ba874400f410 https://github.com/numpy/numpy/commit/1bc2ae55205447cf062f252eab40ba874400f410 Author: Charles Harris Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M numpy/f2py/docs/FAQ.txt M numpy/f2py/docs/OLDNEWS.txt M numpy/f2py/docs/README.txt Log Message: ----------- Merge pull request #4042 from chatcannon/f2pydoc A few F2PY documentation improvements Compare: https://github.com/numpy/numpy/compare/ce6f34856f3b...1bc2ae552054 From noreply at github.com Thu Nov 14 13:55:25 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 10:55:25 -0800 Subject: [Numpy-svn] [numpy/numpy] 022138: ENH: check if type is basic python type before che... Message-ID: <52851c9d99d0d_12df13fbd481081c6@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0221385a2ff60fd836c9c21fbc7c89e6fdac6da0 https://github.com/numpy/numpy/commit/0221385a2ff60fd836c9c21fbc7c89e6fdac6da0 Author: Julian Taylor Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/number.c Log Message: ----------- ENH: check if type is basic python type before checking for __numpy_ufunc__ improves performance of scalar conversions (x + .5) by ~30%. Commit: b861cffb48f97bafaef9802989434617baf9d77c https://github.com/numpy/numpy/commit/b861cffb48f97bafaef9802989434617baf9d77c Author: Charles Harris Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/number.c Log Message: ----------- Merge pull request #4044 from juliantaylor/scalar-conv-enh ENH: check if type is basic python type before checking for __numpy_ufunc__ Compare: https://github.com/numpy/numpy/compare/1bc2ae552054...b861cffb48f9 From noreply at github.com Thu Nov 14 14:04:13 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 11:04:13 -0800 Subject: [Numpy-svn] [numpy/numpy] c002dc: BUG: Fix python 2.4 invalid use of try..finally. Message-ID: <52851eadc3cd3_7bbc111bd58104164@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: c002dc5101e932d3ff6e053c169c46d41f017cd9 https://github.com/numpy/numpy/commit/c002dc5101e932d3ff6e053c169c46d41f017cd9 Author: Charles Harris Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BUG: Fix python 2.4 invalid use of try..finally. In numpy/distutils/system_info.py Commit: bf6ed033befb0fd447c29380edfbfc6e8f87596f https://github.com/numpy/numpy/commit/bf6ed033befb0fd447c29380edfbfc6e8f87596f Author: Charles Harris Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/lib/tests/test_regression.py Log Message: ----------- BUG: Fix Python 2.4 invalid class declaration and try..finally. In numpy/lib/tests/test_regression.py Commit: b2ad91df63d479f031a6ee5aefa980745f6fe49c https://github.com/numpy/numpy/commit/b2ad91df63d479f031a6ee5aefa980745f6fe49c Author: Charles Harris Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- BUG: Fix invalid value warning raised during tests. In numpy/core/numeric.py. Commit: 4dc78ee7f25176766c5e263310112142abc2b767 https://github.com/numpy/numpy/commit/4dc78ee7f25176766c5e263310112142abc2b767 Author: Julian Taylor Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M numpy/core/numeric.py M numpy/distutils/system_info.py M numpy/lib/tests/test_regression.py Log Message: ----------- Merge pull request #4049 from charris/python-2.4-repair Python 2.4 repair Compare: https://github.com/numpy/numpy/compare/887165981cfc...4dc78ee7f251 From noreply at github.com Thu Nov 14 14:08:44 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 11:08:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 5bd9fb: MAINT: initialize strides for ufunc.at Message-ID: <52851fbcbd6fb_e01737d50615bb@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5bd9fbfdea2bb6426508323b7943d67db679dcc5 https://github.com/numpy/numpy/commit/5bd9fbfdea2bb6426508323b7943d67db679dcc5 Author: Julian Taylor Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- MAINT: initialize strides for ufunc.at avoids uninitialized use errors from valgrind, value of strides is irrelevant as count is always 1. Commit: eed68a8e7c32c7cafceda26bf13bbb702b5af1fa https://github.com/numpy/numpy/commit/eed68a8e7c32c7cafceda26bf13bbb702b5af1fa Author: Julian Taylor Date: 2013-11-13 (Wed, 13 Nov 2013) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c Log Message: ----------- BUG: fix uninitialized use in _strided_to_strided_string_to_datetime dt == NPY_DATETIME_NAT is used as error condition, so initialize it to something else. Commit: a49f07e940ab0a4faf7d5d3a29a977122f0224ea https://github.com/numpy/numpy/commit/a49f07e940ab0a4faf7d5d3a29a977122f0224ea Author: Charles Harris Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/umath/ufunc_object.c Log Message: ----------- Merge pull request #4051 from juliantaylor/valgrind fix two uninitialized uses reported with valgrind Compare: https://github.com/numpy/numpy/compare/b861cffb48f9...a49f07e940ab From noreply at github.com Thu Nov 14 20:18:18 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 17:18:18 -0800 Subject: [Numpy-svn] [numpy/numpy] d10c9f: MAINT: Update links to numpydoc source code and RE... Message-ID: <5285765a8285a_1359e0dd50969c0@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d10c9ffe6de74543d711d3bdf450328a6c8367cc https://github.com/numpy/numpy/commit/d10c9ffe6de74543d711d3bdf450328a6c8367cc Author: Thomas Kluyver Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- MAINT: Update links to numpydoc source code and README These links pointed to numpydoc's location within the numpy project on Github, but it has since been split out to a separate repository, breaking the links. Commit: 1ebbd5cf03546be6b5bed727f89eb98c6cdf5d15 https://github.com/numpy/numpy/commit/1ebbd5cf03546be6b5bed727f89eb98c6cdf5d15 Author: Charles Harris Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- Merge pull request #4055 from takluyver/patch-2 MAINT: Update links to numpydoc source code and README Compare: https://github.com/numpy/numpy/compare/a49f07e940ab...1ebbd5cf0354 From noreply at github.com Thu Nov 14 21:31:45 2013 From: noreply at github.com (GitHub) Date: Thu, 14 Nov 2013 18:31:45 -0800 Subject: [Numpy-svn] [numpy/numpy] 742c97: BUG: Fix chunked reading of strings longer than BU... Message-ID: <5285879161671_19b45ddd4c9656b@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 742c9778985a65cff39b625d8accc2c3ab7a2adc https://github.com/numpy/numpy/commit/742c9778985a65cff39b625d8accc2c3ab7a2adc Author: Luke Carmichael Date: 2013-11-09 (Sat, 09 Nov 2013) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_format.py Log Message: ----------- BUG: Fix chunked reading of strings longer than BUFFERSIZE This fix correctly calculates the number of BUFFER_SIZE chunks to read. This fix takes into account dtype sizes that could be larger than the BUFFER_SIZE, like a long string. See #4027 Commit: 4a9d23bdea32ca886aa6e1c4a2572c27b6ed516e https://github.com/numpy/numpy/commit/4a9d23bdea32ca886aa6e1c4a2572c27b6ed516e Author: Charles Harris Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_format.py Log Message: ----------- Merge pull request #4033 from juliantaylor/backport-1.8-4027 Backport PR #4027 to 1.8 Compare: https://github.com/numpy/numpy/compare/b53c708d5400...4a9d23bdea32 From noreply at github.com Fri Nov 15 13:23:13 2013 From: noreply at github.com (GitHub) Date: Fri, 15 Nov 2013 10:23:13 -0800 Subject: [Numpy-svn] [numpy/numpy] 9f8639: DOC: use variable names in formula for convolve Message-ID: <52866691228d7_80f687d4c36670@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9f8639aaf2791f3f6e2f5e9f28877314f35db1a3 https://github.com/numpy/numpy/commit/9f8639aaf2791f3f6e2f5e9f28877314f35db1a3 Author: Arun Persaud Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: use variable names in formula for convolve Use the variables names `a` and `v` as used in the function instead of using `f` and `g`. This makes it clearer which array "slides" along the other. Commit: 843792b6d349133114930911424772e6bbbc0c9c https://github.com/numpy/numpy/commit/843792b6d349133114930911424772e6bbbc0c9c Author: Charles Harris Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #4047 from arunpersaud/convolve_doc DOC: use variable names in formula for convolve Compare: https://github.com/numpy/numpy/compare/1ebbd5cf0354...843792b6d349 From noreply at github.com Fri Nov 15 13:25:24 2013 From: noreply at github.com (GitHub) Date: Fri, 15 Nov 2013 10:25:24 -0800 Subject: [Numpy-svn] [numpy/numpy] b4b5ad: Fix typo. Message-ID: <5286671480373_c05106dd4847070@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b4b5ad21de6e3be3e537c72727f88d40e65d221e https://github.com/numpy/numpy/commit/b4b5ad21de6e3be3e537c72727f88d40e65d221e Author: Markus Roth Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- Fix typo. Commit: 6eb4a4318bddd6105e91f962dec4a5590f524d02 https://github.com/numpy/numpy/commit/6eb4a4318bddd6105e91f962dec4a5590f524d02 Author: Charles Harris Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M numpy/lib/twodim_base.py Log Message: ----------- Merge pull request #4056 from herr-biber/master Fix typo. Compare: https://github.com/numpy/numpy/compare/843792b6d349...6eb4a4318bdd From noreply at github.com Sat Nov 16 05:24:34 2013 From: noreply at github.com (GitHub) Date: Sat, 16 Nov 2013 02:24:34 -0800 Subject: [Numpy-svn] [numpy/numpy] a05681: BUG: fix missing check for memory allocation failu... Message-ID: <528747e279834_57919e5d54837bb@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a0568165ecc19a60eb47e1b936a0c7c0a1e83501 https://github.com/numpy/numpy/commit/a0568165ecc19a60eb47e1b936a0c7c0a1e83501 Author: Julian Taylor Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- BUG: fix missing check for memory allocation failure in ufuncs closes gh-4018 Commit: 2c02016111f05a040ef7fe97f3455d355077c1d4 https://github.com/numpy/numpy/commit/2c02016111f05a040ef7fe97f3455d355077c1d4 Author: Julian Taylor Date: 2013-11-16 (Sat, 16 Nov 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- Merge pull request #4020 from juliantaylor/memcrash BUG: fix missing check for memory allocation failure in ufuncs Compare: https://github.com/numpy/numpy/compare/6eb4a4318bdd...2c02016111f0 From noreply at github.com Sat Nov 16 13:20:29 2013 From: noreply at github.com (GitHub) Date: Sat, 16 Nov 2013 10:20:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 773c8f: MAINT: make NPY_CPU_HAVE_UNALIGNED_ACCESS a numeri... Message-ID: <5287b76d22845_579db25d54973f1@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 773c8f3ff8c1ca2377253bc0c003a795a242b596 https://github.com/numpy/numpy/commit/773c8f3ff8c1ca2377253bc0c003a795a242b596 Author: Julian Taylor Date: 2013-11-16 (Sat, 16 Nov 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src Log Message: ----------- MAINT: make NPY_CPU_HAVE_UNALIGNED_ACCESS a numeric macro allows using it in if statements like for count_nonzero also fix a compiler warning by casting Commit: 74e5c1291c96428ab5dac361edfa94bd2ec51d66 https://github.com/numpy/numpy/commit/74e5c1291c96428ab5dac361edfa94bd2ec51d66 Author: Charles Harris Date: 2013-11-16 (Sat, 16 Nov 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src Log Message: ----------- Merge pull request #4057 from juliantaylor/unaligned-macro MAINT: make NPY_CPU_HAVE_UNALIGNED_ACCESS a numeric macro Compare: https://github.com/numpy/numpy/compare/2c02016111f0...74e5c1291c96 From noreply at github.com Wed Nov 20 11:17:37 2013 From: noreply at github.com (GitHub) Date: Wed, 20 Nov 2013 08:17:37 -0800 Subject: [Numpy-svn] [numpy/numpy] 14153d: MAINT: dotblas: factor out all gemm and gemv calls Message-ID: <528ce0a1aec5d_4e151213d502349c@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 14153dc41baae421e429ce6295267763a571172a https://github.com/numpy/numpy/commit/14153dc41baae421e429ce6295267763a571172a Author: Lars Buitinck Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M numpy/core/blasdot/_dotblas.c Log Message: ----------- MAINT: dotblas: factor out all gemm and gemv calls Commit: 9f611dec1ebed4c8c933d5d310ceaf67aedbb8a4 https://github.com/numpy/numpy/commit/9f611dec1ebed4c8c933d5d310ceaf67aedbb8a4 Author: seberg Date: 2013-11-20 (Wed, 20 Nov 2013) Changed paths: M numpy/core/blasdot/_dotblas.c Log Message: ----------- Merge pull request #3980 from larsmans/refactor-gemm-gemv MAINT: dotblas: factor out all gemm and gemv calls Compare: https://github.com/numpy/numpy/compare/74e5c1291c96...9f611dec1ebe From noreply at github.com Wed Nov 20 15:29:22 2013 From: noreply at github.com (GitHub) Date: Wed, 20 Nov 2013 12:29:22 -0800 Subject: [Numpy-svn] [numpy/numpy] 66174b: ENH: improve add_newdocs performance Message-ID: <528d1ba2d0a14_2ad3dc7d5015109c@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 66174b8aa5644b11054b72761e89e22fd8a18eae https://github.com/numpy/numpy/commit/66174b8aa5644b11054b72761e89e22fd8a18eae Author: Julian Taylor Date: 2013-11-19 (Tue, 19 Nov 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: improve add_newdocs performance replace slow exec with a direct __import__. improves `import numpy` speed by about 10%. Commit: 78e29a323316642899f8ff85e538b785f0d5e31f https://github.com/numpy/numpy/commit/78e29a323316642899f8ff85e538b785f0d5e31f Author: seberg Date: 2013-11-20 (Wed, 20 Nov 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #4064 from juliantaylor/import-speed ENH: improve add_newdocs performance Compare: https://github.com/numpy/numpy/compare/9f611dec1ebe...78e29a323316 From noreply at github.com Tue Nov 26 13:25:01 2013 From: noreply at github.com (GitHub) Date: Tue, 26 Nov 2013 10:25:01 -0800 Subject: [Numpy-svn] [numpy/numpy] 207474: ENH: Use nditer in numpy.save to stream bytes to c... Message-ID: <5294e77daf808_30e913ebd58105249@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 207474ffcf835baa4d8511eff1f021f1b2bf6532 https://github.com/numpy/numpy/commit/207474ffcf835baa4d8511eff1f021f1b2bf6532 Author: Olivier Grisel Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M numpy/lib/format.py Log Message: ----------- ENH: Use nditer in numpy.save to stream bytes to custom file objects Commit: 7a497ffdecceec2d8574674a2b8b04f7927f75d4 https://github.com/numpy/numpy/commit/7a497ffdecceec2d8574674a2b8b04f7927f75d4 Author: Olivier Grisel Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Increase test coverage of numpy.save/load roundtrips Commit: f4749b7b2514db9f12978438a2131df981dc14d6 https://github.com/numpy/numpy/commit/f4749b7b2514db9f12978438a2131df981dc14d6 Author: seberg Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #4077 from ogrisel/streaming-numpy-save Streaming numpy.save to arbitrary file objects Compare: https://github.com/numpy/numpy/compare/78e29a323316...f4749b7b2514