From noreply at github.com Tue Oct 1 22:10:50 2013 From: noreply at github.com (GitHub) Date: Tue, 01 Oct 2013 19:10:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 399db0: DOC: mention new comparison runtime warnings in re... Message-ID: <524b80aa27f8d_4dd2bb9d4c2353be@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 399db09c234fde2850891ffff9332f485c368f65 https://github.com/numpy/numpy/commit/399db09c234fde2850891ffff9332f485c368f65 Author: Julian Taylor Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: mention new comparison runtime warnings in release notes Commit: 80b9c205743f395e9cb87b6e47cf95b8cf156122 https://github.com/numpy/numpy/commit/80b9c205743f395e9cb87b6e47cf95b8cf156122 Author: Julian Taylor Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: move support for large files to features its nothing you should need to worry about when porting to 1.8 Commit: 6e226461752ec092bd71300b153aa319d783b32f https://github.com/numpy/numpy/commit/6e226461752ec092bd71300b153aa319d783b32f Author: Julian Taylor Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M doc/release/1.9.0-notes.rst Log Message: ----------- DOC: update percentile release notes and add np.array improvement Commit: a1fe3028793c8b9e8f0feaffb56eaa77f8a66879 https://github.com/numpy/numpy/commit/a1fe3028793c8b9e8f0feaffb56eaa77f8a66879 Author: Julian Taylor Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: minor rewording of partition note Commit: 88f35b7e6a9677a99d61dbebf5d3b0dfd50edf72 https://github.com/numpy/numpy/commit/88f35b7e6a9677a99d61dbebf5d3b0dfd50edf72 Author: Charles Harris Date: 2013-10-01 (Tue, 01 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst M doc/release/1.9.0-notes.rst Log Message: ----------- Merge pull request #3841 from juliantaylor/rnotes-master update 1.9 release notes and sync 1.8 notes with maintenance branch Compare: https://github.com/numpy/numpy/compare/74abfa27763f...88f35b7e6a96 From noreply at github.com Wed Oct 2 02:04:05 2013 From: noreply at github.com (GitHub) Date: Tue, 01 Oct 2013 23:04:05 -0700 Subject: [Numpy-svn] [numpy/numpy] f25a65: MAINT: Use a.sum(...) rather than np.add.reduce(a, ... Message-ID: <524bb75543a_30d2129fd501568b2@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: f25a6549f4c9278c5732448634360e0858d2f39b https://github.com/numpy/numpy/commit/f25a6549f4c9278c5732448634360e0858d2f39b Author: Charles Harris Date: 2013-10-01 (Tue, 01 Oct 2013) Changed paths: M numpy/lib/nanfunctions.py Log Message: ----------- MAINT: Use a.sum(...) rather than np.add.reduce(a,...) in nansum. Pandas has a work around for the first case, but not the second. Closes #3849. Commit: 9a95118526fb535f6c52caeb9f7eefb154a57238 https://github.com/numpy/numpy/commit/9a95118526fb535f6c52caeb9f7eefb154a57238 Author: Ralf Gommers Date: 2013-10-01 (Tue, 01 Oct 2013) Changed paths: M numpy/lib/nanfunctions.py Log Message: ----------- Merge pull request #3852 from charris/pandas-fix-nansum Pandas fix nansum Compare: https://github.com/numpy/numpy/compare/f5fe91b9d6d2...9a95118526fb From noreply at github.com Wed Oct 2 11:12:31 2013 From: noreply at github.com (GitHub) Date: Wed, 02 Oct 2013 08:12:31 -0700 Subject: [Numpy-svn] [numpy/numpy] 14da06: MAINT: Revert "BUG: do a boolean check on casting ... Message-ID: <524c37dfc3c0e_774e961d4c1091f7@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 14da06c4599f3b4a73715a7d8fc58744ed5a7c88 https://github.com/numpy/numpy/commit/14da06c4599f3b4a73715a7d8fc58744ed5a7c88 Author: Charles Harris Date: 2013-10-01 (Tue, 01 Oct 2013) Changed paths: M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Revert "BUG: do a boolean check on casting bool to other types" This reverts commit cf13331897acb84d0a6a118c6ba4d700905d3e3e for the 1.8.0 release. The scikit-image package makes unwarrented use of the numpy boolean type that results in some bugs when boolean values of 0, 1 are enforced. This reversion avoids exposing those bugs and provide the skimage developers some time to set things right. Commit: 106306dc9b0e3aaf0543d78c7c20761ef03f0213 https://github.com/numpy/numpy/commit/106306dc9b0e3aaf0543d78c7c20761ef03f0213 Author: Charles Harris Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3853 from charris/skimage-fix-binary Skimage fix binary Compare: https://github.com/numpy/numpy/compare/9a95118526fb...106306dc9b0e From noreply at github.com Wed Oct 2 12:37:06 2013 From: noreply at github.com (GitHub) Date: Wed, 02 Oct 2013 09:37:06 -0700 Subject: [Numpy-svn] [numpy/numpy] 069eca: BUG: Allos linalg.solve to handle zero equations. Message-ID: <524c4bb276dd_5af6639d545888b@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 069ecaecd09a97c54dfd1b4acb3a3721f9e91aa9 https://github.com/numpy/numpy/commit/069ecaecd09a97c54dfd1b4acb3a3721f9e91aa9 Author: Sebastian Berg Date: 2013-10-01 (Tue, 01 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: Allos linalg.solve to handle zero equations. This was previously correct, but the special case was missing since the gufunc code cannot handle it. Commit: d2316262a7837dd68904645453c0eee01427a0fc https://github.com/numpy/numpy/commit/d2316262a7837dd68904645453c0eee01427a0fc Author: Charles Harris Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3848 from seberg/solve_0k BUG: Allos linalg.solve to handle zero equations. Compare: https://github.com/numpy/numpy/compare/88f35b7e6a96...d2316262a783 From noreply at github.com Wed Oct 2 13:55:18 2013 From: noreply at github.com (GitHub) Date: Wed, 02 Oct 2013 10:55:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 24a14a: BUG: Allos linalg.solve to handle zero equations. Message-ID: <524c5e06636b_351fb57d546683e@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 24a14aa36074db4ce18f0c0969d519f565af506f https://github.com/numpy/numpy/commit/24a14aa36074db4ce18f0c0969d519f565af506f Author: Sebastian Berg Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: Allos linalg.solve to handle zero equations. This was previously correct, but the special case was missing since the gufunc code cannot handle it. Commit: 68a7bd5dab500e51c1d073bc77a00a5129d89f85 https://github.com/numpy/numpy/commit/68a7bd5dab500e51c1d073bc77a00a5129d89f85 Author: Charles Harris Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3854 from charris/backport-1.8-3848 Backport 1.8 3848 Compare: https://github.com/numpy/numpy/compare/106306dc9b0e...68a7bd5dab50 From noreply at github.com Wed Oct 2 14:11:37 2013 From: noreply at github.com (GitHub) Date: Wed, 02 Oct 2013 11:11:37 -0700 Subject: [Numpy-svn] [numpy/numpy] e6f0c9: BUG: preserve ndarray subclasses in median Message-ID: <524c61d9a03c8_77421111d581309dc@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e6f0c9023d9a57a83d83684c2f63ad924038be69 https://github.com/numpy/numpy/commit/e6f0c9023d9a57a83d83684c2f63ad924038be69 Author: Julian Taylor Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: preserve ndarray subclasses in median closes gh-3846 Commit: f665c617065ba59b1c517b8dd44080c83dbfd5bd https://github.com/numpy/numpy/commit/f665c617065ba59b1c517b8dd44080c83dbfd5bd Author: njsmith Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #3851 from juliantaylor/median-subclass BUG: preserve ndarray subclasses in median Compare: https://github.com/numpy/numpy/compare/d2316262a783...f665c617065b From noreply at github.com Wed Oct 2 16:36:17 2013 From: noreply at github.com (GitHub) Date: Wed, 02 Oct 2013 13:36:17 -0700 Subject: [Numpy-svn] [numpy/numpy] 7b3bb8: BUG: preserve ndarray subclasses in median Message-ID: <524c83c1529cd_351bcf9d4c1182e8@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 7b3bb8170dc0b38c35cbe52fdacf0bd512f36bb0 https://github.com/numpy/numpy/commit/7b3bb8170dc0b38c35cbe52fdacf0bd512f36bb0 Author: Julian Taylor Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: preserve ndarray subclasses in median closes gh-3846 Commit: 59616e421dd50b994fbc8a246aba3d79ede80a6f https://github.com/numpy/numpy/commit/59616e421dd50b994fbc8a246aba3d79ede80a6f Author: Charles Harris Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #3855 from charris/backport-1.8-3851 Backport 1.8 3851 Compare: https://github.com/numpy/numpy/compare/68a7bd5dab50...59616e421dd5 From noreply at github.com Fri Oct 4 16:27:40 2013 From: noreply at github.com (GitHub) Date: Fri, 04 Oct 2013 13:27:40 -0700 Subject: [Numpy-svn] [numpy/numpy] cc9996: DOC: make docstrings of matrix properties (.T, .H, ... Message-ID: <524f24bca3b91_30d4713d4c1394a6@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cc99961bfba5bfd118d353c4aa2290b5d593f0fa https://github.com/numpy/numpy/commit/cc99961bfba5bfd118d353c4aa2290b5d593f0fa Author: Ralf Gommers Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M numpy/matrixlib/defmatrix.py Log Message: ----------- DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work. Closes gh-1939. Commit: c2dc2cdb73530805b77a75efdd106d7633f2fff3 https://github.com/numpy/numpy/commit/c2dc2cdb73530805b77a75efdd106d7633f2fff3 Author: Charles Harris Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M numpy/matrixlib/defmatrix.py Log Message: ----------- Merge pull request #3865 from rgommers/matrixprop-docs DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work. Compare: https://github.com/numpy/numpy/compare/f665c617065b...c2dc2cdb7353 From noreply at github.com Sat Oct 5 12:03:38 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 09:03:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 9c7e6e: BUG: Refactor nanfunctions to behave as agreed on ... Message-ID: <5250385a40db8_1a511027d4820869@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9c7e6e30315ab4541775d9a78630e88423c752c1 https://github.com/numpy/numpy/commit/9c7e6e30315ab4541775d9a78630e88423c752c1 Author: Charles Harris Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- BUG: Refactor nanfunctions to behave as agreed on for 1.9. Deal with subclasses of ndarray, like pandas.Series and matrix. Subclasses may not define the new keyword keepdims or deal gracefully with ufuncs in all their forms. This is solved by throwing the problem onto the np.sum, np.any, etc. functions that have ugly hacks to deal with the problem. Settle handling of all-nan slices. nanmax, nanmin -- Raise warning, return NaN for slice. nanargmax, nanargmin -- Raise ValueError. nansum -- Return 0 for slice. nanmean, nanvar, nanstd -- Raise warning, return NaN for slice. Make NaN functions work for scalar arguments. This may seem silly, but it removes a check for special cases. Update tests Deal with new all-nan handling. Test with matrix class as example of subclass without keepdims. Test with scalar arguments. Fix nanvar issue reported in #3860. Closes #3860 #3850 Commit: 2f77e1e6e6b91a9cd11c422342c69e8fd68ee803 https://github.com/numpy/numpy/commit/2f77e1e6e6b91a9cd11c422342c69e8fd68ee803 Author: Charles Harris Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_numeric.py Log Message: ----------- BUG: Make ndarray.{var, std} work for scalars. Commit: 0cfa4ed4ee39aaa94e4059c6394a4ed75a8e3d6c https://github.com/numpy/numpy/commit/0cfa4ed4ee39aaa94e4059c6394a4ed75a8e3d6c Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_numeric.py M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- Merge pull request #3866 from charris/refactor-1.9-nanfunctions Refactor 1.9 nanfunctions Compare: https://github.com/numpy/numpy/compare/c2dc2cdb7353...0cfa4ed4ee39 From noreply at github.com Sat Oct 5 13:28:55 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 10:28:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 6acb50: BUG: Refactor nanfunctions to behave as agreed on ... Message-ID: <52504c57b93fb_7ef3587d48916c6@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 6acb5000baa4709a8557e3359b51024216503bd3 https://github.com/numpy/numpy/commit/6acb5000baa4709a8557e3359b51024216503bd3 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- BUG: Refactor nanfunctions to behave as agreed on for 1.8. Deal with subclasses of ndarray, like pandas.Series and matrix. Subclasses may not define the new keyword keepdims or deal gracefully with ufuncs in all their forms. This is solved by throwing the problem onto the np.sum, np.any, etc. functions that have ugly hacks to deal with the problem. Settle handling of all-nan slices. nanmax, nanmin -- Raise warning, return NaN for slice. nanargmax, nanargmin -- Raise ValueError. nansum -- Return NaN for slice. Will change in 1.9.0. nanmean, nanvar, nanstd -- Raise warning, return NaN for slice. Make NaN functions work for scalar arguments. This may seem silly, but it removes a check for special cases. Update tests Deal with new all-nan handling. Test with matrix class as example of subclass without keepdims. Test with scalar arguments. Fix nanvar issue reported in #3860. Commit: d1296c81da4b3aa4e45b1b6fa5471a3dab1d781d https://github.com/numpy/numpy/commit/d1296c81da4b3aa4e45b1b6fa5471a3dab1d781d Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_numeric.py Log Message: ----------- BUG: Make ndarray.{var, std} work for scalars. Commit: b0b21a2340b5c6c3b8508e2b96570bea6eeb33a0 https://github.com/numpy/numpy/commit/b0b21a2340b5c6c3b8508e2b96570bea6eeb33a0 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_numeric.py M numpy/lib/nanfunctions.py M numpy/lib/tests/test_nanfunctions.py Log Message: ----------- Merge pull request #3867 from charris/backport-1.8-3866 Backport 1.8 3866 Compare: https://github.com/numpy/numpy/compare/59616e421dd5...b0b21a2340b5 From noreply at github.com Sat Oct 5 13:44:45 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 10:44:45 -0700 Subject: [Numpy-svn] [numpy/numpy] c2fc93: DOC: fix signature of NpyIter_GetIterNext in capi ... Message-ID: <5250500de28f5_57ba8c3d5410382@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: c2fc93486c9faa4f493558893cfe17fbfd7ce068 https://github.com/numpy/numpy/commit/c2fc93486c9faa4f493558893cfe17fbfd7ce068 Author: Julian Taylor Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: fix signature of NpyIter_GetIterNext in capi doc Commit: 7d9017a755c767e6012c67c5b27ba78d8c2697e3 https://github.com/numpy/numpy/commit/7d9017a755c767e6012c67c5b27ba78d8c2697e3 Author: Julian Taylor Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: add highlights to release notes and rewrite and move some sections closes gh-3842, gh-3843 Commit: 6d1400d0efd5125a17235d92cfad97dc8bd3aab8 https://github.com/numpy/numpy/commit/6d1400d0efd5125a17235d92cfad97dc8bd3aab8 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst M doc/source/reference/c-api.iterator.rst Log Message: ----------- Merge pull request #3859 from juliantaylor/release-notes 1.8 Release notes update Compare: https://github.com/numpy/numpy/compare/b0b21a2340b5...6d1400d0efd5 From noreply at github.com Sat Oct 5 14:40:15 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 11:40:15 -0700 Subject: [Numpy-svn] [numpy/numpy] e8f9d6: DOC: fix signature of NpyIter_GetIterNext in capi ... Message-ID: <52505d0f28538_5d3dcafd5032940@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e8f9d6d983a05ed994f09a08fef09db7c972370e https://github.com/numpy/numpy/commit/e8f9d6d983a05ed994f09a08fef09db7c972370e Author: Julian Taylor Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: fix signature of NpyIter_GetIterNext in capi doc Commit: 488930a58e6a9a746eed37b5ca5ad8896b7ee13c https://github.com/numpy/numpy/commit/488930a58e6a9a746eed37b5ca5ad8896b7ee13c Author: Julian Taylor Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: add highlights to release notes and rewrite and move some sections closes gh-3842, gh-3843 Commit: 2df7b8c1fda628e752105344075295f99529daa7 https://github.com/numpy/numpy/commit/2df7b8c1fda628e752105344075295f99529daa7 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst M doc/source/reference/c-api.iterator.rst Log Message: ----------- Merge pull request #3868 from charris/forwardport-1.9-3859 Forwardport 1.9 3859 Compare: https://github.com/numpy/numpy/compare/0cfa4ed4ee39...2df7b8c1fda6 From noreply at github.com Sat Oct 5 16:59:50 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 13:59:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 095073: BUG: ensure percentile has same output structure a... Message-ID: <52507dc68bb12_57d5f39d50688e2@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0950739494be8bff68db20b19919ac137960dfe8 https://github.com/numpy/numpy/commit/0950739494be8bff68db20b19919ac137960dfe8 Author: Julian Taylor Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: ensure percentile has same output structure as in 1.8 percentile returned scalars and lists of arrays in 1.8 adapt new percentile to return scalar and arrays with q dimension first for compatibility. Commit: 4c4d517459e8c7b8871cdbf622823f9579b3905b https://github.com/numpy/numpy/commit/4c4d517459e8c7b8871cdbf622823f9579b3905b Author: seberg Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #3769 from juliantaylor/percentile-compat BUG: ensure percentile has same output structure as in 1.8 Compare: https://github.com/numpy/numpy/compare/2df7b8c1fda6...4c4d517459e8 From noreply at github.com Sat Oct 5 20:37:02 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Oct 2013 17:37:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 635181: DOC: Tweak the 1.8.0 release notes. Message-ID: <5250b0ae86b72_5b001443d501462f@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 635181b83e4e885d37432e6654eb39f42baca543 https://github.com/numpy/numpy/commit/635181b83e4e885d37432e6654eb39f42baca543 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Tweak the 1.8.0 release notes. Add the new nan functions and linear algebra gufuncs to highlights. Tweak some rst formatting. Commit: 7457f156bfbad591397dee780eee275f8f1fe2ce https://github.com/numpy/numpy/commit/7457f156bfbad591397dee780eee275f8f1fe2ce Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3869 from charris/tweak-1.8-notes DOC: Tweak the 1.8.0 release notes. Compare: https://github.com/numpy/numpy/compare/4c4d517459e8...7457f156bfba From noreply at github.com Sun Oct 6 12:25:02 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 09:25:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 15bb85: BUG: Include sunmath.h in npy_math.h when __SUNPRO... Message-ID: <52518edeeb757_359f10c5d54877cd@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 15bb858cfa01ed562a747c6c7f914e630d0ecf03 https://github.com/numpy/numpy/commit/15bb858cfa01ed562a747c6c7f914e630d0ecf03 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined. The include is needed for isinf. Closes #3871. Commit: ec3603f43aaf4056bdd78401c23c937c5760f673 https://github.com/numpy/numpy/commit/ec3603f43aaf4056bdd78401c23c937c5760f673 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Merge pull request #3872 from charris/fix-sunpro-issue BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined. Compare: https://github.com/numpy/numpy/compare/7457f156bfba...ec3603f43aaf From noreply at github.com Sun Oct 6 12:25:25 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 09:25:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 958985: DOC: Tweak the 1.8.0 release notes. Message-ID: <52518ef5a4b8_7e8d11b3d4c82588@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 958985a4d710b0d4b45c18a431a905199eac02f0 https://github.com/numpy/numpy/commit/958985a4d710b0d4b45c18a431a905199eac02f0 Author: Charles Harris Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Tweak the 1.8.0 release notes. Add the new nan functions and linear algebra gufuncs to highlights. Tweak some rst formatting. Commit: 544b9ce345466308684a1620d31e20b951bafd1d https://github.com/numpy/numpy/commit/544b9ce345466308684a1620d31e20b951bafd1d Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3870 from charris/backport-1.8-3869 backport-1.8-3869 Compare: https://github.com/numpy/numpy/compare/6d1400d0efd5...544b9ce34546 From noreply at github.com Sun Oct 6 13:02:14 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 10:02:14 -0700 Subject: [Numpy-svn] [numpy/numpy] e7ba3a: BUG: Include sunmath.h in npy_math.h when __SUNPRO... Message-ID: <52519796d0aad_4f1ca5bd4c285ee@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: e7ba3a66084fe445fef8b57fff28cd94c2acbde7 https://github.com/numpy/numpy/commit/e7ba3a66084fe445fef8b57fff28cd94c2acbde7 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined. The include is needed for isinf. Closes #3871. Commit: 65f23407f33bc393a4e259a38b9a01ddabfeabc8 https://github.com/numpy/numpy/commit/65f23407f33bc393a4e259a38b9a01ddabfeabc8 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Merge pull request #3874 from charris/backport-1.8-3872 Backport 1.8 3872 Compare: https://github.com/numpy/numpy/compare/544b9ce34546...65f23407f33b From noreply at github.com Sun Oct 6 13:02:44 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 10:02:44 -0700 Subject: [Numpy-svn] [numpy/numpy] d69cd4: BUG: Include sunmath.h in npy_math.h when __SUNPRO... Message-ID: <525197b439880_363996dd5411082@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: d69cd4e01a41d5e8e1615723df728a054eaff24a https://github.com/numpy/numpy/commit/d69cd4e01a41d5e8e1615723df728a054eaff24a Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined. The include is needed for isinf. Commit: c44fc922faca8595edc5b6a3e6afdecc396a8095 https://github.com/numpy/numpy/commit/c44fc922faca8595edc5b6a3e6afdecc396a8095 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Merge pull request #3873 from charris/backport-1.7-3872 backport-1.7-3872 Compare: https://github.com/numpy/numpy/compare/9212924a6929...c44fc922faca From noreply at github.com Sun Oct 6 13:50:34 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 10:50:34 -0700 Subject: [Numpy-svn] [numpy/numpy] 921d9c: TST: Mark test_big_arrays as knownfail on Mac. Message-ID: <5251a2ea70e11_7cec10add58978@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 921d9c707b5f80cae85019bbbd9f24a0ea478750 https://github.com/numpy/numpy/commit/921d9c707b5f80cae85019bbbd9f24a0ea478750 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: Mark test_big_arrays as knownfail on Mac. The test was supposed to test a fix for reading big zip files on Mac, but creating the big test files fails. Commit: 8929b74d2316f5cd44c0825ae63b453cb8dbee90 https://github.com/numpy/numpy/commit/8929b74d2316f5cd44c0825ae63b453cb8dbee90 Author: Charles Harris Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #3875 from charris/mark-knownfail-test_big_arrays TST: Mark test_big_arrays as knownfail on Mac. Compare: https://github.com/numpy/numpy/compare/65f23407f33b...8929b74d2316 From noreply at github.com Tue Oct 8 11:49:48 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 08:49:48 -0700 Subject: [Numpy-svn] [numpy/numpy] f2ce63: TST: linalg: add more comprehensive test cases for... Message-ID: <5254299cd81b9_566bf59d58690be@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f2ce6351314c228a3b80cced2e2f1746596d1ddc https://github.com/numpy/numpy/commit/f2ce6351314c228a3b80cced2e2f1746596d1ddc Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: add more comprehensive test cases for linalg funcs Also remove TestCase subclassing, so that generator tests work. Also fix bugs in the existing generator tests that were not actually run previously. Commit: 694ce0e5c939a6eab80e4fe083aedf1a19ceb845 https://github.com/numpy/numpy/commit/694ce0e5c939a6eab80e4fe083aedf1a19ceb845 Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M numpy/linalg/umath_linalg.c.src Log Message: ----------- BUG: linalg: use correct BLAS incx convention in xCOPY Commit: bbfe9a475a962fd90022fd654829b652c6679ce9 https://github.com/numpy/numpy/commit/bbfe9a475a962fd90022fd654829b652c6679ce9 Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- BUG: linalg: fix eigvalsh return type (always real-valued) Commit: 0f516827dd081625b8b2262297be57ac855a9bb5 https://github.com/numpy/numpy/commit/0f516827dd081625b8b2262297be57ac855a9bb5 Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: R numpy/linalg/_gufuncs_linalg.py R numpy/linalg/tests/test_gufuncs_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- MAINT: linalg: strip out unused gufuncs_linalg code Some of the functions removed were untested, and apparently did not function correctly (cholesky_up, inner1d, maybe more). Commit: 727ed469beb8a53a9a270f4721147dc8032a4941 https://github.com/numpy/numpy/commit/727ed469beb8a53a9a270f4721147dc8032a4941 Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: add slightly bigger test case + don't catch KeyboardInterrupt Commit: 2fa1c9d150398cc52a2752604e24bde9e762a43c https://github.com/numpy/numpy/commit/2fa1c9d150398cc52a2752604e24bde9e762a43c Author: Pauli Virtanen Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: better rtol choice Commit: 6a7830b143945c40b2893d02ea09951cd8c60598 https://github.com/numpy/numpy/commit/6a7830b143945c40b2893d02ea09951cd8c60598 Author: Charles Harris Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: R numpy/linalg/_gufuncs_linalg.py M numpy/linalg/linalg.py R numpy/linalg/tests/test_gufuncs_linalg.py M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- Merge pull request #3880 from pv/linalg-stride-fix Fix bugs in umath_linalg + add more tests + remove unused code Compare: https://github.com/numpy/numpy/compare/ec3603f43aaf...6a7830b14394 From noreply at github.com Tue Oct 8 12:29:19 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 09:29:19 -0700 Subject: [Numpy-svn] [numpy/numpy] 9f7a36: TST: linalg: add more comprehensive test cases for... Message-ID: <525432df7439d_6d8db5dd58102226@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 9f7a3658731435a5a87b427b3ec442a4f8c4a7b4 https://github.com/numpy/numpy/commit/9f7a3658731435a5a87b427b3ec442a4f8c4a7b4 Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: add more comprehensive test cases for linalg funcs Also remove TestCase subclassing, so that generator tests work. Also fix bugs in the existing generator tests that were not actually run previously. Commit: 5d9f258c6afce691dfdfebc435d5a7ee44d245ed https://github.com/numpy/numpy/commit/5d9f258c6afce691dfdfebc435d5a7ee44d245ed Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M numpy/linalg/umath_linalg.c.src Log Message: ----------- BUG: linalg: use correct BLAS incx convention in xCOPY Commit: 222f63fe3a0837117f7276493c19bc8b6a09c2c7 https://github.com/numpy/numpy/commit/222f63fe3a0837117f7276493c19bc8b6a09c2c7 Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- BUG: linalg: fix eigvalsh return type (always real-valued) Commit: 20ac68e6044f45ac24eb7a7f650da104cf47ad27 https://github.com/numpy/numpy/commit/20ac68e6044f45ac24eb7a7f650da104cf47ad27 Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: R numpy/linalg/_gufuncs_linalg.py R numpy/linalg/tests/test_gufuncs_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- MAINT: linalg: strip out unused gufuncs_linalg code Some of the functions removed were untested, and apparently did not function correctly (cholesky_up, inner1d, maybe more). Commit: 4fe23f32327df3bb6e23715eaa04f5c9e1e33b0f https://github.com/numpy/numpy/commit/4fe23f32327df3bb6e23715eaa04f5c9e1e33b0f Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: add slightly bigger test case + don't catch KeyboardInterrupt Commit: 9c2b43eec899e99ad91d6174115dfeabbf1b84cd https://github.com/numpy/numpy/commit/9c2b43eec899e99ad91d6174115dfeabbf1b84cd Author: Pauli Virtanen Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: linalg: better rtol choice Commit: ac7a7514b562ec3e343adb2fd9c0b90c0cbb9920 https://github.com/numpy/numpy/commit/ac7a7514b562ec3e343adb2fd9c0b90c0cbb9920 Author: Charles Harris Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: R numpy/linalg/_gufuncs_linalg.py M numpy/linalg/linalg.py R numpy/linalg/tests/test_gufuncs_linalg.py M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- Merge pull request #3881 from charris/backport-1.8-3880 Backport 1.8 3880 Compare: https://github.com/numpy/numpy/compare/8929b74d2316...ac7a7514b562 From noreply at github.com Thu Oct 10 12:33:05 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 09:33:05 -0700 Subject: [Numpy-svn] [numpy/numpy] 7d0c74: DOC: Update 1.8.0 release notes. Message-ID: <5256d6c1400b3_316cda3d4c65298@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7d0c743511028c66b973d18d1b573af4777e412f https://github.com/numpy/numpy/commit/7d0c743511028c66b973d18d1b573af4777e412f Author: Charles Harris Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Update 1.8.0 release notes. Order highlights by significance. This is a subjective judgement. Mention the linalg enhancements and illustrate with an example. Commit: 03b414fa09a17244ce499c724d4a2f42f1194205 https://github.com/numpy/numpy/commit/03b414fa09a17244ce499c724d4a2f42f1194205 Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3886 from charris/update-1.8.0-notes DOC: Update 1.8.0 release notes. Compare: https://github.com/numpy/numpy/compare/6a7830b14394...03b414fa09a1 From noreply at github.com Thu Oct 10 14:17:29 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 11:17:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 86f956: Update memmap.py Message-ID: <5256ef39454da_38d7f73d4810599@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 86f956a0e8c37acbb00850fb28b2bebc826048f3 https://github.com/numpy/numpy/commit/86f956a0e8c37acbb00850fb28b2bebc826048f3 Author: Andreas Hilboll Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/core/memmap.py Log Message: ----------- Update memmap.py Clarify `memmap` docstring to better reflect the meaning of *offset*. Commit: b91c711acc0514f21f66e48c948deb83f858d234 https://github.com/numpy/numpy/commit/b91c711acc0514f21f66e48c948deb83f858d234 Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/core/memmap.py Log Message: ----------- Merge pull request #3890 from andreas-h/patch-1 Update memmap.py Compare: https://github.com/numpy/numpy/compare/03b414fa09a1...b91c711acc05 From noreply at github.com Thu Oct 10 15:27:40 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 12:27:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 22efec: DOC: Update 1.8.0 release notes. Message-ID: <5256ffac37e51_7afb37d4c7868c@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 22efec1efd15170c225396c6f093a6241cd3a76a https://github.com/numpy/numpy/commit/22efec1efd15170c225396c6f093a6241cd3a76a Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Update 1.8.0 release notes. Order highlights by significance. This is a subjective judgement. Mention the linalg enhancements and illustrate with an example. Commit: 90a5adc79ba9a108e98feda195a68df45e398e34 https://github.com/numpy/numpy/commit/90a5adc79ba9a108e98feda195a68df45e398e34 Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3891 from charris/backport-1.8-3886 Backport 1.8 3886 Compare: https://github.com/numpy/numpy/compare/ac7a7514b562...90a5adc79ba9 From noreply at github.com Thu Oct 10 17:14:56 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 14:14:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 293b9e: BUG: Disable check for oldstyle classes in python3 Message-ID: <525718d018da6_2acf85fd5494223@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 293b9e01c5aae668e06522427870c24564a0ebc4 https://github.com/numpy/numpy/commit/293b9e01c5aae668e06522427870c24564a0ebc4 Author: Joseph Martinot-Lagarde Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M numpy/lib/utils.py Log Message: ----------- BUG: Disable check for oldstyle classes in python3 Fixes gh-2561 Commit: ba3697d88ef5cbc7769b21e14dd4018afc925e50 https://github.com/numpy/numpy/commit/ba3697d88ef5cbc7769b21e14dd4018afc925e50 Author: Joseph Martinot-Lagarde Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py Log Message: ----------- TST: Regression test for gh-2561 Commit: c3d111cc84c04b1b70c719138cc46d3ad531bfed https://github.com/numpy/numpy/commit/c3d111cc84c04b1b70c719138cc46d3ad531bfed Author: Joseph Martinot-Lagarde Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py Log Message: ----------- TST: Raise AssertionError on failure Commit: ae8d7b5a1f85572dc64ee5d168240479c5cc189d https://github.com/numpy/numpy/commit/ae8d7b5a1f85572dc64ee5d168240479c5cc189d Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py M numpy/lib/utils.py Log Message: ----------- Merge pull request #3885 from Nodd/py3_info BUG: Disable check for oldstyle classes in python3 (np.info) Compare: https://github.com/numpy/numpy/compare/b91c711acc05...ae8d7b5a1f85 From noreply at github.com Thu Oct 10 19:56:55 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 16:56:55 -0700 Subject: [Numpy-svn] [numpy/numpy] e76519: STY: pep8 for npyio Message-ID: <52573ec7c382d_3871b29d5018418e@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e765197d9d64563e50f1b9e541d1e4724eb5d82f https://github.com/numpy/numpy/commit/e765197d9d64563e50f1b9e541d1e4724eb5d82f Author: Yaron de Leeuw Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M numpy/lib/npyio.py Log Message: ----------- STY: pep8 for npyio Various pep8 fixes for npyio.py Also reorganized the imports, and removed the unnecessary (I hope) `_string_like = _is_string_like` statement. Commit: 6c189917beef5b68c1caea49d5389690c54f8c61 https://github.com/numpy/numpy/commit/6c189917beef5b68c1caea49d5389690c54f8c61 Author: Yaron de Leeuw Date: 2013-10-05 (Sat, 05 Oct 2013) Changed paths: M numpy/lib/npyio.py Log Message: ----------- STY: pep8 for npyio continued Two slight style modifications in npyio, regarding line length. Commit: cc0dc438617211981401048b1b17bc09b87b8ebd https://github.com/numpy/numpy/commit/cc0dc438617211981401048b1b17bc09b87b8ebd Author: Yaron de Leeuw Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/lib/npyio.py Log Message: ----------- STY: pepe8 for npyio continued 2 (typo) fixing one typo in npyio.py Commit: 31aa00150d8e42ea65f571642cb6281b6eed7dbd https://github.com/numpy/numpy/commit/31aa00150d8e42ea65f571642cb6281b6eed7dbd Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #3829 from jarondl/pep8-npyio STY: pep8 for npyio Compare: https://github.com/numpy/numpy/compare/ae8d7b5a1f85...31aa00150d8e From noreply at github.com Thu Oct 10 21:49:40 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 18:49:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 664d7d: DOC: Notes on backporting. Message-ID: <525759345f6c4_3860a37d4820586c@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 664d7db5eae5b7cec7368c3571f7b63fbbf2a007 https://github.com/numpy/numpy/commit/664d7db5eae5b7cec7368c3571f7b63fbbf2a007 Author: Blake Griffith Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M doc/source/dev/gitwash/development_workflow.rst M doc/source/dev/gitwash/git_links.inc Log Message: ----------- DOC: Notes on backporting. Commit: deb6b8662560b9f30cdec7de5b0135b3de54ab8f https://github.com/numpy/numpy/commit/deb6b8662560b9f30cdec7de5b0135b3de54ab8f Author: Charles Harris Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M doc/source/dev/gitwash/development_workflow.rst M doc/source/dev/gitwash/git_links.inc Log Message: ----------- Merge pull request #3888 from cowlicks/backporting-docs DOC: Notes on backporting. Compare: https://github.com/numpy/numpy/compare/31aa00150d8e...deb6b8662560 From noreply at github.com Fri Oct 11 12:47:19 2013 From: noreply at github.com (GitHub) Date: Fri, 11 Oct 2013 09:47:19 -0700 Subject: [Numpy-svn] [numpy/numpy] 76db3f: MAINT: accept NULL in NpyIter_Deallocate and remov... Message-ID: <52582b972a1fd_280111edd581185b3@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 76db3ffb4b8e8a1031133a9a747310b8639890a0 https://github.com/numpy/numpy/commit/76db3ffb4b8e8a1031133a9a747310b8639890a0 Author: Julian Taylor Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/datetime.c M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/umath/ufunc_object.c M numpy/lib/src/_compiled_base.c Log Message: ----------- MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checks Deallocation should just do nothing if provided a NULL pointer nditer deletion broke this convention. Removed many redundant NULL checks for various deallocation functions used in numpy, they all end up in standard C free or PyMem_Free which are both NULL safe. Commit: d19d96f1a194706bc2fe9f85f088a73fbdcaa401 https://github.com/numpy/numpy/commit/d19d96f1a194706bc2fe9f85f088a73fbdcaa401 Author: njsmith Date: 2013-10-11 (Fri, 11 Oct 2013) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/datetime.c M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/umath/ufunc_object.c M numpy/lib/src/_compiled_base.c Log Message: ----------- Merge pull request #3862 from juliantaylor/null-free MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checks Compare: https://github.com/numpy/numpy/compare/deb6b8662560...d19d96f1a194 From noreply at github.com Sat Oct 12 09:30:44 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 06:30:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 4a4e97: BUG: Disable check for oldstyle classes in python3 Message-ID: <52594f04493fc_40e6b21d5889641@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 4a4e97b745d2fe6412c3c045b5e0d8fa64440921 https://github.com/numpy/numpy/commit/4a4e97b745d2fe6412c3c045b5e0d8fa64440921 Author: Julian Taylor Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py M numpy/lib/utils.py Log Message: ----------- BUG: Disable check for oldstyle classes in python3 backport of #3885 Commit: de2056525105c737deb0c1d7cf7ab04918f22c17 https://github.com/numpy/numpy/commit/de2056525105c737deb0c1d7cf7ab04918f22c17 Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py M numpy/lib/utils.py Log Message: ----------- Merge pull request #3899 from juliantaylor/py3-info-1.7 backport PR #3885 to 1.7.x Compare: https://github.com/numpy/numpy/compare/c44fc922faca...de2056525105 From noreply at github.com Sat Oct 12 09:31:36 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 06:31:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 4a68d2: BUG: Disable check for oldstyle classes in python3 Message-ID: <52594f386d4d9_2c3ea3bd5885ad@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 4a68d291170ad79b5bd47e36e9a5da59b10c317c https://github.com/numpy/numpy/commit/4a68d291170ad79b5bd47e36e9a5da59b10c317c Author: Joseph Martinot-Lagarde Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/utils.py Log Message: ----------- BUG: Disable check for oldstyle classes in python3 Fixes gh-2561 Commit: e2da936974f33b0cffae6bbd6cbdf3df76b19ca1 https://github.com/numpy/numpy/commit/e2da936974f33b0cffae6bbd6cbdf3df76b19ca1 Author: Joseph Martinot-Lagarde Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py Log Message: ----------- TST: Regression test for gh-2561 Commit: 18c61a6e285a82f8fd776cc47439727f91a53f82 https://github.com/numpy/numpy/commit/18c61a6e285a82f8fd776cc47439727f91a53f82 Author: Joseph Martinot-Lagarde Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py Log Message: ----------- TST: Raise AssertionError on failure Commit: f212c63620a23a77a6847befe23137396e573b59 https://github.com/numpy/numpy/commit/f212c63620a23a77a6847befe23137396e573b59 Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/lib/tests/test_regression.py M numpy/lib/utils.py Log Message: ----------- Merge pull request #3898 from juliantaylor/py3-info-1.8 backport PR #3885 to 1.8.x Compare: https://github.com/numpy/numpy/compare/90a5adc79ba9...f212c63620a2 From noreply at github.com Sat Oct 12 15:03:41 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 12:03:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 310c8c: ENH: add faster boolean count by using wider data ... Message-ID: <52599d0d37369_7ce1725d586281c@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 310c8c167a31f0c84890ed2e8f159289ba9552e0 https://github.com/numpy/numpy/commit/310c8c167a31f0c84890ed2e8f159289ba9552e0 Author: Julian Taylor Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- ENH: add faster boolean count by using wider data types about 3-5 times faster on 64 bit machines, about 2 times faster on i386. Commit: c9ed04a5a72fa488a203a7c82cc73f390c3afe8b https://github.com/numpy/numpy/commit/c9ed04a5a72fa488a203a7c82cc73f390c3afe8b Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3894 from juliantaylor/count_bool ENH: add faster boolean count Compare: https://github.com/numpy/numpy/compare/d19d96f1a194...c9ed04a5a72f From noreply at github.com Sat Oct 12 16:44:50 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 13:44:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 984854: BUG: linalg: don't tell BLAS to use zero strides Message-ID: <5259b4c2ab7d3_3941b8bd481140ed@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 984854aa605b5b4d5afe630e1879aa83845b11fb https://github.com/numpy/numpy/commit/984854aa605b5b4d5afe630e1879aa83845b11fb Author: Pauli Virtanen Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- BUG: linalg: don't tell BLAS to use zero strides At least OSX Accelerate fails for this case. Commit: 6ec43800d3c52a828b6dacde1202265887810dc6 https://github.com/numpy/numpy/commit/6ec43800d3c52a828b6dacde1202265887810dc6 Author: Pauli Virtanen Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/umath_linalg.c.src Log Message: ----------- STY: linalg: fix C comment style Commit: a2f011547749cc53013a31ddd1050345b76fe0d9 https://github.com/numpy/numpy/commit/a2f011547749cc53013a31ddd1050345b76fe0d9 Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- Merge pull request #3902 from pv/fix-linalg-stride-pt2 BUG: linalg: don't tell BLAS to use zero strides Compare: https://github.com/numpy/numpy/compare/c9ed04a5a72f...a2f011547749 From noreply at github.com Sat Oct 12 17:20:38 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 14:20:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 77861f: BUG: linalg: don't tell BLAS to use zero strides Message-ID: <5259bd267f1d9_2d44a19d48914ca@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 77861fe6a940b75c898a178f4075f1de0a4dd935 https://github.com/numpy/numpy/commit/77861fe6a940b75c898a178f4075f1de0a4dd935 Author: Pauli Virtanen Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- BUG: linalg: don't tell BLAS to use zero strides At least OSX Accelerate fails for this case. Commit: 31a0d0e1e9c3d41812271694dcc9d8029fcc6ddd https://github.com/numpy/numpy/commit/31a0d0e1e9c3d41812271694dcc9d8029fcc6ddd Author: Pauli Virtanen Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/umath_linalg.c.src Log Message: ----------- STY: linalg: fix C comment style Commit: 687ae3924bb563f4d73099ecfa07cf2b9568e6d5 https://github.com/numpy/numpy/commit/687ae3924bb563f4d73099ecfa07cf2b9568e6d5 Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/linalg/tests/test_linalg.py M numpy/linalg/umath_linalg.c.src Log Message: ----------- Merge pull request #3903 from charris/backport-1.8-3902 Backport 1.8 3902 Compare: https://github.com/numpy/numpy/compare/f212c63620a2...687ae3924bb5 From noreply at github.com Sat Oct 12 20:14:12 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 17:14:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 405d4a: Ensure NotImplemented is passed on in MaskedArray ... Message-ID: <5259e5d410306_37b5c9dd58116715@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 405d4ae2eb3f167007a627dccab370e04f1343e4 https://github.com/numpy/numpy/commit/405d4ae2eb3f167007a627dccab370e04f1343e4 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py Log Message: ----------- Ensure NotImplemented is passed on in MaskedArray ufunc's Commit: 301d075e1d8b2471b7ecaf0182622568b54b9b68 https://github.com/numpy/numpy/commit/301d075e1d8b2471b7ecaf0182622568b54b9b68 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Add test cases to ensure NotImplemented is passed on Commit: 50f33ad0873057a3cd7e673d54e8fc34260049f5 https://github.com/numpy/numpy/commit/50f33ad0873057a3cd7e673d54e8fc34260049f5 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Small corrections to tests Commit: 46b1a4c57e038c8daa748ed6c9ad148926bc2207 https://github.com/numpy/numpy/commit/46b1a4c57e038c8daa748ed6c9ad148926bc2207 Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #3900 from mhvk/ma/pass-on-NotImplemented BUG Ensure NotImplemented is passed on in MaskedArray ufunc's Compare: https://github.com/numpy/numpy/compare/a2f011547749...46b1a4c57e03 From noreply at github.com Sat Oct 12 21:52:12 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 18:52:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 203c1a: Ensure NotImplemented is passed on in MaskedArray ... Message-ID: <5259fcccbdf17_2cb11167d48795eb@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 203c1ac903669511528d2809f34ca5048b9832a3 https://github.com/numpy/numpy/commit/203c1ac903669511528d2809f34ca5048b9832a3 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py Log Message: ----------- Ensure NotImplemented is passed on in MaskedArray ufunc's Commit: a3620590058f9c255ae8f13d796e20c83bcac76d https://github.com/numpy/numpy/commit/a3620590058f9c255ae8f13d796e20c83bcac76d Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Add test cases to ensure NotImplemented is passed on Commit: 7072af933e43a80686164e6c27e3711c11e30e5c https://github.com/numpy/numpy/commit/7072af933e43a80686164e6c27e3711c11e30e5c Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Small corrections to tests Commit: 649715107b7fdc4d9d24fadc4583e3a9e86fa79b https://github.com/numpy/numpy/commit/649715107b7fdc4d9d24fadc4583e3a9e86fa79b Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #3905 from charris/backport-1.8-3900 Backport 1.8 3900 Compare: https://github.com/numpy/numpy/compare/687ae3924bb5...649715107b7f From noreply at github.com Sat Oct 12 21:52:42 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 18:52:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 72bb6a: Ensure NotImplemented is passed on in MaskedArray ... Message-ID: <5259fcea24e2a_37e198bd5433890@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 72bb6ad851f60ace43ea2470c942e015e4db3231 https://github.com/numpy/numpy/commit/72bb6ad851f60ace43ea2470c942e015e4db3231 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py Log Message: ----------- Ensure NotImplemented is passed on in MaskedArray ufunc's Commit: 1b283cf0eae908138daa34b5777784cac64cb115 https://github.com/numpy/numpy/commit/1b283cf0eae908138daa34b5777784cac64cb115 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Add test cases to ensure NotImplemented is passed on Commit: bf4c6b2ec0191b9c2ae1129edccb8904a4621d9d https://github.com/numpy/numpy/commit/bf4c6b2ec0191b9c2ae1129edccb8904a4621d9d Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- Small corrections to tests Commit: 0e149f7044c32a750cafd22dafe0d83c19f3c69b https://github.com/numpy/numpy/commit/0e149f7044c32a750cafd22dafe0d83c19f3c69b Author: Charles Harris Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #3904 from charris/backport-1.7-3900 Backport 1.7 3900 Compare: https://github.com/numpy/numpy/compare/de2056525105...0e149f7044c3 From noreply at github.com Sun Oct 13 13:03:35 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 10:03:35 -0700 Subject: [Numpy-svn] [numpy/numpy] c41020: REL: Release. Message-ID: <525ad2675f2ca_45c96fd48421ef@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/tags/v1.8.0rc2 Home: https://github.com/numpy/numpy Commit: c4102009f1aa24e97914846420c43dae6c7101d9 https://github.com/numpy/numpy/commit/c4102009f1aa24e97914846420c43dae6c7101d9 Author: Charles Harris Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M setup.py Log Message: ----------- REL: Release. From noreply at github.com Sun Oct 13 13:35:21 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 10:35:21 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <525ad9d9eed0_5b1ec5fd50660b0@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/tags/v1.8.0rc2 Home: https://github.com/numpy/numpy From noreply at github.com Sun Oct 13 13:53:38 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 10:53:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 0ccaab: REL: Release. Message-ID: <525ade229ee85_5bbfac1d5459150@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/tags/v1.8.0rc2 Home: https://github.com/numpy/numpy Commit: 0ccaab00ba14eebeb6620e6c64723189e2bd0a11 https://github.com/numpy/numpy/commit/0ccaab00ba14eebeb6620e6c64723189e2bd0a11 Author: Charles Harris Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M setup.py Log Message: ----------- REL: Release. From noreply at github.com Sun Oct 13 15:42:50 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 12:42:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 6dfe86: MAINT: update runtests.py from scipy Message-ID: <525af7bacdca3_49cc47d54873bb@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6dfe8641e5086241dda081f82dc8a12610d52fd9 https://github.com/numpy/numpy/commit/6dfe8641e5086241dda081f82dc8a12610d52fd9 Author: Pauli Virtanen Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M runtests.py Log Message: ----------- MAINT: update runtests.py from scipy The additional chdir before starting the test allows tests that launch subprocesses to run. Fixes gh-3909 Commit: d713f3d0247540328208e3f9e1d615f0e7381cfe https://github.com/numpy/numpy/commit/d713f3d0247540328208e3f9e1d615f0e7381cfe Author: Charles Harris Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M runtests.py Log Message: ----------- Merge pull request #3910 from pv/runtests-fix MAINT: update runtests.py from scipy Compare: https://github.com/numpy/numpy/compare/46b1a4c57e03...d713f3d02475 From noreply at github.com Sun Oct 13 16:37:06 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 13:37:06 -0700 Subject: [Numpy-svn] [numpy/numpy] 62b930: MAINT: update runtests.py from scipy Message-ID: <525b0472eb37_43e711d58806ec@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 62b930c7e4b54255da7b3d91d876bfbe656a50a3 https://github.com/numpy/numpy/commit/62b930c7e4b54255da7b3d91d876bfbe656a50a3 Author: Pauli Virtanen Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M runtests.py Log Message: ----------- MAINT: update runtests.py from scipy The additional chdir before starting the test allows tests that launch subprocesses to run. Fixes gh-3909 Commit: be8d48a98c661cea18c24a7cafcf4ffffc723cc3 https://github.com/numpy/numpy/commit/be8d48a98c661cea18c24a7cafcf4ffffc723cc3 Author: Charles Harris Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M runtests.py Log Message: ----------- Merge pull request #3911 from charris/backport-1.8-3910 backport-1.8-3910 Compare: https://github.com/numpy/numpy/compare/649715107b7f...be8d48a98c66 From noreply at github.com Sun Oct 13 17:58:42 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 14:58:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 9f1c17: Convert docstrings to comments for nose; PEP8 clea... Message-ID: <525b179270ba8_49cc47d5495416@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9f1c178b88ac566f3432a8955a9ede38a5390fa1 https://github.com/numpy/numpy/commit/9f1c178b88ac566f3432a8955a9ede38a5390fa1 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py M numpy/ma/tests/test_extras.py M numpy/ma/tests/test_mrecords.py M numpy/ma/tests/test_old_ma.py M numpy/ma/tests/test_regression.py M numpy/ma/tests/test_subclassing.py Log Message: ----------- Convert docstrings to comments for nose; PEP8 cleanup (some tests activated) Commit: beb1911b68e791923c56c9c99adfb14a036c20bd https://github.com/numpy/numpy/commit/beb1911b68e791923c56c9c99adfb14a036c20bd Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py M numpy/ma/tests/test_mrecords.py Log Message: ----------- Small further cleanups of ma.tests, plus correction for python3 Commit: 3d9d9aa60adf788567a888f0419a4155bcab8693 https://github.com/numpy/numpy/commit/3d9d9aa60adf788567a888f0419a4155bcab8693 Author: Marten van Kerkwijk Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py M numpy/ma/tests/test_mrecords.py Log Message: ----------- One revert (comparisons with None; not PEP8, but good to check); extra comments Commit: 4dbf3fe9ae3c0f06dd129646baa7a4f6e498291d https://github.com/numpy/numpy/commit/4dbf3fe9ae3c0f06dd129646baa7a4f6e498291d Author: Charles Harris Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M numpy/ma/tests/test_core.py M numpy/ma/tests/test_extras.py M numpy/ma/tests/test_mrecords.py M numpy/ma/tests/test_old_ma.py M numpy/ma/tests/test_regression.py M numpy/ma/tests/test_subclassing.py Log Message: ----------- Merge pull request #3906 from mhvk/ma/test-pep8-and-cleanup Convert docstrings to comments for nose; PEP8 cleanup (some tests activated) Compare: https://github.com/numpy/numpy/compare/d713f3d02475...4dbf3fe9ae3c From noreply at github.com Mon Oct 14 13:58:48 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 10:58:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 1475cf: ENH: speed up intp multiply overflow check Message-ID: <525c30d8d6257_2146c6dd4c91368@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1475cfa46356c63c337b2d3d5903be2451dbb9c5 https://github.com/numpy/numpy/commit/1475cfa46356c63c337b2d3d5903be2451dbb9c5 Author: Julian Taylor Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- ENH: speed up intp multiply overflow check Avoid expensive division by checking against half size of the result first. Speeds up PyArray_NewFromDescr by a factor of two according to perf. Could still be further improved by making use of cpu overflow flags, e.g. via clangs __builtin_mul_with_overflow or using gccs __int128 type. Commit: 58d79003da26c9fb9919a82b64295338360106ba https://github.com/numpy/numpy/commit/58d79003da26c9fb9919a82b64295338360106ba Author: Julian Taylor Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- ENH: reduce calls to npy_is_aligned in _IsAligned one can just bitwise_or the memory and all strides and call npy_is_aligned on that to get the same result. Commit: 19d344bfd4c0b348e6c978a6c90a1da4372d8f82 https://github.com/numpy/numpy/commit/19d344bfd4c0b348e6c978a6c90a1da4372d8f82 Author: Julian Taylor Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M numpy/lib/tests/test_format.py M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: improve test speed move slow test_memmap_roundtrip to slow tests decrease excessively large array size used in np.sin(x) compuation TestInterp.test_if_len_x_is_small, the code has no special path for this large size differences. Commit: 681025d3f601dd2ac4ec3b24f728b4e319218c8d https://github.com/numpy/numpy/commit/681025d3f601dd2ac4ec3b24f728b4e319218c8d Author: Charles Harris Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/lib/tests/test_format.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #3820 from juliantaylor/microopt A couple micro optimizations Compare: https://github.com/numpy/numpy/compare/4dbf3fe9ae3c...681025d3f601 From noreply at github.com Mon Oct 14 19:23:50 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 16:23:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 10ce5b: MAINT: add src/private in build_dir to include sea... Message-ID: <525c7d06472eb_490311e9d48977e@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 10ce5b29cf1fd507f1ba8d072724388089774ac4 https://github.com/numpy/numpy/commit/10ce5b29cf1fd507f1ba8d072724388089774ac4 Author: Julian Taylor Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/bento.info M numpy/core/setup.py R numpy/core/src/private/npy_partition.h Log Message: ----------- MAINT: add src/private in build_dir to include search paths allows generating headers like npy_partition.h with the code generator Commit: 3f5ef54558e3546134be32edfdc2ed510a9cc6ca https://github.com/numpy/numpy/commit/3f5ef54558e3546134be32edfdc2ed510a9cc6ca Author: Julian Taylor Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/bento.info M numpy/core/setup.py M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c A numpy/core/src/private/scalarmathmodule.h.src M numpy/core/src/scalarmathmodule.c.src Log Message: ----------- ENH: add scalarmathmodule.h.src with integer overflow functions and use them in scalarmathmodule.c instead of the old (disabled) ones. Commit: 777c6e5346251c0c2fc9fba4d1295a7cc8fc83d7 https://github.com/numpy/numpy/commit/777c6e5346251c0c2fc9fba4d1295a7cc8fc83d7 Author: Julian Taylor Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/setup.py Log Message: ----------- MAINT: add library sources to some dependencies fixes missing recompilation of parts of numpy when the static libraries change. Commit: 066bdec38358fa22933247bd11d7df64ee4c632c https://github.com/numpy/numpy/commit/066bdec38358fa22933247bd11d7df64ee4c632c Author: Charles Harris Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/bento.info M numpy/core/setup.py M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c R numpy/core/src/private/npy_partition.h A numpy/core/src/private/scalarmathmodule.h.src M numpy/core/src/scalarmathmodule.c.src Log Message: ----------- Merge pull request #3917 from juliantaylor/scalar-int-overflow check integer overflows in scalarmath Compare: https://github.com/numpy/numpy/compare/681025d3f601...066bdec38358 From noreply at github.com Mon Oct 14 20:18:09 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 17:18:09 -0700 Subject: [Numpy-svn] [numpy/numpy] fea2a0: BUG: Check that npyiter is not too large Message-ID: <525c89c1efdb_4308abd58548ed@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fea2a00756823d98d9060ec396823fc432845204 https://github.com/numpy/numpy/commit/fea2a00756823d98d9060ec396823fc432845204 Author: Sebastian Berg Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/src/multiarray/nditer_constr.c M numpy/core/tests/test_nditer.py Log Message: ----------- BUG: Check that npyiter is not too large Since NpyIter keeps track of the total size, this cannot be larger then npy_intp, so that an overflow check is necessary. Commit: 07a20f33f8dbc6a53265400eeb725fd0f146a6e9 https://github.com/numpy/numpy/commit/07a20f33f8dbc6a53265400eeb725fd0f146a6e9 Author: Charles Harris Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M numpy/core/src/multiarray/nditer_constr.c M numpy/core/tests/test_nditer.py Log Message: ----------- Merge pull request #3918 from seberg/nditer-too-large BUG: Check that npyiter is not too large Compare: https://github.com/numpy/numpy/compare/066bdec38358...07a20f33f8db From noreply at github.com Tue Oct 15 02:19:54 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 23:19:54 -0700 Subject: [Numpy-svn] [numpy/numpy] 415c62: MAINT: update pavement.py for no-2to3. Message-ID: <525cde8a1995e_385cb63d4887219@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 415c62c29a7d074b75c7fb0e05b21c36b5c8e077 https://github.com/numpy/numpy/commit/415c62c29a7d074b75c7fb0e05b21c36b5c8e077 Author: Ralf Gommers Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M pavement.py Log Message: ----------- MAINT: update pavement.py for no-2to3. From noreply at github.com Tue Oct 15 02:21:13 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 23:21:13 -0700 Subject: [Numpy-svn] [numpy/numpy] dd16bf: MAINT: update pavement.py for no-2to3. Message-ID: <525cded9adb1b_49d8a37d4872430@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: dd16bfd5f404b40faad83089814b6bb0081a2a97 https://github.com/numpy/numpy/commit/dd16bfd5f404b40faad83089814b6bb0081a2a97 Author: Ralf Gommers Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M pavement.py Log Message: ----------- MAINT: update pavement.py for no-2to3. From noreply at github.com Tue Oct 15 08:07:55 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Oct 2013 05:07:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 0390fe: Fix example plot of Laplace distribution Message-ID: <525d301beb19d_392e29d481107d8@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0390fe34ade1ce3ebf8b27873e2a160c6bc86da5 https://github.com/numpy/numpy/commit/0390fe34ade1ce3ebf8b27873e2a160c6bc86da5 Author: Niklas Koep Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Fix example plot of Laplace distribution In the PDF used for the example plot of the Laplace distribution only the location parameter loc instead of the absolute difference between random variable and loc was divided by the scale parameter. For the example at hand this makes no difference as loc is 0 and lambda is 1. For different values, however, the plot makes no sense. Commit: 61c8568e8ae2fe0afbb7a96b72902573ac4e22e7 https://github.com/numpy/numpy/commit/61c8568e8ae2fe0afbb7a96b72902573ac4e22e7 Author: Charles Harris Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #3919 from nkoep/master Fix example plot of Laplace distribution Compare: https://github.com/numpy/numpy/compare/415c62c29a7d...61c8568e8ae2 From noreply at github.com Tue Oct 15 20:12:18 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Oct 2013 17:12:18 -0700 Subject: [Numpy-svn] [numpy/numpy] a1ebc6: BUG: close file-like objects returned by urlopen Message-ID: <525dd9e299add_1febafd4c14771c@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a1ebc6765dea098f3f9b9180baa2cc50b042da8c https://github.com/numpy/numpy/commit/a1ebc6765dea098f3f9b9180baa2cc50b042da8c Author: cgohlke Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- BUG: close file-like objects returned by urlopen Fix `ResourceWarning: unclosed file` on Python 3 Commit: 16236e27f93b3a1b3bf6a58750fdaec68b224420 https://github.com/numpy/numpy/commit/16236e27f93b3a1b3bf6a58750fdaec68b224420 Author: Charles Harris Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- Merge pull request #3923 from cgohlke/patch-1 BUG: close file-like objects returned by urlopen Compare: https://github.com/numpy/numpy/compare/61c8568e8ae2...16236e27f93b From noreply at github.com Tue Oct 15 22:00:46 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Oct 2013 19:00:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 62bde0: BUG: close file-like objects returned by urlopen Message-ID: <525df34e40c4d_aca7f1d5413092d@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 62bde0132ea9ac877c1933c28a80dabc5ca74c90 https://github.com/numpy/numpy/commit/62bde0132ea9ac877c1933c28a80dabc5ca74c90 Author: cgohlke Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- BUG: close file-like objects returned by urlopen Fix `ResourceWarning: unclosed file` on Python 3 Commit: 68c6abc118169964aa2f24a394040320ab148a86 https://github.com/numpy/numpy/commit/68c6abc118169964aa2f24a394040320ab148a86 Author: Charles Harris Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- Merge pull request #3924 from charris/backport-1.8-3923 backport-1.8-3923 Compare: https://github.com/numpy/numpy/compare/dd16bfd5f404...68c6abc11816 From noreply at github.com Tue Oct 15 22:01:11 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Oct 2013 19:01:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 0093c8: BUG: close file-like objects returned by urlopen Message-ID: <525df367d830d_7e1fe1dd54119652@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 0093c8864c43397d918e1ef64782f89bd6aec5ee https://github.com/numpy/numpy/commit/0093c8864c43397d918e1ef64782f89bd6aec5ee Author: cgohlke Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- BUG: close file-like objects returned by urlopen Fix `ResourceWarning: unclosed file` on Python 3 Commit: 3b1a809afe99de23a6adbbee6da0e580c61c3eb8 https://github.com/numpy/numpy/commit/3b1a809afe99de23a6adbbee6da0e580c61c3eb8 Author: Charles Harris Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/lib/_datasource.py Log Message: ----------- Merge pull request #3925 from charris/backport-1.7-3923 backport-1.7-3923 Compare: https://github.com/numpy/numpy/compare/0e149f7044c3...3b1a809afe99 From noreply at github.com Wed Oct 16 14:17:02 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 11:17:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 83fb19: Ensure masked arrays are treated correctly for isc... Message-ID: <525ed81e87060_4dd8601d50874ad@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 83fb19e7f37502df72d4c4865138f7d84de7c517 https://github.com/numpy/numpy/commit/83fb19e7f37502df72d4c4865138f7d84de7c517 Author: Marten van Kerkwijk Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Ensure masked arrays are treated correctly for isclose(..,..,equal_nan=True) Commit: 95a5219774818eb754053a8c45023e2e185642e7 https://github.com/numpy/numpy/commit/95a5219774818eb754053a8c45023e2e185642e7 Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #3914 from mhvk/numeric/isclose-mask-safe BUG Masked arrays treated incorrectly in isclose(..,..,equal_nan=True) Compare: https://github.com/numpy/numpy/compare/16236e27f93b...95a521977481 From noreply at github.com Wed Oct 16 14:55:48 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 11:55:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 84c52d: BUG: cov/corrcoef complex input and empty arrays Message-ID: <525ee134938c0_6254c57d5863120@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84c52d80b05510e10e730ce9c8c026aadb429594 https://github.com/numpy/numpy/commit/84c52d80b05510e10e730ce9c8c026aadb429594 Author: Joseph Martinot-Lagarde Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: cov/corrcoef complex input and empty arrays This preserves the complex (and higher precision float or object) type of the input array, so that the complex covariance and correlation coefficients can be calculated. It also fixes the the behaviour of empty arrays. These will now either result in a 0x0 result, or a NxN result filled with NaNs. A warning is now issued when ddof is too large and the factor set to 0 so that in this case the result is always NaN or infinity/negative infinity and never a negative number. Closes gh-597 and gh-2680 Closes gh-3882 (original pull request) From noreply at github.com Wed Oct 16 17:04:10 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 14:04:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 0f99cf: BUG: fix declaration-after-statement Message-ID: <525eff4abb30d_62b51331d5467079@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0f99cf0476fed0a94656364454a69cfa86d0c890 https://github.com/numpy/numpy/commit/0f99cf0476fed0a94656364454a69cfa86d0c890 Author: Julian Taylor Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/src/multiarray/lowlevel_strided_loops.c.src Log Message: ----------- BUG: fix declaration-after-statement closes gh-3930 Commit: a6b0f40213e5f0418d3ecf37436c332478ebc039 https://github.com/numpy/numpy/commit/a6b0f40213e5f0418d3ecf37436c332478ebc039 Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/src/multiarray/lowlevel_strided_loops.c.src Log Message: ----------- Merge pull request #3932 from juliantaylor/windows-annoyance BUG: fix declaration-after-statement Compare: https://github.com/numpy/numpy/compare/84c52d80b055...a6b0f40213e5 From noreply at github.com Wed Oct 16 18:10:36 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 15:10:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 5fdfa4: added spaces to literal string concats Message-ID: <525f0edcd0b0a_614a1255d542078d0@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5fdfa413964ea9c17fbe9bc1f996e5feb60bb24d https://github.com/numpy/numpy/commit/5fdfa413964ea9c17fbe9bc1f996e5feb60bb24d Author: Christoph Dann Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_1_7_deprecated_api.h Log Message: ----------- added spaces to literal string concats literal string concatination without spaces not allowed in C++11 anymore Commit: 0bfb598f3d38bc3a269e072ba22ce2649d46e726 https://github.com/numpy/numpy/commit/0bfb598f3d38bc3a269e072ba22ce2649d46e726 Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_1_7_deprecated_api.h Log Message: ----------- Merge pull request #3929 from chrodan/strc++11 add spaces to literal string concatination for C++11 compatibility Compare: https://github.com/numpy/numpy/compare/a6b0f40213e5...0bfb598f3d38 From noreply at github.com Wed Oct 16 18:35:28 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 15:35:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 53cafa: DOC: fixed correlate docstring. Message-ID: <525f14b086ef0_625968dd50803a4@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 53cafa064698dd877acb82aa1b6319510fe70ef5 https://github.com/numpy/numpy/commit/53cafa064698dd877acb82aa1b6319510fe70ef5 Author: Bernhard Spinnler Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: fixed correlate docstring. Replaced correlation formula with corrected version that matches the numpy implementation. Added comment on possible further different definitions of correlation. Added examples. Commit: f6492d927206cf87006e005f0ab19d2db20bc889 https://github.com/numpy/numpy/commit/f6492d927206cf87006e005f0ab19d2db20bc889 Author: Bernhard Spinnler Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: replaced typeset formulas by pure ASCII equivalents. Replaced typeset formulas by pure ASCII equivalents. Should now be easier to read in source files. Commit: cf0869ea03e671986525c20bfda52deda501b316 https://github.com/numpy/numpy/commit/cf0869ea03e671986525c20bfda52deda501b316 Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #3913 from bspinnler/fix_correlate_docstring DOC: fixed correlate docstring. Compare: https://github.com/numpy/numpy/compare/0bfb598f3d38...cf0869ea03e6 From noreply at github.com Wed Oct 16 20:47:00 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 17:47:00 -0700 Subject: [Numpy-svn] [numpy/numpy] e31729: MAINT: add NPY_CPU_HAVE_UNALIGNED_ACCESS macro Message-ID: <525f338429966_61241023d4c23366b@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e31729bb9c7abd08b1815100abab6ca63f71b8bf https://github.com/numpy/numpy/commit/e31729bb9c7abd08b1815100abab6ca63f71b8bf Author: Julian Taylor Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/src/multiarray/lowlevel_strided_loops.c.src Log Message: ----------- MAINT: add NPY_CPU_HAVE_UNALIGNED_ACCESS macro currently only i386 and amd64, must be used carefully as the compiler may still be allowed to assume alignment and try to vectorize based on type size alignment. Commit: 0f7eea9af4593f4490ff95611066e43176b5f8c8 https://github.com/numpy/numpy/commit/0f7eea9af4593f4490ff95611066e43176b5f8c8 Author: Julian Taylor Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/item_selection.c Log Message: ----------- MAINT: silence warning by casting to right type Commit: 935017cbc3a336f66a110b53d2b595fffc8adbd7 https://github.com/numpy/numpy/commit/935017cbc3a336f66a110b53d2b595fffc8adbd7 Author: Julian Taylor Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/setup.py M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/mapping.c M numpy/core/src/umath/ufunc_type_resolution.c M numpy/core/tests/test_api.py Log Message: ----------- MAINT: add npy_memchr for memchr like operations useful for small sizes where the function call is expensive. Commit: 7d4ea165817fc613c79bb92ccb3844df94d1beed https://github.com/numpy/numpy/commit/7d4ea165817fc613c79bb92ccb3844df94d1beed Author: Julian Taylor Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/common.h Log Message: ----------- ENH: improve npy_memchr(p, 0) by using __builtin_ctz (tzcnt on x86) Improves sparse mask performance by about a factor of three, the worst case of no consecutive mask elements slows down by about 10%-15%. Commit: 3b3fa76d5051078d27b1a30b77b586e09c8b889d https://github.com/numpy/numpy/commit/3b3fa76d5051078d27b1a30b77b586e09c8b889d Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/umath/ufunc_type_resolution.c M numpy/core/tests/test_api.py Log Message: ----------- Merge pull request #3931 from juliantaylor/memchr-move move memchr like code to a function Compare: https://github.com/numpy/numpy/compare/cf0869ea03e6...3b3fa76d5051 From noreply at github.com Thu Oct 17 13:50:48 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 10:50:48 -0700 Subject: [Numpy-svn] [numpy/numpy] f4eaba: MAINT: Define NPY_NO_DEPRECATED_API in struct_ufun... Message-ID: <526023781074a_6e6fac9d4c122651@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f4eaba79790e18711b259ce8870b7966cbaa88a5 https://github.com/numpy/numpy/commit/f4eaba79790e18711b259ce8870b7966cbaa88a5 Author: Charles Harris Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M numpy/core/src/umath/struct_ufunc_test.c.src Log Message: ----------- MAINT: Define NPY_NO_DEPRECATED_API in struct_ufunc_test.c.src Removes a compile warning and makes the function use proper macro replacements. Also fix a pointer type mismatch warning. Commit: af2b52ec162395e5ca034933ec621868bcaf9bc1 https://github.com/numpy/numpy/commit/af2b52ec162395e5ca034933ec621868bcaf9bc1 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/umath/struct_ufunc_test.c.src Log Message: ----------- Merge pull request #3933 from charris/add-missing-no-deprecated-api MAINT: Define NPY_NO_DEPRECATED_API in struct_ufunc_test.c.src Compare: https://github.com/numpy/numpy/compare/3b3fa76d5051...af2b52ec1623 From noreply at github.com Thu Oct 17 13:50:21 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 10:50:21 -0700 Subject: [Numpy-svn] [numpy/numpy] 5c55b7: BUG: multiarray/mapping -- address for former rena... Message-ID: <5260235dd3b93_61b1ccfd58716f7@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 5c55b76dc2f378939994af315d397e761391355f https://github.com/numpy/numpy/commit/5c55b76dc2f378939994af315d397e761391355f Author: Yaroslav Halchenko Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/multiarray/mapping.h Log Message: ----------- BUG: multiarray/mapping -- address for former renaming of array_ass_big_item Lead to build failures on s390 (32bit user space). Patch by Charles Harris Commit: c614153fa8251627df582eb2bf2dfe30ef2c8c70 https://github.com/numpy/numpy/commit/c614153fa8251627df582eb2bf2dfe30ef2c8c70 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/multiarray/mapping.h Log Message: ----------- Merge pull request #3935 from yarikoptic/bf/fix-s390-build-patch2 BUG: multiarray/mapping -- address for former renaming of array_ass_big_item (closes #3922) Compare: https://github.com/numpy/numpy/compare/68c6abc11816...c614153fa825 From noreply at github.com Thu Oct 17 15:45:07 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 12:45:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 0cbb4a: MAINT: Define NPY_NO_DEPRECATED_API in struct_ufun... Message-ID: <52603e43b7091_563b5e5d5816911f@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 0cbb4a68b8be35b2a96a988e488c31999af86a82 https://github.com/numpy/numpy/commit/0cbb4a68b8be35b2a96a988e488c31999af86a82 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/umath/struct_ufunc_test.c.src Log Message: ----------- MAINT: Define NPY_NO_DEPRECATED_API in struct_ufunc_test.c.src Removes a compile warning and makes the function use proper macro replacements. Also fix a pointer type mismatch warning. Commit: 6f788495aba88bf11ca8a6d6f60b0f465dcf9d3c https://github.com/numpy/numpy/commit/6f788495aba88bf11ca8a6d6f60b0f465dcf9d3c Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/umath/struct_ufunc_test.c.src Log Message: ----------- Merge pull request #3937 from charris/backport-1.8-3933 backport-1.8-3933 Compare: https://github.com/numpy/numpy/compare/c614153fa825...6f788495aba8 From noreply at github.com Thu Oct 17 15:45:51 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 12:45:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 876f41: BUG: multiarray/mapping -- address for former rena... Message-ID: <52603e6f7c82_5198b5d5861949@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 876f416ef43f37b13615adfadcdeca39551bdb58 https://github.com/numpy/numpy/commit/876f416ef43f37b13615adfadcdeca39551bdb58 Author: Yaroslav Halchenko Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/multiarray/mapping.h Log Message: ----------- BUG: multiarray/mapping -- address for former renaming of array_ass_big_item Lead to build failures on s390 (32bit user space). Patch by Charles Harris Commit: ac6329832d23e7788ad160d88d8af6a1a1d93da3 https://github.com/numpy/numpy/commit/ac6329832d23e7788ad160d88d8af6a1a1d93da3 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/src/multiarray/mapping.h Log Message: ----------- Merge pull request #3936 from charris/forward-port-3935 forward-port-3935 Compare: https://github.com/numpy/numpy/compare/af2b52ec1623...ac6329832d23 From noreply at github.com Thu Oct 17 21:17:01 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 18:17:01 -0700 Subject: [Numpy-svn] [numpy/numpy] dc974f: BUG: test_fortran_order_buffer fails on big endian... Message-ID: <52608c0dbdcc3_756010c7d4815031a@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dc974f3a7aeff58b19822ce4253bb0edf8039f8d https://github.com/numpy/numpy/commit/dc974f3a7aeff58b19822ce4253bb0edf8039f8d Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- BUG: test_fortran_order_buffer fails on big endian architectures. The numpy unicode string comparison function does not work correctly for non-native byte orders. That is a problem needing fixing, but test_fortran_order_buffer is only needed to check that the buffer works correctly for fortran order buffers, so let the endianess of test data be the platform default. Commit: 18acfa462a63bcdaf86360f0c94bc9347ecafad5 https://github.com/numpy/numpy/commit/18acfa462a63bcdaf86360f0c94bc9347ecafad5 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #3941 from charris/make-test-endian-independent BUG: test_fortran_order_buffer fails on big endian architectures. Compare: https://github.com/numpy/numpy/compare/ac6329832d23...18acfa462a63 From noreply at github.com Thu Oct 17 22:11:50 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 19:11:50 -0700 Subject: [Numpy-svn] [numpy/numpy] e1dc3d: BUG: test_fortran_order_buffer fails on big endian... Message-ID: <526098e6e4b2c_5735136dd5424127b@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: e1dc3d700eb4109fbf1ba1bd841da57bb9228ede https://github.com/numpy/numpy/commit/e1dc3d700eb4109fbf1ba1bd841da57bb9228ede Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- BUG: test_fortran_order_buffer fails on big endian architectures. The numpy unicode string comparison function does not work correctly for non-native byte orders. That is a problem needing fixing, but test_fortran_order_buffer is only needed to check that the buffer works correctly for fortran order buffers, so let the endianess of test data be the platform default. Commit: fd13408fe8c12a6498eb513783cda223607b3191 https://github.com/numpy/numpy/commit/fd13408fe8c12a6498eb513783cda223607b3191 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #3942 from charris/backport-1.8-3941 Backport-1.8-3941 Compare: https://github.com/numpy/numpy/compare/6f788495aba8...fd13408fe8c1 From noreply at github.com Thu Oct 17 22:12:15 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 19:12:15 -0700 Subject: [Numpy-svn] [numpy/numpy] c5d83e: added spaces to literal string concats Message-ID: <526098ff3eb15_63027b7d481520f4@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: c5d83e206617f79e576fc3214cb8fd67d11ca85a https://github.com/numpy/numpy/commit/c5d83e206617f79e576fc3214cb8fd67d11ca85a Author: Christoph Dann Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_deprecated_api.h Log Message: ----------- added spaces to literal string concats literal string concatination without spaces not allowed in C++11 anymore Commit: 5a37540e31729a24e6bcc174d9780836bacae244 https://github.com/numpy/numpy/commit/5a37540e31729a24e6bcc174d9780836bacae244 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_deprecated_api.h Log Message: ----------- Merge pull request #3943 from charris/backport-1.7-3929 backport-1.7-3929 Compare: https://github.com/numpy/numpy/compare/3b1a809afe99...5a37540e3172 From noreply at github.com Thu Oct 17 22:23:27 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 19:23:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 5bc771: added spaces to literal string concats Message-ID: <52609b9f4fc8f_56637cdd50240886@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 5bc771b10956af3203a07d74ccbc43d3a371f764 https://github.com/numpy/numpy/commit/5bc771b10956af3203a07d74ccbc43d3a371f764 Author: Christoph Dann Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_1_7_deprecated_api.h Log Message: ----------- added spaces to literal string concats literal string concatination without spaces not allowed in C++11 anymore Commit: cdf907e65db42ede996c4a10dd3d1b3a32f4b4c5 https://github.com/numpy/numpy/commit/cdf907e65db42ede996c4a10dd3d1b3a32f4b4c5 Author: Charles Harris Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M numpy/core/include/numpy/npy_1_7_deprecated_api.h Log Message: ----------- Merge pull request #3944 from charris/backport-1.8-3929 Backport-1.8-3929 Compare: https://github.com/numpy/numpy/compare/fd13408fe8c1...cdf907e65db4 From noreply at github.com Sat Oct 19 07:40:16 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 04:40:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 81a0fe: ENH: Inline check_and_adjust_index Message-ID: <52626fa0d1854_5d90c51d54918a9@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 81a0fe984fb5e4546a318260f8c9955440f6abf2 https://github.com/numpy/numpy/commit/81a0fe984fb5e4546a318260f8c9955440f6abf2 Author: Sebastian Berg Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h Log Message: ----------- ENH: Inline check_and_adjust_index The function takes a considerable amount of time of np.take and to also fancy indexing. Simple np.takes can speed up by more then 40%, fancy indexes around 10%. Commit: eef0f07b8a6ce3682d96393146121f947634107c https://github.com/numpy/numpy/commit/eef0f07b8a6ce3682d96393146121f947634107c Author: Julian Taylor Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h Log Message: ----------- Merge pull request #3947 from seberg/inline-check-index ENH: Inline check_and_adjust_index Compare: https://github.com/numpy/numpy/compare/18acfa462a63...eef0f07b8a6c From noreply at github.com Sat Oct 19 10:08:10 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 07:08:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 0b9094: BUG: runtests: make -t option work again Message-ID: <5262924a1ae09_5d1a741d50851b0@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b9094b99e56fc6f29d856848e8e639e1316d15d https://github.com/numpy/numpy/commit/0b9094b99e56fc6f29d856848e8e639e1316d15d Author: Pauli Virtanen Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M runtests.py Log Message: ----------- BUG: runtests: make -t option work again Commit: 640c9de47b0c2f97d04506a032f6f935d5435f24 https://github.com/numpy/numpy/commit/640c9de47b0c2f97d04506a032f6f935d5435f24 Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M runtests.py Log Message: ----------- Merge pull request #3948 from pv/runtests-path BUG: runtests: make -t option work again Compare: https://github.com/numpy/numpy/compare/eef0f07b8a6c...640c9de47b0c From noreply at github.com Sat Oct 19 12:06:37 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 09:06:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 0c5790: BUG: runtests: make -t option work again Message-ID: <5262ae0dba98e_2f8ee6dd5490462@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 0c5790321dea1bceda6d3c44392114b0f843680f https://github.com/numpy/numpy/commit/0c5790321dea1bceda6d3c44392114b0f843680f Author: Pauli Virtanen Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M runtests.py Log Message: ----------- BUG: runtests: make -t option work again Commit: f2505e02d78a6b9bac6bf1de8a2255d1d88021ed https://github.com/numpy/numpy/commit/f2505e02d78a6b9bac6bf1de8a2255d1d88021ed Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M runtests.py Log Message: ----------- Merge pull request #3949 from charris/backport-1.8-3948 backport-1.8-3948 Compare: https://github.com/numpy/numpy/compare/cdf907e65db4...f2505e02d78a From noreply at github.com Sat Oct 19 12:54:14 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 09:54:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 503c7a: MAINT: double underscores in Lapack-lite C module Message-ID: <5262b936ed80_2f94cedd5858320@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 503c7ae605f9e0c1ec7f4331979a85c5c7a9abc4 https://github.com/numpy/numpy/commit/503c7ae605f9e0c1ec7f4331979a85c5c7a9abc4 Author: Lars Buitinck Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/linalg/lapack_litemodule.c Log Message: ----------- MAINT: double underscores in Lapack-lite C module Strictly speaking, any non-standard name with "__" in it causes undefined behavior in C. It's also completely unnecessary to use any in this module. Commit: 002de555e86ec02fe4ebf3765fe0f4a7e72a7db5 https://github.com/numpy/numpy/commit/002de555e86ec02fe4ebf3765fe0f4a7e72a7db5 Author: Lars Buitinck Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/numpyos.c Log Message: ----------- MAINT: C identifiers causing UB + useless char returns C identifiers aren't allowed to match "^_[A-Z]". Fixed that in numpyos.c and removed some more useless underscores. Changed NumPyOS_ascii_tolower and the code that calls it to handle ints, not chars. C promotes char to int in so many situations that char variables are just a pain. (The C standard library uses int in , for example.) Commit: 31d6c4ea5882e1335b3f89e022e7df71380c07ac https://github.com/numpy/numpy/commit/31d6c4ea5882e1335b3f89e022e7df71380c07ac Author: Lars Buitinck Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/number.c Log Message: ----------- MAINT: unused variable, formatting Commit: 405753a1051d26590b0e8844eb0d42a2e00c4808 https://github.com/numpy/numpy/commit/405753a1051d26590b0e8844eb0d42a2e00c4808 Author: Lars Buitinck Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/_methods.py Log Message: ----------- MAINT: typo Commit: 341eeb573a14822906e83d2e236e6152693b2e18 https://github.com/numpy/numpy/commit/341eeb573a14822906e83d2e236e6152693b2e18 Author: Lars Buitinck Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/item_selection.c Log Message: ----------- MAINT: fix item_selection.c so it compiles without warnings Commit: 4533821ca2d7f7e7963106a4797c99cc4df451c3 https://github.com/numpy/numpy/commit/4533821ca2d7f7e7963106a4797c99cc4df451c3 Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/_methods.py M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/number.c M numpy/core/src/multiarray/numpyos.c M numpy/linalg/lapack_litemodule.c Log Message: ----------- Merge pull request #3950 from larsmans/c-fixes C fixes Compare: https://github.com/numpy/numpy/compare/640c9de47b0c...4533821ca2d7 From noreply at github.com Sat Oct 19 13:30:08 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 10:30:08 -0700 Subject: [Numpy-svn] [numpy/numpy] 46a3fc: ENH: unroll vector minmax loop Message-ID: <5262c1a0d1b9d_30f3549d548036d@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 46a3fc10ef27be3637d72b5a6befb440a012dc87 https://github.com/numpy/numpy/commit/46a3fc10ef27be3637d72b5a6befb440a012dc87 Author: Julian Taylor Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- ENH: unroll vector minmax loop Improves speed by 10% on intel cpus. Simplify code by moving the fenv support check into the dispatcher. fenv works on all common platforms (including windows), the fallback is not worth it for the exotic platforms where it might not be available. Commit: b0dd6901d54e687571e44c4fa1d9c7db0d00e299 https://github.com/numpy/numpy/commit/b0dd6901d54e687571e44c4fa1d9c7db0d00e299 Author: Julian Taylor Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/tests/test_umath.py M numpy/testing/utils.py Log Message: ----------- ENH: accept callable as message in assert_ Allows deferring evaluation until failure. Used for blocked minmax test which evaluate array representations for the error message many thousand times accumulating to a full second useless runtime. Commit: 43df2ee1a0e8dd27f91063a4f5e78afe06f1970b https://github.com/numpy/numpy/commit/43df2ee1a0e8dd27f91063a4f5e78afe06f1970b Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/umath/simd.inc.src M numpy/core/tests/test_umath.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #3945 from juliantaylor/minmax-improve ENH: unroll vector minmax loop Compare: https://github.com/numpy/numpy/compare/4533821ca2d7...43df2ee1a0e8 From noreply at github.com Sat Oct 19 13:54:20 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 10:54:20 -0700 Subject: [Numpy-svn] [numpy/numpy] e79296: ENH: High time consumption by PyUFunc_GetPyValues ... Message-ID: <5262c74cdbc3d_5bb8137dd589071f@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e79296bf9cd9872ab3a4c54c05cce8f5ac410bf7 https://github.com/numpy/numpy/commit/e79296bf9cd9872ab3a4c54c05cce8f5ac410bf7 Author: Arink Verma Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- ENH: High time consumption by PyUFunc_GetPyValues in ufunc_object.c For every single operation calls, numpy has to extract value of buffersize, errormask and name to pack and build error object. These two functions, _extract_pyvals and PyUFunc_GetPyValues together use >12% of time. Commit: 6d6dc6d56ed97421d1f106882854058e4fa4fdb3 https://github.com/numpy/numpy/commit/6d6dc6d56ed97421d1f106882854058e4fa4fdb3 Author: Julian Taylor Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_numeric.py Log Message: ----------- MAINT: refactor ufunc error object handling _get_global_ext_obj: retrieves global ufunc object _get_bufsize_errmask: get only bufsize and errormask from ufunc object _extract_pyvals: handle NULL extobj PyUFunc_GetPyValues implemented as _get_global_ext_obj +_extract_pyvals drop unused first_error variable. fix errobj memory leak in previous commit. add some test for the extobj and warning path, the warning tests are disabled like the raising path as they fail on a bunch of platforms. Commit: 5d01dd12457285318c3b7ea26fe1de2b5190e4ab https://github.com/numpy/numpy/commit/5d01dd12457285318c3b7ea26fe1de2b5190e4ab Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #3946 from juliantaylor/pyufunc_refactor delay error object creation to when errors occur Compare: https://github.com/numpy/numpy/compare/43df2ee1a0e8...5d01dd124572 From noreply at github.com Sat Oct 19 15:29:26 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 12:29:26 -0700 Subject: [Numpy-svn] [numpy/numpy] 11248b: ENH: Add scalar special cases to Priority getter Message-ID: <5262dd96c98f3_2ff2cb3d4c11706d@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 11248b71c67fae4c891bf9f16eb5659307c67fce https://github.com/numpy/numpy/commit/11248b71c67fae4c891bf9f16eb5659307c67fce Author: Sebastian Berg Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- ENH: Add scalar special cases to Priority getter Exact Python scalars can never have a priority, but checking it is expensive. This adds checks for these to the Priority getter function. Commit: a3858f3be1238970c407d045c6d2b1ad956f2df0 https://github.com/numpy/numpy/commit/a3858f3be1238970c407d045c6d2b1ad956f2df0 Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- Merge pull request #3951 from seberg/scalar-priority ENH: Add scalar special cases to Priority getter Compare: https://github.com/numpy/numpy/compare/5d01dd124572...a3858f3be123 From noreply at github.com Sat Oct 19 16:03:29 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 13:03:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 921707: DOC: Fix misleading description of random_sample i... Message-ID: <5262e5917e8df_5baa11ebd509327d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9217077ed5134ce869b41334b3b14d2f1a52e2af https://github.com/numpy/numpy/commit/9217077ed5134ce869b41334b3b14d2f1a52e2af Author: Mark Dickinson Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M numpy/random/info.py Log Message: ----------- DOC: Fix misleading description of random_sample in numpy.random docstring. Commit: 1eb5f03c4c27009cac5d7c19f36bfab718533072 https://github.com/numpy/numpy/commit/1eb5f03c4c27009cac5d7c19f36bfab718533072 Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M numpy/random/info.py Log Message: ----------- Merge pull request #3921 from mdickinson/doc-numpy-random-fixes DOC: Fix misleading description of random_sample in numpy.random docstring. Compare: https://github.com/numpy/numpy/compare/a3858f3be123...1eb5f03c4c27 From noreply at github.com Sat Oct 19 17:24:30 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 14:24:30 -0700 Subject: [Numpy-svn] [numpy/numpy] fd5d30: BUG: core: ensure __r*__ has precedence over __num... Message-ID: <5262f88ea62f6_4a44e15d482348@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fd5d3088ed71bbc2fe5a774178be5e0ba04e4cd1 https://github.com/numpy/numpy/commit/fd5d3088ed71bbc2fe5a774178be5e0ba04e4cd1 Author: Pauli Virtanen Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M doc/neps/ufunc-overrides.rst M doc/source/reference/arrays.classes.rst M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/number.c M numpy/core/src/multiarray/number.h M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: core: ensure __r*__ has precedence over __numpy_ufunc__ Add a special case to the implementation of ndarray.__mul__ et al. that refuses to work on other objects that are not ndarray subclasses and implement both __numpy_ufunc__ and __r*__. This way, execution passes first to the custom __r*__ method, which makes it possible to have e.g. __mul__ and np.multiply do different things. Additionally, disable one __array_priority__ special case handling when also __numpy_ufunc__ is defined. Commit: 55d3ef5b81b709cc9d8ad6b13f75ca0f05f65276 https://github.com/numpy/numpy/commit/55d3ef5b81b709cc9d8ad6b13f75ca0f05f65276 Author: Charles Harris Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M doc/neps/ufunc-overrides.rst M doc/source/reference/arrays.classes.rst M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/number.c M numpy/core/src/multiarray/number.h M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3856 from pv/op-before-ufunc BUG: core: ensure __r*__ has precedence over __numpy_ufunc__ Compare: https://github.com/numpy/numpy/compare/1eb5f03c4c27...55d3ef5b81b7 From noreply at github.com Sun Oct 20 20:15:52 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 17:15:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 0d2847: MAINT: io: handle a bad fmt argument in savetxt by... Message-ID: <526472389cb70_7430fd5d541041c0@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0d284764a855cae11699228ff1b81e6d18f38ed2 https://github.com/numpy/numpy/commit/0d284764a855cae11699228ff1b81e6d18f38ed2 Author: Warren Weckesser Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. Commit: 11a931bbb935d9fe74c9b6382463f0ab840d0992 https://github.com/numpy/numpy/commit/11a931bbb935d9fe74c9b6382463f0ab840d0992 Author: Charles Harris Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #3953 from WarrenWeckesser/savetxt-bad-fmt-error MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. Compare: https://github.com/numpy/numpy/compare/55d3ef5b81b7...11a931bbb935 From noreply at github.com Sun Oct 20 20:17:59 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 17:17:59 -0700 Subject: [Numpy-svn] [numpy/numpy] 97e6ca: BUG: wrong boundary check in unrolled memchr Message-ID: <526472b7bbebe_6b771109d4c6053e@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 97e6cadc835bc3b22da0c63591addf1a9455e965 https://github.com/numpy/numpy/commit/97e6cadc835bc3b22da0c63591addf1a9455e965 Author: Julian Taylor Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.h Log Message: ----------- BUG: wrong boundary check in unrolled memchr Commit: 0d3289fa1d1a4f54980b65ad3b3f169a2a1afa59 https://github.com/numpy/numpy/commit/0d3289fa1d1a4f54980b65ad3b3f169a2a1afa59 Author: Charles Harris Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.h Log Message: ----------- Merge pull request #3954 from juliantaylor/memchr-bug BUG: wrong boundary check in unrolled memchr Compare: https://github.com/numpy/numpy/compare/11a931bbb935...0d3289fa1d1a From noreply at github.com Sun Oct 20 20:45:29 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 17:45:29 -0700 Subject: [Numpy-svn] [numpy/numpy] df42eb: MAINT: io: handle a bad fmt argument in savetxt by... Message-ID: <526479298e8eb_7457c0bd543169d@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: df42ebd7f14f2cfda287e524d39fc796547a693f https://github.com/numpy/numpy/commit/df42ebd7f14f2cfda287e524d39fc796547a693f Author: Warren Weckesser Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. Commit: 045677c4cb3758d64561cbd2de6fa239566cd35f https://github.com/numpy/numpy/commit/045677c4cb3758d64561cbd2de6fa239566cd35f Author: Charles Harris Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #3955 from charris/backport-1.7-3953 backport-1.7-3953 Compare: https://github.com/numpy/numpy/compare/5a37540e3172...045677c4cb37 From noreply at github.com Sun Oct 20 21:13:56 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 18:13:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 4d0b6d: MAINT: io: handle a bad fmt argument in savetxt by... Message-ID: <52647fd472b2c_7528c9dd58611d7@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 4d0b6d19a77664f0765da1e94f08b6caa5b30bf4 https://github.com/numpy/numpy/commit/4d0b6d19a77664f0765da1e94f08b6caa5b30bf4 Author: Warren Weckesser Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. Commit: 397fdec2a2c18bcabd321d01358697b1fcdd7fb8 https://github.com/numpy/numpy/commit/397fdec2a2c18bcabd321d01358697b1fcdd7fb8 Author: Charles Harris Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #3956 from charris/backport-1.8-3953 backport-1.8-3953 Compare: https://github.com/numpy/numpy/compare/f2505e02d78a...397fdec2a2c1 From noreply at github.com Mon Oct 21 05:36:37 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Oct 2013 02:36:37 -0700 Subject: [Numpy-svn] [numpy/numpy] c71f36: BUG: #2052 del scalar subscript causes segfault Message-ID: <5264f5a5b8c56_556f84dd484882b@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c71f36658459e87cc3c938308b62ce0e0b34a6f8 https://github.com/numpy/numpy/commit/c71f36658459e87cc3c938308b62ce0e0b34a6f8 Author: John Stechschulte Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: #2052 del scalar subscript causes segfault Fixes issue #2052, where attempting to delete a scalar field causes a segfault. Returns ValueError instead, like when attempting to delete an array element. Also added a test for this bug. Commit: 54d3559c325be26f8fee71e1c669cc502286dc77 https://github.com/numpy/numpy/commit/54d3559c325be26f8fee71e1c669cc502286dc77 Author: seberg Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3952 from JStech/issue_2052 BUG: #2052 del scalar subscript causes segfault Compare: https://github.com/numpy/numpy/compare/0d3289fa1d1a...54d3559c325b From noreply at github.com Mon Oct 21 15:39:30 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Oct 2013 12:39:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 7927dd: BUG: #2052 del scalar subscript causes segfault Message-ID: <526582f2c4a4_55851063d48155482@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 7927dd25fa9e11892807820f44c10c0e61f2a2e7 https://github.com/numpy/numpy/commit/7927dd25fa9e11892807820f44c10c0e61f2a2e7 Author: John Stechschulte Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: #2052 del scalar subscript causes segfault Fixes issue #2052, where attempting to delete a scalar field causes a segfault. Returns ValueError instead, like when attempting to delete an array element. Also added a test for this bug. Commit: 69c97c46bd56b5d1d2d39094780931d17e6264ab https://github.com/numpy/numpy/commit/69c97c46bd56b5d1d2d39094780931d17e6264ab Author: Charles Harris Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3958 from charris/backport-1.7-3952 backport-1.7-3952 Compare: https://github.com/numpy/numpy/compare/045677c4cb37...69c97c46bd56 From noreply at github.com Mon Oct 21 15:48:12 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Oct 2013 12:48:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 81ccb4: BUG: #2052 del scalar subscript causes segfault Message-ID: <526584fc55a2_1627c57d581263b0@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 81ccb40abbe364406efeb5d6afe050a9765ca68f https://github.com/numpy/numpy/commit/81ccb40abbe364406efeb5d6afe050a9765ca68f Author: John Stechschulte Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: #2052 del scalar subscript causes segfault Fixes issue #2052, where attempting to delete a scalar field causes a segfault. Returns ValueError instead, like when attempting to delete an array element. Also added a test for this bug. Commit: ced0a94e302639339c5e7d42cb0478e250d12e32 https://github.com/numpy/numpy/commit/ced0a94e302639339c5e7d42cb0478e250d12e32 Author: Charles Harris Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #3959 from charris/backport-1.8-3952 backport-1.8-3952 Compare: https://github.com/numpy/numpy/compare/397fdec2a2c1...ced0a94e3026 From noreply at github.com Wed Oct 23 14:19:03 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Oct 2013 11:19:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 2024a1: BUG: fix small issues found with cppcheck Message-ID: <52681317c151b_6e39f8dd4c11726d@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 2024a1b460751dbad970b80b0f8f5ae74e9ac522 https://github.com/numpy/numpy/commit/2024a1b460751dbad970b80b0f8f5ae74e9ac522 Author: Julian Taylor Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: fix small issues found with cppcheck uninitialized use in _strided_to_strided_one_to_n_with_finish wrong error NULL checks in PyArray_MapIterNew and einsum_sub_op_from_str double free and memleak in umath_linalg.c.src init_ at lapack_func@ Commit: 3c91c173388ad8ba72593e4d9df43b1b4cde55a6 https://github.com/numpy/numpy/commit/3c91c173388ad8ba72593e4d9df43b1b4cde55a6 Author: Charles Harris Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #3964 from charris/backport-1.7-3832 backport-1.7-3832 Compare: https://github.com/numpy/numpy/compare/69c97c46bd56...3c91c173388a From noreply at github.com Wed Oct 23 15:07:53 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Oct 2013 12:07:53 -0700 Subject: [Numpy-svn] [numpy/numpy] b52487: BUG: fix crash on default errobj Message-ID: <52681e896297e_32071399d501842f5@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b52487e026fc25e913b226381b185133ea629fc6 https://github.com/numpy/numpy/commit/b52487e026fc25e913b226381b185133ea629fc6 Author: Julian Taylor Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- BUG: fix crash on default errobj Missing check for optional NULL argument, the case can only happen if the error mask is 0 (the old default). closes gh-3962 Commit: a1dad5dcfe075681128638cae47c5ae26045cb41 https://github.com/numpy/numpy/commit/a1dad5dcfe075681128638cae47c5ae26045cb41 Author: Julian Taylor Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M numpy/core/include/numpy/ufuncobject.h M numpy/core/numeric.py M numpy/core/src/umath/umathmodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULT It seems it was added as a precaution to avoid breaking the rather complicated ufunc code. It effectively disabled the skipping of the dictionary lookup for the default values for the common case and leading to hardly tested code in third party libraries like pandas which set the error state to numpys old default (ignore all). The skipping improves scalar performance by 2.5-5%. Commit: ec5b97ddb592de1e5722439c3ba0599e62e73fed https://github.com/numpy/numpy/commit/ec5b97ddb592de1e5722439c3ba0599e62e73fed Author: Charles Harris Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/include/numpy/ufuncobject.h M numpy/core/numeric.py M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/umathmodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #3963 from juliantaylor/default-errobj-crash Default errobj crash Compare: https://github.com/numpy/numpy/compare/54d3559c325b...ec5b97ddb592 From noreply at github.com Wed Oct 23 16:07:07 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Oct 2013 13:07:07 -0700 Subject: [Numpy-svn] [numpy/numpy] f0e6e0: ENH: keep order in np.sort and np.partition copy Message-ID: <52682c6be6ef9_6e16e75d4c88541@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f0e6e0143c4a43e0bb9dcad7c567ffaa51d7a281 https://github.com/numpy/numpy/commit/f0e6e0143c4a43e0bb9dcad7c567ffaa51d7a281 Author: Julian Taylor Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- ENH: keep order in np.sort and np.partition copy avoids unnecessary strided to contig copy for fortran arrays. Commit: 93a0ac83262dff14bb2c9a5062bf300d9d225fd3 https://github.com/numpy/numpy/commit/93a0ac83262dff14bb2c9a5062bf300d9d225fd3 Author: Charles Harris Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #3970 from juliantaylor/sort-keeporder ENH: keep order in np.sort and np.partition copy Compare: https://github.com/numpy/numpy/compare/ec5b97ddb592...93a0ac83262d From noreply at github.com Thu Oct 24 13:41:49 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 10:41:49 -0700 Subject: [Numpy-svn] [numpy/numpy] b61cb2: crackfortran: changed string.lowercase to string.a... Message-ID: <52695bddc9775_2f5b615d5012496e@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b61cb2c893455d47fafbf9914003ce2715cab739 https://github.com/numpy/numpy/commit/b61cb2c893455d47fafbf9914003ce2715cab739 Author: ochoadavid Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- crackfortran: changed string.lowercase to string.ascii_lowercase Compatibility with Python3, which dosn't have string.lowercase. Commit: 8988715e1aea7b10b230115aecae029cf6e80d66 https://github.com/numpy/numpy/commit/8988715e1aea7b10b230115aecae029cf6e80d66 Author: Julian Taylor Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #3971 from ochoadavid/patch-1 BUG: changed string.lowercase to string.ascii_lowercase Compare: https://github.com/numpy/numpy/compare/93a0ac83262d...8988715e1aea From noreply at github.com Thu Oct 24 15:47:43 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 12:47:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 7272e1: BUG: changed string.lowercase to string.ascii_lowe... Message-ID: <5269795fa47b4_2f7910a3d589754a@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 7272e15a3180f31b04eb2aaeb7685a4a68814089 https://github.com/numpy/numpy/commit/7272e15a3180f31b04eb2aaeb7685a4a68814089 Author: ochoadavid Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: changed string.lowercase to string.ascii_lowercase Compatibility with Python3, which dosn't have string.lowercase. Commit: 579c2c5438c8078ed15a8d58b86f70ab5b41075d https://github.com/numpy/numpy/commit/579c2c5438c8078ed15a8d58b86f70ab5b41075d Author: Charles Harris Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #3972 from juliantaylor/py3-fix Backport PR #3971 to 1.7.x Compare: https://github.com/numpy/numpy/compare/3c91c173388a...579c2c5438c8 From noreply at github.com Thu Oct 24 17:10:00 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 14:10:00 -0700 Subject: [Numpy-svn] [numpy/numpy] 29f65e: BUG: changed string.lowercase to string.ascii_lowe... Message-ID: <52698ca86240_2f5b615d501522be@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 29f65e6e64c41376cf3615016c59589fe4943c72 https://github.com/numpy/numpy/commit/29f65e6e64c41376cf3615016c59589fe4943c72 Author: ochoadavid Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: changed string.lowercase to string.ascii_lowercase Compatibility with Python3, which dosn't have string.lowercase. Commit: 837dde13b88b922cbdf200e52c790fd25d2700e3 https://github.com/numpy/numpy/commit/837dde13b88b922cbdf200e52c790fd25d2700e3 Author: Charles Harris Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #3973 from juliantaylor/py3-fix-1.8.x Backport PR #3971 for 1.8.x Compare: https://github.com/numpy/numpy/compare/ced0a94e3026...837dde13b88b From noreply at github.com Thu Oct 24 18:30:23 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 15:30:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 77ecef: BUG|MAINT: Fix reference count bugs, init NpyIter ... Message-ID: <52699f7fca80_3f8c148bd589491d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 77ecefbbae4892f45ffed0119ca3dab28a4d1f65 https://github.com/numpy/numpy/commit/77ecefbbae4892f45ffed0119ca3dab28a4d1f65 Author: Sebastian Berg Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_api.py Log Message: ----------- BUG|MAINT: Fix reference count bugs, init NpyIter strides Also changes some tests to not use np.empty as to avoid valgrind spam. The NpyIter strides are arbitrary, but 0 makes sense, and the strides are used to decide which transfer function to use, etc. causing lots of warnings in valgrind. Commit: 6e5f0c1231af4958acfa8aa4cf3dfea404acbe9c https://github.com/numpy/numpy/commit/6e5f0c1231af4958acfa8aa4cf3dfea404acbe9c Author: Sebastian Berg Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/number.c M numpy/core/src/umath/test_rational.c.src M numpy/core/tests/test_regression.py Log Message: ----------- MAINT|BUG: Some small refcounting fixes Commit: d6e81151a80eb1922dae027a04cabf8235d58834 https://github.com/numpy/numpy/commit/d6e81151a80eb1922dae027a04cabf8235d58834 Author: Sebastian Berg Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/core/src/multiarray/convert_datatype.c Log Message: ----------- BUG: Fix clongdouble type in scalar type selection Commit: ef511149ebeb5e53059b75b1305d0405744b3d8a https://github.com/numpy/numpy/commit/ef511149ebeb5e53059b75b1305d0405744b3d8a Author: Sebastian Berg Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/core/src/multiarray/number.c Log Message: ----------- BUG: Further reference count issues in __int__ and friends Commit: 3a01f4e11874be9db17fb24fa17c649fd45a8aff https://github.com/numpy/numpy/commit/3a01f4e11874be9db17fb24fa17c649fd45a8aff Author: Sebastian Berg Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/core/tests/test_multiarray.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: Initialize some arrays to to avoid valgrind warnings Commit: a3e8c12ed88c6db2aa89cfbb7a69fc863e8a40dc https://github.com/numpy/numpy/commit/a3e8c12ed88c6db2aa89cfbb7a69fc863e8a40dc Author: Charles Harris Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M numpy/core/src/multiarray/convert_datatype.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/number.c M numpy/core/src/umath/test_rational.c.src M numpy/core/src/umath/ufunc_object.c M numpy/core/tests/test_api.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_regression.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3965 from seberg/valgrind MAINT: Initialize strides in NpyIter and silence valgrind Compare: https://github.com/numpy/numpy/compare/8988715e1aea...a3e8c12ed88c From noreply at github.com Fri Oct 25 14:05:00 2013 From: noreply at github.com (GitHub) Date: Fri, 25 Oct 2013 11:05:00 -0700 Subject: [Numpy-svn] [numpy/numpy] cfd814: BUG: fix handling of negative strides in npy_memch... Message-ID: <526ab2cc5a66c_b2113c7d54152813@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cfd81489a61c5144c9a77bb0494877817acd24d3 https://github.com/numpy/numpy/commit/cfd81489a61c5144c9a77bb0494877817acd24d3 Author: Julian Taylor Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M numpy/core/src/multiarray/common.h M numpy/core/tests/test_api.py Log Message: ----------- BUG: fix handling of negative strides in npy_memchr the new code did not account for them at all, add the old loops back but keep the stride 1 optimization for sparse masks. Commit: ef229342f2bc0fdbee3264cb245d6c0a4ebfc1ff https://github.com/numpy/numpy/commit/ef229342f2bc0fdbee3264cb245d6c0a4ebfc1ff Author: Julian Taylor Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/common.h Log Message: ----------- MAINT: remove trailing zero count path in npy_memchr its only actually faster than just running through the trailing bytewise loop if the needle is in the last byte. Commit: 4f386f14fa0349bbf23aaad44b2b7ec6b03504e7 https://github.com/numpy/numpy/commit/4f386f14fa0349bbf23aaad44b2b7ec6b03504e7 Author: Charles Harris Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/common.h M numpy/core/tests/test_api.py Log Message: ----------- Merge pull request #3969 from juliantaylor/memchr-bug2 BUG: fix handling of negative strides in npy_memchr Compare: https://github.com/numpy/numpy/compare/a3e8c12ed88c...4f386f14fa03 From noreply at github.com Fri Oct 25 14:43:27 2013 From: noreply at github.com (GitHub) Date: Fri, 25 Oct 2013 11:43:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 5005b2: MAINT: runtests: enable generation of C code cover... Message-ID: <526abbcf30534_733e5cdd48119920@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5005b2913ce67d1c660473945b2a9652ca6fd7d4 https://github.com/numpy/numpy/commit/5005b2913ce67d1c660473945b2a9652ca6fd7d4 Author: Pauli Virtanen Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M runtests.py Log Message: ----------- MAINT: runtests: enable generation of C code coverage info via gcov Commit: 103abc22f803cd825a12c9ec900df26b34d501df https://github.com/numpy/numpy/commit/103abc22f803cd825a12c9ec900df26b34d501df Author: Charles Harris Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M runtests.py Log Message: ----------- Merge pull request #3979 from pv/gcov MAINT: runtests: enable generation of C code coverage info via gcov Compare: https://github.com/numpy/numpy/compare/4f386f14fa03...103abc22f803 From noreply at github.com Fri Oct 25 15:34:31 2013 From: noreply at github.com (GitHub) Date: Fri, 25 Oct 2013 12:34:31 -0700 Subject: [Numpy-svn] [numpy/numpy] e549e6: BUG: fix broken UPLO of eigh in python3 Message-ID: <526ac7c7eff81_67388afd5412526f@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e549e69020e3dcec08185695db6f7001a62dc934 https://github.com/numpy/numpy/commit/e549e69020e3dcec08185695db6f7001a62dc934 Author: Julian Taylor Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: fix broken UPLO of eigh in python3 UPLO was cast to bytes and compared to a string which is always false in python3. closes gh-3977 Commit: f8e07275f05e95a4d0af098b06d37925602f7861 https://github.com/numpy/numpy/commit/f8e07275f05e95a4d0af098b06d37925602f7861 Author: Julian Taylor Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: reject invalid UPLO with ValueError in eigh/eigvalsh to prevent unintentional use of wrong function. Restores 1.7 behavior. Commit: 47b5af987bf31553329334fa08898dac67dbf1ac https://github.com/numpy/numpy/commit/47b5af987bf31553329334fa08898dac67dbf1ac Author: Charles Harris Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3978 from juliantaylor/py3-eigh-bug BUG: fix broken UPLO of eigh in python3 Compare: https://github.com/numpy/numpy/compare/103abc22f803...47b5af987bf3 From noreply at github.com Fri Oct 25 16:35:51 2013 From: noreply at github.com (GitHub) Date: Fri, 25 Oct 2013 13:35:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 183869: BUG: fix broken UPLO of eigh in python3 Message-ID: <526ad6274ad93_69a8551d4c986cc@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 18386971185836997d596a5974bdabff21c66076 https://github.com/numpy/numpy/commit/18386971185836997d596a5974bdabff21c66076 Author: Julian Taylor Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: fix broken UPLO of eigh in python3 UPLO was cast to bytes and compared to a string which is always false in python3. closes gh-3977 Commit: a6cac494a67ccf1c73d26994e6163bc0f1700284 https://github.com/numpy/numpy/commit/a6cac494a67ccf1c73d26994e6163bc0f1700284 Author: Julian Taylor Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: reject invalid UPLO with ValueError in eigh/eigvalsh to prevent unintentional use of wrong function. Restores 1.7 behavior. Commit: ae9f6c3943e8b136975e1a6aa451fd53ce9a6326 https://github.com/numpy/numpy/commit/ae9f6c3943e8b136975e1a6aa451fd53ce9a6326 Author: Charles Harris Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3981 from charris/backport-1.8-3978 Backport 1.8 3978 Compare: https://github.com/numpy/numpy/compare/837dde13b88b...ae9f6c3943e8 From noreply at github.com Sun Oct 27 21:23:04 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 18:23:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 3fc490: MAINT: Refactor eigh and eigvalsh and associated t... Message-ID: <526dbc7821e3f_47f5bd1d4879994@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3fc490759fc87dd4702b5a6174638e9fd70019dd https://github.com/numpy/numpy/commit/3fc490759fc87dd4702b5a6174638e9fd70019dd Author: Charles Harris Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- MAINT: Refactor eigh and eigvalsh and associated tests. Do not convert the UPLO argument to a bytestring, it is not necessary. Distribute parts of the eigh tests into the appropriate TestEigvalsh or TestEigh test class. Commit: 85b83e6938fa6f5176eaab8e8fd1652b27d53aa0 https://github.com/numpy/numpy/commit/85b83e6938fa6f5176eaab8e8fd1652b27d53aa0 Author: Charles Harris Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3982 from charris/refactor-eigh-eigvalsh MAINT: Refactor eigh and eigvalsh and associated tests. Compare: https://github.com/numpy/numpy/compare/47b5af987bf3...85b83e6938fa From noreply at github.com Mon Oct 28 00:18:02 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 21:18:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 03044a: MAINT: Refactor eigh and eigvalsh and associated t... Message-ID: <526de57af01cb_6df9551d4c11829d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 03044a3ab01970cc970e683cf0ff38cdf65e5a17 https://github.com/numpy/numpy/commit/03044a3ab01970cc970e683cf0ff38cdf65e5a17 Author: Charles Harris Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- MAINT: Refactor eigh and eigvalsh and associated tests. Do not convert the UPLO argument to a bytestring, it is not necessary. Distribute parts of the eigh tests into the appropriate TestEigvalsh or TestEigh test class. Commit: 384c168ab36c4a84395320c0fd81fe6d6c45429b https://github.com/numpy/numpy/commit/384c168ab36c4a84395320c0fd81fe6d6c45429b Author: Charles Harris Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #3986 from charris/backport-1.8-3982 backport-1.8-3982 Compare: https://github.com/numpy/numpy/compare/ae9f6c3943e8...384c168ab36c From noreply at github.com Mon Oct 28 18:22:47 2013 From: noreply at github.com (GitHub) Date: Mon, 28 Oct 2013 15:22:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 1bc4af: DOC: Add list of authors to 1.8.0 release notes. Message-ID: <526ee3b7dde52_4ada13a5d5862760@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/add-authors-to-1.8-notes Home: https://github.com/numpy/numpy Commit: 1bc4af25d715ce42ddc12fde179620496d7ee468 https://github.com/numpy/numpy/commit/1bc4af25d715ce42ddc12fde179620496d7ee468 Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Add list of authors to 1.8.0 release notes. From noreply at github.com Mon Oct 28 18:23:50 2013 From: noreply at github.com (GitHub) Date: Mon, 28 Oct 2013 15:23:50 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <526ee3f680998_8ae11c9d5410002b@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/add-authors-to-1.8-notes Home: https://github.com/numpy/numpy From noreply at github.com Mon Oct 28 18:32:41 2013 From: noreply at github.com (GitHub) Date: Mon, 28 Oct 2013 15:32:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 1bc4af: DOC: Add list of authors to 1.8.0 release notes. Message-ID: <526ee609b2c46_7201551d4c1383ec@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1bc4af25d715ce42ddc12fde179620496d7ee468 https://github.com/numpy/numpy/commit/1bc4af25d715ce42ddc12fde179620496d7ee468 Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Add list of authors to 1.8.0 release notes. Commit: e7802e7c3ace41e44f5e6ed2745bfde00353d21a https://github.com/numpy/numpy/commit/e7802e7c3ace41e44f5e6ed2745bfde00353d21a Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3989 from charris/add-authors-to-1.8-notes DOC: Add list of authors to 1.8.0 release notes. Compare: https://github.com/numpy/numpy/compare/85b83e6938fa...e7802e7c3ace From noreply at github.com Mon Oct 28 18:54:21 2013 From: noreply at github.com (GitHub) Date: Mon, 28 Oct 2013 15:54:21 -0700 Subject: [Numpy-svn] [numpy/numpy] 13848b: DOC: Add list of authors to 1.8.0 release notes. Message-ID: <526eeb1dcb237_13f4125fd5415371f@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/maintenance/1.8.x Home: https://github.com/numpy/numpy Commit: 13848bd8c043f1a9ad3fad002b51919e53707564 https://github.com/numpy/numpy/commit/13848bd8c043f1a9ad3fad002b51919e53707564 Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Add list of authors to 1.8.0 release notes. Commit: f846b835a90cab7a5c163ade4ec79bd86793a5da https://github.com/numpy/numpy/commit/f846b835a90cab7a5c163ade4ec79bd86793a5da Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- Merge pull request #3990 from charris/backport-1.8-3989 backport-1.8-3989 Compare: https://github.com/numpy/numpy/compare/384c168ab36c...f846b835a90c From noreply at github.com Mon Oct 28 19:39:46 2013 From: noreply at github.com (GitHub) Date: Mon, 28 Oct 2013 16:39:46 -0700 Subject: [Numpy-svn] [numpy/numpy] a60b39: REL: Release. Message-ID: <526ef5c2de533_71f512c3d542029b6@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/tags/v1.8.0 Home: https://github.com/numpy/numpy Commit: a60b3901cd635d28bef8328e83bafd35ce631e08 https://github.com/numpy/numpy/commit/a60b3901cd635d28bef8328e83bafd35ce631e08 Author: Charles Harris Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M setup.py Log Message: ----------- REL: Release. From noreply at github.com Wed Oct 30 04:50:14 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 01:50:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 753d61: BUG: fix handling of infs in hypot on windows Message-ID: <5270c846be92a_4c1777bd4889921@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 753d611615d4d98c37a207940c8648dc15329f66 https://github.com/numpy/numpy/commit/753d611615d4d98c37a207940c8648dc15329f66 Author: Eric Moore Date: 2013-10-29 (Tue, 29 Oct 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: eb40f65c66545a717b36b1af669b1ee00fbfc508 https://github.com/numpy/numpy/commit/eb40f65c66545a717b36b1af669b1ee00fbfc508 Author: Julian Taylor Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M numpy/core/src/npymath/npy_math.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #3992 from ewmoore/winhypot BUG: hypot(inf, 0) shouldn't raise a warning Compare: https://github.com/numpy/numpy/compare/e7802e7c3ace...eb40f65c6654