From noreply at github.com Thu Jan 3 14:14:10 2013 From: noreply at github.com (GitHub) Date: Thu, 03 Jan 2013 11:14:10 -0800 Subject: [Numpy-svn] [numpy/numpy] 9ff6ae: TST: skip floating point warning test failures on ... Message-ID: <50e5d882956b7_49601705ae8699f5@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9ff6aed1f261706df4e50dc482f004500a98548a https://github.com/numpy/numpy/commit/9ff6aed1f261706df4e50dc482f004500a98548a Author: Ralf Gommers Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M numpy/core/tests/test_errstate.py M numpy/core/tests/test_half.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_umath_complex.py Log Message: ----------- TST: skip floating point warning test failures on ARM. Closes gh-413. Commit: bcbfea461a61a12ea91622d7569b256381570f9f https://github.com/numpy/numpy/commit/bcbfea461a61a12ea91622d7569b256381570f9f Author: Ralf Gommers Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M numpy/core/tests/test_errstate.py Log Message: ----------- MAINT: remove painful to look at exec statement from np.errstate test. Commit: 8c05bdbe4a7555628c758967b8800e3e981363e2 https://github.com/numpy/numpy/commit/8c05bdbe4a7555628c758967b8800e3e981363e2 Author: Ralf Gommers Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: R .travis-make-py24-virtualenv.sh M .travis.yml Log Message: ----------- TST: remove Python 2.4 and 2.5 testing from Travis config. Done because for 1.8 we're not supporting these Python versions anymore, and this PR break 2.4 compatibility. Commit: cce1c45afa3d821c5ca313f06b2481e55c98a238 https://github.com/numpy/numpy/commit/cce1c45afa3d821c5ca313f06b2481e55c98a238 Author: njsmith Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: R .travis-make-py24-virtualenv.sh M .travis.yml M numpy/core/tests/test_errstate.py M numpy/core/tests/test_half.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_umath_complex.py Log Message: ----------- Merge pull request #2879 from rgommers/issue-413-arm-failures Fix ARM failures (gh-413) Compare: https://github.com/numpy/numpy/compare/c74586282e45...cce1c45afa3d From noreply at github.com Fri Jan 4 01:32:52 2013 From: noreply at github.com (GitHub) Date: Thu, 03 Jan 2013 22:32:52 -0800 Subject: [Numpy-svn] [numpy/numpy] dcc5c7: TST: skip floating point warning test failures on ... Message-ID: <50e6779411d7_31e31301af0817f5@sh2.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: dcc5c795e06126ffec9863660d344f03e506d0a8 https://github.com/numpy/numpy/commit/dcc5c795e06126ffec9863660d344f03e506d0a8 Author: Ralf Gommers Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M numpy/core/tests/test_errstate.py M numpy/core/tests/test_half.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_umath_complex.py Log Message: ----------- TST: skip floating point warning test failures on ARM. Closes gh-413. From noreply at github.com Fri Jan 4 08:19:01 2013 From: noreply at github.com (GitHub) Date: Fri, 04 Jan 2013 05:19:01 -0800 Subject: [Numpy-svn] [numpy/numpy] 189999: Fixed choice docstring, wrong default size Message-ID: <50e6d6c582e2d_3aa319b4af0414fc@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1899991549a318e508b3b0ba9f376ecd8d1ccdde https://github.com/numpy/numpy/commit/1899991549a318e508b3b0ba9f376ecd8d1ccdde Author: Juan Luis Cano Rodr?guez Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Fixed choice docstring, wrong default size Commit acf7421128b9d974d5153759650b7aaee3c2efec introduced a change in the handling of the `size` argument but the docstring wasn't updated accordingly. This commit fixes the issue. Commit: 5701c87a8ffdc90dcae3dad642a494500fab9978 https://github.com/numpy/numpy/commit/5701c87a8ffdc90dcae3dad642a494500fab9978 Author: njsmith Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #2884 from Juanlu001/patch-1 Fixed choice docstring, wrong default size Compare: https://github.com/numpy/numpy/compare/cce1c45afa3d...5701c87a8ffd From noreply at github.com Fri Jan 4 23:31:46 2013 From: noreply at github.com (GitHub) Date: Fri, 04 Jan 2013 20:31:46 -0800 Subject: [Numpy-svn] [numpy/numpy] 774f43: Change ISRELEASED to False Message-ID: <50e7acb27b3e1_14f41d46aec82330@sh3.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 774f43c4595ff1469951bb2c68da3a1a8612545c https://github.com/numpy/numpy/commit/774f43c4595ff1469951bb2c68da3a1a8612545c Author: Ond?ej ?ert?k Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M setup.py Log Message: ----------- Change ISRELEASED to False From noreply at github.com Sat Jan 5 10:30:24 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Jan 2013 07:30:24 -0800 Subject: [Numpy-svn] [numpy/numpy] d2ca91: BUG: Fix byteswapping for complex scalars Message-ID: <50e847103ac0a_2c931705ae876780@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d2ca91791024f74dd4754fa9b811228abd1ce613 https://github.com/numpy/numpy/commit/d2ca91791024f74dd4754fa9b811228abd1ce613 Author: Sebastian Berg Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix byteswapping for complex scalars During a cleanup, the fast paths were invalidated because SIZEOF_LONGDOUBLE was not defined anymore and needs to be replaced with NPY_SIZEOF_LONGDOUBLE. The other SIZEOF macros still existed however so only complex long double broke because it switched to the already broken fast path. This commit fixes the fast path, and replaces all SIZEOF_ macros within arraytypes.c.src with their corresponding NPY_SIZEOF_ macros. Commit: 05dde0f733419cc7802cd9ea7d03050db120e429 https://github.com/numpy/numpy/commit/05dde0f733419cc7802cd9ea7d03050db120e429 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #2886 from seberg/complex256-byteswap BUG: Fix byteswapping for complex scalars Compare: https://github.com/numpy/numpy/compare/5701c87a8ffd...05dde0f73341 From noreply at github.com Sat Jan 5 17:59:52 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Jan 2013 14:59:52 -0800 Subject: [Numpy-svn] [numpy/numpy] 1d6f54: BUG: Replace unprefixed SIZEOF_* macros with prefi... Message-ID: <50e8b068b3a34_386b19daae8811e3@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1d6f543eb85a2632a8dcee401e8ec76776f407e3 https://github.com/numpy/numpy/commit/1d6f543eb85a2632a8dcee401e8ec76776f407e3 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/getset.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/npymath/_signbit.c M numpy/core/src/scalarmathmodule.c.src Log Message: ----------- BUG: Replace unprefixed SIZEOF_* macros with prefixed versions. The sources don't define NPY_NO_PREFIX and consequently none of the unprefixed macros are defined. Using them can lead to some unexpected results. Commit: ce8ece2d613589c2ab32a69ab91804e727eb86b0 https://github.com/numpy/numpy/commit/ce8ece2d613589c2ab32a69ab91804e727eb86b0 Author: njsmith Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/getset.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/npymath/_signbit.c M numpy/core/src/scalarmathmodule.c.src Log Message: ----------- Merge pull request #2887 from charris/fix-unprefixed-sizeof-macros BUG: Replace unprefixed SIZEOF_* macros with prefixed versions. Compare: https://github.com/numpy/numpy/compare/05dde0f73341...ce8ece2d6135 From noreply at github.com Sat Jan 5 20:13:11 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Jan 2013 17:13:11 -0800 Subject: [Numpy-svn] [numpy/numpy] 699c69: MAINT: Remove unneeded comment form arrayobject.h Message-ID: <50e8cfa72277f_6af712e2aec4131c@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 699c69769ca918ab3e972322bc6416278d2c481d https://github.com/numpy/numpy/commit/699c69769ca918ab3e972322bc6416278d2c481d Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/arrayobject.h Log Message: ----------- MAINT: Remove unneeded comment form arrayobject.h Commit: cba2994f919a29afc446c213d44ca57ca8a925af https://github.com/numpy/numpy/commit/cba2994f919a29afc446c213d44ca57ca8a925af Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/ndarraytypes.h Log Message: ----------- MAINT: Remove unneeded include from ndarraytypes.h. Commit: 229979b47c6d1be0fb6892dff429738d8481c208 https://github.com/numpy/numpy/commit/229979b47c6d1be0fb6892dff429738d8481c208 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/noprefix.h Log Message: ----------- MAINT: Add some macros to noprefix.h Some of these are probably new unprefixed macros, but adding them makes for a bit more safety. The unprefixed macros will be deprecated at some point, so this probably has no side effects. Commit: d0a54c4607c3b1bd66b11aea2d3e301be870f263 https://github.com/numpy/numpy/commit/d0a54c4607c3b1bd66b11aea2d3e301be870f263 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/npy_common.h Log Message: ----------- MAINT: Gather NPY_SIZEOF* macros into one spot. Commit: e6d6042b471cd84b6c4428a4085c58608bff99a7 https://github.com/numpy/numpy/commit/e6d6042b471cd84b6c4428a4085c58608bff99a7 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/numpyconfig.h Log Message: ----------- MAINT: Remove tabs from numpyconfig.h. Commit: d2122ea1f458e9429b692111238f7b9f4a852db2 https://github.com/numpy/numpy/commit/d2122ea1f458e9429b692111238f7b9f4a852db2 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: Fixup use of undefined macros and remove redundant code. The npy_config.h file used SIZEOF_DOUBLE and SIZEOF_LONG_DOUBLE, neither of which was defined in the included config.h file. That was fixed by including numpyconfig.h. Doing so made the code dealing with Apple type sizes redundant as it is already present in numpyconfig.h, so it was removed. Commit: fbda719c843a90f124419e5c022891366aa0a010 https://github.com/numpy/numpy/commit/fbda719c843a90f124419e5c022891366aa0a010 Author: Charles Harris Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/noprefix.h Log Message: ----------- MAINT: Remove newly defined non-prefixed macros from noprefix.h. There was a chance that they could conflict with user defined macros. Commit: 22ad3acca6cb4c029e544f6a060a864a0191087e https://github.com/numpy/numpy/commit/22ad3acca6cb4c029e544f6a060a864a0191087e Author: njsmith Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/include/numpy/arrayobject.h M numpy/core/include/numpy/ndarraytypes.h M numpy/core/include/numpy/noprefix.h M numpy/core/include/numpy/npy_common.h M numpy/core/include/numpy/numpyconfig.h M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #2888 from charris/fix-headers Fix headers Compare: https://github.com/numpy/numpy/compare/ce8ece2d6135...22ad3acca6cb From noreply at github.com Sat Jan 5 20:26:56 2013 From: noreply at github.com (GitHub) Date: Sat, 05 Jan 2013 17:26:56 -0800 Subject: [Numpy-svn] [numpy/numpy] ac69b7: BLD: Increase the DMG image size Message-ID: <50e8d2e07ec62_2c971600ae41177fd@sh2.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: ac69b7cb6affc7a969c330c2469ccf1a4ddd67bf https://github.com/numpy/numpy/commit/ac69b7cb6affc7a969c330c2469ccf1a4ddd67bf Author: Ond?ej ?ert?k Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M tools/numpy-macosx-installer/new-create-dmg Log Message: ----------- BLD: Increase the DMG image size This is needed to avoid the problem with running out of space. For reference, the error log is: https://gist.github.com/3406573 From noreply at github.com Sun Jan 6 05:40:56 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Jan 2013 02:40:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 2be873: BUG: Fix CheckStrides and strides setter checks fo... Message-ID: <50e954b8935f_f1512baaec15123@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2be873f9590d1c68f8cf2357cd0a1c72bd5874ed https://github.com/numpy/numpy/commit/2be873f9590d1c68f8cf2357cd0a1c72bd5874ed Author: Sebastian Berg Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/getset.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Fix CheckStrides and strides setter checks for available memory This changes the logic of PyArray_CheckStrides to really check the full extent the new array will have. It also changes the stride setting to calculate the full real extent of the underlying array without assuming (usually correctly) that the strides of the base array are regular. Add some tests for cases that previously failed. This "closes Issue gh-2503" Commit: 0aaf70bd8b9cf149dbde17dc48dff228df180324 https://github.com/numpy/numpy/commit/0aaf70bd8b9cf149dbde17dc48dff228df180324 Author: Sebastian Berg Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/getset.c M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Move offset calculations into special function Also adds a test to check offset calculation is correct when setting strides for a base array with negative strides. Commit: 1981d0640d6a598a043379be43d19dcf590823f1 https://github.com/numpy/numpy/commit/1981d0640d6a598a043379be43d19dcf590823f1 Author: Sebastian Berg Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/getset.c Log Message: ----------- MAINT: Minor cleanup Adding const and removing old comment. Commit: 161bfe73e006af7c71db373aa99bdecce32f9e2a https://github.com/numpy/numpy/commit/161bfe73e006af7c71db373aa99bdecce32f9e2a Author: seberg Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/getset.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #2882 from seberg/issue2503 BUG: Fix CheckStrides and strides setter checks for available memory Compare: https://github.com/numpy/numpy/compare/22ad3acca6cb...161bfe73e006 From noreply at github.com Sun Jan 6 17:50:10 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Jan 2013 14:50:10 -0800 Subject: [Numpy-svn] [numpy/numpy] 36ea64: TST: Add tests for constants. Message-ID: <50e9ffa258c4f_4615102daf4885e0@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 36ea64728586003b6a70ea9ff2c2e021481b8fc5 https://github.com/numpy/numpy/commit/36ea64728586003b6a70ea9ff2c2e021481b8fc5 Author: Charles Harris Date: 2012-12-16 (Sun, 16 Dec 2012) Changed paths: M numpy/core/tests/test_umath.py Log Message: ----------- TST: Add tests for constants. Test the values of np.pi, np.e, and np.euler_gamma to make sure they are correct to relative tolerance 1e-15. Commit: 849a8c5f9db1087def26e63393ec48497cee8dd4 https://github.com/numpy/numpy/commit/849a8c5f9db1087def26e63393ec48497cee8dd4 Author: Charles Harris Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #2838 from charris/test-numpy-constants TST: Add tests for constants. Compare: https://github.com/numpy/numpy/compare/161bfe73e006...849a8c5f9db1 From noreply at github.com Thu Jan 10 15:09:16 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Jan 2013 12:09:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 19953b: BUG: Fix byteswapping for complex scalars Message-ID: <50ef1fec52983_d2a1208af47046e@sh2.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 19953baf67fed3ec951665ba8414f162edd983f4 https://github.com/numpy/numpy/commit/19953baf67fed3ec951665ba8414f162edd983f4 Author: Sebastian Berg Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix byteswapping for complex scalars During a cleanup, the fast paths were invalidated because SIZEOF_LONGDOUBLE was not defined anymore and needs to be replaced with NPY_SIZEOF_LONGDOUBLE. The other SIZEOF macros still existed however so only complex long double broke because it switched to the already broken fast path. This commit fixes the fast path, and replaces all SIZEOF_ macros within arraytypes.c.src with their corresponding NPY_SIZEOF_ macros. Commit: d4a3937621a7df53c5ffa75b25b94a7097e8b2de https://github.com/numpy/numpy/commit/d4a3937621a7df53c5ffa75b25b94a7097e8b2de Author: Charles Harris Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/getset.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/npymath/_signbit.c M numpy/core/src/scalarmathmodule.c.src Log Message: ----------- BUG: Replace unprefixed SIZEOF_* macros with prefixed versions. The sources don't define NPY_NO_PREFIX and consequently none of the unprefixed macros are defined. Using them can lead to some unexpected results. Commit: 4e179f0502018e2ca4e9d55a686e4fbc46454011 https://github.com/numpy/numpy/commit/4e179f0502018e2ca4e9d55a686e4fbc46454011 Author: Ond?ej ?ert?k Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/getset.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/npymath/_signbit.c M numpy/core/src/scalarmathmodule.c.src M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #2900 from certik/backport2886and7 Backport2886and7 Compare: https://github.com/numpy/numpy/compare/ac69b7cb6aff...4e179f050201 From noreply at github.com Thu Jan 10 17:28:04 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Jan 2013 14:28:04 -0800 Subject: [Numpy-svn] [numpy/numpy] 7d7a59: Added support for AArch64 architecture Message-ID: <50ef4074a26a9_12c3151aae48421f@sh4.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7d7a5939dcf5821d9f381d57bfa2012568ef6b82 https://github.com/numpy/numpy/commit/7d7a5939dcf5821d9f381d57bfa2012568ef6b82 Author: Marcin Juszkiewicz Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/include/numpy/npy_endian.h Log Message: ----------- Added support for AArch64 architecture Signed-off-by: Marcin Juszkiewicz Commit: 00a8c0ca278280d04d32fc84386c29800e3b5a00 https://github.com/numpy/numpy/commit/00a8c0ca278280d04d32fc84386c29800e3b5a00 Author: njsmith Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/include/numpy/npy_endian.h Log Message: ----------- Merge pull request #2901 from hrw/master Add support for AArch64 architecture Compare: https://github.com/numpy/numpy/compare/849a8c5f9db1...00a8c0ca2782 From noreply at github.com Fri Jan 11 20:36:54 2013 From: noreply at github.com (GitHub) Date: Fri, 11 Jan 2013 17:36:54 -0800 Subject: [Numpy-svn] [numpy/numpy] c1059f: Update numpy/core/code_generators/ufunc_docstrings... Message-ID: <50f0be36e224b_2489d8cae8956d9@sh4.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c1059f2d2efd03a348e7343b89a56862d82e7a8e https://github.com/numpy/numpy/commit/c1059f2d2efd03a348e7343b89a56862d82e7a8e Author: argriffing Date: 2013-01-11 (Fri, 11 Jan 2013) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Update numpy/core/code_generators/ufunc_docstrings.py Commit: a66b412fa853b3b556329c23d80f092d45962282 https://github.com/numpy/numpy/commit/a66b412fa853b3b556329c23d80f092d45962282 Author: Charles Harris Date: 2013-01-11 (Fri, 11 Jan 2013) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Merge pull request #2908 from argriffing/patch-1 Update numpy/core/code_generators/ufunc_docstrings.py Compare: https://github.com/numpy/numpy/compare/00a8c0ca2782...a66b412fa853 From noreply at github.com Sat Jan 12 15:07:11 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Jan 2013 12:07:11 -0800 Subject: [Numpy-svn] [numpy/numpy] 75bef1: Fix typo in SVD usage example Message-ID: <50f1c26ff1fb4_31c91d1dae860364@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 75bef12aeb994065cf716841d7fd65c09b3062bc https://github.com/numpy/numpy/commit/75bef12aeb994065cf716841d7fd65c09b3062bc Author: Vladimir Rutsky Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- Fix typo in SVD usage example Commit: 109f4265566d39553fb830099b7c745ad70adf46 https://github.com/numpy/numpy/commit/109f4265566d39553fb830099b7c745ad70adf46 Author: njsmith Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- Merge pull request #2910 from rutsky/doctest_svd_typo Fix typo in SVD usage example Compare: https://github.com/numpy/numpy/compare/a66b412fa853...109f4265566d From noreply at github.com Sat Jan 12 21:57:06 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Jan 2013 18:57:06 -0800 Subject: [Numpy-svn] [numpy/numpy] d4286f: remove a confusing docstring line Message-ID: <50f22282c50f4_52c9d8cae810168f@sh4.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d4286f864af9b53337186a71b2fca14e75e79b74 https://github.com/numpy/numpy/commit/d4286f864af9b53337186a71b2fca14e75e79b74 Author: argriffing Date: 2013-01-11 (Fri, 11 Jan 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- remove a confusing docstring line ones_like: "With default parameters, is equivalent to a.copy().fill(1)." This is not technically true, because 'fill' returns None. Commit: 23e9f01f54474503f0296e3ff1cb173c6228cb98 https://github.com/numpy/numpy/commit/23e9f01f54474503f0296e3ff1cb173c6228cb98 Author: Charles Harris Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #2909 from argriffing/patch-2 remove a confusing docstring line Compare: https://github.com/numpy/numpy/compare/109f4265566d...23e9f01f5447 From noreply at github.com Sun Jan 13 19:09:53 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Jan 2013 16:09:53 -0800 Subject: [Numpy-svn] [numpy/numpy] 8362e0: BUG: Convert non-array rhs for boolean assignment ... Message-ID: <50f34cd186c83_4acc1d1dae8465b@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8362e081291e792be304cbdb8ece2e00845baf39 https://github.com/numpy/numpy/commit/8362e081291e792be304cbdb8ece2e00845baf39 Author: Sebastian Berg Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Convert non-array rhs for boolean assignment with correct dtype Enforcing the left hand side datatype for a non-array right hand side argument in index assignments was the behavior before 1.7. and is the general behaviour here. (note this means a non-array right hand side checks for NaN, etc. if the left hand side is integer, but an array right hand side does not) Commit: 24615f4c7744ff4a924b9488ea3b9bb7df3665f0 https://github.com/numpy/numpy/commit/24615f4c7744ff4a924b9488ea3b9bb7df3665f0 Author: Sebastian Berg Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/core/src/multiarray/iterators.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Make 1d fancy indexing special case use unsafe_casting Also make sure right hand side is converted safely to the right type if it is not an array though. Commit: eb109d2bbea6e61c289907b9962d57c768eee28f https://github.com/numpy/numpy/commit/eb109d2bbea6e61c289907b9962d57c768eee28f Author: njsmith Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #2907 from seberg/nonarray-assignment-master Nonarray assignment regression for boolean indexing and 1d unsafe casting Compare: https://github.com/numpy/numpy/compare/23e9f01f5447...eb109d2bbea6 From noreply at github.com Tue Jan 15 16:19:34 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Jan 2013 13:19:34 -0800 Subject: [Numpy-svn] [numpy/numpy] fda92e: Fix ndindex issue Message-ID: <50f5c7e6a6a7b_707d1a0eaf03501b@sh4.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fda92e20428a5434a49fe439175c7b5b583e96fc https://github.com/numpy/numpy/commit/fda92e20428a5434a49fe439175c7b5b583e96fc Author: Jay Bourque Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- Fix ndindex issue Call to ndindex() with no arguments results in a ValueError exception, whereas before commit ca27396b, a call with no arguments was allowed. Issue is due to unneeded check for shape tuple size. Commit: ffb8c414875a1430814c1e9938d1a58defcf516d https://github.com/numpy/numpy/commit/ffb8c414875a1430814c1e9938d1a58defcf516d Author: Jay Bourque Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Add test for optional size argument for ndindex Commit: 47161378d8e4eb892846f7b0156fa2344fd11ee2 https://github.com/numpy/numpy/commit/47161378d8e4eb892846f7b0156fa2344fd11ee2 Author: Jay Bourque Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Add test for __array_interface__ Commit: dd146b6929f79fd6af27528dd4370eaebd5c57a6 https://github.com/numpy/numpy/commit/dd146b6929f79fd6af27528dd4370eaebd5c57a6 Author: Travis E. Oliphant Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Fix the test for numpy.ndindex() Commit: 6d980e779c39cd398be74a52d776485f623b1994 https://github.com/numpy/numpy/commit/6d980e779c39cd398be74a52d776485f623b1994 Author: Travis E. Oliphant Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Fix ndindex for 0-d arrays. Commit: ae0a504b78690aafe120bf88eac65be9107b2f5b https://github.com/numpy/numpy/commit/ae0a504b78690aafe120bf88eac65be9107b2f5b Author: Travis E. Oliphant Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Fix the 0-d patch so it doesn't change the non 0-d iterator Commit: 853eae4ef4b0b4e567924c964a1663789e597538 https://github.com/numpy/numpy/commit/853eae4ef4b0b4e567924c964a1663789e597538 Author: Travis E. Oliphant Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Use super instead of direct access to inheritance. Commit: aef2cf73aafc9a945d88cb9464f62135b177a2f4 https://github.com/numpy/numpy/commit/aef2cf73aafc9a945d88cb9464f62135b177a2f4 Author: Travis E. Oliphant Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Fix the test for numpy.ndindex() Fix ndindex for 0-d arrays. Add tests for tuple arguments to ndindex Commit: d1a055b0cd5ad82106901a274d58563df4cd5070 https://github.com/numpy/numpy/commit/d1a055b0cd5ad82106901a274d58563df4cd5070 Author: Travis E. Oliphant Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Fix 0-d ndincr to have correct return value. Commit: ee6c66a2a71f46f02a823a8e107592ca3b76858e https://github.com/numpy/numpy/commit/ee6c66a2a71f46f02a823a8e107592ca3b76858e Author: njsmith Date: 2013-01-15 (Tue, 15 Jan 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_multiarray.py M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #2897 from ContinuumIO/ndindex_fix Fix for #2895 ndindex failing Compare: https://github.com/numpy/numpy/compare/eb109d2bbea6...ee6c66a2a71f From noreply at github.com Tue Jan 15 18:30:59 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Jan 2013 15:30:59 -0800 Subject: [Numpy-svn] [numpy/numpy] df259d: DEP: Remove scons related files and code. Message-ID: <50f5e6b3a2aeb_58ab1b4daec868dd@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: df259db01ecf69d518fffd398dd6fb5cf60f1ba1 https://github.com/numpy/numpy/commit/df259db01ecf69d518fffd398dd6fb5cf60f1ba1 Author: Charles Harris Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M doc/HOWTO_RELEASE.rst.txt R numpy/compat/setupscons.py R numpy/core/SConscript R numpy/core/SConstruct R numpy/core/scons_support.py M numpy/core/setup_common.py R numpy/core/setupscons.py M numpy/distutils/command/build_ext.py R numpy/distutils/command/scons.py M numpy/distutils/core.py M numpy/distutils/misc_util.py R numpy/distutils/setupscons.py R numpy/f2py/setupscons.py R numpy/fft/SConscript R numpy/fft/SConstruct R numpy/fft/setupscons.py R numpy/lib/SConscript R numpy/lib/SConstruct R numpy/lib/setupscons.py R numpy/linalg/SConscript R numpy/linalg/SConstruct R numpy/linalg/setupscons.py R numpy/ma/setupscons.py R numpy/matrixlib/setupscons.py R numpy/numarray/SConscript R numpy/numarray/SConstruct R numpy/numarray/setupscons.py R numpy/oldnumeric/setupscons.py R numpy/random/SConscript R numpy/random/SConstruct R numpy/random/setupscons.py R numpy/setupscons.py R numpy/testing/setupscons.py R setupscons.py R setupsconsegg.py R tools/win32build/cpucaps/SConstruct R tools/win32build/cpuid/SConstruct Log Message: ----------- DEP: Remove scons related files and code. This removes files and code supporting scons builds. After this change numpy will only support builds using distutils or bento. The removal of scons has been discussed on the list several times and a decision has been made that scons support is no longer needed. This was originally discussed for numpy 1.7 and because the distutils and bento methods are still available we are skipping the usual deprecation period. Commit: 89c7d59d92f43ba97fc4a1d3b221869ebfbf20e0 https://github.com/numpy/numpy/commit/89c7d59d92f43ba97fc4a1d3b221869ebfbf20e0 Author: Charles Harris Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: Document removal of SCons support in doc/release/1.8-notes.rst. Commit: 7c286a408f116acc9121a989f5613ec69ee89d34 https://github.com/numpy/numpy/commit/7c286a408f116acc9121a989f5613ec69ee89d34 Author: Charles Harris Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: A tools/win32build/cpucaps/SConstruct A tools/win32build/cpuid/SConstruct Log Message: ----------- BUG: Need to keep SCons support in cpucaps and cpuid. These tools are not directly related to numpy builds. Commit: 8f37eccd23e140fa7cc06f35e8126df6cb19a67a https://github.com/numpy/numpy/commit/8f37eccd23e140fa7cc06f35e8126df6cb19a67a Author: Charles Harris Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt. Commit: 3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb https://github.com/numpy/numpy/commit/3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb Author: Charles Harris Date: 2013-01-14 (Mon, 14 Jan 2013) Changed paths: M MANIFEST.in M doc/summarize.py M numpy/testing/noseclasses.py M release.sh Log Message: ----------- DEP: Remove more references to scons related files. These references were in MANIFEST.in, doc/summarize.py, release.sh, and numpy/testing/noseclasses.py and involved scons files that have been removed, mostly setupscons.py and setupsconsegg.py that were in the top level. Commit: 27690e33fa2202ecb1bca338ff38320de84b27ea https://github.com/numpy/numpy/commit/27690e33fa2202ecb1bca338ff38320de84b27ea Author: Charles Harris Date: 2013-01-15 (Tue, 15 Jan 2013) Changed paths: M MANIFEST.in M doc/release/1.8.0-notes.rst M doc/summarize.py R numpy/compat/setupscons.py R numpy/core/SConscript R numpy/core/SConstruct R numpy/core/scons_support.py M numpy/core/setup_common.py R numpy/core/setupscons.py M numpy/distutils/command/build_ext.py R numpy/distutils/command/scons.py M numpy/distutils/core.py M numpy/distutils/misc_util.py R numpy/distutils/setupscons.py R numpy/f2py/setupscons.py R numpy/fft/SConscript R numpy/fft/SConstruct R numpy/fft/setupscons.py R numpy/lib/SConscript R numpy/lib/SConstruct R numpy/lib/setupscons.py R numpy/linalg/SConscript R numpy/linalg/SConstruct R numpy/linalg/setupscons.py R numpy/ma/setupscons.py R numpy/matrixlib/setupscons.py R numpy/numarray/SConscript R numpy/numarray/SConstruct R numpy/numarray/setupscons.py R numpy/oldnumeric/setupscons.py R numpy/random/SConscript R numpy/random/SConstruct R numpy/random/setupscons.py R numpy/setupscons.py M numpy/testing/noseclasses.py R numpy/testing/setupscons.py M release.sh R setupscons.py R setupsconsegg.py Log Message: ----------- Merge pull request #2914 from charris/remove-scons-support Remove scons support Compare: https://github.com/numpy/numpy/compare/ee6c66a2a71f...27690e33fa22 From noreply at github.com Wed Jan 16 12:49:23 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Jan 2013 09:49:23 -0800 Subject: [Numpy-svn] [numpy/numpy] 04bd5a: Added support for AArch64 architecture Message-ID: <50f6e8235f3cb_35c41323aec5660@sh3.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: 04bd5acec325122df690cb92965e8238f5a58f4a https://github.com/numpy/numpy/commit/04bd5acec325122df690cb92965e8238f5a58f4a Author: Marcin Juszkiewicz Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M numpy/core/include/numpy/npy_cpu.h M numpy/core/include/numpy/npy_endian.h Log Message: ----------- Added support for AArch64 architecture Signed-off-by: Marcin Juszkiewicz Commit: c7b17b3a73a93734bbba954956935c2a814bee8b https://github.com/numpy/numpy/commit/c7b17b3a73a93734bbba954956935c2a814bee8b Author: Ond?ej ?ert?k Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M doc/release/1.7.0-notes.rst Log Message: ----------- DOC: update release notes about AArch64 Commit: 0be2faa2ded8062969a13cda417905e1f23b6801 https://github.com/numpy/numpy/commit/0be2faa2ded8062969a13cda417905e1f23b6801 Author: Ond?ej ?ert?k Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M doc/release/1.7.0-notes.rst Log Message: ----------- DOC: Move the news entry in release notes Commit: 3fe7bf01a50f7e7ca13521e78560246ecbb72628 https://github.com/numpy/numpy/commit/3fe7bf01a50f7e7ca13521e78560246ecbb72628 Author: Ond?ej ?ert?k Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M doc/release/1.7.0-notes.rst Log Message: ----------- DOC: remove parentheses around "experimental" Commit: 788d4bc51d932f429f2bb9b2c9b90650f4c0a88d https://github.com/numpy/numpy/commit/788d4bc51d932f429f2bb9b2c9b90650f4c0a88d Author: Ond?ej ?ert?k Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M doc/release/1.7.0-notes.rst M numpy/core/include/numpy/npy_cpu.h M numpy/core/include/numpy/npy_endian.h Log Message: ----------- Merge pull request #2911 from certik/backport2901 Backport 2901 Compare: https://github.com/numpy/numpy/compare/4e179f050201...788d4bc51d93 From noreply at github.com Wed Jan 16 23:39:41 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Jan 2013 20:39:41 -0800 Subject: [Numpy-svn] [numpy/numpy] dea4fa: Backport of #2897 (ndindex failing) Message-ID: <50f7808dc2585_7c4a1323aec50996@sh3.rs.github.com.mail> Branch: refs/heads/maintenance/1.7.x Home: https://github.com/numpy/numpy Commit: dea4fabf70488e716f973dd60f644500a36039a4 https://github.com/numpy/numpy/commit/dea4fabf70488e716f973dd60f644500a36039a4 Author: Ond?ej ?ert?k Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Backport of #2897 (ndindex failing) This backports all relevant changes from: https://github.com/numpy/numpy/pull/2897 I squashed them into just one commit. Commit: 0d053bab719df18f044221db8797774830ea227c https://github.com/numpy/numpy/commit/0d053bab719df18f044221db8797774830ea227c Author: Ond?ej ?ert?k Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Add a missing part of the test This was already committed in master, but not in the 1.7 branch. Commit: ec58fab553153b1b16a5fd39fc653314f8a370a9 https://github.com/numpy/numpy/commit/ec58fab553153b1b16a5fd39fc653314f8a370a9 Author: Ond?ej ?ert?k Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M numpy/core/src/multiarray/ctors.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #2924 from certik/backport2897 Backport of #2897 (ndindex failing) Compare: https://github.com/numpy/numpy/compare/788d4bc51d93...ec58fab55315 From noreply at github.com Fri Jan 18 13:08:37 2013 From: noreply at github.com (GitHub) Date: Fri, 18 Jan 2013 10:08:37 -0800 Subject: [Numpy-svn] [numpy/numpy] 1539b7: BUG: Fix memory leak in ndarray construction from ... Message-ID: <50f98fa5844c8_7b614f6af4924cc@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1539b711871ae8b949da90eabc18d7fc3a4d1170 https://github.com/numpy/numpy/commit/1539b711871ae8b949da90eabc18d7fc3a4d1170 Author: Mark Wiebe Date: 2013-01-17 (Thu, 17 Jan 2013) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- BUG: Fix memory leak in ndarray construction from strings (gh-2927) Commit: ee5fd949b962735d6282fb6f6e08c5c54c1edd4d https://github.com/numpy/numpy/commit/ee5fd949b962735d6282fb6f6e08c5c54c1edd4d Author: njsmith Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- Merge pull request #2928 from mwiebe/string_init_memleak BUG: Fix memory leak in ndarray construction from strings (gh-2927) Compare: https://github.com/numpy/numpy/compare/27690e33fa22...ee5fd949b962 From noreply at github.com Sat Jan 19 19:54:27 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Jan 2013 16:54:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 51495f: BUG: Fix segfault in np.result_type for None input... Message-ID: <50fb4043d9da1_3a121323aec5036b@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 51495ffc5d56d33d15a80f250c7d36038783af3e https://github.com/numpy/numpy/commit/51495ffc5d56d33d15a80f250c7d36038783af3e Author: Sebastian Berg Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- BUG: Fix segfault in np.result_type for None input. Makes behavior identical to np.dtype(None), which fits to how the function works. Commit: 56b06fe5bf20d11ca8188a00333ddf69ed8b2e42 https://github.com/numpy/numpy/commit/56b06fe5bf20d11ca8188a00333ddf69ed8b2e42 Author: Charles Harris Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #2933 from seberg/result_type-segfault BUG: Fix segfault in np.result_type for None input. Compare: https://github.com/numpy/numpy/compare/ee5fd949b962...56b06fe5bf20 From noreply at github.com Sun Jan 20 20:04:34 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Jan 2013 17:04:34 -0800 Subject: [Numpy-svn] [numpy/numpy] e5f4f8: BUG: gh-2935, fix printing of scalar float -0.0. Message-ID: <50fc9422287e7_49921a0eaf041944@sh4.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e5f4f8283e7721b0a72b621b765c42d7d7866f4f https://github.com/numpy/numpy/commit/e5f4f8283e7721b0a72b621b765c42d7d7866f4f Author: Charles Harris Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src Log Message: ----------- BUG: gh-2935, fix printing of scalar float -0.0. The issue was that the string value of scalar floating types equal to -0.0 lacked a trailing ".0". >>> print np.float64(-0.0) -0 The problem resulted from using val < 0 to check for a leading negative sign. That expression evaluates false when val = -0.0, and the need to append ".0" was not detected. Commit: d55b5aa49d2ba1c98d568660b1a91b4b552872f0 https://github.com/numpy/numpy/commit/d55b5aa49d2ba1c98d568660b1a91b4b552872f0 Author: Charles Harris Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: A numpy/core/tests/test_scalarprint.py Log Message: ----------- TST: Add test for printing of scalar values. Commit: e548eedba12831bd5d68cb9c52a86e9330aa8ae0 https://github.com/numpy/numpy/commit/e548eedba12831bd5d68cb9c52a86e9330aa8ae0 Author: Charles Harris Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src A numpy/core/tests/test_scalarprint.py Log Message: ----------- Merge pull request #2936 from charris/fix-print-negative-float-zero Fix print negative float zero Compare: https://github.com/numpy/numpy/compare/56b06fe5bf20...e548eedba128 From noreply at github.com Sun Jan 20 20:14:13 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Jan 2013 17:14:13 -0800 Subject: [Numpy-svn] [numpy/numpy] 18bcac: fix numpy.i for python 3 Message-ID: <50fc96653aec9_57cb1323aec51228@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 18bcac097c289f0ee937563652f771fe89c174f2 https://github.com/numpy/numpy/commit/18bcac097c289f0ee937563652f771fe89c174f2 Author: Martin Baeuml Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M doc/swig/numpy.i Log Message: ----------- fix numpy.i for python 3 PyFile_Check and PyInstance_Check have been removed from the C API for python 3. This removes calls to those two functions from numpy.i for PY_MAJOR_VERSION >= 3 so that it builds with a python 3 Python.h. Commit: ce289ab57cd5249c41c6166c478b9d054fca4ddf https://github.com/numpy/numpy/commit/ce289ab57cd5249c41c6166c478b9d054fca4ddf Author: Charles Harris Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M doc/swig/numpy.i Log Message: ----------- Merge pull request #2923 from baeuml/swig-fix-python3 fix numpy.i for python 3 Compare: https://github.com/numpy/numpy/compare/e548eedba128...ce289ab57cd5 From noreply at github.com Mon Jan 21 13:42:20 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Jan 2013 10:42:20 -0800 Subject: [Numpy-svn] [numpy/numpy] 26b2fc: BUG: fix inclusion of private hader in #d2122ea1f4... Message-ID: <50fd8c0c2a78d_644e14f6af49758e@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 26b2fc62cc46f1b7c4405fa17be82bbd5453aff7 https://github.com/numpy/numpy/commit/26b2fc62cc46f1b7c4405fa17be82bbd5453aff7 Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BUG: fix inclusion of private hader in #d2122ea1f458e9429b692111238f7b9f4a852db2 From noreply at github.com Mon Jan 21 14:32:35 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Jan 2013 11:32:35 -0800 Subject: [Numpy-svn] [numpy/numpy] 963c4e: BUG: fix separate compilation mode for bento build... Message-ID: <50fd97d3b3d1e_29001323aec56963@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 963c4e46dc56020ebea05bee10ceaa0feb61f022 https://github.com/numpy/numpy/commit/963c4e46dc56020ebea05bee10ceaa0feb61f022 Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M numpy/core/bscript Log Message: ----------- BUG: fix separate compilation mode for bento build. From noreply at github.com Mon Jan 21 14:38:32 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Jan 2013 11:38:32 -0800 Subject: [Numpy-svn] [numpy/numpy] 56ec43: REF: make the separate compilation env handling a ... Message-ID: <50fd99387d8f0_77c01a0eaf025776@sh4.rs.github.com.mail> Branch: refs/heads/enable_separate_by_default Home: https://github.com/numpy/numpy Commit: 56ec43524e76589ac52cd65ebaea88e9d7f648ff https://github.com/numpy/numpy/commit/56ec43524e76589ac52cd65ebaea88e9d7f648ff Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M numpy/core/bscript M numpy/core/setup.py Log Message: ----------- REF: make the separate compilation env handling a tad simpler. Commit: e8dcd4d3c91cd1362dfa54bed15aa3d9b8da88be https://github.com/numpy/numpy/commit/e8dcd4d3c91cd1362dfa54bed15aa3d9b8da88be Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M .travis.yml M numpy/core/bscript M numpy/core/setup.py Log Message: ----------- FEAT: use separate build by default. Compare: https://github.com/numpy/numpy/compare/56ec43524e76^...e8dcd4d3c91c From noreply at github.com Mon Jan 21 14:41:16 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Jan 2013 11:41:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 8a28fd: DOC: mention the change of default for separate co... Message-ID: <50fd99dc5a30a_458e1323aec5066@sh3.rs.github.com.mail> Branch: refs/heads/enable_separate_by_default Home: https://github.com/numpy/numpy Commit: 8a28fd0c17f412fbbe71625a0508414ef36ea016 https://github.com/numpy/numpy/commit/8a28fd0c17f412fbbe71625a0508414ef36ea016 Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: mention the change of default for separate compilation. From noreply at github.com Mon Jan 21 17:22:37 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Jan 2013 14:22:37 -0800 Subject: [Numpy-svn] [numpy/numpy] e0e3a8: DOC: tweak the release notes for separate compilat... Message-ID: <50fdbfade07de_49301a0eaf02548e@sh4.rs.github.com.mail> Branch: refs/heads/enable_separate_by_default Home: https://github.com/numpy/numpy Commit: e0e3a8732859639917be89f525bd359cf8d608d7 https://github.com/numpy/numpy/commit/e0e3a8732859639917be89f525bd359cf8d608d7 Author: David Cournapeau Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: tweak the release notes for separate compilation. From noreply at github.com Wed Jan 23 05:09:37 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2013 02:09:37 -0800 Subject: [Numpy-svn] [numpy/numpy] cde76b: ENH: Allow 0-d indexes in np.take Message-ID: <50ffb6e1c70af_4ed51075ae88083e@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cde76b4d11a580e6d25eebdcce373bc5d8c850f5 https://github.com/numpy/numpy/commit/cde76b4d11a580e6d25eebdcce373bc5d8c850f5 Author: Sebastian Berg Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst M numpy/core/fromnumeric.py M numpy/core/src/multiarray/item_selection.c A numpy/core/tests/test_item_selection.py Log Message: ----------- ENH: Allow 0-d indexes in np.take The TakeFrom already supported this. This removes the check which made it not possible and adds some tests for take. Also add documentation and information to the release notes. Commit: dce10183bc8f3d243bd5fc70140f5ad71179d05c https://github.com/numpy/numpy/commit/dce10183bc8f3d243bd5fc70140f5ad71179d05c Author: seberg Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst M numpy/core/fromnumeric.py M numpy/core/src/multiarray/item_selection.c A numpy/core/tests/test_item_selection.py Log Message: ----------- Merge pull request #2725 from seberg/take_0d ENH: Allow 0-d indexes in np.take Compare: https://github.com/numpy/numpy/compare/963c4e46dc56...dce10183bc8f From noreply at github.com Wed Jan 23 23:21:20 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2013 20:21:20 -0800 Subject: [Numpy-svn] [numpy/numpy] ce5506: Fix-up logic for checking for zero-d arrays. Message-ID: <5100b6c0cbb3c_44ba1c48af0107ca@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ce5506f73bbb0233e825efef4f94dd39de05be07 https://github.com/numpy/numpy/commit/ce5506f73bbb0233e825efef4f94dd39de05be07 Author: Travis E. Oliphant Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Fix-up logic for checking for zero-d arrays. Commit: 4c489f6d6edccc4d7fe2310b0e0902e980b5f52b https://github.com/numpy/numpy/commit/4c489f6d6edccc4d7fe2310b0e0902e980b5f52b Author: Travis E. Oliphant Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M numpy/lib/tests/test_index_tricks.py Log Message: ----------- TST: Add a test for ndindex call. Commit: 2b4c9a66c8485973291076a6a1d3a3e9a3ffa5cc https://github.com/numpy/numpy/commit/2b4c9a66c8485973291076a6a1d3a3e9a3ffa5cc Author: Travis E. Oliphant Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #2940 from ContinuumIO/ndindex_fix_more BUG: Fix logic in ndindex to match __init__ method. Fixes bug in ndindex((3,)) Compare: https://github.com/numpy/numpy/compare/dce10183bc8f...2b4c9a66c848 From noreply at github.com Thu Jan 24 12:05:23 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Jan 2013 09:05:23 -0800 Subject: [Numpy-svn] [numpy/numpy] 63cf49: REF: make the separate compilation env handling a ... Message-ID: <510169d3e5bb5_4ac715b1ae895737@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 63cf49de635ec1d64967ed746ea4839935d80bcd https://github.com/numpy/numpy/commit/63cf49de635ec1d64967ed746ea4839935d80bcd Author: David Cournapeau Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M numpy/core/bscript M numpy/core/setup.py Log Message: ----------- REF: make the separate compilation env handling a tad simpler. Commit: 08dfe2f48ea6bab6935b1f13d9385df9f9f4f782 https://github.com/numpy/numpy/commit/08dfe2f48ea6bab6935b1f13d9385df9f9f4f782 Author: David Cournapeau Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M .travis.yml M numpy/core/bscript M numpy/core/setup.py Log Message: ----------- FEAT: use separate build by default. Commit: 4600b2fe1d7ebafef98858572b603f2a8d19db4d https://github.com/numpy/numpy/commit/4600b2fe1d7ebafef98858572b603f2a8d19db4d Author: David Cournapeau Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M doc/release/1.8.0-notes.rst Log Message: ----------- DOC: mention the change of default for separate compilation. Compare: https://github.com/numpy/numpy/compare/2b4c9a66c848...4600b2fe1d7e