From noreply at github.com Sat Aug 1 15:58:20 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 12:58:20 -0700 Subject: [Numpy-svn] [numpy/numpy] b80d1f: STY: Make pyflakes fixes in numpy/f2py Message-ID: <55bd24dc43e18_79463f9cabce52c019299@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b80d1f979efb528e855263a38b389cebd3eb90e1 https://github.com/numpy/numpy/commit/b80d1f979efb528e855263a38b389cebd3eb90e1 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py2e.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/use_rules.py Log Message: ----------- STY: Make pyflakes fixes in numpy/f2py Commit: a0121573e6685f09e5f613280d616070b8ff99cb https://github.com/numpy/numpy/commit/a0121573e6685f09e5f613280d616070b8ff99cb Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/__main__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/cfuncs.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/setup.py M numpy/f2py/use_rules.py Log Message: ----------- STY: Make PEP8 fixes in numpy/f2py Decided to bite the bullet on this one. The code is certainly more readable, so should be easier to fix if we need to. Commit: 0fa1a9fa0a54fce6e741333308bdafa83c0663b2 https://github.com/numpy/numpy/commit/0fa1a9fa0a54fce6e741333308bdafa83c0663b2 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_regression.py M numpy/f2py/tests/util.py Log Message: ----------- STY: PEP8 fixes in numpy/f2py/tests. Commit: d676616cb5ddde980734e2b60569a69912983940 https://github.com/numpy/numpy/commit/d676616cb5ddde980734e2b60569a69912983940 Author: Charles Harris Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py Log Message: ----------- STY: Break some long lines in numpy/f2py/*.py. The fixes are generated by autopep8, which uses line continuation. There are 441 cases that it is unable to handle, involving strings, and that is more, and more delicate, work than I want to do at this time. The line continuation characters at least mark some of the long lines. Commit: 038a309d559c265fb04d03d1b3142ca735f42f2d https://github.com/numpy/numpy/commit/038a309d559c265fb04d03d1b3142ca735f42f2d Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/__main__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/cfuncs.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py2e.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/setup.py M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_regression.py M numpy/f2py/tests/util.py M numpy/f2py/use_rules.py Log Message: ----------- Merge pull request #6117 from charris/fix-star-imports-f2py Fix star imports f2py Compare: https://github.com/numpy/numpy/compare/b3476a75e2d4...038a309d559c From noreply at github.com Sat Aug 1 15:59:29 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 12:59:29 -0700 Subject: [Numpy-svn] [numpy/numpy] b6d026: MAINT: adjust tolerance for validating the sum of ... Message-ID: <55bd252145e28_5c433fbd06ebf2a0838b2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b6d0263239926e8b14ebc26a0d7b9469fa7866d4 https://github.com/numpy/numpy/commit/b6d0263239926e8b14ebc26a0d7b9469fa7866d4 Author: alex Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_regression.py Log Message: ----------- MAINT: adjust tolerance for validating the sum of probs in random.choice Commit: c03abd7833b229039a7cd8268b3091deb457a528 https://github.com/numpy/numpy/commit/c03abd7833b229039a7cd8268b3091deb457a528 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_regression.py Log Message: ----------- Merge pull request #6131 from argriffing/choice-precision MAINT: adjust tolerance for validating the sum of probs in random.choice Compare: https://github.com/numpy/numpy/compare/038a309d559c...c03abd7833b2 From noreply at github.com Sat Aug 1 16:04:48 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 13:04:48 -0700 Subject: [Numpy-svn] [numpy/numpy] ede158: MAINT: fix raise_warnings in np.test in py3 Message-ID: <55bd2660cf70_32443fa8c681d2c026793@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ede15881846af7aa6058c89359b9f9190201bfb5 https://github.com/numpy/numpy/commit/ede15881846af7aa6058c89359b9f9190201bfb5 Author: Allan Haldane Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- MAINT: fix raise_warnings in np.test in py3 In python3 np.test would raise an error if raise_warnings is a list since dict.keys() now returns a dict_keys instance. Eg, np.test('full', raise_warnings=[FutureWarning]) Commit: 3fc27e873c9164bc6772d913a78ffe33a5c1665b https://github.com/numpy/numpy/commit/3fc27e873c9164bc6772d913a78ffe33a5c1665b Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6092 from ahaldane/raise_warnings_fix MAINT: fix raise_warnings in np.test in py3 Compare: https://github.com/numpy/numpy/compare/c03abd7833b2...3fc27e873c91 From noreply at github.com Sat Aug 1 16:11:08 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 13:11:08 -0700 Subject: [Numpy-svn] [numpy/numpy] 6ea604: don't pass un-encodable env to spawn Message-ID: <55bd27dc36c2b_30883ff1bd3fb29c17d7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6ea6049b762eb74135ac3069efa39dc46cfc2577 https://github.com/numpy/numpy/commit/6ea6049b762eb74135ac3069efa39dc46cfc2577 Author: James Salter Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- don't pass un-encodable env to spawn Commit: dc030e6c9e718de75579475887e757ec1b434d26 https://github.com/numpy/numpy/commit/dc030e6c9e718de75579475887e757ec1b434d26 Author: James Salter Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- restrict to windows py3 and add comment Commit: 28f74f13d855080887f021dbb820e237ca46295c https://github.com/numpy/numpy/commit/28f74f13d855080887f021dbb820e237ca46295c Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- Merge pull request #6091 from novocaine/master Don't pass un-encodable env to spawn Compare: https://github.com/numpy/numpy/compare/3fc27e873c91...28f74f13d855 From noreply at github.com Sat Aug 1 18:13:34 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 15:13:34 -0700 Subject: [Numpy-svn] [numpy/numpy] 58d411: TST: fix OverflowError on win-amd64 Message-ID: <55bd448ec1482_28683f8f6a1492c06947a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 58d41159f4c070fd9e43048d15ce176f2a619871 https://github.com/numpy/numpy/commit/58d41159f4c070fd9e43048d15ce176f2a619871 Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/tests/test_regression.py Log Message: ----------- TST: fix OverflowError on win-amd64 Commit: 4ec0b91a6308b29979935bec1e6ee30417af9eb2 https://github.com/numpy/numpy/commit/4ec0b91a6308b29979935bec1e6ee30417af9eb2 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/tests/test_regression.py Log Message: ----------- Merge pull request #6137 from cgohlke/patch-1 TST: fix OverflowError on win-amd64 Compare: https://github.com/numpy/numpy/compare/28f74f13d855...4ec0b91a6308 From noreply at github.com Sat Aug 1 21:27:57 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 18:27:57 -0700 Subject: [Numpy-svn] [numpy/numpy] 3fd21e: TST: alternatively assert existence of msvc .obj f... Message-ID: <55bd721d37709_196d3f9c040bf2b836337@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3fd21ede4c49dbdeccf8f31b95daf7bd993dec5f https://github.com/numpy/numpy/commit/3fd21ede4c49dbdeccf8f31b95daf7bd993dec5f Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: alternatively assert existence of msvc .obj files Fixes test_system_info.TestSystemInfoReading.test_compile1 failure on Windows Commit: 093bf44f8d4b7550e9f6880e9d7882ed153c6d5a https://github.com/numpy/numpy/commit/093bf44f8d4b7550e9f6880e9d7882ed153c6d5a Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: skip gcc specific test when using msvc Commit: 27d6c3c8e7c19e10796022b11035ef02ec374dcc https://github.com/numpy/numpy/commit/27d6c3c8e7c19e10796022b11035ef02ec374dcc Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: use os.pathsep to separate library directories Commit: c33d59db5d8ba1449a7abde6883179619acef0ab https://github.com/numpy/numpy/commit/c33d59db5d8ba1449a7abde6883179619acef0ab Author: Jaime Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- Merge pull request #6138 from cgohlke/patch-2 Fix test_system_info errors and failures on Windows Compare: https://github.com/numpy/numpy/compare/4ec0b91a6308...c33d59db5d8b From noreply at github.com Sat Aug 1 21:52:20 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 18:52:20 -0700 Subject: [Numpy-svn] [numpy/numpy] dd2200: TST: on Windows run f2py from the Scripts director... Message-ID: <55bd77d460e1f_30c63f87f35a72a075571@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dd220014373f7c0bf0862b5a4548e257858be945 https://github.com/numpy/numpy/commit/dd220014373f7c0bf0862b5a4548e257858be945 Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- TST: on Windows run f2py from the Scripts directory Commit: ab1ea1f094367070b475c5bfc5c0dfc9284eb1d1 https://github.com/numpy/numpy/commit/ab1ea1f094367070b475c5bfc5c0dfc9284eb1d1 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #6139 from cgohlke/patch-3 TST: on Windows run f2py from the Scripts directory Compare: https://github.com/numpy/numpy/compare/c33d59db5d8b...ab1ea1f09436 From noreply at github.com Sat Aug 1 22:50:17 2015 From: noreply at github.com (GitHub) Date: Sat, 01 Aug 2015 19:50:17 -0700 Subject: [Numpy-svn] [numpy/numpy] 211d04: BLD: try_run fails on Python 3.5b4 for Windows Message-ID: <55bd856969751_107b3fafeb7a32a089477@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 211d0426b0f945d4098d4002e62898997badaeec https://github.com/numpy/numpy/commit/211d0426b0f945d4098d4002e62898997badaeec Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/setup.py Log Message: ----------- BLD: try_run fails on Python 3.5b4 for Windows Commit: b03c303c051dcbad3dc485ef4b2fd604dafaa4e6 https://github.com/numpy/numpy/commit/b03c303c051dcbad3dc485ef4b2fd604dafaa4e6 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/setup.py Log Message: ----------- Merge pull request #6140 from cgohlke/patch-4 BLD: try_run fails on Python 3.5b4 for Windows Compare: https://github.com/numpy/numpy/compare/ab1ea1f09436...b03c303c051d From noreply at github.com Sun Aug 2 13:43:16 2015 From: noreply at github.com (GitHub) Date: Sun, 02 Aug 2015 10:43:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 2c99f4: BLD: enable C99 complex for msvc14 Message-ID: <55be56b41cf1d_79583fb91e5f52a0751d8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2c99f44925b77e7d8934b4754455b42d47065340 https://github.com/numpy/numpy/commit/2c99f44925b77e7d8934b4754455b42d47065340 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: enable C99 complex for msvc14 Commit: b5a91f25c0a66f92883ee554f725e40dabdf3419 https://github.com/numpy/numpy/commit/b5a91f25c0a66f92883ee554f725e40dabdf3419 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- BLD: enable C99 isnan and isinf for msvc14 Commit: 15fc8f1bc7dc68d3fd2811b6a781f9a40290f275 https://github.com/numpy/numpy/commit/15fc8f1bc7dc68d3fd2811b6a781f9a40290f275 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: disable broken msvc14 trigonometric functions Commit: e27035fbba70e4ec719ec86962babf957d0dad64 https://github.com/numpy/numpy/commit/e27035fbba70e4ec719ec86962babf957d0dad64 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: fix build failure Commit: 3ee2cb320f24250c80d97761b4e4e62bc407e719 https://github.com/numpy/numpy/commit/3ee2cb320f24250c80d97761b4e4e62bc407e719 Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #6141 from cgohlke/patch-1 Enable Visual Studio 2015 C99 features Compare: https://github.com/numpy/numpy/compare/b03c303c051d...3ee2cb320f24 From noreply at github.com Sun Aug 2 17:47:16 2015 From: noreply at github.com (GitHub) Date: Sun, 02 Aug 2015 14:47:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 1ac821: DOC: fix typo Message-ID: <55be8fe4cdaff_41e33fef06ef12a018164aa@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1ac821f6b20aef494ab05cd6da6ea92715f14a00 https://github.com/numpy/numpy/commit/1ac821f6b20aef494ab05cd6da6ea92715f14a00 Author: endolith Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: fix typo allclose instead of allcose Commit: dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f https://github.com/numpy/numpy/commit/dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6144 from endolith/patch-1 DOC: fix typo Compare: https://github.com/numpy/numpy/compare/3ee2cb320f24...dfdfdc5b1e91 From noreply at github.com Sun Aug 2 20:13:27 2015 From: noreply at github.com (GitHub) Date: Sun, 02 Aug 2015 17:13:27 -0700 Subject: [Numpy-svn] [numpy/numpy] ddd66c: MAINT: Update names in .mailmap for the 1.10 relea... Message-ID: <55beb227ece58_69483fc9fcd1f2bc625a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ddd66c2b23af8f6d16e0ec1535da1fb276d3e51f https://github.com/numpy/numpy/commit/ddd66c2b23af8f6d16e0ec1535da1fb276d3e51f Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M .mailmap Log Message: ----------- MAINT: Update names in .mailmap for the 1.10 release. [ci skip] Commit: a39d355d4c286e823e9c48efb9345ad3705fdbad https://github.com/numpy/numpy/commit/a39d355d4c286e823e9c48efb9345ad3705fdbad Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M .mailmap Log Message: ----------- Merge pull request #6142 from charris/update-mailmap MAINT: Update names in .mailmap for the 1.10 release. Compare: https://github.com/numpy/numpy/compare/dfdfdc5b1e91...a39d355d4c28 From noreply at github.com Sun Aug 2 21:37:10 2015 From: noreply at github.com (GitHub) Date: Sun, 02 Aug 2015 18:37:10 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <55bec5c69499e_796e3f8b9e7eb29c555db@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy From noreply at github.com Sun Aug 2 23:12:36 2015 From: noreply at github.com (GitHub) Date: Sun, 02 Aug 2015 20:12:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 55388e: BLD: llabs not available with msvc9 Message-ID: <55bedc249735d_7d7f3ff6be0ab2bc369d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 55388e079679898f22e4315914ee5924c4a4b094 https://github.com/numpy/numpy/commit/55388e079679898f22e4315914ee5924c4a4b094 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BLD: llabs not available with msvc9 Commit: 03164d2d819f9b38e1c684d6d9e128f11867dc3c https://github.com/numpy/numpy/commit/03164d2d819f9b38e1c684d6d9e128f11867dc3c Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6147 from cgohlke/patch-3 BLD: llabs not available with msvc9 Compare: https://github.com/numpy/numpy/compare/a39d355d4c28...03164d2d819f From noreply at github.com Mon Aug 3 10:35:44 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 07:35:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 51a0ab: MAINT: Temporarily disable __numpy_ufunc__ for 1.1... Message-ID: <55bf7c40adcd7_50043fe4e1e192bc482a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 51a0ab59755e8de14afb8f61020a927539ef3038 https://github.com/numpy/numpy/commit/51a0ab59755e8de14afb8f61020a927539ef3038 Author: Nathaniel J. Smith Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py Log Message: ----------- MAINT: Temporarily disable __numpy_ufunc__ for 1.10 Following discussion in gh-5844, we regretfully decided that we have to disable __numpy_ufunc__ again for 1.10. This patch should be reverted on master after 1.10 is branched. Commit: c9cd742b10545473723d15edeb9c31d9f9dc80c4 https://github.com/numpy/numpy/commit/c9cd742b10545473723d15edeb9c31d9f9dc80c4 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #6146 from charris/disable-numpy-ufunc-for-1.10 MAINT: Temporarily disable __numpy_ufunc__ for 1.10 Compare: https://github.com/numpy/numpy/compare/a39d355d4c28...c9cd742b1054 From noreply at github.com Mon Aug 3 12:22:21 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 09:22:21 -0700 Subject: [Numpy-svn] [numpy/numpy] b06dbc: MAINT: Init master branch for 1.11.0 development. Message-ID: <55bf953d521e3_547e3ff8e529b29c34167@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b06dbc15d9db0e224d338c84ac98a925a7945d4c https://github.com/numpy/numpy/commit/b06dbc15d9db0e224d338c84ac98a925a7945d4c Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M bento.info M doc/release/1.10.0-notes.rst A doc/release/1.11.0-notes.rst M numpy/core/include/numpy/numpyconfig.h M pavement.py M setup.py Log Message: ----------- MAINT: Init master branch for 1.11.0 development. Create 1.11.0-notes.rst template. Update version number in setup.py. Update version number in numpyconfig.h. Update version number in pavement.py. Update version number in bento.info. Commit: b92510e4fc3a150e48d353b8e2b29bf5875f5c3d https://github.com/numpy/numpy/commit/b92510e4fc3a150e48d353b8e2b29bf5875f5c3d Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M bento.info M doc/release/1.10.0-notes.rst A doc/release/1.11.0-notes.rst M numpy/core/include/numpy/numpyconfig.h M pavement.py M setup.py Log Message: ----------- Merge pull request #6145 from charris/init-1.11.0 MAINT: Init master branch for 1.11.0 development. Compare: https://github.com/numpy/numpy/compare/03164d2d819f...b92510e4fc3a From noreply at github.com Mon Aug 3 12:22:53 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 09:22:53 -0700 Subject: [Numpy-svn] [numpy/numpy] faf49a: BLD: llabs not available with msvc9 Message-ID: <55bf955d8b2de_1b413fae2411729c3026d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: faf49a22e9dcf8cf56e4ecbe8ae72686c60f1a18 https://github.com/numpy/numpy/commit/faf49a22e9dcf8cf56e4ecbe8ae72686c60f1a18 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BLD: llabs not available with msvc9 Commit: 56f18e6d658c417004c1404b9e3788688f85ac4e https://github.com/numpy/numpy/commit/56f18e6d658c417004c1404b9e3788688f85ac4e Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6148 from charris/backport-gh-6147 BLD: llabs not available with msvc9 Compare: https://github.com/numpy/numpy/compare/c9cd742b1054...56f18e6d658c From noreply at github.com Mon Aug 3 12:25:46 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 09:25:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 949df0: DOC: Document bogus stride fix for release. Message-ID: <55bf960abf640_3d893fb2f72712a0482b2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 949df02d9477bd368837cc667bce3a8c23eb8413 https://github.com/numpy/numpy/commit/949df02d9477bd368837cc667bce3a8c23eb8413 Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Document bogus stride fix for release. Add explanation and patch link to doc/HOWTO_RELEASE.rst.txt. [ci skip] Commit: 7576ae2fde08452e3bc1e45a254856773b2012fc https://github.com/numpy/numpy/commit/7576ae2fde08452e3bc1e45a254856773b2012fc Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better. [ci skip] Commit: 0d294c15be17109d683eec01cf588dc8a5aea1d9 https://github.com/numpy/numpy/commit/0d294c15be17109d683eec01cf588dc8a5aea1d9 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- Merge pull request #6005 from charris/update-howto-release DOC: Document bogus stride fix for release. Compare: https://github.com/numpy/numpy/compare/b92510e4fc3a...0d294c15be17 From noreply at github.com Mon Aug 3 12:46:44 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 09:46:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 949df0: DOC: Document bogus stride fix for release. Message-ID: <55bf9af43a05e_7a883f868796b2a029689@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 949df02d9477bd368837cc667bce3a8c23eb8413 https://github.com/numpy/numpy/commit/949df02d9477bd368837cc667bce3a8c23eb8413 Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Document bogus stride fix for release. Add explanation and patch link to doc/HOWTO_RELEASE.rst.txt. [ci skip] Commit: 7576ae2fde08452e3bc1e45a254856773b2012fc https://github.com/numpy/numpy/commit/7576ae2fde08452e3bc1e45a254856773b2012fc Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better. [ci skip] Commit: ccb06f50466e0b3b78c0c2e38bc470c3998e4091 https://github.com/numpy/numpy/commit/ccb06f50466e0b3b78c0c2e38bc470c3998e4091 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- Merge pull request #6150 from charris/update-howto-release Update howto release Compare: https://github.com/numpy/numpy/compare/56f18e6d658c...ccb06f50466e From noreply at github.com Mon Aug 3 14:42:38 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 11:42:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 2ce50d: BLD: some fixes for Intel compilers. Message-ID: <55bfb61ef0993_5443fd2bb6ab29c53666@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2ce50d23bce43610a04eaee752fb116d46076187 https://github.com/numpy/numpy/commit/2ce50d23bce43610a04eaee752fb116d46076187 Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: some fixes for Intel compilers. - Fix an incorrect import - Enable C99 complex support (Qstd=c99) - Don't use MSVC complex types for Intel compilers Thanks to Intel for this patch (contact: Yolanda Chen). Commit: fbf9bff63a27cdb00d8e73e39e0f9495a2e8238d https://github.com/numpy/numpy/commit/fbf9bff63a27cdb00d8e73e39e0f9495a2e8238d Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO. Commit: 3ea9cc72aca9d74a360a11fb8cb57a8cf71055d2 https://github.com/numpy/numpy/commit/3ea9cc72aca9d74a360a11fb8cb57a8cf71055d2 Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: fix issue with POWL for Intel compilers on Windows. Thanks to Intel (contact: Yolanda Chen) for this patch. The Intel ?powl? on Windows only supports 80 bits longdouble to keep compatibility with Microsoft VC. Microsoft VC only support 64 bits longdouble, from ?C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\math.h?, powl is redefined as: #define powl(x,y) ((long double)pow((double)(x), (double)(y))) However in npy_math.c (generated from npy_math.c.src), this definition is undefined even though HAVE_POWL is set for the Intel C compilers. At line 384 of npy_math.c.src, we have:: #ifdef @kind@@c@ #undef @kind@@c@ #endif #ifndef HAVE_ at KIND@@C@ @type@ npy_ at kind@@c@(@type@ x, @type@ y) { return (@type@) npy_ at kind@((double)x, (double) y); } #endif The expanded function generated in ?npy_math.c? will look like:: #ifdef powl #undef powl #endif #ifndef HAVE_POWL npy_longdouble npy_powl(npy_longdouble x, npy_longdouble y) { return (npy_longdouble) npy_pow((double)x, (double) y); } #endif Commit: 4091facf55e03d356a5d7ce219ae0c0494920df3 https://github.com/numpy/numpy/commit/4091facf55e03d356a5d7ce219ae0c0494920df3 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: Move Intel POWL blacklist. Update patch from Intel by moving POWL blacklist from npy_math_private.h to npy_config.h blacklists. Commit: 00c1f7c27b6687eeb701a14d9a2210cfc4a68081 https://github.com/numpy/numpy/commit/00c1f7c27b6687eeb701a14d9a2210cfc4a68081 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6152 from charris/update-gh-6143 BLD: fixes for Intel compilers fixes to gh-6143 Compare: https://github.com/numpy/numpy/compare/0d294c15be17...00c1f7c27b66 From noreply at github.com Mon Aug 3 16:06:06 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 13:06:06 -0700 Subject: [Numpy-svn] [numpy/numpy] fa3ae2: DOC: synchronize 1.9.2 release notes with master Message-ID: <55bfc9ae3ccf3_385f3ff04471329c91076@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fa3ae2f062d081bee2658dec054d296265253677 https://github.com/numpy/numpy/commit/fa3ae2f062d081bee2658dec054d296265253677 Author: Julian Taylor Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: synchronize 1.9.2 release notes with master Commit: f764cdc80c6f6d1b46a586833caeaad0a2896062 https://github.com/numpy/numpy/commit/f764cdc80c6f6d1b46a586833caeaad0a2896062 Author: Julian Taylor Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M doc/source/release.rst Log Message: ----------- DOC: add 1.10.0 notes to index [ci skip] Commit: 002096cafc017af9a5821b576be54cb5260931d9 https://github.com/numpy/numpy/commit/002096cafc017af9a5821b576be54cb5260931d9 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6156 from juliantaylor/doc-sync sync release notes Compare: https://github.com/numpy/numpy/compare/00c1f7c27b66...002096cafc01 From noreply at github.com Mon Aug 3 16:16:04 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 13:16:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 694e37: BLD: some fixes for Intel compilers. Message-ID: <55bfcc047552c_7c0b3fb7f0b112b84633f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 694e374e912077c14eeede6ce163c90a5b61f0cf https://github.com/numpy/numpy/commit/694e374e912077c14eeede6ce163c90a5b61f0cf Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: some fixes for Intel compilers. - Fix an incorrect import - Enable C99 complex support (Qstd=c99) - Don't use MSVC complex types for Intel compilers Thanks to Intel for this patch (contact: Yolanda Chen). Commit: ab6723a982c13b669514e60fe181f6b01dc171fe https://github.com/numpy/numpy/commit/ab6723a982c13b669514e60fe181f6b01dc171fe Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO. Commit: 53a2959168d2e1008fc162dace37b95b982f6177 https://github.com/numpy/numpy/commit/53a2959168d2e1008fc162dace37b95b982f6177 Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: fix issue with POWL for Intel compilers on Windows. Thanks to Intel (contact: Yolanda Chen) for this patch. The Intel ?powl? on Windows only supports 80 bits longdouble to keep compatibility with Microsoft VC. Microsoft VC only support 64 bits longdouble, from ?C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\math.h?, powl is redefined as: #define powl(x,y) ((long double)pow((double)(x), (double)(y))) However in npy_math.c (generated from npy_math.c.src), this definition is undefined even though HAVE_POWL is set for the Intel C compilers. At line 384 of npy_math.c.src, we have:: #ifdef @kind@@c@ #undef @kind@@c@ #endif #ifndef HAVE_ at KIND@@C@ @type@ npy_ at kind@@c@(@type@ x, @type@ y) { return (@type@) npy_ at kind@((double)x, (double) y); } #endif The expanded function generated in ?npy_math.c? will look like:: #ifdef powl #undef powl #endif #ifndef HAVE_POWL npy_longdouble npy_powl(npy_longdouble x, npy_longdouble y) { return (npy_longdouble) npy_pow((double)x, (double) y); } #endif Commit: e0402e0d88c357cf96d106c608a5600a093fe28e https://github.com/numpy/numpy/commit/e0402e0d88c357cf96d106c608a5600a093fe28e Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: Move Intel POWL blacklist. Update patch from Intel by moving POWL blacklist from npy_math_private.h to npy_config.h blacklists. Commit: fb800507293f3adf5858b38be65e236186bc33bd https://github.com/numpy/numpy/commit/fb800507293f3adf5858b38be65e236186bc33bd Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6154 from charris/backport-gh-6152 Backport gh 6152 Compare: https://github.com/numpy/numpy/compare/ccb06f50466e...fb800507293f From noreply at github.com Mon Aug 3 17:11:16 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 14:11:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 31003c: DOC: synchronize 1.9.2 release notes with master Message-ID: <55bfd8f4d1b82_1b63f8b8ab052c089256@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 31003cbe7ff6a2bcfac7bfc1003be402c68f87d8 https://github.com/numpy/numpy/commit/31003cbe7ff6a2bcfac7bfc1003be402c68f87d8 Author: Julian Taylor Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: synchronize 1.9.2 release notes with master Commit: 3a47516bbc57ffd6b93985c43439d597c91aef15 https://github.com/numpy/numpy/commit/3a47516bbc57ffd6b93985c43439d597c91aef15 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6157 from charris/add-1.9.2-release-notes DOC: synchronize 1.9.2 release notes with master Compare: https://github.com/numpy/numpy/compare/fb800507293f...3a47516bbc57 From noreply at github.com Tue Aug 4 08:41:03 2015 From: noreply at github.com (GitHub) Date: Tue, 04 Aug 2015 05:41:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 20be0e: Wording: correctly write the comment Message-ID: <55c0b2df8a8d9_6c673fb5b8b152bc9408c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 20be0e50a0c2579440188f405eeaf130ad0d8b79 https://github.com/numpy/numpy/commit/20be0e50a0c2579440188f405eeaf130ad0d8b79 Author: Julien Dubois Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Wording: correctly write the comment Commit: 9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 https://github.com/numpy/numpy/commit/9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 Author: Jaime Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Merge pull request #6159 from jdubois/master Wording: correctly write the comment Compare: https://github.com/numpy/numpy/compare/002096cafc01...9cd868a00cc4 From noreply at github.com Wed Aug 5 13:14:38 2015 From: noreply at github.com (GitHub) Date: Wed, 05 Aug 2015 10:14:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 154fc4: BLD: fix tests under Tox, include numpy.build_util... Message-ID: <55c2447ed7007_72963f8fe824b2bc391d3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 154fc44eb51a3358443b5813b8eef4a2f8bd2c28 https://github.com/numpy/numpy/commit/154fc44eb51a3358443b5813b8eef4a2f8bd2c28 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- BLD: fix tests under Tox, include numpy.build_utils in the distribution The sub-package is already included in bento builds, it appears to have been missed from distutils. This fixes the following error whilst running any tests with tox ``` ImportError: No module named build_utils.apple_accelerate ``` Commit: 4553701b5d03efb5155ac6de7f439d372726caf6 https://github.com/numpy/numpy/commit/4553701b5d03efb5155ac6de7f439d372726caf6 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- MAINT: List subpackages alphabetically in numpy.setup.configuration() The intention is to make it easier to spot missing items Commit: f179ec92d8ddb0dc5f7445255022be5c4765a704 https://github.com/numpy/numpy/commit/f179ec92d8ddb0dc5f7445255022be5c4765a704 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M tox.ini Log Message: ----------- TST: Add Python 3.4 to Tox environments Commit: ff668ba0d7652c12b28a6b6f9dbb3b581a383833 https://github.com/numpy/numpy/commit/ff668ba0d7652c12b28a6b6f9dbb3b581a383833 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py Log Message: ----------- BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy. Commit: eb0caab1c6d3fdad45b7c534c933e8bd738faf4e https://github.com/numpy/numpy/commit/eb0caab1c6d3fdad45b7c534c933e8bd738faf4e Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: A numpy/_build_utils/README Log Message: ----------- DOC: Add warning about numpy._build_utils Commit: 399bf25c7b25ae448ae41df32ec2d27aa58223f1 https://github.com/numpy/numpy/commit/399bf25c7b25ae448ae41df32ec2d27aa58223f1 Author: Charles Harris Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/README A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py M tox.ini Log Message: ----------- Merge pull request #6160 from moreati/tox_fixup TST: Fix running tests under Tox, add Python 3.4 to Tox environments Compare: https://github.com/numpy/numpy/compare/9cd868a00cc4...399bf25c7b25 From noreply at github.com Wed Aug 5 14:09:46 2015 From: noreply at github.com (GitHub) Date: Wed, 05 Aug 2015 11:09:46 -0700 Subject: [Numpy-svn] [numpy/numpy] cab8bc: BLD: fix tests under Tox, include numpy.build_util... Message-ID: <55c2516a1afa2_14c93f83681a52b8463b7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: cab8bc6dae9d649be746cefe2fc2183d0db1b8e5 https://github.com/numpy/numpy/commit/cab8bc6dae9d649be746cefe2fc2183d0db1b8e5 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- BLD: fix tests under Tox, include numpy.build_utils in the distribution The sub-package is already included in bento builds, it appears to have been missed from distutils. This fixes the following error whilst running any tests with tox ``` ImportError: No module named build_utils.apple_accelerate ``` Commit: 9a241bd9c66a002e876d25559272a47e50ba7ff3 https://github.com/numpy/numpy/commit/9a241bd9c66a002e876d25559272a47e50ba7ff3 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- MAINT: List subpackages alphabetically in numpy.setup.configuration() The intention is to make it easier to spot missing items Commit: ab8ade78b005f85631fde8182fe4bd0690a2ca9f https://github.com/numpy/numpy/commit/ab8ade78b005f85631fde8182fe4bd0690a2ca9f Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M tox.ini Log Message: ----------- TST: Add Python 3.4 to Tox environments Commit: 79db519302ddf2bc23dd5435f34f183d7eac5906 https://github.com/numpy/numpy/commit/79db519302ddf2bc23dd5435f34f183d7eac5906 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py Log Message: ----------- BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy. Commit: e95512274244197cec947ef4629475f28120780e https://github.com/numpy/numpy/commit/e95512274244197cec947ef4629475f28120780e Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: A numpy/_build_utils/README Log Message: ----------- DOC: Add warning about numpy._build_utils Commit: e968b3ae83cdc3a3fbaa69b094077829fbb489b8 https://github.com/numpy/numpy/commit/e968b3ae83cdc3a3fbaa69b094077829fbb489b8 Author: Charles Harris Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/README A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py M tox.ini Log Message: ----------- Merge pull request #6167 from charris/backport-6160 Backport #6160, TST: Fix running tests under Tox. Compare: https://github.com/numpy/numpy/compare/3a47516bbc57...e968b3ae83cd From noreply at github.com Wed Aug 5 14:10:17 2015 From: noreply at github.com (GitHub) Date: Wed, 05 Aug 2015 11:10:17 -0700 Subject: [Numpy-svn] [numpy/numpy] 193668: DOC: Add Trove classifiers for supported Python ve... Message-ID: <55c2518993983_77ca3fc9985092bc84096@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 193668a1d331ec912c093c68aac11b007d053670 https://github.com/numpy/numpy/commit/193668a1d331ec912c093c68aac11b007d053670 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- DOC: Add Trove classifiers for supported Python versions Adds missing `Programming Language :: Python :: 3` to bento.info Adds new `Programming Language :: Python :: {2..,3..,CPython..}` to both These versions are correct for the 1.10.x and 1.11.x releases. They reflect the commit b06dbc15d9db0e224d338c84ac98a925a7945d4c Commit: 3e314b92e7185ebd9cad64dbb9308218d0631960 https://github.com/numpy/numpy/commit/3e314b92e7185ebd9cad64dbb9308218d0631960 Author: Ralf Gommers Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- Merge pull request #6164 from moreati/classifiers DOC: Add Trove classifiers for supported Python versions Compare: https://github.com/numpy/numpy/compare/399bf25c7b25...3e314b92e718 From noreply at github.com Wed Aug 5 15:19:46 2015 From: noreply at github.com (GitHub) Date: Wed, 05 Aug 2015 12:19:46 -0700 Subject: [Numpy-svn] [numpy/numpy] b268c2: DOC: Add Trove classifiers for supported Python ve... Message-ID: <55c261d27cd44_4d1c3fe74040f29c321e3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: b268c2dd63f460a1a554dec6891879e2eec87193 https://github.com/numpy/numpy/commit/b268c2dd63f460a1a554dec6891879e2eec87193 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- DOC: Add Trove classifiers for supported Python versions Adds missing `Programming Language :: Python :: 3` to bento.info Adds new `Programming Language :: Python :: {2..,3..,CPython..}` to both These versions are correct for the 1.10.x and 1.11.x releases. They reflect the commit b06dbc15d9db0e224d338c84ac98a925a7945d4c Commit: e639dbce76e0be912c0dfb41992959f8c49018a2 https://github.com/numpy/numpy/commit/e639dbce76e0be912c0dfb41992959f8c49018a2 Author: Ralf Gommers Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- Merge pull request #6168 from charris/backport-6164 DOC: Add Trove classifiers for supported Python versions Backport of gh-6164 Compare: https://github.com/numpy/numpy/compare/e968b3ae83cd...e639dbce76e0 From noreply at github.com Wed Aug 5 15:29:10 2015 From: noreply at github.com (GitHub) Date: Wed, 05 Aug 2015 12:29:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 05010d: BLD: Speed up up Travis jobs by running on contain... Message-ID: <55c2640630ef8_17da3f9a59b5529c112812@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 05010d652d1e2abfa13b4c2c9fa8f5eb48acf4bc https://github.com/numpy/numpy/commit/05010d652d1e2abfa13b4c2c9fa8f5eb48acf4bc Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- BLD: Speed up up Travis jobs by running on container-based infrastructure All jobs currently run on Travis's legacy infrastructure - which supports sudo. The newer container-based infrastructure is faster, but doesn't allow sudo. This patch - sets sudo=false for all jobs, except the chroot job - uses Travis's apt addon to install all packages - installs eatmydata for all jobs to reduce disk IO - removes the tmpfs workaround for chroot builds Commit: b4ee7287c8a260c5ca4325b63325b6e66647c08b https://github.com/numpy/numpy/commit/b4ee7287c8a260c5ca4325b63325b6e66647c08b Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml Log Message: ----------- BLD: Cache pip downloads on Travis This enables the cache feature of Travis container-based ingrastructure. Pip's download/build cache is preserved between jobs, speeding up the install phase. Installation of nose etc is moved to after pip has been upgraded so that wheels are favoured. Sadly this has no effect on Cython - it's still built from source every time. Commit: 4d84ac10bd07c95c25ddd68a3d65e811fe27e5a5 https://github.com/numpy/numpy/commit/4d84ac10bd07c95c25ddd68a3d65e811fe27e5a5 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Restore Cython comment to it's correct place Commit: e108e9967cf3ccdceb80696b299d6612a1edb193 https://github.com/numpy/numpy/commit/e108e9967cf3ccdceb80696b299d6612a1edb193 Author: Julian Taylor Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- Merge pull request #6165 from moreati/travis_enhancements BLD: Speed up Travis builds by 10-15 minutes, move to container-based architecture Compare: https://github.com/numpy/numpy/compare/3e314b92e718...e108e9967cf3 From noreply at github.com Thu Aug 6 10:48:37 2015 From: noreply at github.com (GitHub) Date: Thu, 06 Aug 2015 07:48:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 42775d: REL: Release. Message-ID: <55c373c586214_63543fb1e411729c15253@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0b1 Home: https://github.com/numpy/numpy Commit: 42775d5f51b51bec613b9e20892659cd28ca10f7 https://github.com/numpy/numpy/commit/42775d5f51b51bec613b9e20892659cd28ca10f7 Author: Charles Harris Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M setup.py Log Message: ----------- REL: Release. From noreply at github.com Thu Aug 6 19:54:26 2015 From: noreply at github.com (GitHub) Date: Thu, 06 Aug 2015 16:54:26 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <55c3f3b27e393_b343ff24deeb2c062280@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0b1 Home: https://github.com/numpy/numpy From noreply at github.com Thu Aug 6 20:45:08 2015 From: noreply at github.com (GitHub) Date: Thu, 06 Aug 2015 17:45:08 -0700 Subject: [Numpy-svn] [numpy/numpy] f15501: BLD: revert C99 complex for msvc14 Message-ID: <55c3ff9456112_63963f828370d2b8118053@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: f15501bb3c16a09c23515d1e2085ca2d3ff8d21e https://github.com/numpy/numpy/commit/f15501bb3c16a09c23515d1e2085ca2d3ff8d21e Author: Christoph Gohlke Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: revert C99 complex for msvc14 Commit: 18233451f7ec28a3f54c4623ae6226f56e533ab6 https://github.com/numpy/numpy/commit/18233451f7ec28a3f54c4623ae6226f56e533ab6 Author: Charles Harris Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- Merge pull request #6171 from cgohlke/patch-1 BLD: revert C99 complex for msvc14 Compare: https://github.com/numpy/numpy/compare/e639dbce76e0...18233451f7ec From noreply at github.com Thu Aug 6 21:33:58 2015 From: noreply at github.com (GitHub) Date: Thu, 06 Aug 2015 18:33:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 0743eb: BLD: revert C99 complex for msvc14 Message-ID: <55c40b066570a_5a373fd22149b2bc113490@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0743eb068ad3b6af2a485840251b0753c2a4f35b https://github.com/numpy/numpy/commit/0743eb068ad3b6af2a485840251b0753c2a4f35b Author: Christoph Gohlke Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: revert C99 complex for msvc14 Commit: 0a49e51e332a34ce2640b11a513e2d119111a2f8 https://github.com/numpy/numpy/commit/0a49e51e332a34ce2640b11a513e2d119111a2f8 Author: Charles Harris Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- Merge pull request #6173 from charris/forward-port-gh-6171 BLD: revert C99 complex for msvc14 Compare: https://github.com/numpy/numpy/compare/e108e9967cf3...0a49e51e332a From noreply at github.com Fri Aug 7 01:16:21 2015 From: noreply at github.com (GitHub) Date: Thu, 06 Aug 2015 22:16:21 -0700 Subject: [Numpy-svn] [numpy/numpy] d25e68: Fix #2128 once again. Message-ID: <55c43f2568fd6_7ce13fe725bf72b87231b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d25e681b41fe841d758e85308b1fe29529c5b602 https://github.com/numpy/numpy/commit/d25e681b41fe841d758e85308b1fe29529c5b602 Author: Antony Lee Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/fft/info.py Log Message: ----------- Fix #2128 once again. Not sure why the error was still in the docs. Commit: e4d4b45d26813899c66e112365896aabbb7b19fa https://github.com/numpy/numpy/commit/e4d4b45d26813899c66e112365896aabbb7b19fa Author: Jaime Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/fft/info.py Log Message: ----------- Merge pull request #6174 from anntzer/fft-normalization-docs Fix #2128 once again. Compare: https://github.com/numpy/numpy/compare/0a49e51e332a...e4d4b45d2681 From noreply at github.com Fri Aug 7 19:32:50 2015 From: noreply at github.com (GitHub) Date: Fri, 07 Aug 2015 16:32:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 9b4aaf: Clarify signature of numpy.pad. Message-ID: <55c54022860c1_76cd3ff1a6be32a0820f9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy Commit: 9b4aaf0bbd3a28f7bb0fda204f62310d41570b09 https://github.com/numpy/numpy/commit/9b4aaf0bbd3a28f7bb0fda204f62310d41570b09 Author: Antony Lee Date: 2015-08-07 (Fri, 07 Aug 2015) Changed paths: M numpy/lib/arraypad.py Log Message: ----------- Clarify signature of numpy.pad. `mode` is a required argument so just declare it as such. This does not prevent it from being passed as a keyword argument. Commit: dbbad28ce57b4c2ea06c43e74f26e0ee29b2098e https://github.com/numpy/numpy/commit/dbbad28ce57b4c2ea06c43e74f26e0ee29b2098e Author: Homu Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M numpy/lib/arraypad.py Log Message: ----------- Auto merge of #6181 - anntzer:pad-requires-mode-argument, r=njsmith Clarify signature of numpy.pad. `mode` is a required argument so just declare it as such. This does not prevent it from being passed as a keyword argument. Compare: https://github.com/numpy/numpy/compare/e4d4b45d2681...dbbad28ce57b From noreply at github.com Fri Aug 7 19:32:54 2015 From: noreply at github.com (GitHub) Date: Fri, 07 Aug 2015 16:32:54 -0700 Subject: [Numpy-svn] [numpy/numpy] 780cd6: BUG: np.nonzero behaving differently for 1-D array... Message-ID: <55c54026f2b11_15573fa5459ab29c28230a6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy Commit: 780cd6e70627f78f57cad3b1486e81936c1572a9 https://github.com/numpy/numpy/commit/780cd6e70627f78f57cad3b1486e81936c1572a9 Author: Jaime Fernandez Date: 2015-05-13 (Wed, 13 May 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/matrixlib/tests/test_regression.py Log Message: ----------- BUG: np.nonzero behaving differently for 1-D arrays Fixes #5837 Commit: 35def25c65fe6c8576dfc0e246b67784b8fcb8e9 https://github.com/numpy/numpy/commit/35def25c65fe6c8576dfc0e246b67784b8fcb8e9 Author: Yaroslav Halchenko Date: 2015-06-08 (Mon, 08 Jun 2015) Changed paths: M numpy/lib/utils.py Log Message: ----------- BF: do not crash lookfor if inspection fails - catch any Exception Commit: 5c3c04537a76099aa7ac9cc5db9d797287e44612 https://github.com/numpy/numpy/commit/5c3c04537a76099aa7ac9cc5db9d797287e44612 Author: Jaime Fernandez Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- MANT: Cleanup of _pyarray_revert Removed several useless calls to copyswap, plus added a slightly more efficient method for non-complex numeric types. Commit: 4e3f8273ca901fd5cfa4722f8020d8f5d471035e https://github.com/numpy/numpy/commit/4e3f8273ca901fd5cfa4722f8020d8f5d471035e Author: Lars Buitinck Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- MAINT: core: less function pointer casting in arraytypes.c.src Commit: 763512bff140d800ce9db29f2f86735300969221 https://github.com/numpy/numpy/commit/763512bff140d800ce9db29f2f86735300969221 Author: Lars Buitinck Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- MAINT: core: some missing casts in multiarraymodule Commit: 949df02d9477bd368837cc667bce3a8c23eb8413 https://github.com/numpy/numpy/commit/949df02d9477bd368837cc667bce3a8c23eb8413 Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Document bogus stride fix for release. Add explanation and patch link to doc/HOWTO_RELEASE.rst.txt. [ci skip] Commit: 7576ae2fde08452e3bc1e45a254856773b2012fc https://github.com/numpy/numpy/commit/7576ae2fde08452e3bc1e45a254856773b2012fc Author: Charles Harris Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better. [ci skip] Commit: 34449614e34065e4599787095b90928dc22afb14 https://github.com/numpy/numpy/commit/34449614e34065e4599787095b90928dc22afb14 Author: Fran?ois Magimel Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- DOC, MAINT: fix typo in np.fill_diagonal docstring example Commit: 75190503dd569e58029cdac81e6451907181c130 https://github.com/numpy/numpy/commit/75190503dd569e58029cdac81e6451907181c130 Author: Charles Harris Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/index_tricks.py Log Message: ----------- Merge pull request #6013 from Linkid/doc/syntax0 DOC, MAINT: fix typo in np.fill_diagonal docstring example Commit: ea0744b6fa18b27de2986a2240d1d2fd33085b85 https://github.com/numpy/numpy/commit/ea0744b6fa18b27de2986a2240d1d2fd33085b85 Author: Nathaniel J. Smith Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: add 'nightly' (= 3.5ish) to travis build matrix Commit: 7d6aa8c721d5274ac57d0c87685d472cb1fd7948 https://github.com/numpy/numpy/commit/7d6aa8c721d5274ac57d0c87685d472cb1fd7948 Author: Nathaniel J. Smith Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/npyio.py Log Message: ----------- MAINT: remove legacy monkeypatching of GzipFile I'm not sure exactly when GzipFile.seek started supporting the whence= argument by default -- sometime around python 2.5 from the looks of http://bugs.python.org/issue1355023. But in any case it was definitely there by 2.6, which is now the earliest version we support, so there's no longer any need to monkeypatch it in. This also fixes an error in python 3.5b2, which I haven't bothered to track down further because these are the wages of monkeypatching. Commit: e552922fe6c8854541337a10970ff1b62caffc70 https://github.com/numpy/numpy/commit/e552922fe6c8854541337a10970ff1b62caffc70 Author: Nathaniel J. Smith Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/arrayterator.py Log Message: ----------- MAINT: remove use of 'raise StopIteration' from generators This triggers a PendingDeprecationWarning in py3.5 -- you're supposed to just write "return" instead (which on earlier versions is equivalent). See PEP 479: https://www.python.org/dev/peps/pep-0479/ Commit: 086f51ebaa70e98dbca26e90f8d28a4ea57d655f https://github.com/numpy/numpy/commit/086f51ebaa70e98dbca26e90f8d28a4ea57d655f Author: Charles Harris Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/arrayterator.py Log Message: ----------- Merge pull request #6017 from njsmith/raise-stopiteration-deprecated MAINT: remove use of 'raise StopIteration' from generators Commit: 21962fc4c68311e78e6420e3d2e80d9cd98409d7 https://github.com/numpy/numpy/commit/21962fc4c68311e78e6420e3d2e80d9cd98409d7 Author: Charles Harris Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #6016 from njsmith/remove-gzip-monkeypatch MAINT: remove legacy monkeypatching of GzipFile Commit: e8c412453fa6c95a488e0ddfdb298be520b782d2 https://github.com/numpy/numpy/commit/e8c412453fa6c95a488e0ddfdb298be520b782d2 Author: Nathaniel J. Smith Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- MAINT: filter out some warnings triggered by nose 1.3.7 + python 3.5b2 Filed upstream as: https://github.com/nose-devs/nose/issues/929 Not our problem. Commit: bf5bb1a49c47c62a9f67275a29c7cdc78a78679c https://github.com/numpy/numpy/commit/bf5bb1a49c47c62a9f67275a29c7cdc78a78679c Author: Charles Harris Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6018 from njsmith/filter-nose-3.5-warnings MAINT: filter out some warnings triggered by nose 1.3.7 + python 3.5b2 Commit: c8759f107bb8ab47c515800845caa63701ba6c98 https://github.com/numpy/numpy/commit/c8759f107bb8ab47c515800845caa63701ba6c98 Author: Charles Harris Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #6015 from njsmith/travis-nightly MAINT: add 'nightly' (= 3.5ish) to travis build matrix Commit: 567a44d276e74d0a570be8fa6bb8a7b4345a7de3 https://github.com/numpy/numpy/commit/567a44d276e74d0a570be8fa6bb8a7b4345a7de3 Author: Charles Harris Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #5971 from larsmans/c-fixes MAINT: core: less function pointer casting in arraytypes.c.src Commit: 56678fe56dce97871bb49febf0b2c0206541eada https://github.com/numpy/numpy/commit/56678fe56dce97871bb49febf0b2c0206541eada Author: Charles Harris Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M numpy/lib/utils.py Log Message: ----------- Merge pull request #5953 from yarikoptic/bf/guard-getmembers BF: do not crash lookfor if inspection fails - catch any Exception Commit: 16cdeff7520819322209f89003dcc282903ca34e https://github.com/numpy/numpy/commit/16cdeff7520819322209f89003dcc282903ca34e Author: Charles Harris Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_numeric.py M numpy/core/tests/test_regression.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/matrixlib/tests/test_regression.py Log Message: ----------- Merge pull request #5865 from jaimefrio/where_writeable BUG: np.nonzero behaving differently for 1-D arrays Commit: 38d6f099bf97f46024346112f94881575bb420f0 https://github.com/numpy/numpy/commit/38d6f099bf97f46024346112f94881575bb420f0 Author: Charles Harris Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #5955 from jaimefrio/faster_revert MANT: Cleanup of _pyarray_revert Commit: 1adcdf7aa5b20a9afd778290105ec327b705c93e https://github.com/numpy/numpy/commit/1adcdf7aa5b20a9afd778290105ec327b705c93e Author: Nathaniel J. Smith Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M numpy/core/src/multiarray/number.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Make a @= b error out Before this change, we defined a nb_matrix_multiply slot but not a nb_inplace_matrix_multiply slot, which means that a statement like a @= b would be silently expanded by the CPython interpreter to become a = a @ b This is undesireable, because it produces unexpected memory allocations, breaks view relationships, and so forth. This commit adds a nb_inplace_matrix_multiply slot which simply errors out, and suggests that users write 'a = a @ b' explicitly if that's what they want. Commit: 23e10e18f7951fe040c91134da894f6efdffebe6 https://github.com/numpy/numpy/commit/23e10e18f7951fe040c91134da894f6efdffebe6 Author: seberg Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M numpy/core/src/multiarray/number.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6000 from njsmith/inplace-matmul-error BUG: Make a @= b error out Commit: 84c055591dcf951c805bbfee2ca568884810372b https://github.com/numpy/numpy/commit/84c055591dcf951c805bbfee2ca568884810372b Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix argmin() with NaTs np.min() skips NaT values, but np.argmin() wouldn't: since the internal representation of NaT is smaller than every other datetime64 or timedelta64 value, np.argmin() would return results inconsistent with np.min(). Closes #6030. Commit: 7aa4f494e3dbd183d08d5130b52c0c62fa2af675 https://github.com/numpy/numpy/commit/7aa4f494e3dbd183d08d5130b52c0c62fa2af675 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_datetime.py Log Message: ----------- ENH: improve string representation of NaTs in timedelta64 arrays Rather than representing them as "-9223372036854775808", we now represent them as "'NaT'", as in datetime64 arrays. Note this changes the numpy.core.arrayprint printer, not the builtin printer. Commit: 9748970b52fcd10b4498e01baa74d2d760fdd220 https://github.com/numpy/numpy/commit/9748970b52fcd10b4498e01baa74d2d760fdd220 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Add tests for leading NaT values, and fix np.min() bug Commit: 50b12ecc36aeea16e640b81e73cf32848ded6c91 https://github.com/numpy/numpy/commit/50b12ecc36aeea16e640b81e73cf32848ded6c91 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Update release notes Commit: 61d2a445881f80b52bc9facdbd4f58f6e74c637b https://github.com/numpy/numpy/commit/61d2a445881f80b52bc9facdbd4f58f6e74c637b Author: Jaime Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6033 from pitrou/td64_array_repr ENH: improve string representation of NaTs in timedelta64 arrays Commit: 6646bdfeac189c50b19b032ea8b6795ea7fd2074 https://github.com/numpy/numpy/commit/6646bdfeac189c50b19b032ea8b6795ea7fd2074 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.interface.rst M doc/source/reference/arrays.scalars.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.config.rst M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.dtype.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/reference/internals.code-explanations.rst M doc/source/user/c-info.beyond-basics.rst M doc/source/user/c-info.how-to-extend.rst M doc/source/user/c-info.ufunc-tutorial.rst Log Message: ----------- DOC: Fix outdated sphinx directives. Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function:: Commit: 430a3796e11dd11bdc3db7838ff1bcf159105978 https://github.com/numpy/numpy/commit/430a3796e11dd11bdc3db7838ff1bcf159105978 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/lib/info.py Log Message: ----------- DOC: Add reference to new stack function in numpy/lib/info.py. Commit: 1393a575c58f1ba86b1684ba9677ad134d057a93 https://github.com/numpy/numpy/commit/1393a575c58f1ba86b1684ba9677ad134d057a93 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.ndarray.rst M numpy/add_newdocs.py M numpy/matrixlib/tests/test_defmatrix.py Log Message: ----------- DOC: Remove references to removed setasflat ndarray method. Commit: 276a4e1c27f17cca30ae0c0775fe03bd4b46af35 https://github.com/numpy/numpy/commit/276a4e1c27f17cca30ae0c0775fe03bd4b46af35 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.ndarray.rst Log Message: ----------- DOC: Fix list markup in source/reference/arrays.ndarray.rst. List needs to be preceded by blank line. Commit: a70842c58b11b4c3e56425d67e075a418db361f4 https://github.com/numpy/numpy/commit/a70842c58b11b4c3e56425d67e075a418db361f4 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.classes.rst M doc/source/reference/arrays.ndarray.rst Log Message: ----------- DOC: Remove a reference to __array_priority__. Also correct its documented default value. Commit: dd5fd83164e74523b44b0e8bfbc9054ee19a8db5 https://github.com/numpy/numpy/commit/dd5fd83164e74523b44b0e8bfbc9054ee19a8db5 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/index.rst Log Message: ----------- DOC: Remove reference to routines.ctypeslib.rst from index.rst. The proper reference is in routines.rst. Commit: f940a9e434e2ba39328361336711502895a42194 https://github.com/numpy/numpy/commit/f940a9e434e2ba39328361336711502895a42194 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/internals.code-explanations.rst Log Message: ----------- DOC: Fix bad rst list formats in internals.code-explanations.rst. The lists needed blank lines before starting. Commit: f5e9adbbf87903e42d03bb3dd5f86b70a89e930c https://github.com/numpy/numpy/commit/f5e9adbbf87903e42d03bb3dd5f86b70a89e930c Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/add_newdocs.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/distutils/exec_command.py M numpy/doc/glossary.py M numpy/lib/arraysetops.py M numpy/lib/function_base.py M numpy/lib/npyio.py M numpy/linalg/linalg.py M numpy/ma/extras.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Fix docstring warnings in documetation generation. Most of these fixes involve putting blank lines around .. versionadded:: x.x.x and .. deprecated:: x.x.x Some of the examples were also fixed. Commit: 7a3926c45f99284c83eeefb4e87030139b3d689b https://github.com/numpy/numpy/commit/7a3926c45f99284c83eeefb4e87030139b3d689b Author: Nathaniel J. Smith Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M doc/source/reference/arrays.classes.rst M doc/source/reference/arrays.interface.rst M doc/source/reference/arrays.ndarray.rst M doc/source/reference/arrays.scalars.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.config.rst M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.dtype.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/reference/index.rst M doc/source/reference/internals.code-explanations.rst M doc/source/user/c-info.beyond-basics.rst M doc/source/user/c-info.how-to-extend.rst M doc/source/user/c-info.ufunc-tutorial.rst M numpy/add_newdocs.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/distutils/exec_command.py M numpy/doc/glossary.py M numpy/lib/arraysetops.py M numpy/lib/function_base.py M numpy/lib/info.py M numpy/lib/npyio.py M numpy/linalg/linalg.py M numpy/ma/extras.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6035 from charris/documentation-maintenance Documentation fixes. Commit: c15f7747c78e3e8b492ac4b1ef298b51bbae428f https://github.com/numpy/numpy/commit/c15f7747c78e3e8b492ac4b1ef298b51bbae428f Author: Julian Taylor Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/ucsnarrow.c M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/test_rational.c.src M numpy/linalg/lapack_litemodule.c Log Message: ----------- MAINT: remove a bunch of compiler warnings there is a memset warning remaining when built with -flto, though its not clear where exactly it comes from. Commit: bb4682a091e9652bfd886a686b3fa85a9636028d https://github.com/numpy/numpy/commit/bb4682a091e9652bfd886a686b3fa85a9636028d Author: Julian Taylor Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M tools/travis-test.sh Log Message: ----------- TST: fail tests on compiler warnings Commit: c2ae6aa0103aecdb5e2a71504583451cada1bfbc https://github.com/numpy/numpy/commit/c2ae6aa0103aecdb5e2a71504583451cada1bfbc Author: Charles Harris Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/ucsnarrow.c M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/test_rational.c.src M numpy/linalg/lapack_litemodule.c M tools/travis-test.sh Log Message: ----------- Merge pull request #6036 from juliantaylor/compiler-warnings remove compiler warnings and let travis test for failures Commit: 7c8c9adda27efe7f84fc98240ee1b7fa15714f06 https://github.com/numpy/numpy/commit/7c8c9adda27efe7f84fc98240ee1b7fa15714f06 Author: Charles Harris Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M numpy/ma/__init__.py M numpy/ma/bench.py M numpy/ma/core.py M numpy/ma/extras.py M numpy/ma/mrecords.py M numpy/ma/setup.py M numpy/ma/testutils.py M numpy/ma/timer_comparison.py Log Message: ----------- STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.py Also * Add __all__ to numpy/ma/testutils.py * Remove various stray "#" We might want to consider removing/refactoring both numpy/ma/bench.py and numpy/ma/timer_comparison. Commit: 9bc2d3214a454e5341b27bf4a22bc8a241b86a83 https://github.com/numpy/numpy/commit/9bc2d3214a454e5341b27bf4a22bc8a241b86a83 Author: Charles Harris Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M numpy/ma/core.py Log Message: ----------- DEP,ENH: Deprecate numpy.ma.rank and add numpy.ma.ndim. The np.rank was deprecated in 1.9.0. Add test for deprecation. Commit: e79d6e306c675eee852a8ebaa26a137d4296841a https://github.com/numpy/numpy/commit/e79d6e306c675eee852a8ebaa26a137d4296841a Author: Charles Harris Date: 2015-07-04 (Sat, 04 Jul 2015) Changed paths: M numpy/lib/tests/test_io.py M numpy/lib/tests/test_recfunctions.py Log Message: ----------- BUG: Fix imports in test_io.py and test_recfunctions.py. Those test functions were incorrectly importing test functions from numpy/ma/testutils that were actually not defined there, but rather in numpy/testing. That did not cause an error when testutils was '*' importing all the test functions, but it was deceptive as some of the functions might appear to support masked arrays when they do not. Commit: c80c609950fe5aeecf3082d397c7b5149a834fca https://github.com/numpy/numpy/commit/c80c609950fe5aeecf3082d397c7b5149a834fca Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/noseclasses.py M numpy/testing/nosetester.py M numpy/testing/print_coercion_tables.py M numpy/testing/setup.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- STY: PEP8 fixes for numpy/testing numpy/testing/tests. Commit: ad40c230c4da2ca336bed6b093e8efaba590eec3 https://github.com/numpy/numpy/commit/ad40c230c4da2ca336bed6b093e8efaba590eec3 Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- MAINT: pyflakes for numpy/testing, numpy/testing/tests. Commit: 8b3e9ae5262c1da1118370cd6e83db9b2166952e https://github.com/numpy/numpy/commit/8b3e9ae5262c1da1118370cd6e83db9b2166952e Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/__init__.py M numpy/core/_internal.py M numpy/core/_methods.py M numpy/core/arrayprint.py M numpy/core/defchararray.py M numpy/core/getlimits.py M numpy/core/machar.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/records.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- STY: PEP8 fixes for numpy/core/*.py Commit: 7fa8ab6ac29c1dccf34dae5c53211ace67620ed7 https://github.com/numpy/numpy/commit/7fa8ab6ac29c1dccf34dae5c53211ace67620ed7 Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/_internal.py M numpy/core/defchararray.py M numpy/core/function_base.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- MAINT: Fix some pyflakes warnings in numpy/core/*.py These fixes are not agressive as some of the code is complicated and it is better to be careful. The files numeric.py and numerictypes.py are not easily analysed and the latter is self modifying. Pyflakes generates a number of invalid warnings for those files. Commit: b1a7d4c1d0e18913081ba2c1f8508da57582727e https://github.com/numpy/numpy/commit/b1a7d4c1d0e18913081ba2c1f8508da57582727e Author: Jaime Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/__init__.py M numpy/core/_internal.py M numpy/core/_methods.py M numpy/core/arrayprint.py M numpy/core/defchararray.py M numpy/core/function_base.py M numpy/core/getlimits.py M numpy/core/machar.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/records.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- Merge pull request #6048 from charris/pep8-pyflakes-numpy.core PEP8 and pyflakes fixups for numpy.core Commit: 64430fa20a7c6c97f906efded23c8c6e057c98e7 https://github.com/numpy/numpy/commit/64430fa20a7c6c97f906efded23c8c6e057c98e7 Author: Sebastian Berg Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- TST: Make default for all warnings "always" This should make it easier in some cases, since a warning caught in some test (but not important/not causing failure), will not shadow later tests. In principle the best thing is probably to always check the number of warnings raised, so that you notice when a new warning shows up in a test, though there may be other corner cases here. Commit: e9a75342099995b07c4d326fb6c0f47ce3edb002 https://github.com/numpy/numpy/commit/e9a75342099995b07c4d326fb6c0f47ce3edb002 Author: Jaime Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6031 from pitrou/argmin_nat BUG: fix argmin() with NaTs Commit: 43d4aa5de8a991fa40c9976280cef5b4b080a806 https://github.com/numpy/numpy/commit/43d4aa5de8a991fa40c9976280cef5b4b080a806 Author: Bertrand Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- EHN: raise error for negative 'num' in linspace. Closing #5937 Commit: 7fbbaf98e4935e9cb7274764de813f7dffb04c89 https://github.com/numpy/numpy/commit/7fbbaf98e4935e9cb7274764de813f7dffb04c89 Author: Eric Martin Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M site.cfg.example Log Message: ----------- Fix typo in site.cfg.example "earch path" => "search path" Commit: 461c997075723cc8812692458d7b2ea9c839336e https://github.com/numpy/numpy/commit/461c997075723cc8812692458d7b2ea9c839336e Author: Jaime Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M site.cfg.example Log Message: ----------- Merge pull request #6058 from lightcatcher/patch-1 MAINT: fix typo in site.cfg.example Commit: 0c97cdeb1b29776f927fea4830c802e0339ac8dd https://github.com/numpy/numpy/commit/0c97cdeb1b29776f927fea4830c802e0339ac8dd Author: Jaime Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Merge pull request #6057 from bertrand-l/linspace_nonnegative_num EHN: raise error for negative 'num' in linspace. Commit: be59b83bd906817e2beee2910f745bdc65a7f347 https://github.com/numpy/numpy/commit/be59b83bd906817e2beee2910f745bdc65a7f347 Author: Greg Thomsen Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: Fixed downcasting with boolean indexing. Fixed downcasting complex types to a real type using boolean indices which previously caused a segfault. Acquiring the appropriate dtype transfer function raises a warning that requires holding the GIL, which had been released in a previous revision. Now the GIL is held while the transfer function is acquired. This fixes issue #5896. Commit: 2be00c3fe6f6d84d4449b1cb26452642b48c0661 https://github.com/numpy/numpy/commit/2be00c3fe6f6d84d4449b1cb26452642b48c0661 Author: mlai Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- BUG: made view of new array to fix ix_ bug closes gh-6062 done with help of Sebastian Berg! =) Commit: bf0c2d169de75bb2d9349e4f95ad322c20ed63bc https://github.com/numpy/numpy/commit/bf0c2d169de75bb2d9349e4f95ad322c20ed63bc Author: Jaime Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #6064 from githubmlai/funatscipy BUG: made view of new array to fix ix_ bug Commit: 57e6b4b1de8c50641119b3f11ba62e660eece95a https://github.com/numpy/numpy/commit/57e6b4b1de8c50641119b3f11ba62e660eece95a Author: Jaime Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #6065 from gthomsen/warned-cast-missing-gil BUG: Fixed downcasting with boolean indexing. Commit: ddc53885e1b66b6e4e7d299d2c808ddc472913b9 https://github.com/numpy/numpy/commit/ddc53885e1b66b6e4e7d299d2c808ddc472913b9 Author: Ralf Gommers Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/noseclasses.py M numpy/testing/nosetester.py M numpy/testing/print_coercion_tables.py M numpy/testing/setup.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #6049 from charris/pep8-numpy-testing PEP8 and pyflakes fixups for numpy/testing and numpy/testing/tests Commit: cd9a6a2ddfb0653601865794f3539210b94955ce https://github.com/numpy/numpy/commit/cd9a6a2ddfb0653601865794f3539210b94955ce Author: Ian Henriksen Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: Fixed import error on Windows from not correctly defining a function listed in __all__ for numpy/testing/utils.py. Commit: 49617ac803dfe6f9542410045854203018602b18 https://github.com/numpy/numpy/commit/49617ac803dfe6f9542410045854203018602b18 Author: Nathaniel J. Smith Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #6072 from insertinterestingnamehere/win_compile_fix BUG: Windows build error fix Commit: a8e9a05b52c5b13c1a5a6709e1e2bf7522cd1654 https://github.com/numpy/numpy/commit/a8e9a05b52c5b13c1a5a6709e1e2bf7522cd1654 Author: Ian Henriksen Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M numpy/distutils/command/build_clib.py Log Message: ----------- BUG: Allow libraries to be used as dependencies for other libraries when compiling with numpy.distutils. For example, something like this will now work as a configuration function: def configuration(): config = Configuration() config.add_library('mylib1', sources=['mylib1.f']) config.add_library('mylib2', sources=['mylib2.f'], libraries=['mylib1']) config.add_extension('pymodule', sources=['pymodule.c'], libraries=['mylib2']) return config Arbitrary handling of dependencies between libraries is still not supported, but this should make some basic cases work properly. Commit: 7b0b5d1219f8869857db778032dc417aea89eb9f https://github.com/numpy/numpy/commit/7b0b5d1219f8869857db778032dc417aea89eb9f Author: Julian Taylor Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/distutils/command/build.py M numpy/distutils/command/build_clib.py M numpy/distutils/command/build_ext.py M numpy/distutils/misc_util.py Log Message: ----------- MAINT: adapt parallel build option names to python3.5 python3.5 uses --parallel instead of --jobs Commit: 85188530bffae563eb274b9c12b77981cfa4e1d2 https://github.com/numpy/numpy/commit/85188530bffae563eb274b9c12b77981cfa4e1d2 Author: Nathaniel J. Smith Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/distutils/command/build.py M numpy/distutils/command/build_clib.py M numpy/distutils/command/build_ext.py M numpy/distutils/misc_util.py Log Message: ----------- Merge pull request #6088 from juliantaylor/parallel-build-adapt MAINT: adapt parallel build option names to python3.5 Commit: 98f186f4ea336138c31c471d18dccc6d9663ced7 https://github.com/numpy/numpy/commit/98f186f4ea336138c31c471d18dccc6d9663ced7 Author: Dimas Abreu Dutra Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case. Commit: a419ebb9a19be74c7ec7887eff81cf7ea0636e16 https://github.com/numpy/numpy/commit/a419ebb9a19be74c7ec7887eff81cf7ea0636e16 Author: Jaime Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6090 from dimasad/issue-6089-fix BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 Commit: 6ea6049b762eb74135ac3069efa39dc46cfc2577 https://github.com/numpy/numpy/commit/6ea6049b762eb74135ac3069efa39dc46cfc2577 Author: James Salter Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- don't pass un-encodable env to spawn Commit: dc030e6c9e718de75579475887e757ec1b434d26 https://github.com/numpy/numpy/commit/dc030e6c9e718de75579475887e757ec1b434d26 Author: James Salter Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- restrict to windows py3 and add comment Commit: f7e6de4de3214ef649a4cdb19c59364246cc310b https://github.com/numpy/numpy/commit/f7e6de4de3214ef649a4cdb19c59364246cc310b Author: Allan Haldane Date: 2015-07-18 (Sat, 18 Jul 2015) Changed paths: M numpy/core/src/multiarray/convert.c Log Message: ----------- MAINT: missing decref in PyArray_View Commit: cc7e908ab1909aa7911601ed2a245111b0801d79 https://github.com/numpy/numpy/commit/cc7e908ab1909aa7911601ed2a245111b0801d79 Author: seberg Date: 2015-07-18 (Sat, 18 Jul 2015) Changed paths: M numpy/core/src/multiarray/convert.c Log Message: ----------- Merge pull request #6093 from ahaldane/PyArray_View_decref MAINT: missing decref in PyArray_View Commit: f96bb4198410add08fb12b4b90424665349b3f15 https://github.com/numpy/numpy/commit/f96bb4198410add08fb12b4b90424665349b3f15 Author: James Salter Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- remove /GL for vs2015 in check_long_double_representation Commit: 00f4faeb611b1dca4be09a9d99fc0305ec38463a https://github.com/numpy/numpy/commit/00f4faeb611b1dca4be09a9d99fc0305ec38463a Author: Charles Harris Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- Merge pull request #6096 from novocaine/vs_2015_no_wpo remove /GL for vs2015 in check_long_double_representation Commit: b68a522e9e3a7d04edf79ffa24c6637dcaaf8786 https://github.com/numpy/numpy/commit/b68a522e9e3a7d04edf79ffa24c6637dcaaf8786 Author: Allan Haldane Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_dtype.py Log Message: ----------- MAINT: allow '?' in structured dtype commastring specification Code like `dtype('?,?,?')` now works. Commit: daf0497d2360d675219ece02ca767d6dfa92401b https://github.com/numpy/numpy/commit/daf0497d2360d675219ece02ca767d6dfa92401b Author: seberg Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_dtype.py Log Message: ----------- Merge pull request #6098 from ahaldane/commastring_bool MAINT: allow '?' in structured dtype commastring specification Commit: 86ffb953d00e4e2af58b74a8df942ac786d8d640 https://github.com/numpy/numpy/commit/86ffb953d00e4e2af58b74a8df942ac786d8d640 Author: Jaime Fernandez Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M numpy/core/src/multiarray/compiled_base.c Log Message: ----------- BUG: bincount overflow if arrays len >= 2^31 Commit: 808e4c214941104e188897f58fd2ec1ac510d2cb https://github.com/numpy/numpy/commit/808e4c214941104e188897f58fd2ec1ac510d2cb Author: Charles Harris Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M numpy/core/src/multiarray/compiled_base.c Log Message: ----------- Merge pull request #6101 from jaimefrio/bincount_overflow BUG: bincount overflow if arrays len >= 2^31 Commit: 50f1fce49d79444c29d63cd632bbb87ceec39f07 https://github.com/numpy/numpy/commit/50f1fce49d79444c29d63cd632bbb87ceec39f07 Author: Nate Jensen Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT GIL unnecessary when numpy floating point error handling is set to print potential micro-optimization when error handling is set to print alleviates (but does not fix) #5856 deadlock with sub-interpreters addressed comments and initial test failed Change-Id: I0414df8c5dca131e1f8c8d867791ba63cf992b63 Commit: 34b582aadae8272e7b7209f7a05594e9258ba217 https://github.com/numpy/numpy/commit/34b582aadae8272e7b7209f7a05594e9258ba217 Author: Thomas Robitaille Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: Faster algorithm for computing histograms with equal-size bins Commit: eb7104e42b98a310fb657dc980e582baa951a9f6 https://github.com/numpy/numpy/commit/eb7104e42b98a310fb657dc980e582baa951a9f6 Author: Jaime Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6100 from astrofrog/faster-histogram-equal-bins ENH: Faster algorithm for computing histograms with equal-size bins Commit: f09380a7f08852fbf1dcfa4efdab47eed28d8f03 https://github.com/numpy/numpy/commit/f09380a7f08852fbf1dcfa4efdab47eed28d8f03 Author: seberg Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- Merge pull request #6077 from ndjensen/master ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT Commit: 6a548b8d3effcb2754414444159f1757b2715d6d https://github.com/numpy/numpy/commit/6a548b8d3effcb2754414444159f1757b2715d6d Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M numpy/lib/utils.py Log Message: ----------- MAINT: Use numpy versions of getargspec, formatargspec. Both of these functions will be removed in Python 3.6 and were deprecated in 3.5. The numpy versions are not full versions, but hopefully suffice. Commit: 177874fc81fa8cea88bacf10f13d4766876583de https://github.com/numpy/numpy/commit/177874fc81fa8cea88bacf10f13d4766876583de Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- BUG: Fix misuse of void* in arraytypes.c.src. A char offset was being added to a void* in the UNICODE_setitem function. Closes #6110, which also had the fix. Thanks @seek. Commit: 5bc74aae6f218ad6f0cba5e7ca5250028febb50c https://github.com/numpy/numpy/commit/5bc74aae6f218ad6f0cba5e7ca5250028febb50c Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Use Python 3.5-dev instead of nightly. Python 3.6-dev has broken the nose tester. Use an earlier version until that gets fixed upstream. Commit: 93908e431772649f2b6f63183f726a261c294fb5 https://github.com/numpy/numpy/commit/93908e431772649f2b6f63183f726a261c294fb5 Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #6113 from charris/disable-nightly-python-tests MAINT: Use Python 3.5-dev instead of nightly. Commit: c3f04c791e814c963e955da4083aa53b1e107004 https://github.com/numpy/numpy/commit/c3f04c791e814c963e955da4083aa53b1e107004 Author: Jaime Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- Merge pull request #6112 from charris/fix-void-pointer-in-memset BUG: Fix misuse of void* in arraytypes.c.src. Commit: b733a10a9cc806f4772728015ec1bd9e63322858 https://github.com/numpy/numpy/commit/b733a10a9cc806f4772728015ec1bd9e63322858 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/ma/tests/test_core.py M numpy/ma/tests/test_extras.py M numpy/ma/tests/test_mrecords.py M numpy/ma/tests/test_old_ma.py M numpy/ma/tests/test_subclassing.py M numpy/ma/testutils.py Log Message: ----------- STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*. Also fix "*" imports. The formatting of test arrays is not fixed for multiple spaces following "," and other violations that are common in tests. To be precise, E241 and E201 are added to the errors that are excluded. Commit: acd85d569c81e12b0b2ee37e40997cbabbd5ebc6 https://github.com/numpy/numpy/commit/acd85d569c81e12b0b2ee37e40997cbabbd5ebc6 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/ma/testutils.py Log Message: ----------- MAINT: Continue to export some testing functions from ma.testutils. This is for backward compatibility. We may want to add more testing functions if other folks run into problems in the 1.10 release. Commit: 4ca2880a5d609e354436e519b7f6dd0928ed9079 https://github.com/numpy/numpy/commit/4ca2880a5d609e354436e519b7f6dd0928ed9079 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/core/tests/test_arrayprint.py M numpy/core/tests/test_datetime.py M numpy/core/tests/test_defchararray.py M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_einsum.py M numpy/core/tests/test_errstate.py M numpy/core/tests/test_function_base.py M numpy/core/tests/test_half.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_memmap.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_numerictypes.py M numpy/core/tests/test_print.py M numpy/core/tests/test_records.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarinherit.py M numpy/core/tests/test_scalarmath.py M numpy/core/tests/test_shape_base.py M numpy/core/tests/test_ufunc.py M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py M numpy/core/tests/test_unicode.py Log Message: ----------- STY: PEP8 fixes for numpy/core/tests/*.py The fixes do not include the pretty formatting of array data. Lond lines are also left intact at this point. Commit: 33934d5751bb5acbd14da6a2dec9e3eeaaddb40f https://github.com/numpy/numpy/commit/33934d5751bb5acbd14da6a2dec9e3eeaaddb40f Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Remove redundant tests from test_multiarray.py. There were two classes named TestArrayPriority in test_multiarray.py, both of which tested the use of the __array_priority__ attribute. Because the later addition tests more functions than the earlier one and for more dtypes, the earlier version is removed. Commit: fac130ebaa185f999794fe0fdab401d73fcb2382 https://github.com/numpy/numpy/commit/fac130ebaa185f999794fe0fdab401d73fcb2382 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/core/tests/test_api.py M numpy/core/tests/test_arrayprint.py M numpy/core/tests/test_datetime.py M numpy/core/tests/test_defchararray.py M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_einsum.py M numpy/core/tests/test_function_base.py M numpy/core/tests/test_getlimits.py M numpy/core/tests/test_half.py M numpy/core/tests/test_indexerrors.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_machar.py M numpy/core/tests/test_memmap.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_numerictypes.py M numpy/core/tests/test_print.py M numpy/core/tests/test_records.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarmath.py M numpy/core/tests/test_shape_base.py M numpy/core/tests/test_ufunc.py M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py M numpy/core/tests/test_unicode.py Log Message: ----------- STY: pyflakes fixes for numpy/core/tests/*.py. Many of these fixups are result from removing `from x import *` imports. The rest are mostly unused variable fixes. Commit: 730adaa7054e15caae311310ce0aee45a72d8cda https://github.com/numpy/numpy/commit/730adaa7054e15caae311310ce0aee45a72d8cda Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_numeric.py Log Message: ----------- MAINT: Merge the np.dot tests in test_multiarray and test_numeric. The dot tests in test_numeric have not done anything useful since the _dotblas module was merged into multiarray. There used to be two potentially different dot functions, one from _dotblas and the other from multiarray, that the tests compared against each other. Because both functions are now the same that no longer serves any purpose, so those tests have been modified to check against known results and moved into test_multiarray with the other dot tests. The dot tests could use improvement. They don't check all the types, exceptions, and such. But fixing them exceeds the scope of the present work. Commit: 9918d35e1ac09e2d5b3548db22f4caff93fe5ac2 https://github.com/numpy/numpy/commit/9918d35e1ac09e2d5b3548db22f4caff93fe5ac2 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/core/tests/test_api.py M numpy/core/tests/test_arrayprint.py M numpy/core/tests/test_datetime.py M numpy/core/tests/test_defchararray.py M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_einsum.py M numpy/core/tests/test_errstate.py M numpy/core/tests/test_function_base.py M numpy/core/tests/test_getlimits.py M numpy/core/tests/test_half.py M numpy/core/tests/test_indexerrors.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_machar.py M numpy/core/tests/test_memmap.py M numpy/core/tests/test_multiarray.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_numerictypes.py M numpy/core/tests/test_print.py M numpy/core/tests/test_records.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarinherit.py M numpy/core/tests/test_scalarmath.py M numpy/core/tests/test_shape_base.py M numpy/core/tests/test_ufunc.py M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py M numpy/core/tests/test_unicode.py Log Message: ----------- Merge pull request #6047 from charris/pep8-pyflakes-numpy.core.tests PEP8 and pyflakes fixups for numpy/core/tests/*.py Commit: 5eeb3c45fe407137771105ff863a46d623e7af84 https://github.com/numpy/numpy/commit/5eeb3c45fe407137771105ff863a46d623e7af84 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/lib/tests/test_io.py M numpy/lib/tests/test_recfunctions.py M numpy/ma/__init__.py M numpy/ma/bench.py M numpy/ma/core.py M numpy/ma/extras.py M numpy/ma/mrecords.py M numpy/ma/setup.py M numpy/ma/tests/test_core.py M numpy/ma/tests/test_extras.py M numpy/ma/tests/test_mrecords.py M numpy/ma/tests/test_old_ma.py M numpy/ma/tests/test_subclassing.py M numpy/ma/testutils.py M numpy/ma/timer_comparison.py Log Message: ----------- Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups PEP8 and pyflakes fixups for numpy/ma/*.py and numpy/ma/tests/*.py Merge cleanups prior to 1.10 release. Commit: ac193fac0ae1efa6c5c1fc2705615ee60d868774 https://github.com/numpy/numpy/commit/ac193fac0ae1efa6c5c1fc2705615ee60d868774 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_assumed_shape.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_return_character.py M numpy/f2py/tests/test_return_complex.py M numpy/f2py/tests/test_return_integer.py M numpy/f2py/tests/test_return_logical.py M numpy/f2py/tests/test_return_real.py M numpy/f2py/tests/test_size.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/f2py/tests. Commit: 1e99323786809fd2fa0a34818214beb34186799d https://github.com/numpy/numpy/commit/1e99323786809fd2fa0a34818214beb34186799d Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/distutils/tests/f2py_ext/tests/test_fib2.py M numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py M numpy/distutils/tests/gen_ext/tests/test_fib3.py M numpy/distutils/tests/pyrex_ext/tests/test_primes.py M numpy/distutils/tests/swig_ext/tests/test_example.py M numpy/distutils/tests/swig_ext/tests/test_example2.py M numpy/distutils/tests/test_fcompiler_intel.py M numpy/distutils/tests/test_misc_util.py M numpy/distutils/tests/test_npy_pkg_config.py M numpy/distutils/tests/test_system_info.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/distutils. Commit: 0aef5ece227cbbd2247cf57ba402b8a53c504216 https://github.com/numpy/numpy/commit/0aef5ece227cbbd2247cf57ba402b8a53c504216 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/matrixlib/tests/test_defmatrix.py M numpy/matrixlib/tests/test_multiarray.py M numpy/matrixlib/tests/test_regression.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests. Commit: 64a8e2ad3152d15ab07ecd8e36852903a6e0a13d https://github.com/numpy/numpy/commit/64a8e2ad3152d15ab07ecd8e36852903a6e0a13d Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/linalg/tests/test_build.py M numpy/linalg/tests/test_linalg.py M numpy/linalg/tests/test_regression.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/linalg/tests. Commit: fd79f6900717ff312497d71c64817226f494cb19 https://github.com/numpy/numpy/commit/fd79f6900717ff312497d71c64817226f494cb19 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/lib/tests Commit: 0d9dae2e89406e63679bc6a2bd65d50150a24a54 https://github.com/numpy/numpy/commit/0d9dae2e89406e63679bc6a2bd65d50150a24a54 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/tests/test_ctypeslib.py M numpy/tests/test_matlib.py Log Message: ----------- STY: PEP8 and pyflakes fixes for numpy/tests. Commit: e81b9eee676102fbd1c1c2916764e6ce71bac793 https://github.com/numpy/numpy/commit/e81b9eee676102fbd1c1c2916764e6ce71bac793 Author: Charles Harris Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M numpy/distutils/tests/f2py_ext/tests/test_fib2.py M numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py M numpy/distutils/tests/gen_ext/tests/test_fib3.py M numpy/distutils/tests/pyrex_ext/tests/test_primes.py M numpy/distutils/tests/swig_ext/tests/test_example.py M numpy/distutils/tests/swig_ext/tests/test_example2.py M numpy/distutils/tests/test_fcompiler_intel.py M numpy/distutils/tests/test_misc_util.py M numpy/distutils/tests/test_npy_pkg_config.py M numpy/distutils/tests/test_system_info.py M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_assumed_shape.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_return_character.py M numpy/f2py/tests/test_return_complex.py M numpy/f2py/tests/test_return_integer.py M numpy/f2py/tests/test_return_logical.py M numpy/f2py/tests/test_return_real.py M numpy/f2py/tests/test_size.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_stride_tricks.py M numpy/linalg/tests/test_build.py M numpy/linalg/tests/test_linalg.py M numpy/linalg/tests/test_regression.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/matrixlib/tests/test_multiarray.py M numpy/matrixlib/tests/test_regression.py M numpy/tests/test_ctypeslib.py M numpy/tests/test_matlib.py Log Message: ----------- Merge pull request #6115 from charris/pyflakes-fix-star-imports Pyflakes fix star imports and other style violations. Commit: b80d1f979efb528e855263a38b389cebd3eb90e1 https://github.com/numpy/numpy/commit/b80d1f979efb528e855263a38b389cebd3eb90e1 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py2e.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/use_rules.py Log Message: ----------- STY: Make pyflakes fixes in numpy/f2py Commit: a0121573e6685f09e5f613280d616070b8ff99cb https://github.com/numpy/numpy/commit/a0121573e6685f09e5f613280d616070b8ff99cb Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/__main__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/cfuncs.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/setup.py M numpy/f2py/use_rules.py Log Message: ----------- STY: Make PEP8 fixes in numpy/f2py Decided to bite the bullet on this one. The code is certainly more readable, so should be easier to fix if we need to. Commit: 0fa1a9fa0a54fce6e741333308bdafa83c0663b2 https://github.com/numpy/numpy/commit/0fa1a9fa0a54fce6e741333308bdafa83c0663b2 Author: Charles Harris Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_regression.py M numpy/f2py/tests/util.py Log Message: ----------- STY: PEP8 fixes in numpy/f2py/tests. Commit: de81da90cecee7ceaf01ffd2283983500a1fb4fb https://github.com/numpy/numpy/commit/de81da90cecee7ceaf01ffd2283983500a1fb4fb Author: Ralf Gommers Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107. [ci skip] Commit: 3b4b3ed3b50370c32a6b20d211dcca9e08442b42 https://github.com/numpy/numpy/commit/3b4b3ed3b50370c32a6b20d211dcca9e08442b42 Author: Ralf Gommers Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M numpy/lib/utils.py Log Message: ----------- Merge pull request #6111 from charris/fix-getargspec MAINT: Use numpy versions of getargspec, formatargspec. Commit: 9d26d689f07a988dcb55b9b5e0ce6a0c7af71f91 https://github.com/numpy/numpy/commit/9d26d689f07a988dcb55b9b5e0ce6a0c7af71f91 Author: Ralf Gommers Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M numpy/distutils/command/build_clib.py Log Message: ----------- Merge pull request #6052 from insertinterestingnamehere/lib_fix BUG: Fix handling of dependencies between libraries Commit: 31f4f7903f9dea792dfe6ba213e00ad556a0285e https://github.com/numpy/numpy/commit/31f4f7903f9dea792dfe6ba213e00ad556a0285e Author: Ralf Gommers Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6055 from seberg/test-warn-always TST: Make default for all warnings "always" Commit: 9232200cb99323730d5ad23c79a846649b55a345 https://github.com/numpy/numpy/commit/9232200cb99323730d5ad23c79a846649b55a345 Author: Charles Harris Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- Merge pull request #6118 from rgommers/brokenlink MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107. Commit: c49821c55b45574cd7d5300ddd4a83f12fcaa7e0 https://github.com/numpy/numpy/commit/c49821c55b45574cd7d5300ddd4a83f12fcaa7e0 Author: Thomas Robitaille Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: fixed regression in np.histogram which caused input floating-point values to be modified Commit: ede15881846af7aa6058c89359b9f9190201bfb5 https://github.com/numpy/numpy/commit/ede15881846af7aa6058c89359b9f9190201bfb5 Author: Allan Haldane Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- MAINT: fix raise_warnings in np.test in py3 In python3 np.test would raise an error if raise_warnings is a list since dict.keys() now returns a dict_keys instance. Eg, np.test('full', raise_warnings=[FutureWarning]) Commit: a92c4a108bd9b2b14f306534ad3105ed76485572 https://github.com/numpy/numpy/commit/a92c4a108bd9b2b14f306534ad3105ed76485572 Author: Jaime Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6126 from astrofrog/fix-histogram-regression BUG: fixed regression in np.histogram which caused input floating-point values to be modified Commit: d676616cb5ddde980734e2b60569a69912983940 https://github.com/numpy/numpy/commit/d676616cb5ddde980734e2b60569a69912983940 Author: Charles Harris Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py Log Message: ----------- STY: Break some long lines in numpy/f2py/*.py. The fixes are generated by autopep8, which uses line continuation. There are 441 cases that it is unable to handle, involving strings, and that is more, and more delicate, work than I want to do at this time. The line continuation characters at least mark some of the long lines. Commit: b6d0263239926e8b14ebc26a0d7b9469fa7866d4 https://github.com/numpy/numpy/commit/b6d0263239926e8b14ebc26a0d7b9469fa7866d4 Author: alex Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_regression.py Log Message: ----------- MAINT: adjust tolerance for validating the sum of probs in random.choice Commit: 4746036f60d58ddcb4341f1f47667e472d268db3 https://github.com/numpy/numpy/commit/4746036f60d58ddcb4341f1f47667e472d268db3 Author: Chander G Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- MAINT: DOC: fix link in CONTRIBUTING.md Commit: b3476a75e2d4122c70019c8b58335da6cabc19d1 https://github.com/numpy/numpy/commit/b3476a75e2d4122c70019c8b58335da6cabc19d1 Author: Jaime Date: 2015-07-31 (Fri, 31 Jul 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- Merge pull request #6135 from ChanderG/fix-link MAINT: DOC: fix link in CONTRIBUTING.md Commit: 038a309d559c265fb04d03d1b3142ca735f42f2d https://github.com/numpy/numpy/commit/038a309d559c265fb04d03d1b3142ca735f42f2d Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/f2py/__init__.py M numpy/f2py/__main__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/cfuncs.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py2e.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/setup.py M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py M numpy/f2py/tests/test_regression.py M numpy/f2py/tests/util.py M numpy/f2py/use_rules.py Log Message: ----------- Merge pull request #6117 from charris/fix-star-imports-f2py Fix star imports f2py Commit: c03abd7833b229039a7cd8268b3091deb457a528 https://github.com/numpy/numpy/commit/c03abd7833b229039a7cd8268b3091deb457a528 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_regression.py Log Message: ----------- Merge pull request #6131 from argriffing/choice-precision MAINT: adjust tolerance for validating the sum of probs in random.choice Commit: 3fc27e873c9164bc6772d913a78ffe33a5c1665b https://github.com/numpy/numpy/commit/3fc27e873c9164bc6772d913a78ffe33a5c1665b Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6092 from ahaldane/raise_warnings_fix MAINT: fix raise_warnings in np.test in py3 Commit: 28f74f13d855080887f021dbb820e237ca46295c https://github.com/numpy/numpy/commit/28f74f13d855080887f021dbb820e237ca46295c Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- Merge pull request #6091 from novocaine/master Don't pass un-encodable env to spawn Commit: 58d41159f4c070fd9e43048d15ce176f2a619871 https://github.com/numpy/numpy/commit/58d41159f4c070fd9e43048d15ce176f2a619871 Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/tests/test_regression.py Log Message: ----------- TST: fix OverflowError on win-amd64 Commit: 3fd21ede4c49dbdeccf8f31b95daf7bd993dec5f https://github.com/numpy/numpy/commit/3fd21ede4c49dbdeccf8f31b95daf7bd993dec5f Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: alternatively assert existence of msvc .obj files Fixes test_system_info.TestSystemInfoReading.test_compile1 failure on Windows Commit: 4ec0b91a6308b29979935bec1e6ee30417af9eb2 https://github.com/numpy/numpy/commit/4ec0b91a6308b29979935bec1e6ee30417af9eb2 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/tests/test_regression.py Log Message: ----------- Merge pull request #6137 from cgohlke/patch-1 TST: fix OverflowError on win-amd64 Commit: 093bf44f8d4b7550e9f6880e9d7882ed153c6d5a https://github.com/numpy/numpy/commit/093bf44f8d4b7550e9f6880e9d7882ed153c6d5a Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: skip gcc specific test when using msvc Commit: 27d6c3c8e7c19e10796022b11035ef02ec374dcc https://github.com/numpy/numpy/commit/27d6c3c8e7c19e10796022b11035ef02ec374dcc Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- TST: use os.pathsep to separate library directories Commit: dd220014373f7c0bf0862b5a4548e257858be945 https://github.com/numpy/numpy/commit/dd220014373f7c0bf0862b5a4548e257858be945 Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- TST: on Windows run f2py from the Scripts directory Commit: c33d59db5d8ba1449a7abde6883179619acef0ab https://github.com/numpy/numpy/commit/c33d59db5d8ba1449a7abde6883179619acef0ab Author: Jaime Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/distutils/tests/test_system_info.py Log Message: ----------- Merge pull request #6138 from cgohlke/patch-2 Fix test_system_info errors and failures on Windows Commit: ab1ea1f094367070b475c5bfc5c0dfc9284eb1d1 https://github.com/numpy/numpy/commit/ab1ea1f094367070b475c5bfc5c0dfc9284eb1d1 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/tests/test_scripts.py Log Message: ----------- Merge pull request #6139 from cgohlke/patch-3 TST: on Windows run f2py from the Scripts directory Commit: 211d0426b0f945d4098d4002e62898997badaeec https://github.com/numpy/numpy/commit/211d0426b0f945d4098d4002e62898997badaeec Author: Christoph Gohlke Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/setup.py Log Message: ----------- BLD: try_run fails on Python 3.5b4 for Windows Commit: b03c303c051dcbad3dc485ef4b2fd604dafaa4e6 https://github.com/numpy/numpy/commit/b03c303c051dcbad3dc485ef4b2fd604dafaa4e6 Author: Charles Harris Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M numpy/random/setup.py Log Message: ----------- Merge pull request #6140 from cgohlke/patch-4 BLD: try_run fails on Python 3.5b4 for Windows Commit: 2c99f44925b77e7d8934b4754455b42d47065340 https://github.com/numpy/numpy/commit/2c99f44925b77e7d8934b4754455b42d47065340 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: enable C99 complex for msvc14 Commit: b5a91f25c0a66f92883ee554f725e40dabdf3419 https://github.com/numpy/numpy/commit/b5a91f25c0a66f92883ee554f725e40dabdf3419 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- BLD: enable C99 isnan and isinf for msvc14 Commit: 15fc8f1bc7dc68d3fd2811b6a781f9a40290f275 https://github.com/numpy/numpy/commit/15fc8f1bc7dc68d3fd2811b6a781f9a40290f275 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: disable broken msvc14 trigonometric functions Commit: e27035fbba70e4ec719ec86962babf957d0dad64 https://github.com/numpy/numpy/commit/e27035fbba70e4ec719ec86962babf957d0dad64 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: fix build failure Commit: 3ee2cb320f24250c80d97761b4e4e62bc407e719 https://github.com/numpy/numpy/commit/3ee2cb320f24250c80d97761b4e4e62bc407e719 Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #6141 from cgohlke/patch-1 Enable Visual Studio 2015 C99 features Commit: 1ac821f6b20aef494ab05cd6da6ea92715f14a00 https://github.com/numpy/numpy/commit/1ac821f6b20aef494ab05cd6da6ea92715f14a00 Author: endolith Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: fix typo allclose instead of allcose Commit: dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f https://github.com/numpy/numpy/commit/dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6144 from endolith/patch-1 DOC: fix typo Commit: ddd66c2b23af8f6d16e0ec1535da1fb276d3e51f https://github.com/numpy/numpy/commit/ddd66c2b23af8f6d16e0ec1535da1fb276d3e51f Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M .mailmap Log Message: ----------- MAINT: Update names in .mailmap for the 1.10 release. [ci skip] Commit: a39d355d4c286e823e9c48efb9345ad3705fdbad https://github.com/numpy/numpy/commit/a39d355d4c286e823e9c48efb9345ad3705fdbad Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M .mailmap Log Message: ----------- Merge pull request #6142 from charris/update-mailmap MAINT: Update names in .mailmap for the 1.10 release. Commit: 55388e079679898f22e4315914ee5924c4a4b094 https://github.com/numpy/numpy/commit/55388e079679898f22e4315914ee5924c4a4b094 Author: Christoph Gohlke Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BLD: llabs not available with msvc9 Commit: 03164d2d819f9b38e1c684d6d9e128f11867dc3c https://github.com/numpy/numpy/commit/03164d2d819f9b38e1c684d6d9e128f11867dc3c Author: Charles Harris Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6147 from cgohlke/patch-3 BLD: llabs not available with msvc9 Commit: b06dbc15d9db0e224d338c84ac98a925a7945d4c https://github.com/numpy/numpy/commit/b06dbc15d9db0e224d338c84ac98a925a7945d4c Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M bento.info M doc/release/1.10.0-notes.rst A doc/release/1.11.0-notes.rst M numpy/core/include/numpy/numpyconfig.h M pavement.py M setup.py Log Message: ----------- MAINT: Init master branch for 1.11.0 development. Create 1.11.0-notes.rst template. Update version number in setup.py. Update version number in numpyconfig.h. Update version number in pavement.py. Update version number in bento.info. Commit: b92510e4fc3a150e48d353b8e2b29bf5875f5c3d https://github.com/numpy/numpy/commit/b92510e4fc3a150e48d353b8e2b29bf5875f5c3d Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M bento.info M doc/release/1.10.0-notes.rst A doc/release/1.11.0-notes.rst M numpy/core/include/numpy/numpyconfig.h M pavement.py M setup.py Log Message: ----------- Merge pull request #6145 from charris/init-1.11.0 MAINT: Init master branch for 1.11.0 development. Commit: 0d294c15be17109d683eec01cf588dc8a5aea1d9 https://github.com/numpy/numpy/commit/0d294c15be17109d683eec01cf588dc8a5aea1d9 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- Merge pull request #6005 from charris/update-howto-release DOC: Document bogus stride fix for release. Commit: 2ce50d23bce43610a04eaee752fb116d46076187 https://github.com/numpy/numpy/commit/2ce50d23bce43610a04eaee752fb116d46076187 Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: some fixes for Intel compilers. - Fix an incorrect import - Enable C99 complex support (Qstd=c99) - Don't use MSVC complex types for Intel compilers Thanks to Intel for this patch (contact: Yolanda Chen). Commit: fbf9bff63a27cdb00d8e73e39e0f9495a2e8238d https://github.com/numpy/numpy/commit/fbf9bff63a27cdb00d8e73e39e0f9495a2e8238d Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO. Commit: 3ea9cc72aca9d74a360a11fb8cb57a8cf71055d2 https://github.com/numpy/numpy/commit/3ea9cc72aca9d74a360a11fb8cb57a8cf71055d2 Author: Ralf Gommers Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: fix issue with POWL for Intel compilers on Windows. Thanks to Intel (contact: Yolanda Chen) for this patch. The Intel ?powl? on Windows only supports 80 bits longdouble to keep compatibility with Microsoft VC. Microsoft VC only support 64 bits longdouble, from ?C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\math.h?, powl is redefined as: #define powl(x,y) ((long double)pow((double)(x), (double)(y))) However in npy_math.c (generated from npy_math.c.src), this definition is undefined even though HAVE_POWL is set for the Intel C compilers. At line 384 of npy_math.c.src, we have:: #ifdef @kind@@c@ #undef @kind@@c@ #endif #ifndef HAVE_ at KIND@@C@ @type@ npy_ at kind@@c@(@type@ x, @type@ y) { return (@type@) npy_ at kind@((double)x, (double) y); } #endif The expanded function generated in ?npy_math.c? will look like:: #ifdef powl #undef powl #endif #ifndef HAVE_POWL npy_longdouble npy_powl(npy_longdouble x, npy_longdouble y) { return (npy_longdouble) npy_pow((double)x, (double) y); } #endif Commit: 4091facf55e03d356a5d7ce219ae0c0494920df3 https://github.com/numpy/numpy/commit/4091facf55e03d356a5d7ce219ae0c0494920df3 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: Move Intel POWL blacklist. Update patch from Intel by moving POWL blacklist from npy_math_private.h to npy_config.h blacklists. Commit: 00c1f7c27b6687eeb701a14d9a2210cfc4a68081 https://github.com/numpy/numpy/commit/00c1f7c27b6687eeb701a14d9a2210cfc4a68081 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/private/npy_config.h M numpy/distutils/command/build_ext.py M numpy/distutils/command/config.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6152 from charris/update-gh-6143 BLD: fixes for Intel compilers fixes to gh-6143 Commit: fa3ae2f062d081bee2658dec054d296265253677 https://github.com/numpy/numpy/commit/fa3ae2f062d081bee2658dec054d296265253677 Author: Julian Taylor Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: synchronize 1.9.2 release notes with master Commit: f764cdc80c6f6d1b46a586833caeaad0a2896062 https://github.com/numpy/numpy/commit/f764cdc80c6f6d1b46a586833caeaad0a2896062 Author: Julian Taylor Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M doc/source/release.rst Log Message: ----------- DOC: add 1.10.0 notes to index [ci skip] Commit: 002096cafc017af9a5821b576be54cb5260931d9 https://github.com/numpy/numpy/commit/002096cafc017af9a5821b576be54cb5260931d9 Author: Charles Harris Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: A doc/release/1.9.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6156 from juliantaylor/doc-sync sync release notes Commit: 20be0e50a0c2579440188f405eeaf130ad0d8b79 https://github.com/numpy/numpy/commit/20be0e50a0c2579440188f405eeaf130ad0d8b79 Author: Julien Dubois Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Wording: correctly write the comment Commit: 9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 https://github.com/numpy/numpy/commit/9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 Author: Jaime Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/core/include/numpy/npy_math.h Log Message: ----------- Merge pull request #6159 from jdubois/master Wording: correctly write the comment Commit: 154fc44eb51a3358443b5813b8eef4a2f8bd2c28 https://github.com/numpy/numpy/commit/154fc44eb51a3358443b5813b8eef4a2f8bd2c28 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- BLD: fix tests under Tox, include numpy.build_utils in the distribution The sub-package is already included in bento builds, it appears to have been missed from distutils. This fixes the following error whilst running any tests with tox ``` ImportError: No module named build_utils.apple_accelerate ``` Commit: 4553701b5d03efb5155ac6de7f439d372726caf6 https://github.com/numpy/numpy/commit/4553701b5d03efb5155ac6de7f439d372726caf6 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/setup.py Log Message: ----------- MAINT: List subpackages alphabetically in numpy.setup.configuration() The intention is to make it easier to spot missing items Commit: f179ec92d8ddb0dc5f7445255022be5c4765a704 https://github.com/numpy/numpy/commit/f179ec92d8ddb0dc5f7445255022be5c4765a704 Author: Alex Willmer Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M tox.ini Log Message: ----------- TST: Add Python 3.4 to Tox environments Commit: 193668a1d331ec912c093c68aac11b007d053670 https://github.com/numpy/numpy/commit/193668a1d331ec912c093c68aac11b007d053670 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- DOC: Add Trove classifiers for supported Python versions Adds missing `Programming Language :: Python :: 3` to bento.info Adds new `Programming Language :: Python :: {2..,3..,CPython..}` to both These versions are correct for the 1.10.x and 1.11.x releases. They reflect the commit b06dbc15d9db0e224d338c84ac98a925a7945d4c Commit: 05010d652d1e2abfa13b4c2c9fa8f5eb48acf4bc https://github.com/numpy/numpy/commit/05010d652d1e2abfa13b4c2c9fa8f5eb48acf4bc Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- BLD: Speed up up Travis jobs by running on container-based infrastructure All jobs currently run on Travis's legacy infrastructure - which supports sudo. The newer container-based infrastructure is faster, but doesn't allow sudo. This patch - sets sudo=false for all jobs, except the chroot job - uses Travis's apt addon to install all packages - installs eatmydata for all jobs to reduce disk IO - removes the tmpfs workaround for chroot builds Commit: b4ee7287c8a260c5ca4325b63325b6e66647c08b https://github.com/numpy/numpy/commit/b4ee7287c8a260c5ca4325b63325b6e66647c08b Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml Log Message: ----------- BLD: Cache pip downloads on Travis This enables the cache feature of Travis container-based ingrastructure. Pip's download/build cache is preserved between jobs, speeding up the install phase. Installation of nose etc is moved to after pip has been upgraded so that wheels are favoured. Sadly this has no effect on Cython - it's still built from source every time. Commit: 4d84ac10bd07c95c25ddd68a3d65e811fe27e5a5 https://github.com/numpy/numpy/commit/4d84ac10bd07c95c25ddd68a3d65e811fe27e5a5 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Restore Cython comment to it's correct place Commit: ff668ba0d7652c12b28a6b6f9dbb3b581a383833 https://github.com/numpy/numpy/commit/ff668ba0d7652c12b28a6b6f9dbb3b581a383833 Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py Log Message: ----------- BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy. Commit: eb0caab1c6d3fdad45b7c534c933e8bd738faf4e https://github.com/numpy/numpy/commit/eb0caab1c6d3fdad45b7c534c933e8bd738faf4e Author: Alex Willmer Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: A numpy/_build_utils/README Log Message: ----------- DOC: Add warning about numpy._build_utils Commit: 399bf25c7b25ae448ae41df32ec2d27aa58223f1 https://github.com/numpy/numpy/commit/399bf25c7b25ae448ae41df32ec2d27aa58223f1 Author: Charles Harris Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M MANIFEST.in A numpy/_build_utils/README A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_build_utils/waf.py M numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/core/bscript M numpy/core/setup.py M numpy/setup.py M tox.ini Log Message: ----------- Merge pull request #6160 from moreati/tox_fixup TST: Fix running tests under Tox, add Python 3.4 to Tox environments Commit: 3e314b92e7185ebd9cad64dbb9308218d0631960 https://github.com/numpy/numpy/commit/3e314b92e7185ebd9cad64dbb9308218d0631960 Author: Ralf Gommers Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M bento.info M setup.py Log Message: ----------- Merge pull request #6164 from moreati/classifiers DOC: Add Trove classifiers for supported Python versions Commit: e108e9967cf3ccdceb80696b299d6612a1edb193 https://github.com/numpy/numpy/commit/e108e9967cf3ccdceb80696b299d6612a1edb193 Author: Julian Taylor Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- Merge pull request #6165 from moreati/travis_enhancements BLD: Speed up Travis builds by 10-15 minutes, move to container-based architecture Commit: 0743eb068ad3b6af2a485840251b0753c2a4f35b https://github.com/numpy/numpy/commit/0743eb068ad3b6af2a485840251b0753c2a4f35b Author: Christoph Gohlke Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- BLD: revert C99 complex for msvc14 Commit: d25e681b41fe841d758e85308b1fe29529c5b602 https://github.com/numpy/numpy/commit/d25e681b41fe841d758e85308b1fe29529c5b602 Author: Antony Lee Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/fft/info.py Log Message: ----------- Fix #2128 once again. Not sure why the error was still in the docs. Commit: 0a49e51e332a34ce2640b11a513e2d119111a2f8 https://github.com/numpy/numpy/commit/0a49e51e332a34ce2640b11a513e2d119111a2f8 Author: Charles Harris Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/core/src/npymath/npy_math_private.h Log Message: ----------- Merge pull request #6173 from charris/forward-port-gh-6171 BLD: revert C99 complex for msvc14 Commit: e4d4b45d26813899c66e112365896aabbb7b19fa https://github.com/numpy/numpy/commit/e4d4b45d26813899c66e112365896aabbb7b19fa Author: Jaime Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M numpy/fft/info.py Log Message: ----------- Merge pull request #6174 from anntzer/fft-normalization-docs Fix #2128 once again. Compare: https://github.com/numpy/numpy/compare/3d2b8ca9bcbd...e4d4b45d2681 From noreply at github.com Sat Aug 8 19:50:12 2015 From: noreply at github.com (GitHub) Date: Sat, 08 Aug 2015 16:50:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 2566d3: BLD: Remove fallback CBLAS detection looking for c... Message-ID: <55c695b4ea92f_43573f82b50f92a0663d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 2566d30d67b73fe110b77b9c536fb3253bd1af0f https://github.com/numpy/numpy/commit/2566d30d67b73fe110b77b9c536fb3253bd1af0f Author: Charles Harris Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BLD: Remove fallback CBLAS detection looking for cblas.h. This raises DistutilsPlatformError when mingw32 is used as the default ccompiler is msvc. That is fixable, but does not seem worth the trouble as looking for a cblas.h file for a last effort to detect cblas seems a bit fragile in any case. I think it is better handled elsewhere on a case by case basis in combination with site.cfg. Commit: a0162670661ad717c66cabd161d136b9cc639dc1 https://github.com/numpy/numpy/commit/a0162670661ad717c66cabd161d136b9cc639dc1 Author: Charles Harris Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #6182 from charris/remove-cblas-header-check BLD: Remove fallback CBLAS detection looking for cblas.h. Compare: https://github.com/numpy/numpy/compare/18233451f7ec...a0162670661a From noreply at github.com Sun Aug 9 03:01:48 2015 From: noreply at github.com (GitHub) Date: Sun, 09 Aug 2015 00:01:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 19a2f2: Clarify signature of numpy.pad. Message-ID: <55c6fadc49394_62253fbdcc75929c4267c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 19a2f21583eea74ebe012f5481e19a6252383835 https://github.com/numpy/numpy/commit/19a2f21583eea74ebe012f5481e19a6252383835 Author: Antony Lee Date: 2015-08-07 (Fri, 07 Aug 2015) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- Clarify signature of numpy.pad. `mode` is a required argument so just declare it as such. This does not prevent it from being passed as a keyword argument. Commit: fe0cb80d225508813de21e048c2f1529c2dc6a75 https://github.com/numpy/numpy/commit/fe0cb80d225508813de21e048c2f1529c2dc6a75 Author: seberg Date: 2015-08-09 (Sun, 09 Aug 2015) Changed paths: M numpy/lib/arraypad.py M numpy/lib/tests/test_arraypad.py Log Message: ----------- Merge pull request #6181 from anntzer/pad-requires-mode-argument Clarify signature of numpy.pad. Compare: https://github.com/numpy/numpy/compare/e4d4b45d2681...fe0cb80d2255 From noreply at github.com Mon Aug 10 11:38:47 2015 From: noreply at github.com (GitHub) Date: Mon, 10 Aug 2015 08:38:47 -0700 Subject: [Numpy-svn] [numpy/numpy] e855da: REL: Release. Message-ID: <55c8c587816c9_44303fc09c5bb2a073151@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0b1 Home: https://github.com/numpy/numpy Commit: e855da635fb5446ce3ad8c386121d3fb6ccdd025 https://github.com/numpy/numpy/commit/e855da635fb5446ce3ad8c386121d3fb6ccdd025 Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M setup.py Log Message: ----------- REL: Release. From noreply at github.com Mon Aug 10 12:02:33 2015 From: noreply at github.com (GitHub) Date: Mon, 10 Aug 2015 09:02:33 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <55c8cb194ff8e_4d3a3f9e58f832bc54973@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0b1 Home: https://github.com/numpy/numpy From noreply at github.com Mon Aug 10 13:29:07 2015 From: noreply at github.com (GitHub) Date: Mon, 10 Aug 2015 10:29:07 -0700 Subject: [Numpy-svn] [numpy/numpy] f5dff9: BLD: Option /GL does not exit for mingw32 compiler... Message-ID: <55c8df639d035_50df3fcf958772c042680@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f5dff9fe51b3bf07ba9b66e550f3cabc2fc3937b https://github.com/numpy/numpy/commit/f5dff9fe51b3bf07ba9b66e550f3cabc2fc3937b Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- BLD: Option /GL does not exit for mingw32 compiler. The option was removed on the win32 platform regardless of actual compiler, leading to an error. Commit: 88f283d8caefc36a1699a73aae12fd416b6c8090 https://github.com/numpy/numpy/commit/88f283d8caefc36a1699a73aae12fd416b6c8090 Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- Merge pull request #6187 from charris/fix-busted-mingw-build BLD: Option /GL does not exist for mingw32 compiler. Compare: https://github.com/numpy/numpy/compare/fe0cb80d2255...88f283d8caef From noreply at github.com Mon Aug 10 14:15:11 2015 From: noreply at github.com (GitHub) Date: Mon, 10 Aug 2015 11:15:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 27f510: BLD: Option /GL does not exist for mingw32 compile... Message-ID: <55c8ea2f4f173_11f03f80dc82f2c019580@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 27f51079608aa1d5666586b30a691339616d298e https://github.com/numpy/numpy/commit/27f51079608aa1d5666586b30a691339616d298e Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- BLD: Option /GL does not exist for mingw32 compiler. The option was removed on the win32 platform regardless of actual compiler, leading to an error. Commit: 33d271bec13aba0ba430fc6e3c72e5026b28c665 https://github.com/numpy/numpy/commit/33d271bec13aba0ba430fc6e3c72e5026b28c665 Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/setup_common.py Log Message: ----------- Merge pull request #6188 from charris/fix-busted-mingw-build BLD: Option /GL does not exist for mingw32 compiler. Compare: https://github.com/numpy/numpy/compare/a0162670661a...33d271bec13a From noreply at github.com Tue Aug 11 02:14:48 2015 From: noreply at github.com (GitHub) Date: Mon, 10 Aug 2015 23:14:48 -0700 Subject: [Numpy-svn] [numpy/numpy] a0f3a1: Distutils doesn't warn unless compiler_cxx is empt... Message-ID: <55c992d860b89_15323f86db98929c664b5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a0f3a1ca6ceada489462bcf46dad1a1538f2dfca https://github.com/numpy/numpy/commit/a0f3a1ca6ceada489462bcf46dad1a1538f2dfca Author: Peter Iannucci Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Distutils doesn't warn unless compiler_cxx is empty Warns on OS X with MacPorts Python because it doesn't recognize clang. There isn't actually a problem, though, as distutils.sysconfig has done its job just fine. Proposed fix. Commit: 64863aad38a94cbac91ac3ad0cc4cece9a89dcb5 https://github.com/numpy/numpy/commit/64863aad38a94cbac91ac3ad0cc4cece9a89dcb5 Author: Ralf Gommers Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6185 from piannucci/patch-1 BLD: distutils shouldn't warn unless compiler_cxx is empty Compare: https://github.com/numpy/numpy/compare/88f283d8caef...64863aad38a9 From noreply at github.com Tue Aug 11 11:20:39 2015 From: noreply at github.com (GitHub) Date: Tue, 11 Aug 2015 08:20:39 -0700 Subject: [Numpy-svn] [numpy/numpy] e422a0: BUG: Fix a non-constant expression used as structu... Message-ID: <55ca12c7ea988_ee33f93dd56b2a0619b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: e422a097ed6ca28e9bf7deeb4024aee81d63a264 https://github.com/numpy/numpy/commit/e422a097ed6ca28e9bf7deeb4024aee81d63a264 Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: Fix a non-constant expression used as structure initializer. PyObject_HashNotImplemented was being used to initialize the tp_hash slot in the PyArray_Type structure. In mingw32 (gcc version 3.4) that results in a compile error. Fix by initializing to zero, then setting to PyObject_HashNotImplemented when the module is loaded. The function initialization seems to work with more recent compilers, as the determination of what is considered 'non-constant' is left to the vendor and has changed. Commit: cba0dfd870300b56e042d4fc2fa394d9c7a41cb1 https://github.com/numpy/numpy/commit/cba0dfd870300b56e042d4fc2fa394d9c7a41cb1 Author: Charles Harris Date: 2015-08-10 (Mon, 10 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Test that arrays are not hashable. This adds a direct test to compliment the existing test that checks if array is an instance of collections.Hashable. Commit: 1315ab71d6c52cc725cada45581eb71de2b1658e https://github.com/numpy/numpy/commit/1315ab71d6c52cc725cada45581eb71de2b1658e Author: Charles Harris Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6190 from charris/fix-non-constant-initializer BUG: Fix a non-constant expression used as structure initializer. Compare: https://github.com/numpy/numpy/compare/33d271bec13a...1315ab71d6c5 From noreply at github.com Tue Aug 11 12:11:32 2015 From: noreply at github.com (GitHub) Date: Tue, 11 Aug 2015 09:11:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 749653: BLD: Distutils doesn't warn unless compiler_cxx is... Message-ID: <55ca1eb4dbed9_60a33f7f9d2692b836737@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 749653cee534ba59b0a1203966371f309356b9a2 https://github.com/numpy/numpy/commit/749653cee534ba59b0a1203966371f309356b9a2 Author: Peter Iannucci Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- BLD: Distutils doesn't warn unless compiler_cxx is empty Warns on OS X with MacPorts Python because it doesn't recognize clang. There isn't actually a problem, though, as distutils.sysconfig has done its job just fine. Proposed fix. Commit: 3caf12a1a979805a9cd56da15d99628fcb97364a https://github.com/numpy/numpy/commit/3caf12a1a979805a9cd56da15d99628fcb97364a Author: Ralf Gommers Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6193 from charris/backport-gh-6185 BLD: Distutils doesn't warn unless compiler_cxx is empty Compare: https://github.com/numpy/numpy/compare/1315ab71d6c5...3caf12a1a979 From noreply at github.com Tue Aug 11 12:12:04 2015 From: noreply at github.com (GitHub) Date: Tue, 11 Aug 2015 09:12:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 5a8432: MAINT: Change an address in .mailmap Message-ID: <55ca1ed43bd1d_2d0b3fcaf86e32c04623a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5a8432aa129514f70800de30edb5f4e5c0ba7281 https://github.com/numpy/numpy/commit/5a8432aa129514f70800de30edb5f4e5c0ba7281 Author: Charles Harris Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M .mailmap Log Message: ----------- MAINT: Change an address in .mailmap Commit: c45a8f8a0f4bcedc10231c61ae8034c34443aa4b https://github.com/numpy/numpy/commit/c45a8f8a0f4bcedc10231c61ae8034c34443aa4b Author: Ralf Gommers Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M .mailmap Log Message: ----------- Merge pull request #6194 from charris/update-mailmap MAINT: Change an address in .mailmap Compare: https://github.com/numpy/numpy/compare/64863aad38a9...c45a8f8a0f4b From noreply at github.com Tue Aug 11 14:20:16 2015 From: noreply at github.com (GitHub) Date: Tue, 11 Aug 2015 11:20:16 -0700 Subject: [Numpy-svn] [numpy/numpy] b96406: REL: Release 1.10.0b1 Message-ID: <55ca3ce096ca4_41e33fef06ef12a0209921b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0b1 Home: https://github.com/numpy/numpy Commit: b9640613ddeaa5993916718ebec8c71d4001d489 https://github.com/numpy/numpy/commit/b9640613ddeaa5993916718ebec8c71d4001d489 Author: Charles R Harris Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M setup.py Log Message: ----------- REL: Release 1.10.0b1 From noreply at github.com Wed Aug 12 15:50:32 2015 From: noreply at github.com (GitHub) Date: Wed, 12 Aug 2015 12:50:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 5ebae3: Changing invalid links to strings Message-ID: <55cba3882db43_6cc03f817ebbf2bc79832@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5ebae3697b055c90a484bd39400c4de1c54964ad https://github.com/numpy/numpy/commit/5ebae3697b055c90a484bd39400c4de1c54964ad Author: Brigitta Sipocz Date: 2015-08-12 (Wed, 12 Aug 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- Changing invalid links to strings The string options of the mode parameter are incorrectly resolved as links, rather than showed as strings. Commit: f10e636d48a8bb0618951b179505e734f47c5014 https://github.com/numpy/numpy/commit/f10e636d48a8bb0618951b179505e734f47c5014 Author: Charles Harris Date: 2015-08-12 (Wed, 12 Aug 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #6200 from bsipocz/convolve_docstring_link_fix DOC: Changing invalid links to strings Compare: https://github.com/numpy/numpy/compare/c45a8f8a0f4b...f10e636d48a8 From noreply at github.com Thu Aug 13 10:12:13 2015 From: noreply at github.com (GitHub) Date: Thu, 13 Aug 2015 07:12:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 190a56: BUG: restore endianness to complex tests Message-ID: <55cca5bdb59cf_7a9f3fd6d436f2a083934@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 190a565acc28529f67dc7a341ed5087bf9c2acba https://github.com/numpy/numpy/commit/190a565acc28529f67dc7a341ed5087bf9c2acba Author: Matthew Brett Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: restore endianness to complex tests At some point the endianness part of the endian complex tests seems to have dropped off; restore. Commit: 5605413eb575f1a25c24ea34a8f7c41f6702e2b4 https://github.com/numpy/numpy/commit/5605413eb575f1a25c24ea34a8f7c41f6702e2b4 Author: Matthew Brett Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: restore use of dtype input arg to test Commit fac130eb incorrectly replaced input argument `dtype` with `np.dtype` in the `aligned_array` helper function. Unfortunately this part of the code was only being tested on OSX so the travis tests missed this. Run code on all platforms - it should pass anyway. Commit: ed9a0f347a4cb273edf0b8b5dcc98de57b8158cf https://github.com/numpy/numpy/commit/ed9a0f347a4cb273edf0b8b5dcc98de57b8158cf Author: Charles Harris Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6202 from matthew-brett/fix-multiarray-tests MRG: fix multiarray tests Compare: https://github.com/numpy/numpy/compare/f10e636d48a8...ed9a0f347a4c From noreply at github.com Thu Aug 13 10:53:52 2015 From: noreply at github.com (GitHub) Date: Thu, 13 Aug 2015 07:53:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 4bc2f1: BUG: restore endianness to complex tests Message-ID: <55ccaf8058656_7c983fc0466412c06917f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 4bc2f195b49551ecbd48fc09fceff2f2afd6ae64 https://github.com/numpy/numpy/commit/4bc2f195b49551ecbd48fc09fceff2f2afd6ae64 Author: Matthew Brett Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: restore endianness to complex tests At some point the endianness part of the endian complex tests seems to have dropped off; restore. Commit: 45f33460b1a683fa582bb17c9eef2685f96c6c51 https://github.com/numpy/numpy/commit/45f33460b1a683fa582bb17c9eef2685f96c6c51 Author: Matthew Brett Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: restore use of dtype input arg to test Commit fac130eb incorrectly replaced input argument `dtype` with `np.dtype` in the `aligned_array` helper function. Unfortunately this part of the code was only being tested on OSX so the travis tests missed this. Run code on all platforms - it should pass anyway. Commit: bd375a5382232dcf19749225987d38583bf796d3 https://github.com/numpy/numpy/commit/bd375a5382232dcf19749225987d38583bf796d3 Author: Charles Harris Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6203 from charris/backport-gh-6202 Backport gh 6202 Compare: https://github.com/numpy/numpy/compare/3caf12a1a979...bd375a538223 From noreply at github.com Fri Aug 14 14:56:40 2015 From: noreply at github.com (GitHub) Date: Fri, 14 Aug 2015 11:56:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 26c0fc: MAINT: remove redundant sorting of eigenvalues Message-ID: <55ce39e845e2f_3ad63f9bc70e72a05521e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 26c0fcbd8ab32d3d5f4657890c5da114168cfb6d https://github.com/numpy/numpy/commit/26c0fcbd8ab32d3d5f4657890c5da114168cfb6d Author: alex Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py Log Message: ----------- MAINT: remove redundant sorting of eigenvalues Commit: 59bbc0602bad89a0591bf1f8be5ab34373dc5408 https://github.com/numpy/numpy/commit/59bbc0602bad89a0591bf1f8be5ab34373dc5408 Author: Charles Harris Date: 2015-08-14 (Fri, 14 Aug 2015) Changed paths: M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py Log Message: ----------- Merge pull request #6006 from argriffing/more-polynomial-cleanup MAINT: remove redundant sorting of eigenvalues Compare: https://github.com/numpy/numpy/compare/ed9a0f347a4c...59bbc0602bad From noreply at github.com Fri Aug 14 21:00:40 2015 From: noreply at github.com (GitHub) Date: Fri, 14 Aug 2015 18:00:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 13b5ce: MANT: cleanup logic in PyUFunc_On_Om Message-ID: <55ce8f38a6d63_35273f974c88b29c290f4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 13b5ce9b0ed340ffb4f103944a107734f5e612c3 https://github.com/numpy/numpy/commit/13b5ce9b0ed340ffb4f103944a107734f5e612c3 Author: Jaime Fernandez Date: 2015-05-03 (Sun, 03 May 2015) Changed paths: M numpy/core/src/umath/loops.c.src Log Message: ----------- MANT: cleanup logic in PyUFunc_On_Om Follow up to #5828 Commit: c573b7170f4467d75e194ccca8a032a32fa1b5d0 https://github.com/numpy/numpy/commit/c573b7170f4467d75e194ccca8a032a32fa1b5d0 Author: Charles Harris Date: 2015-08-14 (Fri, 14 Aug 2015) Changed paths: M numpy/core/src/umath/loops.c.src Log Message: ----------- Merge pull request #5830 from jaimefrio/frompyfunc_cleanup MANT: cleanup logic in PyUFunc_On_Om Compare: https://github.com/numpy/numpy/compare/59bbc0602bad...c573b7170f44 From noreply at github.com Sat Aug 15 09:53:08 2015 From: noreply at github.com (GitHub) Date: Sat, 15 Aug 2015 06:53:08 -0700 Subject: [Numpy-svn] [numpy/numpy] 388ee5: ENH: Adding in automatic number of bins estimation... Message-ID: <55cf444447b5f_552d3f8fc4d3d2c0268ec@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 388ee595330e2375a1e4c8187c17de7ea9fb2f6f https://github.com/numpy/numpy/commit/388ee595330e2375a1e4c8187c17de7ea9fb2f6f Author: Varun Nayyar Date: 2015-08-15 (Sat, 15 Aug 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: Adding in automatic number of bins estimation for np.histogram. Users can now pass in bins='auto' (or 'scott','fd','rice','sturges') and get the corresponding rule of thumb estimator provide a decent estimate of the optimal number of bins for the given the data. Commit: 6e8b869d52ec5a1242df69bcd9323a4b0947933b https://github.com/numpy/numpy/commit/6e8b869d52ec5a1242df69bcd9323a4b0947933b Author: seberg Date: 2015-08-15 (Sat, 15 Aug 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6029 from nayyarv/master ENH: Automatic number of bins for np.histogram Compare: https://github.com/numpy/numpy/compare/c573b7170f44...6e8b869d52ec From noreply at github.com Mon Aug 17 02:38:38 2015 From: noreply at github.com (GitHub) Date: Sun, 16 Aug 2015 23:38:38 -0700 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <55d1816eb8e50_51753fb672f7129c13286@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy From noreply at github.com Mon Aug 17 02:38:38 2015 From: noreply at github.com (GitHub) Date: Sun, 16 Aug 2015 23:38:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 649ede: MANT: searchsorted should return base ndarrays alw... Message-ID: <55d1816ebf88c_517b3fa5dd3b12b8910f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy Commit: 649ede494a069fc97ed4f0110f86cdb0707ae1ce https://github.com/numpy/numpy/commit/649ede494a069fc97ed4f0110f86cdb0707ae1ce Author: Jaime Fernandez Date: 2015-08-16 (Sun, 16 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- MANT: searchsorted should return base ndarrays always Commit: 4186b6db167507c96a27d8bdcd36cbe4dc4574a0 https://github.com/numpy/numpy/commit/4186b6db167507c96a27d8bdcd36cbe4dc4574a0 Author: Homu Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Auto merge of #6206 - jaimefrio:searchsorted_ndarray, r=njsmith MANT: searchsorted should return base ndarrays always Compare: https://github.com/numpy/numpy/compare/6e8b869d52ec...4186b6db1675 From noreply at github.com Mon Aug 17 02:50:44 2015 From: noreply at github.com (GitHub) Date: Sun, 16 Aug 2015 23:50:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 649ede: MANT: searchsorted should return base ndarrays alw... Message-ID: <55d18444e2de1_75f03f844fb0d2a03072f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 649ede494a069fc97ed4f0110f86cdb0707ae1ce https://github.com/numpy/numpy/commit/649ede494a069fc97ed4f0110f86cdb0707ae1ce Author: Jaime Fernandez Date: 2015-08-16 (Sun, 16 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- MANT: searchsorted should return base ndarrays always Commit: 4186b6db167507c96a27d8bdcd36cbe4dc4574a0 https://github.com/numpy/numpy/commit/4186b6db167507c96a27d8bdcd36cbe4dc4574a0 Author: Homu Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Auto merge of #6206 - jaimefrio:searchsorted_ndarray, r=njsmith MANT: searchsorted should return base ndarrays always Compare: https://github.com/numpy/numpy/compare/6e8b869d52ec...4186b6db1675 From noreply at github.com Mon Aug 17 11:28:49 2015 From: noreply at github.com (GitHub) Date: Mon, 17 Aug 2015 08:28:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 8f20a3: BLD: Remove fallback CBLAS detection looking for c... Message-ID: <55d1fdb148752_55193fc70c12d2bc735ca@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8f20a33a37433f2494a2473cbcd968f719f6e4c9 https://github.com/numpy/numpy/commit/8f20a33a37433f2494a2473cbcd968f719f6e4c9 Author: Charles Harris Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BLD: Remove fallback CBLAS detection looking for cblas.h. This raises DistutilsPlatformError when mingw32 is used as the default ccompiler is msvc. That is fixable, but does not seem worth the trouble as looking for a cblas.h file for a last effort to detect cblas seems a bit fragile in any case. I think it is better handled elsewhere on a case by case basis in combination with site.cfg. Commit: 530a6fdd00ac4c9a267d5b3562e6276de3f93061 https://github.com/numpy/numpy/commit/530a6fdd00ac4c9a267d5b3562e6276de3f93061 Author: Charles Harris Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #6183 from charris/remove-cblas-header-check BLD: Remove fallback CBLAS detection looking for cblas.h. Compare: https://github.com/numpy/numpy/compare/4186b6db1675...530a6fdd00ac From noreply at github.com Mon Aug 17 11:29:04 2015 From: noreply at github.com (GitHub) Date: Mon, 17 Aug 2015 08:29:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 415b52: BUG: Fix a non-constant expression used as structu... Message-ID: <55d1fdc03e43d_315e3f83808472c026747@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 415b5205050a737293abd97c2cb9e83c7da06e88 https://github.com/numpy/numpy/commit/415b5205050a737293abd97c2cb9e83c7da06e88 Author: Charles Harris Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: Fix a non-constant expression used as structure initializer. PyObject_HashNotImplemented was being used to initialize the tp_hash slot in the PyArray_Type structure. In mingw32 (gcc version 3.4) that results in a compile error. Fix by initializing to zero, then setting to PyObject_HashNotImplemented when the module is loaded. The function initialization seems to work with more recent compilers, as the determination of what is considered 'non-constant' is left to the vendor and has changed. Commit: 9851d43b92e31e0c23474d84c9b38cba2c4ffbb0 https://github.com/numpy/numpy/commit/9851d43b92e31e0c23474d84c9b38cba2c4ffbb0 Author: Charles Harris Date: 2015-08-11 (Tue, 11 Aug 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Test that arrays are not hashable. This adds a direct test to compliment the existing test that checks if array is an instance of collections.Hashable. Commit: c29733c228ef6168b2f811f51113e9660bf6c47d https://github.com/numpy/numpy/commit/c29733c228ef6168b2f811f51113e9660bf6c47d Author: Charles Harris Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6195 from charris/fix-non-constant-initializer Fix non constant initializer Compare: https://github.com/numpy/numpy/compare/530a6fdd00ac...c29733c228ef From noreply at github.com Mon Aug 17 12:40:58 2015 From: noreply at github.com (GitHub) Date: Mon, 17 Aug 2015 09:40:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 94a53d: MANT: searchsorted should return base ndarrays alw... Message-ID: <55d20e9a26585_31723ff515b1129c526e0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 94a53dae9cea7c3db3dcb8ba0e763c051d02d285 https://github.com/numpy/numpy/commit/94a53dae9cea7c3db3dcb8ba0e763c051d02d285 Author: Jaime Fernandez Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- MANT: searchsorted should return base ndarrays always Commit: ddf44305094e7d0abf29f9f915820607c41e774b https://github.com/numpy/numpy/commit/ddf44305094e7d0abf29f9f915820607c41e774b Author: Charles Harris Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6212 from charris/backport-gh-6206 MANT: searchsorted should return base ndarrays always Compare: https://github.com/numpy/numpy/compare/bd375a538223...ddf44305094e From noreply at github.com Tue Aug 18 16:56:06 2015 From: noreply at github.com (GitHub) Date: Tue, 18 Aug 2015 13:56:06 -0700 Subject: [Numpy-svn] [numpy/numpy] c484d4: Doc : fixed paramter typo Message-ID: <55d39be6d2ab3_11313fd413c8f2b891977@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c484d41531c8e620ec6a9bd110a681f3dab6472c https://github.com/numpy/numpy/commit/c484d41531c8e620ec6a9bd110a681f3dab6472c Author: Samuel St-Jean Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M doc/CAPI.rst.txt M numpy/add_newdocs.py Log Message: ----------- Doc : fixed paramter typo Commit: 4ea71a665599a8b9738508732e0babd35e119450 https://github.com/numpy/numpy/commit/4ea71a665599a8b9738508732e0babd35e119450 Author: Jaime Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M doc/CAPI.rst.txt M numpy/add_newdocs.py Log Message: ----------- Merge pull request #6216 from samuelstjean/patch-1 fixed typo Compare: https://github.com/numpy/numpy/compare/c29733c228ef...4ea71a665599 From noreply at github.com Tue Aug 18 20:09:11 2015 From: noreply at github.com (GitHub) Date: Tue, 18 Aug 2015 17:09:11 -0700 Subject: [Numpy-svn] [numpy/numpy] a4af26: Changed the module name from 'np' to 'numpy' since... Message-ID: <55d3c92729f93_38483f7f298952a044316@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a4af2606ded91cf11a113a1b556aaf96418487c8 https://github.com/numpy/numpy/commit/a4af2606ded91cf11a113a1b556aaf96418487c8 Author: James Camel Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M numpy/ma/timer_comparison.py Log Message: ----------- Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError. Commit: 9f4d6092ec0cb604395fec5caffddb57eb86237c https://github.com/numpy/numpy/commit/9f4d6092ec0cb604395fec5caffddb57eb86237c Author: Charles Harris Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M numpy/ma/timer_comparison.py Log Message: ----------- Merge pull request #6218 from jamescam/master BUG: Changed the module name from 'np' to 'numpy' since the name 'np' was ? Compare: https://github.com/numpy/numpy/compare/4ea71a665599...9f4d6092ec0c From noreply at github.com Wed Aug 19 11:12:45 2015 From: noreply at github.com (GitHub) Date: Wed, 19 Aug 2015 08:12:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 84e39c: fix for linux build break with msvc Message-ID: <55d49ced92d45_22583fd80fab92b813976@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84e39ce41439df1c1f488f76c3b6d3580d858561 https://github.com/numpy/numpy/commit/84e39ce41439df1c1f488f76c3b6d3580d858561 Author: yolanda15 Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- fix for linux build break with msvc Commit: facea220d2e31a8e8201f546ad636b754886a88c https://github.com/numpy/numpy/commit/facea220d2e31a8e8201f546ad636b754886a88c Author: yolanda15 Date: 2015-08-19 (Wed, 19 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: add platform check to avoid intel compiler build failure on Linux when importing MSVC Commit: e76eb2724f143fbba82dbbf251b1d9417376e6a2 https://github.com/numpy/numpy/commit/e76eb2724f143fbba82dbbf251b1d9417376e6a2 Author: yolanda15 Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- STY: fix for PEP8 online check Commit: 60788241061e047cadbbfc1af114d2e7ee7ff0ca https://github.com/numpy/numpy/commit/60788241061e047cadbbfc1af114d2e7ee7ff0ca Author: Charles Harris Date: 2015-08-19 (Wed, 19 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6211 from yolanda15/intelc BLD: fix for INTEL compiler build failure on linux when import msvc Compare: https://github.com/numpy/numpy/compare/9f4d6092ec0c...60788241061e From noreply at github.com Thu Aug 20 02:24:30 2015 From: noreply at github.com (GitHub) Date: Wed, 19 Aug 2015 23:24:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 0648d9: MAINT, TST: Remove Bento from the travis ci testing... Message-ID: <55d5729ee183f_4f403fc3bab1d2b81075c8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0648d9f3b4894571968cac5439129331527835a8 https://github.com/numpy/numpy/commit/0648d9f3b4894571968cac5439129331527835a8 Author: Charles Harris Date: 2015-08-19 (Wed, 19 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- MAINT,TST: Remove Bento from the travis ci testing. Commit: 630cba17dc452c5b5e0b769525a4f29d0cd6ceba https://github.com/numpy/numpy/commit/630cba17dc452c5b5e0b769525a4f29d0cd6ceba Author: Ralf Gommers Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- Merge pull request #6220 from charris/remove-bento-ci-test MAINT,TST: Remove Bento from the travis ci testing. Compare: https://github.com/numpy/numpy/compare/60788241061e...630cba17dc45 From noreply at github.com Thu Aug 20 09:23:43 2015 From: noreply at github.com (GitHub) Date: Thu, 20 Aug 2015 06:23:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 254bbf: BLD: add platform check to avoid intel compiler bu... Message-ID: <55d5d4dfc00cd_53293fa476dad2c0630de@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 254bbf0d2fcd0f55ae0cb069d07ad6922568c8d2 https://github.com/numpy/numpy/commit/254bbf0d2fcd0f55ae0cb069d07ad6922568c8d2 Author: yolanda15 Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: add platform check to avoid intel compiler build failure on Linux when importing MSVC (cherry picked from commit 84e39ce41439df1c1f488f76c3b6d3580d858561) (cherry picked from commit facea220d2e31a8e8201f546ad636b754886a88c) (cherry picked from commit e76eb2724f143fbba82dbbf251b1d9417376e6a2) Commit: c1f1115e04809ce27505f87395072ced2f674b20 https://github.com/numpy/numpy/commit/c1f1115e04809ce27505f87395072ced2f674b20 Author: Charles Harris Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6223 from rgommers/bport-6211 Backport of gh-6211 - fix Linux build with Intel compilers Compare: https://github.com/numpy/numpy/compare/ddf44305094e...c1f1115e0480 From noreply at github.com Fri Aug 21 10:00:25 2015 From: noreply at github.com (GitHub) Date: Fri, 21 Aug 2015 07:00:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 74bb22: BLD: fix compiler_cxx check failure Message-ID: <55d72ef99df4c_75e13fa5bb1672b855747@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 74bb22cf2de852252f1dc3625eb4a0489d4f4192 https://github.com/numpy/numpy/commit/74bb22cf2de852252f1dc3625eb4a0489d4f4192 Author: yolanda15 Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: fix compiler_cxx check failure Commit: 1dc1bea0933468127c03830c698669dab584ce5e https://github.com/numpy/numpy/commit/1dc1bea0933468127c03830c698669dab584ce5e Author: Charles Harris Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6226 from yolanda15/intel-need-cxx BLD: fix compiler_cxx check failure Compare: https://github.com/numpy/numpy/compare/630cba17dc45...1dc1bea09334 From noreply at github.com Fri Aug 21 10:01:57 2015 From: noreply at github.com (GitHub) Date: Fri, 21 Aug 2015 07:01:57 -0700 Subject: [Numpy-svn] [numpy/numpy] 1a576e: BUG: fix 32-bit arch flag for Intel Fortran compil... Message-ID: <55d72f555cb39_722a3fdfe580d2c0763c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1a576e0bcc3106c0a9585c996961f3ce9211496b https://github.com/numpy/numpy/commit/1a576e0bcc3106c0a9585c996961f3ce9211496b Author: Ralf Gommers Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- BUG: fix 32-bit arch flag for Intel Fortran compiler. See https://software.intel.com/en-us/node/524904. Reported in gh-6095. Commit: 0b39babb0171f6783a5bcd2b9a4f425a75371f4a https://github.com/numpy/numpy/commit/0b39babb0171f6783a5bcd2b9a4f425a75371f4a Author: Ralf Gommers Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- BUG: fix typo which fused two compile flags on Windows for GFortran. Reported in gh-6095. Commit: 653a3655a302651b3634e385e515ca11d373f0ff https://github.com/numpy/numpy/commit/653a3655a302651b3634e385e515ca11d373f0ff Author: Charles Harris Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/fcompiler/gnu.py M numpy/distutils/fcompiler/intel.py Log Message: ----------- Merge pull request #6169 from rgommers/intel-build BLD: fix various issues for Intel Fortran and GFortran Compare: https://github.com/numpy/numpy/compare/1dc1bea09334...653a3655a302 From noreply at github.com Fri Aug 21 10:39:48 2015 From: noreply at github.com (GitHub) Date: Fri, 21 Aug 2015 07:39:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 10c3eb: BLD: fix compiler_cxx check failure Message-ID: <55d738349861a_723a3fe65d6c329c8370@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 10c3eb008b43365f5398513282d98d17287e14fc https://github.com/numpy/numpy/commit/10c3eb008b43365f5398513282d98d17287e14fc Author: yolanda15 Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: fix compiler_cxx check failure Commit: 40669f5695b6a03fdb0f8d702c8309b5134df14c https://github.com/numpy/numpy/commit/40669f5695b6a03fdb0f8d702c8309b5134df14c Author: Ralf Gommers Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- BUG: fix 32-bit arch flag for Intel Fortran compiler. See https://software.intel.com/en-us/node/524904. Reported in gh-6095. Commit: 059e415c9e6b5c29e6a23ba1a6c36237eb4e5473 https://github.com/numpy/numpy/commit/059e415c9e6b5c29e6a23ba1a6c36237eb4e5473 Author: Ralf Gommers Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- BUG: fix typo which fused two compile flags on Windows for GFortran. Reported in gh-6095. Commit: 2e20e96513fe3eaa5c994920bc8e5becd71ddd6a https://github.com/numpy/numpy/commit/2e20e96513fe3eaa5c994920bc8e5becd71ddd6a Author: Charles Harris Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/distutils/fcompiler/gnu.py M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6228 from charris/backport-compiler-fixes Backport compiler fixes Compare: https://github.com/numpy/numpy/compare/c1f1115e0480...2e20e96513fe From noreply at github.com Fri Aug 21 20:13:03 2015 From: noreply at github.com (GitHub) Date: Fri, 21 Aug 2015 17:13:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 87134e: Changed the module name from 'np' to 'numpy' since... Message-ID: <55d7be8f70f6e_10983fb0e92e72bc4759d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 87134ec691e6c685f91a7d4726d3908bec268bc5 https://github.com/numpy/numpy/commit/87134ec691e6c685f91a7d4726d3908bec268bc5 Author: James Camel Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/ma/timer_comparison.py Log Message: ----------- Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError. Commit: d5673d4e44183d88cf243041370ba85a7f9df40b https://github.com/numpy/numpy/commit/d5673d4e44183d88cf243041370ba85a7f9df40b Author: Charles Harris Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/ma/timer_comparison.py Log Message: ----------- Merge pull request #6233 from charris/backport-gh-6218 Backport gh-6218. Compare: https://github.com/numpy/numpy/compare/2e20e96513fe...d5673d4e4418 From noreply at github.com Sat Aug 22 11:32:42 2015 From: noreply at github.com (GitHub) Date: Sat, 22 Aug 2015 08:32:42 -0700 Subject: [Numpy-svn] =?utf-8?q?=5Bnumpy/numpy=5D_0389ca=3A_BUG=3A_fix_use_?= =?utf-8?b?b2YgdW5kZWZpbmVkIOKAmG51bXB54oCZIHZhcmlhYmxl?= Message-ID: <55d8961a3c4a8_34583f8d6cff32bc2315e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0389cabe4c934b959486b6a9a712c5d1ee1f92a6 https://github.com/numpy/numpy/commit/0389cabe4c934b959486b6a9a712c5d1ee1f92a6 Author: Thomas Robitaille Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- BUG: fix use of undefined ?numpy? variable Commit: a802f7366e46726a90e07f1329502e38f09544a4 https://github.com/numpy/numpy/commit/a802f7366e46726a90e07f1329502e38f09544a4 Author: Thomas Robitaille Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: fix use of undefined ?unicode? in Python 3 Commit: 6a1f114a16af42c832f39a2f98d0df86efc2e98a https://github.com/numpy/numpy/commit/6a1f114a16af42c832f39a2f98d0df86efc2e98a Author: Charles Harris Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6227 from astrofrog/fix-undefined Fix two undefined variable errors in numpy.ma that caused two different bugs Compare: https://github.com/numpy/numpy/compare/653a3655a302...6a1f114a16af From noreply at github.com Mon Aug 24 13:39:01 2015 From: noreply at github.com (GitHub) Date: Mon, 24 Aug 2015 10:39:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 15b6ef: MAINT: add airspeed velocity benchmarks Message-ID: <55db56b527358_1bb73feaa392f2c072366@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 15b6ef2b7a032e7cee437e800b1dce534bfd6e15 https://github.com/numpy/numpy/commit/15b6ef2b7a032e7cee437e800b1dce534bfd6e15 Author: Pauli Virtanen Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: A benchmarks/asv.conf.json A benchmarks/benchmarks/__init__.py A benchmarks/benchmarks/bench_app.py A benchmarks/benchmarks/bench_core.py A benchmarks/benchmarks/bench_function_base.py A benchmarks/benchmarks/bench_indexing.py A benchmarks/benchmarks/bench_io.py A benchmarks/benchmarks/bench_linalg.py A benchmarks/benchmarks/bench_random.py A benchmarks/benchmarks/bench_reduce.py A benchmarks/benchmarks/bench_ufunc.py A benchmarks/benchmarks/common.py Log Message: ----------- MAINT: add airspeed velocity benchmarks Converted from numpy-vbench suite Commit: 9ca52ca8145806a9cc3ada3ca95b902c31271892 https://github.com/numpy/numpy/commit/9ca52ca8145806a9cc3ada3ca95b902c31271892 Author: Pauli Virtanen Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M .gitignore Log Message: ----------- MAINT: update .gitignore vs benchmarks Commit: 2beaf6144637bac537183d7e1b2609dd3d4ffe58 https://github.com/numpy/numpy/commit/2beaf6144637bac537183d7e1b2609dd3d4ffe58 Author: Pauli Virtanen Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M runtests.py Log Message: ----------- MAINT: add --bench and --bench-compare to runtests.py Commit: 8f31e5e1761bbfba5eb6e71acab6734bfa468e2d https://github.com/numpy/numpy/commit/8f31e5e1761bbfba5eb6e71acab6734bfa468e2d Author: Pauli Virtanen Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: A benchmarks/README.rst M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: mention asv in release notes and add a readme Commit: 02ae0e3ea9fb3567c12e8d0c93ae8dbd4977623e https://github.com/numpy/numpy/commit/02ae0e3ea9fb3567c12e8d0c93ae8dbd4977623e Author: Pauli Virtanen Date: 2015-08-24 (Mon, 24 Aug 2015) Changed paths: M benchmarks/benchmarks/bench_app.py M benchmarks/benchmarks/bench_indexing.py M benchmarks/benchmarks/bench_linalg.py M benchmarks/benchmarks/common.py M runtests.py Log Message: ----------- WHT: break long lines + pep8 Commit: 60df9b1eb6375e3decf12ba7506404c46af0469a https://github.com/numpy/numpy/commit/60df9b1eb6375e3decf12ba7506404c46af0469a Author: Charles Harris Date: 2015-08-24 (Mon, 24 Aug 2015) Changed paths: M .gitignore A benchmarks/README.rst A benchmarks/asv.conf.json A benchmarks/benchmarks/__init__.py A benchmarks/benchmarks/bench_app.py A benchmarks/benchmarks/bench_core.py A benchmarks/benchmarks/bench_function_base.py A benchmarks/benchmarks/bench_indexing.py A benchmarks/benchmarks/bench_io.py A benchmarks/benchmarks/bench_linalg.py A benchmarks/benchmarks/bench_random.py A benchmarks/benchmarks/bench_reduce.py A benchmarks/benchmarks/bench_ufunc.py A benchmarks/benchmarks/common.py M doc/release/1.11.0-notes.rst M runtests.py Log Message: ----------- Merge pull request #6234 from pv/asv Add benchmarks using ASV Compare: https://github.com/numpy/numpy/compare/6a1f114a16af...60df9b1eb637 From noreply at github.com Tue Aug 25 14:41:25 2015 From: noreply at github.com (GitHub) Date: Tue, 25 Aug 2015 11:41:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 7a46ce: BUG: Added field name to error message. Closes #62... Message-ID: <55dcb6d52e12c_3d7b3ffc8f12d2b88822b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7a46cef6d0f73ba281d83e1bb06b5892f37a4b6f https://github.com/numpy/numpy/commit/7a46cef6d0f73ba281d83e1bb06b5892f37a4b6f Author: Yash Mehrotra Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- BUG: Added field name to error message. Closes #6232 Commit: 70f51f10391d4d3fa9a9a52c41af84dafad53853 https://github.com/numpy/numpy/commit/70f51f10391d4d3fa9a9a52c41af84dafad53853 Author: Yash Mehrotra Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Added python3 compatibility, test case and handled reference counting for multiple field names error message Commit: cbca4cb6ecbec22fba097ad0d6dfb1e1f39f8ef6 https://github.com/numpy/numpy/commit/cbca4cb6ecbec22fba097ad0d6dfb1e1f39f8ef6 Author: Yash Mehrotra Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Added extra test for checking multiple unicode field names Commit: f306dd6dae38fcb244042632423f5718a828e204 https://github.com/numpy/numpy/commit/f306dd6dae38fcb244042632423f5718a828e204 Author: Jaime Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6242 from yashmehrotra/dtype-field-name BUG: Added field name to error message. Closes #6232 Compare: https://github.com/numpy/numpy/compare/60df9b1eb637...f306dd6dae38 From noreply at github.com Wed Aug 26 09:16:32 2015 From: noreply at github.com (GitHub) Date: Wed, 26 Aug 2015 06:16:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 447b61: BUG: Checking advanced indices could fail for some... Message-ID: <55ddbc305e042_ba53fd0188a929c504bb@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 447b619158a71b1372e8b22038e905621628bf79 https://github.com/numpy/numpy/commit/447b619158a71b1372e8b22038e905621628bf79 Author: Sebastian Berg Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: Checking advanced indices could fail for some arrays npyiter can change its inner stride when it is buffered, this happens in some cases (the test is one of these) mostly for weirdly strided arrays. The test does depend on the buffer size being used. closes gh-6221 Commit: f30f986b439c7da621ea6402b4f883e28f05a5d4 https://github.com/numpy/numpy/commit/f30f986b439c7da621ea6402b4f883e28f05a5d4 Author: Sebastian Berg Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: Add warning that the InnerStridesArray may change. It may be that you can say that it cannot happen when grow inner is not enabled as well. Commit: 2329eaef2ecc6f62de209dc905a1b9cf0888b2c5 https://github.com/numpy/numpy/commit/2329eaef2ecc6f62de209dc905a1b9cf0888b2c5 Author: Charles Harris Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M doc/source/reference/c-api.iterator.rst M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #6245 from seberg/index-iter-bug Index iter bug Compare: https://github.com/numpy/numpy/compare/f306dd6dae38...2329eaef2ecc From noreply at github.com Wed Aug 26 09:54:39 2015 From: noreply at github.com (GitHub) Date: Wed, 26 Aug 2015 06:54:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 52dbbd: BUG: Checking advanced indices could fail for some... Message-ID: <55ddc51f4bd20_4e133fc09368b29c899b8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 52dbbd8e6df9d70b9562b67fc54cd9e063659fa1 https://github.com/numpy/numpy/commit/52dbbd8e6df9d70b9562b67fc54cd9e063659fa1 Author: Sebastian Berg Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: Checking advanced indices could fail for some arrays npyiter can change its inner stride when it is buffered, this happens in some cases (the test is one of these) mostly for weirdly strided arrays. The test does depend on the buffer size being used. closes gh-6221 Commit: b3e390c013cf86e45f42552c6c9572e96bbd2656 https://github.com/numpy/numpy/commit/b3e390c013cf86e45f42552c6c9572e96bbd2656 Author: Sebastian Berg Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: Add warning that the InnerStridesArray may change. It may be that you can say that it cannot happen when grow inner is not enabled as well. Commit: 256761f295dec4e404769c6b6d289ef909fadf0e https://github.com/numpy/numpy/commit/256761f295dec4e404769c6b6d289ef909fadf0e Author: Charles Harris Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M doc/source/reference/c-api.iterator.rst M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #6249 from charris/backport-gh-6245 Index iter bug Compare: https://github.com/numpy/numpy/compare/d5673d4e4418...256761f295de From noreply at github.com Wed Aug 26 17:30:29 2015 From: noreply at github.com (GitHub) Date: Wed, 26 Aug 2015 14:30:29 -0700 Subject: [Numpy-svn] [numpy/numpy] a62abc: BUG: simplify code remove strict aliasing violatio... Message-ID: <55de2ff586193_298b3fb6bd0252c02622d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a62abc814584047e22a630c92fe355783a5e9fc7 https://github.com/numpy/numpy/commit/a62abc814584047e22a630c92fe355783a5e9fc7 Author: Julian Taylor Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BUG: simplify code remove strict aliasing violation Didn't think the violation could cause issues but apparently some compilers do mess it up. Also the old code is overly complicated, don't know what I was thinking ... Closes gh-6251 Commit: 16dadaf134b17bafea86b3d77b742fa4c2e57433 https://github.com/numpy/numpy/commit/16dadaf134b17bafea86b3d77b742fa4c2e57433 Author: Jaime Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6252 from juliantaylor/comp-alias BUG: simplify code remove strict aliasing violation Compare: https://github.com/numpy/numpy/compare/2329eaef2ecc...16dadaf134b1 From noreply at github.com Wed Aug 26 17:44:56 2015 From: noreply at github.com (GitHub) Date: Wed, 26 Aug 2015 14:44:56 -0700 Subject: [Numpy-svn] [numpy/numpy] a62abc: BUG: simplify code remove strict aliasing violatio... Message-ID: <55de33582dc48_b213fa38881f2c0114962@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: a62abc814584047e22a630c92fe355783a5e9fc7 https://github.com/numpy/numpy/commit/a62abc814584047e22a630c92fe355783a5e9fc7 Author: Julian Taylor Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BUG: simplify code remove strict aliasing violation Didn't think the violation could cause issues but apparently some compilers do mess it up. Also the old code is overly complicated, don't know what I was thinking ... Closes gh-6251 Commit: b49adda91baa968f29d02765ac0f338f04012d40 https://github.com/numpy/numpy/commit/b49adda91baa968f29d02765ac0f338f04012d40 Author: Julian Taylor Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6252 from juliantaylor/comp-alias BUG: simplify code remove strict aliasing violation Compare: https://github.com/numpy/numpy/compare/256761f295de...b49adda91baa From noreply at github.com Thu Aug 27 11:06:31 2015 From: noreply at github.com (GitHub) Date: Thu, 27 Aug 2015 08:06:31 -0700 Subject: [Numpy-svn] [numpy/numpy] 02206a: BUG: Fix refcounting for string comparison in arra... Message-ID: <55df2777bc8ed_650c3fc9e03e32a0968e5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 02206a3652c5d92c03f82a4df578a1e5971db304 https://github.com/numpy/numpy/commit/02206a3652c5d92c03f82a4df578a1e5971db304 Author: Nathaniel J. Smith Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix refcounting for string comparison in array_richcompare Regression introduced in 4b1f508a57549d8031a23160b40c7f87f47892ed Closes gh-6250. Commit: f907d7b5f0864340632b5b7d46bac2c594ae37fc https://github.com/numpy/numpy/commit/f907d7b5f0864340632b5b7d46bac2c594ae37fc Author: Charles Harris Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6254 from njsmith/fix-6250 BUG: Fix refcounting for string comparison in array_richcompare Compare: https://github.com/numpy/numpy/compare/16dadaf134b1...f907d7b5f086 From noreply at github.com Thu Aug 27 12:40:15 2015 From: noreply at github.com (GitHub) Date: Thu, 27 Aug 2015 09:40:15 -0700 Subject: [Numpy-svn] [numpy/numpy] 2c7489: BUG: Fix refcounting for string comparison in arra... Message-ID: <55df3d6fccc0_69a73fa70fded2bc93059@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 2c748910fbb555ba03c92a2d2b0cb6529581571f https://github.com/numpy/numpy/commit/2c748910fbb555ba03c92a2d2b0cb6529581571f Author: Nathaniel J. Smith Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Fix refcounting for string comparison in array_richcompare Regression introduced in 4b1f508a57549d8031a23160b40c7f87f47892ed Closes gh-6250. Commit: 3e413597b03a5714013696b1c9051e176ce63388 https://github.com/numpy/numpy/commit/3e413597b03a5714013696b1c9051e176ce63388 Author: Charles Harris Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6259 from charris/backport-gh-6254 BUG: Fix refcounting for string comparison in array_richcompare Compare: https://github.com/numpy/numpy/compare/b49adda91baa...3e413597b03a From noreply at github.com Fri Aug 28 08:49:23 2015 From: noreply at github.com (GitHub) Date: Fri, 28 Aug 2015 05:49:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 82b19d: MAINT give pointers to coding style and dev enviro... Message-ID: <55e058d39dede_3c993f83adfc92a0647be@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 82b19d2023a1dbe88c54e70f27b282e73676e06d https://github.com/numpy/numpy/commit/82b19d2023a1dbe88c54e70f27b282e73676e06d Author: Anne Archibald Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- MAINT give pointers to coding style and dev environment Commit: b478ded953395fee6182439ff5e8eb38fd4271ce https://github.com/numpy/numpy/commit/b478ded953395fee6182439ff5e8eb38fd4271ce Author: Charles Harris Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- Merge pull request #6260 from aarchiba/contributing MAINT give pointers to coding style and dev environment Compare: https://github.com/numpy/numpy/compare/f907d7b5f086...b478ded95339 From noreply at github.com Fri Aug 28 14:29:15 2015 From: noreply at github.com (GitHub) Date: Fri, 28 Aug 2015 11:29:15 -0700 Subject: [Numpy-svn] [numpy/numpy] 6cbd72: BUG: fix #4381: precision loss on string -> longdo... Message-ID: <55e0a87b78346_30f33f8e262fd2a0837c2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6cbd724f75f25cdaa7cf68fd9743064b77fbf787 https://github.com/numpy/numpy/commit/6cbd724f75f25cdaa7cf68fd9743064b77fbf787 Author: Anne Archibald Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/convert.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/numpyos.c M numpy/core/src/multiarray/numpyos.h A numpy/core/tests/test_longdouble.py M numpy/core/tests/test_multiarray.py M numpy/lib/_iotools.py M numpy/lib/npyio.py Log Message: ----------- BUG: fix #4381: precision loss on string -> longdouble conversion Avoid going through python floats when converting string to longdouble. This makes it dramatically easier to produce full-precision long double numbers. Fixed are the constructor (np.longdouble("1.01")), np.fromfile, np.fromstring, np.loadtxt, and np.genfromtxt (and functions based on it). Also fixed is precision loss when using np.tofile. This also fixes #1481, poor handling of bad data in fromfile and fromstring. If the function strtod_l is not available, almost none of this will work, and many tests will fail. Commit: 815fee6ac12764362ad62e12840bf3723b1e2330 https://github.com/numpy/numpy/commit/815fee6ac12764362ad62e12840bf3723b1e2330 Author: Anne Archibald Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/tests/test_longdouble.py Log Message: ----------- MAINT clean up test suite Commit: 5d6a9f0030e8d1a63e43783c2b5b54cde93bc5d0 https://github.com/numpy/numpy/commit/5d6a9f0030e8d1a63e43783c2b5b54cde93bc5d0 Author: Charles Harris Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/convert.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/numpyos.c M numpy/core/src/multiarray/numpyos.h A numpy/core/tests/test_longdouble.py M numpy/core/tests/test_multiarray.py M numpy/lib/_iotools.py M numpy/lib/npyio.py Log Message: ----------- Merge pull request #6199 from aarchiba/longdouble_scanf BUG 4381 Longdouble from string without precision loss Compare: https://github.com/numpy/numpy/compare/b478ded95339...5d6a9f0030e8 From noreply at github.com Fri Aug 28 15:07:49 2015 From: noreply at github.com (GitHub) Date: Fri, 28 Aug 2015 12:07:49 -0700 Subject: [Numpy-svn] [numpy/numpy] f3fe31: MAINT: clarify unclear comment in NumPyOS_ascii_st... Message-ID: <55e0b1851b869_44273fa0b8e2929c466c8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f3fe31f0b8e0157f759b56e7bf7f6640abf20050 https://github.com/numpy/numpy/commit/f3fe31f0b8e0157f759b56e7bf7f6640abf20050 Author: Pauli Virtanen Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/src/multiarray/numpyos.c Log Message: ----------- MAINT: clarify unclear comment in NumPyOS_ascii_strtod Commit: cfef05e74e0b476ad8895e36046b6e39eab05227 https://github.com/numpy/numpy/commit/cfef05e74e0b476ad8895e36046b6e39eab05227 Author: Charles Harris Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/src/multiarray/numpyos.c Log Message: ----------- Merge pull request #6263 from pv/comment-clarify MAINT: clarify unclear comment in NumPyOS_ascii_strtod Compare: https://github.com/numpy/numpy/compare/5d6a9f0030e8...cfef05e74e0b From noreply at github.com Fri Aug 28 17:33:38 2015 From: noreply at github.com (GitHub) Date: Fri, 28 Aug 2015 14:33:38 -0700 Subject: [Numpy-svn] [numpy/numpy] c3c550: BUG: argmin/max of object dtype with NULLs, fixes ... Message-ID: <55e0d3b2d065f_1ae53ff6c0cef29c5473@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c3c5509b32a849546c26aa5fb0214f4e56e594b7 https://github.com/numpy/numpy/commit/c3c5509b32a849546c26aa5fb0214f4e56e594b7 Author: Jaime Fernandez Date: 2015-08-22 (Sat, 22 Aug 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: argmin/max of object dtype with NULLs, fixes #6032 Commit: 2e9bd3f1ead83392b5148e71b48d75020a15ee5d https://github.com/numpy/numpy/commit/2e9bd3f1ead83392b5148e71b48d75020a15ee5d Author: Charles Harris Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6236 from jaimefrio/argminmax_object BUG: argmin/max of object dtype with NULLs, fixes #6032 Compare: https://github.com/numpy/numpy/compare/cfef05e74e0b...2e9bd3f1ead8 From noreply at github.com Sat Aug 29 11:56:53 2015 From: noreply at github.com (GitHub) Date: Sat, 29 Aug 2015 08:56:53 -0700 Subject: [Numpy-svn] [numpy/numpy] 67ec47: ENH: core: add diophantine equation solver for dec... Message-ID: <55e1d645608f2_3703fb372d892c075517@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 67ec47b23011604c491afae49dc8a2f106fe9f4c https://github.com/numpy/numpy/commit/67ec47b23011604c491afae49dc8a2f106fe9f4c Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/bento.info M numpy/core/bscript M numpy/core/setup.py M numpy/core/src/multiarray/array_assign.c 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/src/multiarray/multiarraymodule_onefile.c A numpy/core/src/private/mem_overlap.c A numpy/core/src/private/mem_overlap.h Log Message: ----------- ENH: core: add diophantine equation solver for deciding memory overlap problems Commit: e3d71b2340ff0e19bb60d66ade9f674883fc52dd https://github.com/numpy/numpy/commit/e3d71b2340ff0e19bb60d66ade9f674883fc52dd Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src Log Message: ----------- ENH: core: add solve_diophantine/may_share_memory to multiarray_tests These are used for testing the diophantine solver and memory overlap codes. Commit: 74c4454fdd8dcf842eab226b196db7123d92d5dd https://github.com/numpy/numpy/commit/74c4454fdd8dcf842eab226b196db7123d92d5dd Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: A numpy/core/tests/test_mem_overlap.py R numpy/core/tests/test_multiarray_assignment.py Log Message: ----------- TST: add tests checking diophantine and memory overlap solvers Commit: 710beb20281eb65a291edfd041942301296ff125 https://github.com/numpy/numpy/commit/710beb20281eb65a291edfd041942301296ff125 Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/setup.py M numpy/core/src/private/mem_overlap.c A numpy/core/src/private/npy_extint128.h M numpy/core/tests/test_mem_overlap.py Log Message: ----------- ENH: use 128-bit integers to avoid overflows in solve_diophantine Commit: c317180bf167a68f3c5051b6ccd5e15023e09d91 https://github.com/numpy/numpy/commit/c317180bf167a68f3c5051b6ccd5e15023e09d91 Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src A numpy/core/tests/test_extint128.py Log Message: ----------- TST: add tests for 128-bit and checked arithmetic Commit: 2b66f00bed834b2569bf22c0c519dad0bf5d5bda https://github.com/numpy/numpy/commit/2b66f00bed834b2569bf22c0c519dad0bf5d5bda Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M doc/source/reference/routines.other.rst M numpy/add_newdocs.py M numpy/core/_internal.py M numpy/core/function_base.py M numpy/core/numeric.py M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_mem_overlap.py Log Message: ----------- ENH: add shares_memory, implement may_share_memory using it Commit: da0a4dc64708cf9082f67a6a06ce00a26235a9b1 https://github.com/numpy/numpy/commit/da0a4dc64708cf9082f67a6a06ce00a26235a9b1 Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/src/private/mem_overlap.c M numpy/core/src/private/mem_overlap.h M numpy/core/tests/test_mem_overlap.py Log Message: ----------- ENH: solve also internal overlap problems Commit: 3a52e1942aac937e8ae8381f9ea519b9328fd052 https://github.com/numpy/numpy/commit/3a52e1942aac937e8ae8381f9ea519b9328fd052 Author: Pauli Virtanen Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/add_newdocs.py Log Message: ----------- DOC: update docs + release notes vs shares_memory Commit: 7001d613aaa445ff650a273ec3d4db6787daf2e3 https://github.com/numpy/numpy/commit/7001d613aaa445ff650a273ec3d4db6787daf2e3 Author: Charles Harris Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/routines.other.rst M numpy/add_newdocs.py M numpy/core/_internal.py M numpy/core/bento.info M numpy/core/bscript M numpy/core/function_base.py M numpy/core/numeric.py M numpy/core/setup.py M numpy/core/src/multiarray/array_assign.c 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/src/multiarray/multiarray_tests.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/multiarraymodule_onefile.c A numpy/core/src/private/mem_overlap.c A numpy/core/src/private/mem_overlap.h A numpy/core/src/private/npy_extint128.h A numpy/core/tests/test_extint128.py A numpy/core/tests/test_mem_overlap.py R numpy/core/tests/test_multiarray_assignment.py Log Message: ----------- Merge pull request #6166 from pv/sld Better memory overlap detection Compare: https://github.com/numpy/numpy/compare/2e9bd3f1ead8...7001d613aaa4 From noreply at github.com Mon Aug 31 13:04:56 2015 From: noreply at github.com (GitHub) Date: Mon, 31 Aug 2015 10:04:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 886036: TST: check for best-effort parsing in foreign loca... Message-ID: <55e48938717d6_37503f82475a329c51986@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 88603606aa3f1470c2e692cf546b8027801a2c53 https://github.com/numpy/numpy/commit/88603606aa3f1470c2e692cf546b8027801a2c53 Author: Anne Archibald Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M numpy/core/tests/test_longdouble.py Log Message: ----------- TST: check for best-effort parsing in foreign locales Commit: 0fab3aebe8ec1991aad0a45119366271f5cf35d7 https://github.com/numpy/numpy/commit/0fab3aebe8ec1991aad0a45119366271f5cf35d7 Author: Anne Archibald Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/src/multiarray/numpyos.c Log Message: ----------- BUG: handle bad data better under python 2.6 Commit: f53a7b09fef45fbba235fcb29c160328aad02680 https://github.com/numpy/numpy/commit/f53a7b09fef45fbba235fcb29c160328aad02680 Author: Anne Archibald Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M numpy/core/tests/test_longdouble.py Log Message: ----------- TST: check long double and float code paths Commit: d750cba93436f20d5457daec5ad5d5ffb65f22bd https://github.com/numpy/numpy/commit/d750cba93436f20d5457daec5ad5d5ffb65f22bd Author: Charles Harris Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M numpy/core/src/multiarray/numpyos.c M numpy/core/tests/test_longdouble.py Log Message: ----------- Merge pull request #6264 from aarchiba/longdouble_improvements TST: check for best-effort parsing in foreign locales Compare: https://github.com/numpy/numpy/compare/7001d613aaa4...d750cba93436