From noreply at github.com Fri Mar 2 14:28:29 2012 From: noreply at github.com (GitHub) Date: Fri, 02 Mar 2012 11:28:29 -0800 Subject: [Numpy-svn] [numpy/numpy] da0054: TST: fix RuntimeWarnings due to invalid values in ... Message-ID: <4f511f5d6a5d9_50833f9cb2dd3af4126369@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: da0054cf2086eddbe39dec79914df1ec722d53a4 https://github.com/numpy/numpy/commit/da0054cf2086eddbe39dec79914df1ec722d53a4 Author: Ralf Gommers Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py Log Message: ----------- TST: fix RuntimeWarnings due to invalid values in umath tests. Commit: 955f471ed5034f772fa1eb1a86429a79e53ff541 https://github.com/numpy/numpy/commit/955f471ed5034f772fa1eb1a86429a79e53ff541 Author: Ralf Gommers Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_umath.py M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: filter RuntimeWarnings for invalids from some more test files. This should fix the test errors seen on both MinGW and MSVC9 related to this. Commit: e962f6b0be32515d6a1d9fb25d24ca250d632a4c https://github.com/numpy/numpy/commit/e962f6b0be32515d6a1d9fb25d24ca250d632a4c Author: Ralf Gommers Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: filter one more printed warning. This one wasn't actually converted to a test error, because it's not a RuntimeWarning. Maybe need to add an option to raise on UserWarning too. Commit: b9872b41422e33c9910829cd54268a510ec9436b https://github.com/numpy/numpy/commit/b9872b41422e33c9910829cd54268a510ec9436b Author: Ralf Gommers Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #215 from rgommers/windows-runtime-warnings. This PR fixes a number of warnings, that were converted to test errors in master. Some of them were only visible with MSVC. Compare: https://github.com/numpy/numpy/compare/ba40918...b9872b4 From noreply at github.com Fri Mar 2 20:36:00 2012 From: noreply at github.com (GitHub) Date: Fri, 02 Mar 2012 17:36:00 -0800 Subject: [Numpy-svn] [numpy/numpy] 09f01d: BUG: fix ticket #2029. Message-ID: <4f51758011ed7_256f1900af084555@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 09f01d825e38298f02d4b5f50fb814c0b34db98f https://github.com/numpy/numpy/commit/09f01d825e38298f02d4b5f50fb814c0b34db98f Author: Bryan Van de Ven Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M numpy/core/src/multiarray/getset.c M numpy/core/tests/test_maskna.py Log Message: ----------- BUG: fix ticket #2029. The fix is to disallow views of masked arrays if the element size of the view is different than that of the original. From noreply at github.com Sat Mar 3 12:45:07 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 09:45:07 -0800 Subject: [Numpy-svn] [numpy/numpy] 0abb5e: BUG: fix some Python 2.4 compatibility issues. Message-ID: <4f5258a3c9b9_79423fe291f9d2fc381eb@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0abb5edeade4405464850d54ba8ae7cd9535bdfb https://github.com/numpy/numpy/commit/0abb5edeade4405464850d54ba8ae7cd9535bdfb Author: Ralf Gommers Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: M numpy/core/tests/test_umath.py M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: fix some Python 2.4 compatibility issues. From noreply at github.com Sat Mar 3 13:55:03 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 10:55:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 879536: DOC: Add a C style guide. Message-ID: <4f526907e616f_1b443faf282592f413889b@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 879536e6c2b3ab2ad1f40f6d458aab3e68ace863 https://github.com/numpy/numpy/commit/879536e6c2b3ab2ad1f40f6d458aab3e68ace863 Author: Charles Harris Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: A doc/C_STYLE_GUIDE.rst.txt Log Message: ----------- DOC: Add a C style guide. From noreply at github.com Sat Mar 3 15:57:47 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 12:57:47 -0800 Subject: [Numpy-svn] [numpy/numpy] d878ad: BUG: Fix test_umath tests for python 3k. Message-ID: <4f5285cba35cc_29391091af45840@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d878ad9e8e2fd128eb6615f77574789f4ee5eb69 https://github.com/numpy/numpy/commit/d878ad9e8e2fd128eb6615f77574789f4ee5eb69 Author: Charles Harris Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: M numpy/core/tests/test_umath.py Log Message: ----------- BUG: Fix test_umath tests for python 3k. The problem was: TypeError: Cannot create a consistent method resolution order (MRO) for bases object, _FilterInvalids Fixed by explicitly deriving _FilterInvalids from object. From noreply at github.com Sat Mar 3 16:30:22 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 13:30:22 -0800 Subject: [Numpy-svn] [numpy/numpy] 91f87e: BUG: Fix ticket #1990. Message-ID: <4f528d6e36731_79423fe291f9d2fc498a@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 91f87e1f613630ff0ad9864017f059afcd6e57f1 https://github.com/numpy/numpy/commit/91f87e1f613630ff0ad9864017f059afcd6e57f1 Author: Bryan Van de Ven Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: M numpy/compat/py3k.py M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix ticket #1990. When an array is created from a sequence of numeric (boolean, int, float, complex) and string (bytes, str, unicode) values, the resulting array type is string, but only the string values were being used to choose the string length, leading to truncation of data. From noreply at github.com Sat Mar 3 16:34:29 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 13:34:29 -0800 Subject: [Numpy-svn] [numpy/numpy] f4dd54: DOC: merge wiki doc edits. Message-ID: <4f528e656a8c3_7908da9ae471740@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f4dd54aa614b263950b7a57329eb0ab9a2f2eadf https://github.com/numpy/numpy/commit/f4dd54aa614b263950b7a57329eb0ab9a2f2eadf Author: Ralf Gommers Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: M doc/source/dev/gitwash/following_latest.rst M doc/source/reference/arrays.interface.rst M doc/source/reference/swig.interface-file.rst M numpy/add_newdocs.py M numpy/core/code_generators/ufunc_docstrings.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/fft/info.py M numpy/lib/function_base.py M numpy/lib/npyio.py M numpy/lib/shape_base.py M numpy/lib/twodim_base.py M numpy/linalg/linalg.py M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: merge wiki doc edits. From noreply at github.com Sat Mar 3 18:55:47 2012 From: noreply at github.com (GitHub) Date: Sat, 03 Mar 2012 15:55:47 -0800 Subject: [Numpy-svn] [numpy/numpy] 0b400c: Fix typo (all ready -> already) Message-ID: <4f52af83b3bcd_6cd33f941e29c2f486869@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b400cbe4bc80139d0fe88a327d4f7c3b75ecc0f https://github.com/numpy/numpy/commit/0b400cbe4bc80139d0fe88a327d4f7c3b75ecc0f Author: Jason Grout Date: 2012-03-03 (Sat, 03 Mar 2012) Changed paths: M doc/TESTS.rst.txt Log Message: ----------- Fix typo (all ready -> already) From noreply at github.com Sun Mar 4 15:27:57 2012 From: noreply at github.com (GitHub) Date: Sun, 04 Mar 2012 12:27:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 40f084: ENH: Allow bincount to accept empty arrays. Message-ID: <4f53d04de9d1_58603f94e9b782f85295@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 40f0844846a9d7665616b142407a3d74cb65a040 https://github.com/numpy/numpy/commit/40f0844846a9d7665616b142407a3d74cb65a040 Author: Skipper Seabold Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/lib/src/_compiled_base.c M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_regression.py Log Message: ----------- ENH: Allow bincount to accept empty arrays. From noreply at github.com Sun Mar 4 15:48:47 2012 From: noreply at github.com (GitHub) Date: Sun, 04 Mar 2012 12:48:47 -0800 Subject: [Numpy-svn] [numpy/numpy] 1857ee: DOC: Change versionadded from 2.0.0 to 1.7.0 where... Message-ID: <4f53d52fb0ffd_1cbd1d3eaf4411c0@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1857ee3e9049260366634f350d67c3fe7609116c https://github.com/numpy/numpy/commit/1857ee3e9049260366634f350d67c3fe7609116c Author: Charles Harris Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/lib/npyio.py Log Message: ----------- DOC: Change versionadded from 2.0.0 to 1.7.0 where needed. From noreply at github.com Sun Mar 4 17:30:03 2012 From: noreply at github.com (GitHub) Date: Sun, 04 Mar 2012 14:30:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 633942: ENH: Added "isclose()". Message-ID: <4f53eceb448b3_4cd33f8637132afc629fa@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 63394270fc28dc5615fe018728af894a2ffb2858 https://github.com/numpy/numpy/commit/63394270fc28dc5615fe018728af894a2ffb2858 Author: Joe Kington Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: Added "isclose()". Commit: 56e3e526e026125ba16d30339c4411042b950b06 https://github.com/numpy/numpy/commit/56e3e526e026125ba16d30339c4411042b950b06 Author: Joe Kington Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: Allow "isclose()" to work with subclasses of ndarray (such as masked arrays). Commit: d292acd4cb3ff6928b2cc211e220d664e96e820f https://github.com/numpy/numpy/commit/d292acd4cb3ff6928b2cc211e220d664e96e820f Author: Joe Kington Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/core/tests/test_numeric.py Log Message: ----------- TST: Added masked array and scalar tests for "isclose()". Commit: 07e640c634ae7e7f859b3def5783e2e50b6002f4 https://github.com/numpy/numpy/commit/07e640c634ae7e7f859b3def5783e2e50b6002f4 Author: Joe Kington Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M numpy/core/tests/test_numeric.py Log Message: ----------- TST: Test that isclose().all() == allclose() for all test cases. Commit: b9f0f1f8b54d0e4cf74ea5e7d80893d66585c4a1 https://github.com/numpy/numpy/commit/b9f0f1f8b54d0e4cf74ea5e7d80893d66585c4a1 Author: Joe Kington Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M doc/release/2.0.0-notes.rst M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- ENH: Made "isclose()" NA-aware, added release note and versionadded. Commit: 2c53bfaa654327cfd1176a0c2da428b66ccbf8d9 https://github.com/numpy/numpy/commit/2c53bfaa654327cfd1176a0c2da428b66ccbf8d9 Author: Charles Harris Date: 2012-03-04 (Sun, 04 Mar 2012) Changed paths: M doc/release/2.0.0-notes.rst M numpy/core/numeric.py M numpy/core/tests/test_numeric.py Log Message: ----------- Merge branch 'add-isclose-function' * add-isclose-function: ENH: Made "isclose()" NA-aware, added release note and versionadded. TST: Test that isclose().all() == allclose() for all test cases. TST: Added masked array and scalar tests for "isclose()". ENH: Allow "isclose()" to work with subclasses of ndarray (such as masked arrays). ENH: Added "isclose()". Compare: https://github.com/numpy/numpy/compare/1857ee3...2c53bfa From noreply at github.com Mon Mar 5 10:23:01 2012 From: noreply at github.com (GitHub) Date: Mon, 05 Mar 2012 07:23:01 -0800 Subject: [Numpy-svn] [numpy/numpy] 88a029: BUG: Fix bug in irfftn. Message-ID: <4f54da55a12b3_1cbd1d3eaf4166295@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 88a02920daf0b408086106439c53bd488e73af29 https://github.com/numpy/numpy/commit/88a02920daf0b408086106439c53bd488e73af29 Author: Henry Gomersall Date: 2012-03-05 (Mon, 05 Mar 2012) Changed paths: M numpy/fft/fftpack.py M numpy/fft/tests/test_helper.py Log Message: ----------- BUG: Fix bug in irfftn. Commit: 7d225bb13db65de26d504559d815aac775ed0426 https://github.com/numpy/numpy/commit/7d225bb13db65de26d504559d815aac775ed0426 Author: Charles Harris Date: 2012-03-05 (Mon, 05 Mar 2012) Changed paths: M numpy/fft/tests/test_fftpack.py M numpy/fft/tests/test_helper.py Log Message: ----------- STY: Code cleanups. Don't do from numpy.testing import *, put spaces after commas, etc. Compare: https://github.com/numpy/numpy/compare/2c53bfa...7d225bb From noreply at github.com Mon Mar 5 22:58:42 2012 From: noreply at github.com (GitHub) Date: Mon, 05 Mar 2012 19:58:42 -0800 Subject: [Numpy-svn] [numpy/numpy] 7c0708: BUG: Fix alignment bug in data copy routine Message-ID: <4f558b72b2c37_16283fc71bd5daf0667d9@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7c070892e22d988e663e9b2ec3ba9d60c47696e8 https://github.com/numpy/numpy/commit/7c070892e22d988e663e9b2ec3ba9d60c47696e8 Author: Mark Wiebe Date: 2012-03-05 (Mon, 05 Mar 2012) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c Log Message: ----------- BUG: Fix alignment bug in data copy routine Thanks to Matthew Brett for tracking this down on a 64-bit SPARC running Debian. From noreply at github.com Tue Mar 6 17:36:09 2012 From: noreply at github.com (GitHub) Date: Tue, 06 Mar 2012 14:36:09 -0800 Subject: [Numpy-svn] [numpy/numpy] 8670ca: Merge pull request #219 from mwiebe/test_warn_para... Message-ID: <4f569159156d5_66db1c87ae884345@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8670ca3b83991faf90d57363b551fdc90a196826 https://github.com/numpy/numpy/commit/8670ca3b83991faf90d57363b551fdc90a196826 Author: Ralf Gommers Date: 2012-03-06 (Tue, 06 Mar 2012) Changed paths: M doc/HOWTO_RELEASE.rst.txt M doc/TESTS.rst.txt M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #219 from mwiebe/test_warn_param Add parameters in NoseTester constructor as well as in NoseTester.test() to control which warnings raise an error. An explicit difference is made between the master branch and release branches. This was mentioned on the ML: http://thread.gmane.org/gmane.comp.python.numeric.general/48210 From noreply at github.com Wed Mar 7 14:34:02 2012 From: noreply at github.com (GitHub) Date: Wed, 07 Mar 2012 11:34:02 -0800 Subject: [Numpy-svn] [numpy/numpy] aae5b0: TST: fix string comparison test failures on Window... Message-ID: <4f57b82a65874_51333fa654a3eaf0118173@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: aae5b0a2b7e683792d56bb5c6994dca1e4b9b4b6 https://github.com/numpy/numpy/commit/aae5b0a2b7e683792d56bb5c6994dca1e4b9b4b6 Author: Ralf Gommers Date: 2012-03-07 (Wed, 07 Mar 2012) Changed paths: M numpy/core/tests/test_getlimits.py M numpy/lib/tests/test_io.py Log Message: ----------- TST: fix string comparison test failures on Windows for Python 2.5. This is caused by the inconsistent floating point handling of Python itself. On Windows with 2.5: >>> "%s" % 1e-6 '1e-006' With 2.6: >>> "%s" % 1e-6 '1e-06' Reviewed as PR-225. From noreply at github.com Sat Mar 10 12:43:26 2012 From: noreply at github.com (GitHub) Date: Sat, 10 Mar 2012 09:43:26 -0800 Subject: [Numpy-svn] [numpy/numpy] 6fae46: BUG: Use npy_intp instead of long in mtrand. Message-ID: <4f5b92beceef8_f6c3fad78f132f882453@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6fae463e1bb42c49c1726910852fa419171a4e80 https://github.com/numpy/numpy/commit/6fae463e1bb42c49c1726910852fa419171a4e80 Author: cgohlke Date: 2012-03-10 (Sat, 10 Mar 2012) Changed paths: M numpy/random/mtrand/initarray.c M numpy/random/mtrand/initarray.h M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/mtrand_py_helper.h Log Message: ----------- BUG: Use npy_intp instead of long in mtrand. This fixes a problem on 64 bit Windows where a 64 bit index is needed but long is only 32 bits. Commit: 56f66bb13cfb68fde9172fc9ffc5b9c191c3e320 https://github.com/numpy/numpy/commit/56f66bb13cfb68fde9172fc9ffc5b9c191c3e320 Author: Charles Harris Date: 2012-03-10 (Sat, 10 Mar 2012) Changed paths: M numpy/random/mtrand/mtrand.c Log Message: ----------- GEN: Regenerate mtrand.c from modified mtrand.pyx. Compare: https://github.com/numpy/numpy/compare/aae5b0a...56f66bb From noreply at github.com Sun Mar 11 13:43:47 2012 From: noreply at github.com (GitHub) Date: Sun, 11 Mar 2012 10:43:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 39029f: DOC: generate links to source code Message-ID: <4f5ce45325808_40bc3fabaa1faaf01394c@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 39029f56f3851f703eafc77dd83c3d51136c9471 https://github.com/numpy/numpy/commit/39029f56f3851f703eafc77dd83c3d51136c9471 Author: Pauli Virtanen Date: 2012-03-11 (Sun, 11 Mar 2012) Changed paths: M doc/source/conf.py A doc/sphinxext/linkcode.py Log Message: ----------- DOC: generate links to source code From noreply at github.com Mon Mar 12 09:39:39 2012 From: noreply at github.com (GitHub) Date: Mon, 12 Mar 2012 06:39:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 1513a9: STY: cleanup hashdesc.c to follow our C convention... Message-ID: <4f5dfc9ba9b07_484619beaf0865bc@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1513a984fcded0ef716f30a069f1c05867e626e5 https://github.com/numpy/numpy/commit/1513a984fcded0ef716f30a069f1c05867e626e5 Author: David Cournapeau Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/hashdescr.c Log Message: ----------- STY: cleanup hashdesc.c to follow our C conventions. Commit: e4f976430691d0f3823aaa61aed80088cdd2b148 https://github.com/numpy/numpy/commit/e4f976430691d0f3823aaa61aed80088cdd2b148 Author: David Cournapeau Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/descriptor.c M numpy/core/src/multiarray/hashdescr.c Log Message: ----------- BUG: fix inconsistencies in dtype flag type at the C level. Commit: 5268fe6ecd5637169bffe2dfd1fa7af5dbda4862 https://github.com/numpy/numpy/commit/5268fe6ecd5637169bffe2dfd1fa7af5dbda4862 Author: David Cournapeau Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/hashdescr.c M numpy/core/tests/test_dtype.py Log Message: ----------- BUG: fix #2017 by ignoring type_num in the hash input. Since type_num is not considered in PyArray_EquivTypes (for dtype equality comparison), seems reasonable to ignore it for hashing as well. Commit: bb7e5e200198dc1de879156b1fb9da380ec4c7de https://github.com/numpy/numpy/commit/bb7e5e200198dc1de879156b1fb9da380ec4c7de Author: David Cournapeau Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- BUG: fix flags type when exposed to python. Compare: https://github.com/numpy/numpy/compare/39029f5...bb7e5e2 From noreply at github.com Mon Mar 12 09:52:05 2012 From: noreply at github.com (GitHub) Date: Mon, 12 Mar 2012 06:52:05 -0700 Subject: [Numpy-svn] [numpy/numpy] 5eab54: PY3: Fix fromfile "ResourceWarning: unclosed file"... Message-ID: <4f5dff85711e3_48c03fe99e9be2f089292@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5eab544a97b632164a03ad887d53e92f4f9898a0 https://github.com/numpy/numpy/commit/5eab544a97b632164a03ad887d53e92f4f9898a0 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- PY3: Fix fromfile "ResourceWarning: unclosed file". Commit: b379fd7422257fcac463699288fb541e71240974 https://github.com/numpy/numpy/commit/b379fd7422257fcac463699288fb541e71240974 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/methods.c Log Message: ----------- PY3: Fix tofile "ResourceWarning: unclosed file". Commit: 2655a68b15f582eca294072e87be51caf9ca0d7c https://github.com/numpy/numpy/commit/2655a68b15f582eca294072e87be51caf9ca0d7c Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/memmap.py Log Message: ----------- PY3: Fix memmap "ResourceWarning: unclosed file". Commit: a76f0ed264aea213667e0e28707d5dbee7e1d351 https://github.com/numpy/numpy/commit/a76f0ed264aea213667e0e28707d5dbee7e1d351 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/ma/mrecords.py Log Message: ----------- PY3: Fix fromtextfile "ResourceWarning: unclosed file". Commit: 2d9ef04f274d6ef6b2ac1d269a763a4565480caa https://github.com/numpy/numpy/commit/2d9ef04f274d6ef6b2ac1d269a763a4565480caa Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- PY3: Fix test "ResourceWarning: unclosed file". Commit: 1a643b719226b0411e62a28192dbc2f4bf51b5b9 https://github.com/numpy/numpy/commit/1a643b719226b0411e62a28192dbc2f4bf51b5b9 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/tests/test_records.py Log Message: ----------- PY3: Fix test, "ResourceWarning: unclosed file". Commit: 84f324a6d4846a61a9ac8c1a4a933a9f16d79b54 https://github.com/numpy/numpy/commit/84f324a6d4846a61a9ac8c1a4a933a9f16d79b54 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/linalg/tests/test_build.py Log Message: ----------- PY3: Fix FindDependenciesLdd "ResourceWarning: unclosed file". Compare: https://github.com/numpy/numpy/compare/bb7e5e2...84f324a From noreply at github.com Mon Mar 12 10:00:26 2012 From: noreply at github.com (GitHub) Date: Mon, 12 Mar 2012 07:00:26 -0700 Subject: [Numpy-svn] [numpy/numpy] c1c066: BUG: Use byte string instead of string in python3 ... Message-ID: <4f5e017ac7939_5153e92af028151@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c1c066806a5e533a71ef070e8a486e15195d65c1 https://github.com/numpy/numpy/commit/c1c066806a5e533a71ef070e8a486e15195d65c1 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Use byte string instead of string in python3 buffer test. The python3 unicode strings don't have the __buffer__ interface. Commit: 95a52abd7e08d87310bd0f79a1d7a0299aaf8571 https://github.com/numpy/numpy/commit/95a52abd7e08d87310bd0f79a1d7a0299aaf8571 Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src Log Message: ----------- STY: Put some comments in standard form. Commit: 737f690d1c1c6e5ceeb9e1967001e50500459ecd https://github.com/numpy/numpy/commit/737f690d1c1c6e5ceeb9e1967001e50500459ecd Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- BUG: In Python 3K PyComplex can't convert byte strings. This may be more a workaround for a Python 3K inconsistency or bug, but it is probably better to use unicode for these sorts of calls. The fix itself is a bit of a hack, but so is the *_to_* function. It really needs a rewrite. Compare: https://github.com/numpy/numpy/compare/84f324a...737f690 From noreply at github.com Mon Mar 12 14:54:54 2012 From: noreply at github.com (GitHub) Date: Mon, 12 Mar 2012 11:54:54 -0700 Subject: [Numpy-svn] [numpy/numpy] cfee94: BUG: Fix npy_PyFile_CloseFile return type. Message-ID: <4f5e467edaaff_53393fcb3dac12f825045e@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cfee94ea79d5f54fd0fb8cec53cc655aad428a0f https://github.com/numpy/numpy/commit/cfee94ea79d5f54fd0fb8cec53cc655aad428a0f Author: Charles Harris Date: 2012-03-12 (Mon, 12 Mar 2012) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h Log Message: ----------- BUG: Fix npy_PyFile_CloseFile return type. Also make npy_PyFile_OpenFile mode argument const char*. From noreply at github.com Tue Mar 13 17:22:18 2012 From: noreply at github.com (GitHub) Date: Tue, 13 Mar 2012 14:22:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 8bdfce: Testing buildbot, please ignore. Message-ID: <4f5fba8aeaae_51fd18f2af4269b9@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8bdfce6a26294b3ed9914b8c62aff516be0cbf40 https://github.com/numpy/numpy/commit/8bdfce6a26294b3ed9914b8c62aff516be0cbf40 Author: Ralf Gommers Date: 2012-03-13 (Tue, 13 Mar 2012) Changed paths: M TEST_COMMIT Log Message: ----------- Testing buildbot, please ignore. From noreply at github.com Tue Mar 13 17:38:14 2012 From: noreply at github.com (GitHub) Date: Tue, 13 Mar 2012 14:38:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 8f304c: Trigger buildbot again. Message-ID: <4f5fbe46b27a9_255c145aaf080077@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8f304c60fc126793f8d7b96131981045e87b27bc https://github.com/numpy/numpy/commit/8f304c60fc126793f8d7b96131981045e87b27bc Author: Ralf Gommers Date: 2012-03-13 (Tue, 13 Mar 2012) Changed paths: M TEST_COMMIT Log Message: ----------- Trigger buildbot again. From noreply at github.com Tue Mar 13 18:55:41 2012 From: noreply at github.com (GitHub) Date: Tue, 13 Mar 2012 15:55:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 32f880: Last buildbot test of the day. Message-ID: <4f5fd06d1518c_61cc3fdd9a2e72fc509d3@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 32f8807e7714b809ff58d545613a376f793eee62 https://github.com/numpy/numpy/commit/32f8807e7714b809ff58d545613a376f793eee62 Author: Ralf Gommers Date: 2012-03-13 (Tue, 13 Mar 2012) Changed paths: M TEST_COMMIT Log Message: ----------- Last buildbot test of the day. From noreply at github.com Tue Mar 13 19:48:39 2012 From: noreply at github.com (GitHub) Date: Tue, 13 Mar 2012 16:48:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 89d11f: Test commit to trigger buildbot -- ignore. Message-ID: <4f5fdcd7697fe_61cc3fdd9a2e72fc6686c@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 89d11fcadc5d7b7ec5aa3a547af7fc11d249a158 https://github.com/numpy/numpy/commit/89d11fcadc5d7b7ec5aa3a547af7fc11d249a158 Author: Stefan van der Walt Date: 2012-03-13 (Tue, 13 Mar 2012) Changed paths: M TEST_COMMIT Log Message: ----------- Test commit to trigger buildbot -- ignore. From noreply at github.com Wed Mar 14 18:22:27 2012 From: noreply at github.com (GitHub) Date: Wed, 14 Mar 2012 15:22:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 1e8e51: ENH: support for detecting libraries in several di... Message-ID: <4f611a23ead7a_20a83fb8ca7372fc9926d@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1e8e51542b2bc45a4733953623ce2a0e53cd43a0 https://github.com/numpy/numpy/commit/1e8e51542b2bc45a4733953623ce2a0e53cd43a0 Author: Nicolas Pinto Date: 2012-03-14 (Wed, 14 Mar 2012) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- ENH: support for detecting libraries in several directories simultaneously, see http://projects.scipy.org/numpy/ticket/993 Commit: 72c6fbd61508b6d67ffc20d89b508c003e07578c https://github.com/numpy/numpy/commit/72c6fbd61508b6d67ffc20d89b508c003e07578c Author: Nicolas Pinto Date: 2012-03-14 (Wed, 14 Mar 2012) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- MISC: cosmetic changes to distutils/system_info, PEP8 safe. Commit: a4dbfc184265998e0f3c42a046e2aa3e81380b54 https://github.com/numpy/numpy/commit/a4dbfc184265998e0f3c42a046e2aa3e81380b54 Author: Ralf Gommers Date: 2012-03-14 (Wed, 14 Mar 2012) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #229 from npinto/system_info_lib_dirs. Closes ticket 993. Review: https://github.com/numpy/numpy/pull/229 There's some concern about future maintainability (by David C.), but overall the benefits seem to outweigh the possible drawbacks. Compare: https://github.com/numpy/numpy/compare/89d11fc...a4dbfc1 From noreply at github.com Thu Mar 15 12:44:55 2012 From: noreply at github.com (GitHub) Date: Thu, 15 Mar 2012 09:44:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 0258f1: BUG: Fix build error in third-party plugins Message-ID: <4f621c87632a9_ba21068af0157821@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0258f19da8a21462d95abad68041056e6951c508 https://github.com/numpy/numpy/commit/0258f19da8a21462d95abad68041056e6951c508 Author: Mark Wiebe Date: 2012-03-15 (Thu, 15 Mar 2012) Changed paths: M numpy/core/include/numpy/ndarraytypes.h Log Message: ----------- BUG: Fix build error in third-party plugins From noreply at github.com Fri Mar 16 14:18:00 2012 From: noreply at github.com (GitHub) Date: Fri, 16 Mar 2012 11:18:00 -0700 Subject: [Numpy-svn] [numpy/numpy] 83480b: BUG: BLD: add missing line in distutils/system_inf... Message-ID: <4f6383d8ef911_3da9149baf080373@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 83480b6eb106d8c7e1d9293d7adc988c7c670778 https://github.com/numpy/numpy/commit/83480b6eb106d8c7e1d9293d7adc988c7c670778 Author: Ralf Gommers Date: 2012-03-16 (Fri, 16 Mar 2012) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BUG: BLD: add missing line in distutils/system_info.py This was incorrectly refactored in commit 1e8e5154, causing the build to break on some systems. From noreply at github.com Sat Mar 17 19:18:03 2012 From: noreply at github.com (GitHub) Date: Sat, 17 Mar 2012 16:18:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 016ad9: BUG: native but not '=' byte order error in lapack Message-ID: <4f651baba537e_76a2f4caf497574@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 016ad9fb4d818feae2974ffae7c4ff0bbc99e3b0 https://github.com/numpy/numpy/commit/016ad9fb4d818feae2974ffae7c4ff0bbc99e3b0 Author: Matthew Brett Date: 2012-03-17 (Sat, 17 Mar 2012) Changed paths: M numpy/linalg/lapack_litemodule.c M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: native but not '=' byte order error in lapack The check_object call in lapack_litemodule was checking if the passed array was of byteorder '=' or '|', but this check failed for arrays of specified native byte order ('<' on little-endian). From noreply at github.com Sat Mar 17 19:48:27 2012 From: noreply at github.com (GitHub) Date: Sat, 17 Mar 2012 16:48:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 32a4a7: BUG: Fix ticket #2081. Message-ID: <4f6522cbe0e12_671e12dfaf4960cf@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 32a4a7d282c4cdbbfdf09ff10345e05ccec58919 https://github.com/numpy/numpy/commit/32a4a7d282c4cdbbfdf09ff10345e05ccec58919 Author: Charles Harris Date: 2012-03-17 (Sat, 17 Mar 2012) Changed paths: M numpy/core/src/multiarray/common.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix ticket #2081. Need to double the return value of PyUnicode_GetSize when computing the elsize of unicode strings if python is compiled with 2 byte unicode. From noreply at github.com Sun Mar 18 01:47:02 2012 From: noreply at github.com (GitHub) Date: Sat, 17 Mar 2012 22:47:02 -0700 Subject: [Numpy-svn] [numpy/numpy] dc4fd6: BUG: Fix f2py test_kind.py test. Message-ID: <4f6576d66c337_1b41891aec439c3@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dc4fd6462ab6f59f69b20f0148adeb96646942f0 https://github.com/numpy/numpy/commit/dc4fd6462ab6f59f69b20f0148adeb96646942f0 Author: Charles Harris Date: 2012-03-17 (Sat, 17 Mar 2012) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: Fix f2py test_kind.py test. Newer Fortran compilers for Intel may support quad precision, so _selected_real_kind_func needs to report that for precisions >= 19. From noreply at github.com Sun Mar 18 02:04:55 2012 From: noreply at github.com (GitHub) Date: Sat, 17 Mar 2012 23:04:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 6fd716: BUG: Fix test for Python version < 2.6. Message-ID: <4f657b07f2132_6f083fece50aeaf81011b7@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6fd716c0a5fb7ae7c114c844f700857c093debff https://github.com/numpy/numpy/commit/6fd716c0a5fb7ae7c114c844f700857c093debff Author: Charles Harris Date: 2012-03-17 (Sat, 17 Mar 2012) Changed paths: M numpy/core/tests/test_maskna.py Log Message: ----------- BUG: Fix test for Python version < 2.6. Copied python implementation of combinations from python 2.7 itertools.combinations documentation into test_maskna. Combinations wasn't part of itertools before Python 2.6. From noreply at github.com Sun Mar 18 16:41:24 2012 From: noreply at github.com (GitHub) Date: Sun, 18 Mar 2012 13:41:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 8e4756: BUG: BLD: fix OS X build issue introduced in the P... Message-ID: <4f664874427ad_63b13fb5b8bf0aec1091e8@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8e4756c388ad4c630e0bdc03ffb9c254e5a2dce2 https://github.com/numpy/numpy/commit/8e4756c388ad4c630e0bdc03ffb9c254e5a2dce2 Author: Ralf Gommers Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BUG: BLD: fix OS X build issue introduced in the PEP8 cleanup in 72c6fbd. From noreply at github.com Mon Mar 19 17:01:53 2012 From: noreply at github.com (GitHub) Date: Mon, 19 Mar 2012 14:01:53 -0700 Subject: [Numpy-svn] [numpy/numpy] 933465: PY24: Use sys.version_info[0] instead of sys.versi... Message-ID: <4f679ec139c5b_2d4614a0af065667@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 933465a1c07f4aed6b9211816cf0c66aed19ad94 https://github.com/numpy/numpy/commit/933465a1c07f4aed6b9211816cf0c66aed19ad94 Author: Charles Harris Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- PY24: Use sys.version_info[0] instead of sys.version_info.major. Commit: 850e2ab573d7fac171a364d68371dc57b92112fc https://github.com/numpy/numpy/commit/850e2ab573d7fac171a364d68371dc57b92112fc Author: Charles Harris Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M numpy/core/tests/test_dtype.py M numpy/core/tests/test_nditer.py Log Message: ----------- PY24: Use TypeError instead of AttributeError. Python 2.4 raises TypeError instead of AttributeError when an attempt is made to delete a non-writable attribute. Commit: c4c0e9851b9f75cfa4448bd87669c005c2a661ad https://github.com/numpy/numpy/commit/c4c0e9851b9f75cfa4448bd87669c005c2a661ad Author: Charles Harris Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M numpy/core/numeric.py Log Message: ----------- PY24: Ignore invalid in allclose and isclose. I'm sure this is the right fix. Later versions of python don't need this fix and it may be that there is a better knob to turn. Commit: 88da562d1c02b2c1803b4bfb3fc81ba1470e0d5c https://github.com/numpy/numpy/commit/88da562d1c02b2c1803b4bfb3fc81ba1470e0d5c Author: Charles Harris Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- DOC: Fix documentation misstatement Commit: 3503c5f40af552692c855e10a95730480d3251f2 https://github.com/numpy/numpy/commit/3503c5f40af552692c855e10a95730480d3251f2 Author: Ralf Gommers Date: 2012-03-19 (Mon, 19 Mar 2012) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #236 from charris/fixes-2.4 Fixes all tests with Python 2.4 and closes #2071. Compare: https://github.com/numpy/numpy/compare/8e4756c...3503c5f From noreply at github.com Sun Mar 25 12:29:58 2012 From: noreply at github.com (GitHub) Date: Sun, 25 Mar 2012 09:29:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 81aa8f: MAINT: explicitly check for NaNs in allclose(). Cl... Message-ID: <4f6f4806b36d0_65023fa6b029e2f8644f1@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 81aa8f25ce05df3e9d27bf2beee740c1f2ce7e36 https://github.com/numpy/numpy/commit/81aa8f25ce05df3e9d27bf2beee740c1f2ce7e36 Author: Ralf Gommers Date: 2012-03-25 (Sun, 25 Mar 2012) Changed paths: M numpy/core/numeric.py Log Message: ----------- MAINT: explicitly check for NaNs in allclose(). Closes #1905. Also clean up the logic behind handling infs. The removed seterr call becomes unnecessary when explicitly checking for NaNs. It was introduced only recently in c4c0e985. Commit: aea76b85ad98c5fe89582d70344ca768b6cffec1 https://github.com/numpy/numpy/commit/aea76b85ad98c5fe89582d70344ca768b6cffec1 Author: Ralf Gommers Date: 2012-03-25 (Sun, 25 Mar 2012) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: allclose: document better what happens when Infs or NaNs are present. Compare: https://github.com/numpy/numpy/compare/3503c5f...aea76b8 From noreply at github.com Mon Mar 26 16:09:09 2012 From: noreply at github.com (GitHub) Date: Mon, 26 Mar 2012 13:09:09 -0700 Subject: [Numpy-svn] [numpy/numpy] caa088: MAINT: port few missing changes to 1.6.0 release n... Message-ID: <4f70cce52648e_727f3fe2382fc2f419614@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: caa0883c9e142d6c2f7e1ad6857e9988fd8da17f https://github.com/numpy/numpy/commit/caa0883c9e142d6c2f7e1ad6857e9988fd8da17f Author: Ralf Gommers Date: 2012-03-26 (Mon, 26 Mar 2012) Changed paths: M doc/release/1.6.0-notes.rst Log Message: ----------- MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. From noreply at github.com Fri Mar 30 07:35:07 2012 From: noreply at github.com (GitHub) Date: Fri, 30 Mar 2012 04:35:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 5c7086: Fix unicode string length computation in UNICODE_c... Message-ID: <4f759a6b40d76_5d433fd1a76582f012601f@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5c7086a07bf5b0bc98af4545136d107e29fd6649 https://github.com/numpy/numpy/commit/5c7086a07bf5b0bc98af4545136d107e29fd6649 Author: Thouis (Ray) Jones Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Fix unicode string length computation in UNICODE_compare and add test. Commit: f84ac77e50456191a2574913494d1e5ce5a4d92b https://github.com/numpy/numpy/commit/f84ac77e50456191a2574913494d1e5ce5a4d92b Author: Thouis (Ray) Jones Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Use sizeof(npy_ucs4) instead of hardcoded shift, and make test py3k compatible. Compare: https://github.com/numpy/numpy/compare/caa0883...f84ac77 From noreply at github.com Fri Mar 30 07:44:30 2012 From: noreply at github.com (GitHub) Date: Fri, 30 Mar 2012 04:44:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 41f7d2: DOC: label the current NA implementation as experi... Message-ID: <4f759c9ea3b7f_5d481bfaae4181320@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 41f7d21182fddbc71b2100fdb3425a5e7e2f35b6 https://github.com/numpy/numpy/commit/41f7d21182fddbc71b2100fdb3425a5e7e2f35b6 Author: Ralf Gommers Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M doc/release/2.0.0-notes.rst M doc/source/reference/arrays.maskna.rst M numpy/add_newdocs.py Log Message: ----------- DOC: label the current NA implementation as experimental in 1.7.x This has been extensively discussed on the mailing list. See #2072. Commit: 0168296657b279cd225b2f525613d152cb3b65dd https://github.com/numpy/numpy/commit/0168296657b279cd225b2f525613d152cb3b65dd Author: Ralf Gommers Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M doc/release/2.0.0-notes.rst M doc/source/reference/arrays.datetime.rst Log Message: ----------- DOC: label datetime support as experimental. Closes #2072. Compare: https://github.com/numpy/numpy/compare/f84ac77...0168296 From noreply at github.com Fri Mar 30 07:55:47 2012 From: noreply at github.com (GitHub) Date: Fri, 30 Mar 2012 04:55:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 2dc81f: STY: Bit of style cleanup. Message-ID: <4f759f435b254_752ce5dae434880@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2dc81ff91a16b4fb1e555d5c3898b7eb9e2a08b3 https://github.com/numpy/numpy/commit/2dc81ff91a16b4fb1e555d5c3898b7eb9e2a08b3 Author: Charles Harris Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- STY: Bit of style cleanup. Commit: 960a86be3539f67ea5200d6fe22ae0e82324af30 https://github.com/numpy/numpy/commit/960a86be3539f67ea5200d6fe22ae0e82324af30 Author: Charles Harris Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: ticket #2086, make datetime and timedelta recognize byte order. The descriptor construction of these types was ignoring the byteorder character. Compare: https://github.com/numpy/numpy/compare/0168296...960a86b From noreply at github.com Fri Mar 30 10:29:07 2012 From: noreply at github.com (GitHub) Date: Fri, 30 Mar 2012 07:29:07 -0700 Subject: [Numpy-svn] [numpy/numpy] dbf235: BUG: ticket #2063, make unique return consistent i... Message-ID: <4f75c333b6001_6913fa518b8faf415978b@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dbf235169ed3386b359caaa9217f5280bf1d6749 https://github.com/numpy/numpy/commit/dbf235169ed3386b359caaa9217f5280bf1d6749 Author: Bryan Van de Ven Date: 2012-03-30 (Fri, 30 Mar 2012) Changed paths: M numpy/core/tests/test_regression.py M numpy/lib/arraysetops.py Log Message: ----------- BUG: ticket #2063, make unique return consistent index. Make unique use mergesort when return_index is true. This quarantees that the returned indices are of the first occurrence of the unique elements and makes the behavior better defined and consistent. From noreply at github.com Sat Mar 31 11:14:30 2012 From: noreply at github.com (GitHub) Date: Sat, 31 Mar 2012 08:14:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 372666: BUG: ticket #2073, fix float16 __array_interface__... Message-ID: <4f771f56571d7_401316caaec448a2@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 372666accfbb1a213b71a64b0d8f60f9f6e5c246 https://github.com/numpy/numpy/commit/372666accfbb1a213b71a64b0d8f60f9f6e5c246 Author: Nicolas Pinto Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M numpy/core/src/multiarray/common.c Log Message: ----------- BUG: ticket #2073, fix float16 __array_interface__ bug. Commit: 6ecc58c87c0454554d677d5544012d35c74b4db4 https://github.com/numpy/numpy/commit/6ecc58c87c0454554d677d5544012d35c74b4db4 Author: Nicolas Pinto Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M numpy/core/tests/test_half.py Log Message: ----------- TST: Test float16 __array_interface__. Commit: d959ab9ccaaf1bc0552dd94556ae97836480b2b1 https://github.com/numpy/numpy/commit/d959ab9ccaaf1bc0552dd94556ae97836480b2b1 Author: Charles Harris Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M numpy/core/tests/test_half.py Log Message: ----------- STY: Cleanup test_half.py a bit. Make imports from numpy.testing explicit. Make module runnable from command line. Compare: https://github.com/numpy/numpy/compare/dbf2351...d959ab9 From noreply at github.com Sat Mar 31 12:45:04 2012 From: noreply at github.com (GitHub) Date: Sat, 31 Mar 2012 09:45:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 7c5d23: STY: Style fixes to test_multiarray. Message-ID: <4f77349091c1a_407a1201aec100242@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7c5d239d24c9a0b76f66dd273bf53278a3138264 https://github.com/numpy/numpy/commit/7c5d239d24c9a0b76f66dd273bf53278a3138264 Author: Charles Harris Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- STY: Style fixes to test_multiarray. Make imports from numpy.testing explicit. Break some long lines. Commit: 72185d34170369ec07e8e84ed18d2f6a814e327a https://github.com/numpy/numpy/commit/72185d34170369ec07e8e84ed18d2f6a814e327a Author: Charles Harris Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- STY: Style fixes to numpy/core/tests/test_regression. Make imports from numpy.testing explicit. Make test_unique_stable check against specific results. Compare: https://github.com/numpy/numpy/compare/d959ab9...72185d3