From noreply at github.com Mon May 2 11:24:35 2016 From: noreply at github.com (GitHub) Date: Mon, 02 May 2016 08:24:35 -0700 Subject: [Numpy-svn] [numpy/numpy] b43d26: PEP8 fixes Message-ID: <57277133a6b65_4a4c3fc278eff2c01870d0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b43d26965b05df357166fbef55b91e3317b5183a https://github.com/numpy/numpy/commit/b43d26965b05df357166fbef55b91e3317b5183a Author: Kevin Deldycke Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M doc/example.py Log Message: ----------- PEP8 fixes Commit: 1fc180b4c683e79649e5699303722995ca3e8ef9 https://github.com/numpy/numpy/commit/1fc180b4c683e79649e5699303722995ca3e8ef9 Author: seberg Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M doc/example.py Log Message: ----------- DOC: fix PEP8 code in example file DOC: fix PEP8 code in example file Compare: https://github.com/numpy/numpy/compare/ffb311227399...1fc180b4c683 From noreply at github.com Mon May 2 15:29:13 2016 From: noreply at github.com (GitHub) Date: Mon, 02 May 2016 12:29:13 -0700 Subject: [Numpy-svn] [numpy/numpy] d86a95: TST: Verify np.ma.take works on scalars Message-ID: <5727aa898eba3_53803f89856e32c0289710@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: d86a9596a575cdca15fd42117351ea95a050fb4c https://github.com/numpy/numpy/commit/d86a9596a575cdca15fd42117351ea95a050fb4c Author: Eric Wieser Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M numpy/ma/tests/test_core.py Log Message: ----------- TST: Verify np.ma.take works on scalars See #7585 Commit: e550018d1e2a0b5bbfde5d73db93fa86f052e41a https://github.com/numpy/numpy/commit/e550018d1e2a0b5bbfde5d73db93fa86f052e41a Author: Eric Wieser Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M numpy/ma/core.py Log Message: ----------- BUG: Ensure mask is preserved on scalars By promoting and demoting between scalars and arrays where appropriate See #7585 Commit: 730e2881219f4af79ab0ad5930a3bea5ab60b098 https://github.com/numpy/numpy/commit/730e2881219f4af79ab0ad5930a3bea5ab60b098 Author: Charles Harris Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7597 from charris/backport-7586 Backport 7586, Make np.ma.take works on scalars Compare: https://github.com/numpy/numpy/compare/1a7d6d6f0fad...730e2881219f From noreply at github.com Thu May 5 13:26:07 2016 From: noreply at github.com (GitHub) Date: Thu, 05 May 2016 10:26:07 -0700 Subject: [Numpy-svn] [numpy/numpy] a42174: DOC: fix incorrect Gamma distribution parameteriza... Message-ID: <572b822f6adb8_9983f91de1492b8100592@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a4217457fe7638549b303b87ba7a73bd41ec0d51 https://github.com/numpy/numpy/commit/a4217457fe7638549b303b87ba7a73bd41ec0d51 Author: stevenjkern Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: fix incorrect Gamma distribution parameterization comments Commit: ecbcecc2f1e7d8417436693b8c2ec9102312c6af https://github.com/numpy/numpy/commit/ecbcecc2f1e7d8417436693b8c2ec9102312c6af Author: Charles Harris Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #7605 from stevenjkern/doc/fix-gamma-example DOC: fix incorrect Gamma distribution parameterization comments Compare: https://github.com/numpy/numpy/compare/1fc180b4c683...ecbcecc2f1e7 From noreply at github.com Thu May 5 14:15:50 2016 From: noreply at github.com (GitHub) Date: Thu, 05 May 2016 11:15:50 -0700 Subject: [Numpy-svn] [numpy/numpy] ed785c: DOC: Remove isreal and iscomplex from ufunc list Message-ID: <572b8dd63cfa1_3d103fba7f62329c4098@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ed785c50a06a2d2b4576cf42b1e35bece429995f https://github.com/numpy/numpy/commit/ed785c50a06a2d2b4576cf42b1e35bece429995f Author: Edward Richards Date: 2016-05-04 (Wed, 04 May 2016) Changed paths: M doc/source/reference/ufuncs.rst Log Message: ----------- DOC: Remove isreal and iscomplex from ufunc list I do not think that these two function are ufuncs since they do not have an optional [, out] argument. From the doc: - All ufuncs can also take output arguments. Commit: e33b9d3b55dd7ff0b7bf98aafa67d6e72a34f223 https://github.com/numpy/numpy/commit/e33b9d3b55dd7ff0b7bf98aafa67d6e72a34f223 Author: Charles Harris Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M doc/source/reference/ufuncs.rst Log Message: ----------- Merge pull request #7602 from oceanEngineer/ufunc_remove DOC: Remove isreal and iscomplex from ufunc list Compare: https://github.com/numpy/numpy/compare/ecbcecc2f1e7...e33b9d3b55dd From noreply at github.com Thu May 5 22:00:53 2016 From: noreply at github.com (GitHub) Date: Thu, 05 May 2016 19:00:53 -0700 Subject: [Numpy-svn] [numpy/numpy] 2f9a13: BUG: Fix test_from_object_array_unicode (test_defc... Message-ID: <572bfad51b4b7_31af3fddf1f9d29c36534@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2f9a13ad56034bf90d1f59a5bd0f3af3f9a0c712 https://github.com/numpy/numpy/commit/2f9a13ad56034bf90d1f59a5bd0f3af3f9a0c712 Author: Tadeu Manoel Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/numpyos.c M numpy/core/src/multiarray/numpyos.h Log Message: ----------- BUG: Fix test_from_object_array_unicode (test_defchararray.TestBasic) on Windows debug Commit: a0a144e5f5a5aeef7c16b5dd878a7ac21217b5cf https://github.com/numpy/numpy/commit/a0a144e5f5a5aeef7c16b5dd878a7ac21217b5cf Author: Charles Harris Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/numpyos.c M numpy/core/src/multiarray/numpyos.h Log Message: ----------- Merge pull request #7562 from ESSS/fix-is-space-unicode-windows BUG: Fix test_from_object_array_unicode (test_defchararray.TestBasic)? Compare: https://github.com/numpy/numpy/compare/e33b9d3b55dd...a0a144e5f5a5 From noreply at github.com Fri May 6 18:54:11 2016 From: noreply at github.com (GitHub) Date: Fri, 06 May 2016 15:54:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 21d2fb: MAINT: Cleanp of random stuff Message-ID: <572d209315ab5_32873fe3307372bc143089@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 21d2fb78d4b6a094dcf81990b769a36e5d22e119 https://github.com/numpy/numpy/commit/21d2fb78d4b6a094dcf81990b769a36e5d22e119 Author: Joseph Fox-Rabinovitz Date: 2016-05-04 (Wed, 04 May 2016) Changed paths: M numpy/core/numeric.py M setup.py Log Message: ----------- MAINT: Cleanp of random stuff Commit: f887fc4522efd548795d2ffbcd19b9297de375bd https://github.com/numpy/numpy/commit/f887fc4522efd548795d2ffbcd19b9297de375bd Author: Charles Harris Date: 2016-05-06 (Fri, 06 May 2016) Changed paths: M numpy/core/numeric.py M setup.py Log Message: ----------- Merge pull request #7539 from madphysicist/random-cleanup MAINT: Cleanup of random stuff Compare: https://github.com/numpy/numpy/compare/a0a144e5f5a5...f887fc4522ef From noreply at github.com Fri May 6 20:40:16 2016 From: noreply at github.com (GitHub) Date: Fri, 06 May 2016 17:40:16 -0700 Subject: [Numpy-svn] [numpy/numpy] e33b28: BUG: linalg.norm(): Don't convert object arrays to... Message-ID: <572d397050808_43b13ff627b3b2a0562e8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e33b286755401d81a96bb2d847b46c3096ac9903 https://github.com/numpy/numpy/commit/e33b286755401d81a96bb2d847b46c3096ac9903 Author: Matthias Geier Date: 2016-04-29 (Fri, 29 Apr 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_regression.py Log Message: ----------- BUG: linalg.norm(): Don't convert object arrays to float This fixes #7575 (Regression in linalg.norm() using dtype=object). Commit: faa6cf3bcf2a49a4b165a0d17cf349f622ec0b2f https://github.com/numpy/numpy/commit/faa6cf3bcf2a49a4b165a0d17cf349f622ec0b2f Author: Matthias Geier Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M numpy/linalg/tests/test_regression.py Log Message: ----------- TST: More tests for linalg.norm() with object arrays Commit: c515fcd0a6cf801f23cace68d8d5896267c104dc https://github.com/numpy/numpy/commit/c515fcd0a6cf801f23cace68d8d5896267c104dc Author: Charles Harris Date: 2016-05-06 (Fri, 06 May 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_regression.py Log Message: ----------- Merge pull request #7587 from mgeier/issue-7575 BUG: linalg.norm(): Don't convert object arrays to float Compare: https://github.com/numpy/numpy/compare/f887fc4522ef...c515fcd0a6cf From noreply at github.com Sat May 7 01:04:32 2016 From: noreply at github.com (GitHub) Date: Fri, 06 May 2016 22:04:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 8c6dd7: BUG: linalg.norm(): Don't convert object arrays to... Message-ID: <572d77609784d_3aa43f90379312bc6222f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 8c6dd75160e760cbd8cde4ad5f78f07f15940ddb https://github.com/numpy/numpy/commit/8c6dd75160e760cbd8cde4ad5f78f07f15940ddb Author: Matthias Geier Date: 2016-05-06 (Fri, 06 May 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_regression.py Log Message: ----------- BUG: linalg.norm(): Don't convert object arrays to float This fixes #7575 (Regression in linalg.norm() using dtype=object). Commit: e30033c9b33d2da2cfe9d26183cb499014138f60 https://github.com/numpy/numpy/commit/e30033c9b33d2da2cfe9d26183cb499014138f60 Author: Matthias Geier Date: 2016-05-06 (Fri, 06 May 2016) Changed paths: M numpy/linalg/tests/test_regression.py Log Message: ----------- TST: More tests for linalg.norm() with object arrays Commit: 51c96fd1c0cbdf6e966168100cccc98a9996d9bf https://github.com/numpy/numpy/commit/51c96fd1c0cbdf6e966168100cccc98a9996d9bf Author: Charles Harris Date: 2016-05-06 (Fri, 06 May 2016) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_regression.py Log Message: ----------- Merge pull request #7608 from charris/backport-7587 Backport 7587, BUG: linalg.norm(): Don't convert object arrays to float Compare: https://github.com/numpy/numpy/compare/730e2881219f...51c96fd1c0cb From noreply at github.com Mon May 9 14:33:58 2016 From: noreply at github.com (GitHub) Date: Mon, 09 May 2016 11:33:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 918ac7: expose test runner raise_warnings option Message-ID: <5730d8165158e_35223fabe92b12c0910c2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 918ac79528a4c14c0f1e09312a1d7c8f92d9a7f7 https://github.com/numpy/numpy/commit/918ac79528a4c14c0f1e09312a1d7c8f92d9a7f7 Author: mattip Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M runtests.py Log Message: ----------- expose test runner raise_warnings option Commit: 502476eee58f04e588bdc3c1f2fd7bdea9205265 https://github.com/numpy/numpy/commit/502476eee58f04e588bdc3c1f2fd7bdea9205265 Author: Charles Harris Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M runtests.py Log Message: ----------- Merge pull request #7611 from mattip/raise_warnings-option expose test runner raise_warnings option Compare: https://github.com/numpy/numpy/compare/c515fcd0a6cf...502476eee58f From noreply at github.com Mon May 9 14:34:49 2016 From: noreply at github.com (GitHub) Date: Mon, 09 May 2016 11:34:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 8894b8: BUG: Fix TypeError when raising TypeError Message-ID: <5730d849ab7cb_39053fca974b129c903a5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8894b81b166f6b0c200dde77a70fb360e95b0f7c https://github.com/numpy/numpy/commit/8894b81b166f6b0c200dde77a70fb360e95b0f7c Author: Eric Wieser Date: 2016-05-08 (Sun, 08 May 2016) Changed paths: M numpy/lib/stride_tricks.py Log Message: ----------- BUG: Fix TypeError when raising TypeError Fixes "TypeError: pop expected at least 1 arguments, got 0" Commit: 1b6bc8b2aa14bd228388568a95e6014578de77ad https://github.com/numpy/numpy/commit/1b6bc8b2aa14bd228388568a95e6014578de77ad Author: Charles Harris Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M numpy/lib/stride_tricks.py Log Message: ----------- Merge pull request #7609 from eric-wieser/patch-4 BUG: Fix TypeError when raising TypeError Compare: https://github.com/numpy/numpy/compare/502476eee58f...1b6bc8b2aa14 From noreply at github.com Mon May 9 14:37:02 2016 From: noreply at github.com (GitHub) Date: Mon, 09 May 2016 11:37:02 -0700 Subject: [Numpy-svn] [numpy/numpy] da668f: BUG: Cast size to int64 when loading from archive Message-ID: <5730d8ce8ddf0_6def3fb3a6dfb29c414e6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: da668fc74653e5caae9f741461c4d20f9df6e5c1 https://github.com/numpy/numpy/commit/da668fc74653e5caae9f741461c4d20f9df6e5c1 Author: drasmuss Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_format.py Log Message: ----------- BUG: Cast size to int64 when loading from archive Prevents overflow errors for large arrays on systems where the default int type is int32. Commit: cb6a5bfb12d87949a2cb18a801e09a0e59c05200 https://github.com/numpy/numpy/commit/cb6a5bfb12d87949a2cb18a801e09a0e59c05200 Author: Charles Harris Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M numpy/lib/format.py M numpy/lib/tests/test_format.py Log Message: ----------- Merge pull request #7598 from drasmuss/master Cast array size to int64 when loading from archive Compare: https://github.com/numpy/numpy/compare/1b6bc8b2aa14...cb6a5bfb12d8 From noreply at github.com Mon May 9 14:41:02 2016 From: noreply at github.com (GitHub) Date: Mon, 09 May 2016 11:41:02 -0700 Subject: [Numpy-svn] [numpy/numpy] afe2f5: TST: Fix test_ctypeslib and test_indexing when run... Message-ID: <5730d9be331ec_1d253fa08a7072bc618c6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: afe2f5a30ebdb2654c21e40428a818cebb1180b2 https://github.com/numpy/numpy/commit/afe2f5a30ebdb2654c21e40428a818cebb1180b2 Author: Tadeu Manoel Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M numpy/core/tests/test_indexing.py M numpy/tests/test_ctypeslib.py Log Message: ----------- TST: Fix test_ctypeslib and test_indexing when running on debug interpreter Commit: 49d1298cbaf41077f22b08cc2d9bf0e482d1e374 https://github.com/numpy/numpy/commit/49d1298cbaf41077f22b08cc2d9bf0e482d1e374 Author: Charles Harris Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M numpy/core/tests/test_indexing.py M numpy/tests/test_ctypeslib.py Log Message: ----------- Merge pull request #7565 from ESSS/fix-test-ctypeslib BUG: Fix test_ctypeslib and test_indexing for debug interpreter Compare: https://github.com/numpy/numpy/compare/cb6a5bfb12d8...49d1298cbaf4 From noreply at github.com Wed May 11 11:37:19 2016 From: noreply at github.com (GitHub) Date: Wed, 11 May 2016 08:37:19 -0700 Subject: [Numpy-svn] [numpy/numpy] a9465d: BUG: distance arg of np.gradient must be scalar, f... Message-ID: <573351af131d9_47553fe96ce7f2bc274c8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a9465db4c70f9cd9c3fb9010229aadc7ec5fdc9c https://github.com/numpy/numpy/commit/a9465db4c70f9cd9c3fb9010229aadc7ec5fdc9c Author: Allan Haldane Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: distance arg of np.gradient must be scalar, fix docstring Fixups to docstring, and disallow non-scalars as the distance args to np.gradient. Fixes #7548, fixes #6847 Commit: a7e9f4579fa14a3b72af6e723bcbe5549cd6f1c1 https://github.com/numpy/numpy/commit/a7e9f4579fa14a3b72af6e723bcbe5549cd6f1c1 Author: Charles Harris Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7618 from ahaldane/gradient_docstring BUG: distance arg of np.gradient must be scalar, fix docstring Compare: https://github.com/numpy/numpy/compare/49d1298cbaf4...a7e9f4579fa1 From noreply at github.com Thu May 12 12:12:24 2016 From: noreply at github.com (GitHub) Date: Thu, 12 May 2016 09:12:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 2df36e: DOC: Clarify definition list format in HOWTO Message-ID: <5734ab68de83d_16533fa6f7eb129c94633@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2df36ec6bf0beb0258898003a182b03590bee0c1 https://github.com/numpy/numpy/commit/2df36ec6bf0beb0258898003a182b03590bee0c1 Author: endolith Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Clarify definition list format in HOWTO Definition lists are marked up with indentation, not colons, and extra colons break the web formatting Commit: eb8913d1a39e09b739a6e9449dc841a52ecbac37 https://github.com/numpy/numpy/commit/eb8913d1a39e09b739a6e9449dc841a52ecbac37 Author: Endolith Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M numpy/add_newdocs.py M numpy/lib/function_base.py M numpy/lib/polynomial.py M numpy/lib/utils.py M numpy/polynomial/_polybase.py Log Message: ----------- DOC: Fix some incorrect RST definition lists Commit: e209a18b0121fca361e6cb186076c61de4b50f3a https://github.com/numpy/numpy/commit/e209a18b0121fca361e6cb186076c61de4b50f3a Author: Charles Harris Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt M numpy/add_newdocs.py M numpy/lib/function_base.py M numpy/lib/polynomial.py M numpy/lib/utils.py M numpy/polynomial/_polybase.py Log Message: ----------- Merge pull request #7626 from endolith/patch-1 DOC: RST definition list fixes Compare: https://github.com/numpy/numpy/compare/a7e9f4579fa1...e209a18b0121 From noreply at github.com Thu May 12 14:25:56 2016 From: noreply at github.com (GitHub) Date: Thu, 12 May 2016 11:25:56 -0700 Subject: [Numpy-svn] [numpy/numpy] dbccef: MAINT: unify tup processing, move tup use to after... Message-ID: <5734cab4e88a_9953fd471a4b2a012507d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dbccef858cf2c1d169f3c99e3e1a7aa956ca4e01 https://github.com/numpy/numpy/commit/dbccef858cf2c1d169f3c99e3e1a7aa956ca4e01 Author: mattip Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- MAINT: unify tup processing, move tup use to after all PyTuple_SetItem calls Commit: 383d800042769fc5aa159ff33988a3972e6d577f https://github.com/numpy/numpy/commit/383d800042769fc5aa159ff33988a3972e6d577f Author: Charles Harris Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- Merge pull request #7627 from mattip/PyTuple-immutable unify tup processing, move tup use to after all PyTuple_SetItem calls Compare: https://github.com/numpy/numpy/compare/e209a18b0121...383d80004276 From noreply at github.com Thu May 12 22:06:28 2016 From: noreply at github.com (GitHub) Date: Thu, 12 May 2016 19:06:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 6aa21a: ENH: linear interpolation of complex values in lib... Message-ID: <573536a4e032_6adc3fc4ab3c92b81134e2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6aa21ad951e8334ba3d3ac677390f7afe76cd242 https://github.com/numpy/numpy/commit/6aa21ad951e8334ba3d3ac677390f7afe76cd242 Author: Peter Creasey Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/compiled_base.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: linear interpolation of complex values in lib.interp lib.interp function now allows interpolation of complex fp with complex128 precision (i.e. equivalent to lib.interp on the real and imaginary parts). Tests are added for the non-periodic and periodic cases. Commit: f1a36312b0996495a499ec4e5a9de14148bf957c https://github.com/numpy/numpy/commit/f1a36312b0996495a499ec4e5a9de14148bf957c Author: ahaldane Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M doc/release/1.12.0-notes.rst M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/compiled_base.h M numpy/core/src/multiarray/multiarraymodule.c M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6872 from pec27/complex-interp ENH: linear interpolation of complex values in lib.interp Compare: https://github.com/numpy/numpy/compare/383d80004276...f1a36312b099 From noreply at github.com Fri May 13 11:24:11 2016 From: noreply at github.com (GitHub) Date: Fri, 13 May 2016 08:24:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 42b390: MAINT: add ifdef around PyDictProxy_Check macro Message-ID: <5735f19b86b35_115f3fa200ba52c07552@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 42b3902caa1257520035e0e0fafe52f28fd41076 https://github.com/numpy/numpy/commit/42b3902caa1257520035e0e0fafe52f28fd41076 Author: mattip Date: 2016-05-13 (Fri, 13 May 2016) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- MAINT: add ifdef around PyDictProxy_Check macro Commit: 2555e44986b6d1ffb34ea3aed511b5812d4e3923 https://github.com/numpy/numpy/commit/2555e44986b6d1ffb34ea3aed511b5812d4e3923 Author: Nathaniel J. Smith Date: 2016-05-13 (Fri, 13 May 2016) Changed paths: M numpy/core/src/multiarray/descriptor.c Log Message: ----------- Merge pull request #7630 from mattip/define-PyDictProxy_Check MAINT: add ifdef around PyDictProxy_Check macro Compare: https://github.com/numpy/numpy/compare/f1a36312b099...2555e44986b6 From noreply at github.com Fri May 13 21:52:25 2016 From: noreply at github.com (GitHub) Date: Fri, 13 May 2016 18:52:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 235f88: BLD: Avoid using os.spawnve in favor of os.spawnv ... Message-ID: <573684d970cf3_74f23ff5166b72b8118429@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 235f88674189547c50b72a11b7975bb231eddee5 https://github.com/numpy/numpy/commit/235f88674189547c50b72a11b7975bb231eddee5 Author: Ales Erjavec Date: 2016-05-10 (Tue, 10 May 2016) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- BLD: Avoid using os.spawnve in favor of os.spawnv in exec_command The env modifying spawn* function are not thread safe on windows (python issue6476) so avoid using them unless so requested by the caller. References #7607 Commit: 43e061b6bd67ff2d04c3891e2f4dd4d6dd683b26 https://github.com/numpy/numpy/commit/43e061b6bd67ff2d04c3891e2f4dd4d6dd683b26 Author: Nathaniel J. Smith Date: 2016-05-13 (Fri, 13 May 2016) Changed paths: M numpy/distutils/exec_command.py Log Message: ----------- Merge pull request #7614 from ales-erjavec/spawnv BLD: Avoid using os.spawnve in favor of os.spawnv in exec_command Compare: https://github.com/numpy/numpy/compare/2555e44986b6...43e061b6bd67 From noreply at github.com Sat May 14 17:32:30 2016 From: noreply at github.com (GitHub) Date: Sat, 14 May 2016 14:32:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 05deb5: MAINT: clearer exception message when importing mu... Message-ID: <5737996e12973_4b193f9269c772bc670cb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 05deb50d025943a742ac6017598b42987657af17 https://github.com/numpy/numpy/commit/05deb50d025943a742ac6017598b42987657af17 Author: Ralf Gommers Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/core/__init__.py Log Message: ----------- MAINT: clearer exception message when importing multiarray fails. This regularly confuses users, see for example gh-5529. The path via which the multiarray import is reached has changed a few times in the last couple of years, but multiarray is always the first extension module to be imported, so this looks like a reasonable place to add the message. Commit: 524e3ece4be3bfb1199a6fbf52fb55b06ddc68d2 https://github.com/numpy/numpy/commit/524e3ece4be3bfb1199a6fbf52fb55b06ddc68d2 Author: Charles Harris Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/core/__init__.py Log Message: ----------- Merge pull request #7637 from rgommers/importerrors MAINT: clearer exception message when importing multiarray fails. Compare: https://github.com/numpy/numpy/compare/43e061b6bd67...524e3ece4be3 From noreply at github.com Sat May 14 18:40:17 2016 From: noreply at github.com (GitHub) Date: Sat, 14 May 2016 15:40:17 -0700 Subject: [Numpy-svn] [numpy/numpy] c185c7: MAINT: clean up testing.assert_raises_regexp, 2.6-... Message-ID: <5737a9518b859_391f3f90298432a097689@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c185c71c8eb7192e44ac381ce9883805068815ea https://github.com/numpy/numpy/commit/c185c71c8eb7192e44ac381ce9883805068815ea Author: Ralf Gommers Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed. The global also was ugly and not useful. Commit: 47645ffe12add5983719b2b8b518635c5dded9e7 https://github.com/numpy/numpy/commit/47645ffe12add5983719b2b8b518635c5dded9e7 Author: Charles Harris Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #7636 from rgommers/assert-raises-regexp MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed. Compare: https://github.com/numpy/numpy/compare/524e3ece4be3...47645ffe12ad From noreply at github.com Sat May 14 19:44:49 2016 From: noreply at github.com (GitHub) Date: Sat, 14 May 2016 16:44:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 1e2bc0: BLD: correct C compiler customization in system_in... Message-ID: <5737b8714df89_73fa3f859e6872bc1523e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1e2bc0e7292c3c9686b49c4573814a772ccd38c8 https://github.com/numpy/numpy/commit/1e2bc0e7292c3c9686b49c4573814a772ccd38c8 Author: Ralf Gommers Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BLD: correct C compiler customization in system_info.py Closes gh-7606. Commit: 730af6f800d7e9b57ae7a2233aa7ca563603c960 https://github.com/numpy/numpy/commit/730af6f800d7e9b57ae7a2233aa7ca563603c960 Author: Charles Harris Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7634 from rgommers/cc_envvar_build BLD: correct C compiler customization in system_info.py Closes gh-7606. Compare: https://github.com/numpy/numpy/compare/47645ffe12ad...730af6f800d7 From noreply at github.com Sun May 15 03:42:20 2016 From: noreply at github.com (GitHub) Date: Sun, 15 May 2016 00:42:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 49f70f: MAINT: linalg: fix comment, simplify math Message-ID: <5738285c1aa4c_15403fdc1d35d2a01004de@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 49f70f7c3a447c8e0bc9ba0d1be7e4df34f04f58 https://github.com/numpy/numpy/commit/49f70f7c3a447c8e0bc9ba0d1be7e4df34f04f58 Author: CJ Carey Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- MAINT: linalg: fix comment, simplify math The comment was a simple copy-paste error. I find the math easier to look at in this form, with the common terms factored out. Commit: e96ebfc233412e8da98ae96f5c640d00f5411f6e https://github.com/numpy/numpy/commit/e96ebfc233412e8da98ae96f5c640d00f5411f6e Author: Jaime Date: 2016-05-15 (Sun, 15 May 2016) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- Merge pull request #7631 from perimosocordiae/patch-2 MAINT: linalg: fix comment, simplify math Compare: https://github.com/numpy/numpy/compare/730af6f800d7...e96ebfc23341 From noreply at github.com Sun May 15 15:48:49 2016 From: noreply at github.com (GitHub) Date: Sun, 15 May 2016 12:48:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 7413bd: BLD: correct C compiler customization in system_in... Message-ID: <5738d2a11b54b_76443f7fd733f2c01031f9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 7413bda29f04cf5840956d2a4e1a9bde99063143 https://github.com/numpy/numpy/commit/7413bda29f04cf5840956d2a4e1a9bde99063143 Author: Ralf Gommers Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- BLD: correct C compiler customization in system_info.py Closes gh-7606. Commit: f92576298546ffe984a2df466a80bb6a1d2e60c9 https://github.com/numpy/numpy/commit/f92576298546ffe984a2df466a80bb6a1d2e60c9 Author: Charles Harris Date: 2016-05-15 (Sun, 15 May 2016) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #7638 from charris/backport-7634 Backport 7634, BLD: correct C compiler customization in system_info.py Compare: https://github.com/numpy/numpy/compare/51c96fd1c0cb...f92576298546 From noreply at github.com Mon May 16 14:04:19 2016 From: noreply at github.com (GitHub) Date: Mon, 16 May 2016 11:04:19 -0700 Subject: [Numpy-svn] [numpy/numpy] fffb1d: DOC : minor changes to linspace docstring Message-ID: <573a0ba38a849_1d5d3fe7139132c0118996@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fffb1d747330434e87bc24e915692cd86f4f75a5 https://github.com/numpy/numpy/commit/fffb1d747330434e87bc24e915692cd86f4f75a5 Author: Ekaterina Tuzova Date: 2016-05-16 (Mon, 16 May 2016) Changed paths: M numpy/core/function_base.py Log Message: ----------- DOC : minor changes to linspace docstring added optional flag to the step Commit: 7ef145115fede2c20df2cfc51ed28fcc9742b696 https://github.com/numpy/numpy/commit/7ef145115fede2c20df2cfc51ed28fcc9742b696 Author: Jaime Date: 2016-05-16 (Mon, 16 May 2016) Changed paths: M numpy/core/function_base.py Log Message: ----------- Merge pull request #7643 from ktisha/master DOC : minor changes to linspace docstring Compare: https://github.com/numpy/numpy/compare/e96ebfc23341...7ef145115fed From noreply at github.com Wed May 18 00:00:49 2016 From: noreply at github.com (GitHub) Date: Tue, 17 May 2016 21:00:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 1e8d54: TST: fix test errors for Pathlib usage tests in io... Message-ID: <573be8f1d066c_27dc3fe7f51f32a0137125@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1e8d544a4adc396813b61b93611f5f41f147de56 https://github.com/numpy/numpy/commit/1e8d544a4adc396813b61b93611f5f41f147de56 Author: Ralf Gommers Date: 2016-05-15 (Sun, 15 May 2016) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: fix test errors for Pathlib usage tests in io.py. Pathlib was only added to the stdlib in Python 3.4, and there it can handle string type input for a file with UTF8 encoding. But the Patlib version on PyPi that can be installed for Python 2.7 doesn't accept strings, gives errors like: ====================================================================== ERROR: test_ndfromtxt (test_io.TestPathUsage) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/rgommers/Code/numpy/numpy/testing/decorators.py", line 147, in skipper_func return f(*args, **kwargs) File "/home/rgommers/Code/numpy/numpy/lib/tests/test_io.py", line 1888, in test_ndfromtxt f.write('1 2\n3 4') TypeError: must be unicode, not str Commit: 4f0f3528fd3aa90d99abb658eb5d35896ba8c449 https://github.com/numpy/numpy/commit/4f0f3528fd3aa90d99abb658eb5d35896ba8c449 Author: Ralf Gommers Date: 2016-05-16 (Mon, 16 May 2016) Changed paths: M numpy/lib/tests/test_format.py Log Message: ----------- TST: fix test error when saving large array with savez. Commit: 294a7b894230845ea325b7dd5d45a1aff93121c8 https://github.com/numpy/numpy/commit/294a7b894230845ea325b7dd5d45a1aff93121c8 Author: Ralf Gommers Date: 2016-05-16 (Mon, 16 May 2016) Changed paths: M numpy/lib/tests/test_twodim_base.py Log Message: ----------- TST: fix test error due to use of deprecated np.testing.rand utility. Commit: 18b21329dbb32a7f34377a8c590eb1745132c635 https://github.com/numpy/numpy/commit/18b21329dbb32a7f34377a8c590eb1745132c635 Author: Ralf Gommers Date: 2016-05-16 (Mon, 16 May 2016) Changed paths: M numpy/lib/tests/test_format.py M numpy/lib/tests/test_io.py Log Message: ----------- TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5x Commit: cd96464e3331e863862055f61322089ec1b2ad18 https://github.com/numpy/numpy/commit/cd96464e3331e863862055f61322089ec1b2ad18 Author: Charles Harris Date: 2016-05-17 (Tue, 17 May 2016) Changed paths: M numpy/lib/tests/test_format.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_twodim_base.py Log Message: ----------- Merge pull request #7639 from rgommers/fix-test-errors TST: fix a set of test errors in master. Compare: https://github.com/numpy/numpy/compare/7ef145115fed...cd96464e3331 From noreply at github.com Thu May 19 16:24:58 2016 From: noreply at github.com (GitHub) Date: Thu, 19 May 2016 13:24:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 5cde31: BUG: one to any power is still 1. Broken edgecase... Message-ID: <573e211af1ec1_58a33f897a35f2bc1128fe@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5cde31bad1b1e698010fa2801255b5bd8ba3de90 https://github.com/numpy/numpy/commit/5cde31bad1b1e698010fa2801255b5bd8ba3de90 Author: Eric Moore Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- BUG: one to any power is still 1. Broken edgecase for int arrays Fixes gh-7648. Commit: 2423048255f74aeefc22f707fcccfb8d21723ce3 https://github.com/numpy/numpy/commit/2423048255f74aeefc22f707fcccfb8d21723ce3 Author: Charles Harris Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #7651 from ewmoore/ones_array_pow_fix BUG: one to any power is still 1. Broken edgecase for int arrays Compare: https://github.com/numpy/numpy/compare/cd96464e3331...2423048255f7 From noreply at github.com Sat May 21 20:46:23 2016 From: noreply at github.com (GitHub) Date: Sat, 21 May 2016 17:46:23 -0700 Subject: [Numpy-svn] [numpy/numpy] bb46a4: BUG: ma.median of 1d array should return a scalar Message-ID: <5741015f3cf27_53263f87102432a0984e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bb46a495ee5201fb94c14776f41181343e5b7fb2 https://github.com/numpy/numpy/commit/bb46a495ee5201fb94c14776f41181343e5b7fb2 Author: Amit Aronovitch Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: ma.median of 1d array should return a scalar Fixes #5969. Performance fix #4760 had caused wrong shaped results in the 1D case. This fix restores the original 1D behavior. Commit: a4cc361003d3b2b241b826372d9691187b47f86f https://github.com/numpy/numpy/commit/a4cc361003d3b2b241b826372d9691187b47f86f Author: Amit Aronovitch Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/ma/extras.py Log Message: ----------- STY: ma.extras.median: avoid indexing with list Recommended type for nd-indexing is a tuple. See #4434 Commit: 6ce33a18a62fbc42af2c7a325130f705740c2a1e https://github.com/numpy/numpy/commit/6ce33a18a62fbc42af2c7a325130f705740c2a1e Author: ahaldane Date: 2016-05-21 (Sat, 21 May 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #7635 from AmitAronovitch/ma_median_fix BUG: ma.median alternate fix for #7592 Compare: https://github.com/numpy/numpy/compare/2423048255f7...6ce33a18a62f From noreply at github.com Sat May 21 23:34:35 2016 From: noreply at github.com (GitHub) Date: Sat, 21 May 2016 20:34:35 -0700 Subject: [Numpy-svn] [numpy/numpy] c1153b: BUG: ma.median of 1d array should return a scalar Message-ID: <574128cb71c7c_415e3fdc358c72a071019@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: c1153b87e8d766095da0b39612f867b989674b38 https://github.com/numpy/numpy/commit/c1153b87e8d766095da0b39612f867b989674b38 Author: Amit Aronovitch Date: 2016-05-21 (Sat, 21 May 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: ma.median of 1d array should return a scalar Fixes #5969. Performance fix #4760 had caused wrong shaped results in the 1D case. This fix restores the original 1D behavior. Commit: 1f8066600cc0d56f636f6ba2b2fd7bdb795dab22 https://github.com/numpy/numpy/commit/1f8066600cc0d56f636f6ba2b2fd7bdb795dab22 Author: Amit Aronovitch Date: 2016-05-21 (Sat, 21 May 2016) Changed paths: M numpy/ma/extras.py Log Message: ----------- STY: ma.extras.median: avoid indexing with list Recommended type for nd-indexing is a tuple. See #4434 Commit: a3f9135a21b1d48996354266249fc7bd8f29e0ae https://github.com/numpy/numpy/commit/a3f9135a21b1d48996354266249fc7bd8f29e0ae Author: Charles Harris Date: 2016-05-21 (Sat, 21 May 2016) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #7654 from charris/backport-7635 Backport 7635, BUG: ma.median of 1d array should return a scalar Compare: https://github.com/numpy/numpy/compare/f92576298546...a3f9135a21b1 From noreply at github.com Sun May 22 13:22:19 2016 From: noreply at github.com (GitHub) Date: Sun, 22 May 2016 10:22:19 -0700 Subject: [Numpy-svn] [numpy/numpy] d5e128: BLD: Remove Intel compiler flag -xSSE4.2 Message-ID: <5741eacb1219a_55683ff96d9f729c46468@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d5e128c331a2ab404821e744f826da3f840733da https://github.com/numpy/numpy/commit/d5e128c331a2ab404821e744f826da3f840733da Author: Charles Harris Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: Remove Intel compiler flag -xSSE4.2 The consensus seems to be that hardcoding SSE4.2 results in poor code for architectures lacking the feature. Closes #7287. Commit: 25e3ebf4def51b290f544fb0bc7f6d8eb5c04b85 https://github.com/numpy/numpy/commit/25e3ebf4def51b290f544fb0bc7f6d8eb5c04b85 Author: Ralf Gommers Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #7655 from charris/intel-compiler-flags BLD: Remove Intel compiler flag -xSSE4.2 Compare: https://github.com/numpy/numpy/compare/6ce33a18a62f...25e3ebf4def5 From noreply at github.com Sun May 22 15:36:53 2016 From: noreply at github.com (GitHub) Date: Sun, 22 May 2016 12:36:53 -0700 Subject: [Numpy-svn] [numpy/numpy] 72d41d: BLD: Remove Intel compiler flag -xSSE4.2 Message-ID: <57420a555c446_14033f8c6c6772c02138b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 72d41d44fae2d6c59dc7a30c88a621263c1cc0a9 https://github.com/numpy/numpy/commit/72d41d44fae2d6c59dc7a30c88a621263c1cc0a9 Author: Charles Harris Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: Remove Intel compiler flag -xSSE4.2 The consensus seems to be that hardcoding SSE4.2 results in poor code for architectures lacking the feature. Closes #7287. Commit: a62cf4ebb0d0c64bd327fe695f220b8521f760a4 https://github.com/numpy/numpy/commit/a62cf4ebb0d0c64bd327fe695f220b8521f760a4 Author: Charles Harris Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #7656 from charris/backport-7655 Backport 7655, BLD: Remove Intel compiler flag -xSSE4.2 Compare: https://github.com/numpy/numpy/compare/a3f9135a21b1...a62cf4ebb0d0 From noreply at github.com Sun May 22 17:27:37 2016 From: noreply at github.com (GitHub) Date: Sun, 22 May 2016 14:27:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 59aad0: BLD: Update npy_config.h blacklist Message-ID: <574224491447e_6bba3fb85e30d29c2514a1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 59aad021f5bccf5b1e2d49eaf0d90f292c5d2921 https://github.com/numpy/numpy/commit/59aad021f5bccf5b1e2d49eaf0d90f292c5d2921 Author: Charles Harris Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- BLD: Update npy_config.h blacklist Blacklist complex cos, cosh for glibc versions < 2.18. Commit: ea2aed7d1421392bd8b88ecb4c8926791ca9364e https://github.com/numpy/numpy/commit/ea2aed7d1421392bd8b88ecb4c8926791ca9364e Author: Charles Harris Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/core/src/private/npy_config.h Log Message: ----------- Merge pull request #7657 from charris/backport-6975 Backport 6975, BLD: Update npy_config.h blacklist Compare: https://github.com/numpy/numpy/compare/81d6a981abd8...ea2aed7d1421 From noreply at github.com Mon May 23 13:38:28 2016 From: noreply at github.com (GitHub) Date: Mon, 23 May 2016 10:38:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 7a05c9: BUG: Temporary fix for str(mvoid) for object field... Message-ID: <574340147d937_5f503feb910d32b810506e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7a05c91277e2e970cccf95c999a7159893b42a92 https://github.com/numpy/numpy/commit/7a05c91277e2e970cccf95c999a7159893b42a92 Author: Allan Haldane Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Temporary fix for str(mvoid) for object field types Fixes #7493, using a temporary hack, to be properly fixed later (eg with #6053) Printing a Masked-Void instance broke if the instance has a field of Object dtype because assignment involving structured dtypes with objects doesn't work. Fix is to use dtype-transfer code which avoid the bug. Commit: 313a9b20e51bc0adb2ac56a2d4ac702dcb8c21fa https://github.com/numpy/numpy/commit/313a9b20e51bc0adb2ac56a2d4ac702dcb8c21fa Author: Charles Harris Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7659 from ahaldane/fix_7493 BUG: Temporary fix for str(mvoid) for object field types Compare: https://github.com/numpy/numpy/compare/25e3ebf4def5...313a9b20e51b From noreply at github.com Mon May 23 13:38:56 2016 From: noreply at github.com (GitHub) Date: Mon, 23 May 2016 10:38:56 -0700 Subject: [Numpy-svn] [numpy/numpy] a48f42: BUG: Temporary fix for str(mvoid) for object field... Message-ID: <57434030d8152_14153f83c75dd2b88139e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: a48f4222e1efd2ccf0717bc04a1cb37d514882a9 https://github.com/numpy/numpy/commit/a48f4222e1efd2ccf0717bc04a1cb37d514882a9 Author: Allan Haldane Date: 2016-05-22 (Sun, 22 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Temporary fix for str(mvoid) for object field types Fixes #7493, using a temporary hack, to be properly fixed later (eg with #6053) Printing a Masked-Void instance broke if the instance has a field of Object dtype because assignment involving structured dtypes with objects doesn't work. Fix is to use dtype-transfer code which avoid the bug. Commit: 693bead140fc3d05ee5808577de6dc48843e2f13 https://github.com/numpy/numpy/commit/693bead140fc3d05ee5808577de6dc48843e2f13 Author: Charles Harris Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7660 from ahaldane/fix_7493_1.11 Backport 7659, BUG: Temporary fix for str(mvoid) for object field types Compare: https://github.com/numpy/numpy/compare/a62cf4ebb0d0...693bead140fc From noreply at github.com Mon May 23 14:12:08 2016 From: noreply at github.com (GitHub) Date: Mon, 23 May 2016 11:12:08 -0700 Subject: [Numpy-svn] [numpy/numpy] d805e9: BUG: fix incorrect printing of 1D masked arrays Message-ID: <574347f84225b_55e83f7e0210d2bc1048c7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: d805e9b66228e68a0eb14d901cd350159c49af18 https://github.com/numpy/numpy/commit/d805e9b66228e68a0eb14d901cd350159c49af18 Author: Simon Conseil Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: fix incorrect printing of 1D masked arrays Ref #7621. #6748 added `np.ma.MaskedArray._print_width` which is used to cut a masked array before printing it (to save memory and cpu time during the conversion to the object dtype). But this doesn't work correctly for 1D arrays, for which up to 1000 values can be printed before cutting the array. So this commit adds a new class variable `_print_width_1d` to handle the 1D case separately. Commit: 59a7b250d4076d58c8b48bdf3800f2b1eac41e1b https://github.com/numpy/numpy/commit/59a7b250d4076d58c8b48bdf3800f2b1eac41e1b Author: Charles Harris Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7658 from saimn/fix-ma-repr BUG: fix incorrect printing of 1D masked arrays Compare: https://github.com/numpy/numpy/compare/313a9b20e51b...59a7b250d407 From noreply at github.com Mon May 23 18:54:52 2016 From: noreply at github.com (GitHub) Date: Mon, 23 May 2016 15:54:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 7ce655: BUG: fix incorrect printing of 1D masked arrays Message-ID: <57438a3cc4b5f_54ad3f8adbc092c08657e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 7ce6556a4c9cc4b27dbb5ace66f530ece2c205d1 https://github.com/numpy/numpy/commit/7ce6556a4c9cc4b27dbb5ace66f530ece2c205d1 Author: Simon Conseil Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: fix incorrect printing of 1D masked arrays Ref #7621. #6748 added `np.ma.MaskedArray._print_width` which is used to cut a masked array before printing it (to save memory and cpu time during the conversion to the object dtype). But this doesn't work correctly for 1D arrays, for which up to 1000 values can be printed before cutting the array. So this commit adds a new class variable `_print_width_1d` to handle the 1D case separately. Commit: 55b2b8f1f06717b061c221cb31235d7b33d0bcf0 https://github.com/numpy/numpy/commit/55b2b8f1f06717b061c221cb31235d7b33d0bcf0 Author: Charles Harris Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #7665 from charris/backport-7658 Backport 7658, BUG: fix incorrect printing of 1D masked arrays Compare: https://github.com/numpy/numpy/compare/693bead140fc...55b2b8f1f067 From noreply at github.com Tue May 24 12:29:24 2016 From: noreply at github.com (GitHub) Date: Tue, 24 May 2016 09:29:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 8bc4e9: TST: Failing test for histogram. Message-ID: <57448164135fb_2bf13f7f2a8e92a010865a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8bc4e9ad19c14873b0ea5c2622cc86a1dfdd4017 https://github.com/numpy/numpy/commit/8bc4e9ad19c14873b0ea5c2622cc86a1dfdd4017 Author: Robert Kern Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: Failing test for histogram. Commit: 65279ff854825f3421cc210450e4cf24acdd3866 https://github.com/numpy/numpy/commit/65279ff854825f3421cc210450e4cf24acdd3866 Author: Robert Kern Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/function_base.py Log Message: ----------- ENH: correct initial index estimate in histogram. Commit: 85f66400d6e02c25eb80d673a8b993af614d42b2 https://github.com/numpy/numpy/commit/85f66400d6e02c25eb80d673a8b993af614d42b2 Author: Charles Harris Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7667 from rkern/fix/histogram-accuracy Restore histogram consistency Compare: https://github.com/numpy/numpy/compare/59a7b250d407...85f66400d6e0 From noreply at github.com Tue May 24 14:12:02 2016 From: noreply at github.com (GitHub) Date: Tue, 24 May 2016 11:12:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 7803c5: BUG: boolean assignment no GIL release when transf... Message-ID: <57449972a2279_5ab33f936e6812bc18486c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7803c5c510d465eb17b973d0eb4e79922db1d044 https://github.com/numpy/numpy/commit/7803c5c510d465eb17b973d0eb4e79922db1d044 Author: Sebastian Berg Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: boolean assignment no GIL release when transfer needs API This caused bugs when the iteration does not need the API, but the data copy does. closes gh-7666 Commit: b65991aa41ac073ed070992acfccd7d6bb24035f https://github.com/numpy/numpy/commit/b65991aa41ac073ed070992acfccd7d6bb24035f Author: Charles Harris Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #7669 from seberg/issue7666 BUG: boolean assignment no GIL release when transfer needs API Compare: https://github.com/numpy/numpy/compare/85f66400d6e0...b65991aa41ac From noreply at github.com Tue May 24 14:18:04 2016 From: noreply at github.com (GitHub) Date: Tue, 24 May 2016 11:18:04 -0700 Subject: [Numpy-svn] [numpy/numpy] a0e778: do not check the module.__dict__ type explicity Message-ID: <57449adc33acd_68573fbb5b7692a04452b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a0e778177e17347f0bdf309ea2fb29e2dc3e0bf4 https://github.com/numpy/numpy/commit/a0e778177e17347f0bdf309ea2fb29e2dc3e0bf4 Author: Boxiang Sun Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/tests/test_api.py Log Message: ----------- do not check the module.__dict__ type explicity This patch is for Pyston compatibility. In Pyston, the type of module.__dict__ is attrwrapper, which is a dict like type. The test in here is not really care for particular type, but instead cares for particular behaviour. So change the expilit type check to a interface check. This check can also get passed in CPython and PyPy Commit: 75705e2e8d4139985ba61c0de170c10c85027efa https://github.com/numpy/numpy/commit/75705e2e8d4139985ba61c0de170c10c85027efa Author: Charles Harris Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/tests/test_api.py Log Message: ----------- Merge pull request #7668 from Daetalus/pyston_patch ENH: Do not check the type of module.__dict__ explicit in test. Compare: https://github.com/numpy/numpy/compare/b65991aa41ac...75705e2e8d41 From noreply at github.com Tue May 24 16:26:59 2016 From: noreply at github.com (GitHub) Date: Tue, 24 May 2016 13:26:59 -0700 Subject: [Numpy-svn] [numpy/numpy] a52897: TST: Failing test for histogram. Message-ID: <5744b913e1592_542c3fe7c5f492b853867@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: a528977da85bdb1c49353df74514e0253eb7f786 https://github.com/numpy/numpy/commit/a528977da85bdb1c49353df74514e0253eb7f786 Author: Robert Kern Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: Failing test for histogram. Commit: 20d5553f9985e95c26c621a8fd1e8c1ef4fd4639 https://github.com/numpy/numpy/commit/20d5553f9985e95c26c621a8fd1e8c1ef4fd4639 Author: Robert Kern Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: correct initial index estimate in histogram. Commit: 4916a7586dfab2b7fd75c47611861a8799d9521a https://github.com/numpy/numpy/commit/4916a7586dfab2b7fd75c47611861a8799d9521a Author: Charles Harris Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7670 from charris/backport-7667 Backport 7667, BUG: correct initial index estimate in histogram. Compare: https://github.com/numpy/numpy/compare/55b2b8f1f067...4916a7586dfa From noreply at github.com Tue May 24 17:19:20 2016 From: noreply at github.com (GitHub) Date: Tue, 24 May 2016 14:19:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 750130: BUG: boolean assignment no GIL release when transf... Message-ID: <5744c5584a82d_45c63fb0b52a92c0248458@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 750130067cb24ef08b4d9e6b4bab37f98d6b8826 https://github.com/numpy/numpy/commit/750130067cb24ef08b4d9e6b4bab37f98d6b8826 Author: Sebastian Berg Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: boolean assignment no GIL release when transfer needs API This caused bugs when the iteration does not need the API, but the data copy does. closes gh-7666 Commit: 89b5742d3c5105ca80ff2646ba7c68b5ffbeaf4c https://github.com/numpy/numpy/commit/89b5742d3c5105ca80ff2646ba7c68b5ffbeaf4c Author: Charles Harris Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #7671 from charris/backport-7669 Backport 7669, BUG: boolean assignment no GIL release when transfer needs API Compare: https://github.com/numpy/numpy/compare/4916a7586dfa...89b5742d3c51 From noreply at github.com Wed May 25 11:37:42 2016 From: noreply at github.com (GitHub) Date: Wed, 25 May 2016 08:37:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 399193: BUG: fix handling of right edge of final bin. Message-ID: <5745c6c689f56_67663fc767d4b2a0357f7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3991939341a25000c16171647e4547eaa6d86055 https://github.com/numpy/numpy/commit/3991939341a25000c16171647e4547eaa6d86055 Author: Robert Kern Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: fix handling of right edge of final bin. Commit: 27e85997067da402a2c2e64b50290bdc0ef4cb48 https://github.com/numpy/numpy/commit/27e85997067da402a2c2e64b50290bdc0ef4cb48 Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7675 from rkern/fix/histogram-endpoint BUG: fix handling of right edge of final bin. Compare: https://github.com/numpy/numpy/compare/75705e2e8d41...27e85997067d From noreply at github.com Wed May 25 12:49:04 2016 From: noreply at github.com (GitHub) Date: Wed, 25 May 2016 09:49:04 -0700 Subject: [Numpy-svn] [numpy/numpy] 9cd0f0: BUG: fix handling of right edge of final bin. Message-ID: <5745d7803ae1_77263fa73ca1f2c03339b3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 9cd0f00225c0e5a64f230cb1c6bc841c7ea66e2c https://github.com/numpy/numpy/commit/9cd0f00225c0e5a64f230cb1c6bc841c7ea66e2c Author: Robert Kern Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: fix handling of right edge of final bin. Commit: ea7c219a619c8d1d42c757407309fc9e0256efe4 https://github.com/numpy/numpy/commit/ea7c219a619c8d1d42c757407309fc9e0256efe4 Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #7676 from charris/backport-7675 Backport 7675, BUG: fix handling of right edge of final bin. Compare: https://github.com/numpy/numpy/compare/89b5742d3c51...ea7c219a619c From noreply at github.com Wed May 25 19:42:44 2016 From: noreply at github.com (GitHub) Date: Wed, 25 May 2016 16:42:44 -0700 Subject: [Numpy-svn] [numpy/numpy] eba532: DOC: Create Numpy 1.11.1 release notes. Message-ID: <574638744fdce_6de03f9372d892b849578@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: eba532d0bae2553db47bb3bce258e29c53b06894 https://github.com/numpy/numpy/commit/eba532d0bae2553db47bb3bce258e29c53b06894 Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: A doc/release/1.11.1-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create Numpy 1.11.1 release notes. [ci skip] Commit: eb1cb8b566b801e2d0a361cd80c3f1ec7830441a https://github.com/numpy/numpy/commit/eb1cb8b566b801e2d0a361cd80c3f1ec7830441a Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: A doc/release/1.11.1-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #7673 from charris/1.11.1-notes DOC: Create Numpy 1.11.1 release notes. Compare: https://github.com/numpy/numpy/compare/27e85997067d...eb1cb8b566b8 From noreply at github.com Wed May 25 19:47:55 2016 From: noreply at github.com (GitHub) Date: Wed, 25 May 2016 16:47:55 -0700 Subject: [Numpy-svn] [numpy/numpy] 7e2fb1: DOC: Create Numpy 1.11.1 release notes. Message-ID: <574639abdf230_69403fb5490752b87451c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 7e2fb15cd855e6d3c65835cb0b4974d8930f7ea5 https://github.com/numpy/numpy/commit/7e2fb15cd855e6d3c65835cb0b4974d8930f7ea5 Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: A doc/release/1.11.1-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create Numpy 1.11.1 release notes. [ci skip] Commit: 25af86ff5c117c891e902c9ff2c09015526044bc https://github.com/numpy/numpy/commit/25af86ff5c117c891e902c9ff2c09015526044bc Author: Charles Harris Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: A doc/release/1.11.1-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #7677 from charris/backport-7673 Backport 7673, DOC: Create Numpy 1.11.1 release notes. Compare: https://github.com/numpy/numpy/compare/ea7c219a619c...25af86ff5c11 From noreply at github.com Thu May 26 08:43:38 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 05:43:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 4df1d3: Fix np.clip bug NaN handling for Visual Studio 201... Message-ID: <5746ef7af3556_521a3fac638332a08699@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4df1d32180937ba652e7d89d6833942e22f3be47 https://github.com/numpy/numpy/commit/4df1d32180937ba652e7d89d6833942e22f3be47 Author: Lo?c Est?ve Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Fix np.clip bug NaN handling for Visual Studio 2015 by disabling loop vectorization and add test. Commit: a075c360125476a796701477c49c2a6aafb8a228 https://github.com/numpy/numpy/commit/a075c360125476a796701477c49c2a6aafb8a228 Author: Julian Taylor Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7678 from lesteve/fix-python35-windows-clip-with-nan-bug BUG: Fix np.clip bug NaN handling for Visual Studio 2015 Compare: https://github.com/numpy/numpy/compare/eb1cb8b566b8...a075c3601254 From noreply at github.com Thu May 26 12:01:03 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 09:01:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 116287: Fix np.clip bug NaN handling for Visual Studio 201... Message-ID: <57471dbfa26b1_589c3ffb4faf929c182898@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: 116287944e13f28c31b126e46571e58b3500d073 https://github.com/numpy/numpy/commit/116287944e13f28c31b126e46571e58b3500d073 Author: Lo?c Est?ve Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Fix np.clip bug NaN handling for Visual Studio 2015 by disabling loop vectorization and add test. Commit: ad5d570b448d28ebe8b543f4f98d2711c8b1d6a5 https://github.com/numpy/numpy/commit/ad5d570b448d28ebe8b543f4f98d2711c8b1d6a5 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- MAINT: Fix up C++ style comment in arraytypes.c.src. Commit: 34ca13309fcac7a20a2ee650f34ca800f4b03206 https://github.com/numpy/numpy/commit/34ca13309fcac7a20a2ee650f34ca800f4b03206 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #7680 from charris/backport-7678 Backport 7678, BUG: Fix np.clip bug NaN handling for Visual Studio 2015 Compare: https://github.com/numpy/numpy/compare/25af86ff5c11...34ca13309fca From noreply at github.com Thu May 26 12:35:11 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 09:35:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 5a0662: MAINT: Fix up C++ comment in arraytypes.c.src. Message-ID: <574725bf930e1_3ccb3fa6fd9c929c117743@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5a066240b6ea4a8a3a5172ef426a19d0721ddfe5 https://github.com/numpy/numpy/commit/5a066240b6ea4a8a3a5172ef426a19d0721ddfe5 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- MAINT: Fix up C++ comment in arraytypes.c.src. Commit: 0cccc797618da1c673aa2a4767daf7a91df579fa https://github.com/numpy/numpy/commit/0cccc797618da1c673aa2a4767daf7a91df579fa Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- Merge pull request #7679 from charris/fixup-c++-comment MAINT: Fix up C++ comment in arraytypes.c.src. Compare: https://github.com/numpy/numpy/compare/a075c3601254...0cccc797618d From noreply at github.com Thu May 26 20:43:18 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 17:43:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 6250a4: DOC: Update 1.11.1 release notes. Message-ID: <5747982626bff_3443fbacc9352bc2150c2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6250a4c4123259892c909cbb680348be3b26b9e3 https://github.com/numpy/numpy/commit/6250a4c4123259892c909cbb680348be3b26b9e3 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M doc/release/1.11.1-notes.rst Log Message: ----------- DOC: Update 1.11.1 release notes. [ci skip] Commit: e6593fbe72d28929345370696ea292a394795089 https://github.com/numpy/numpy/commit/e6593fbe72d28929345370696ea292a394795089 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M doc/release/1.11.1-notes.rst Log Message: ----------- Merge pull request #7681 from charris/update-1.11.1-notes DOC: Update 1.11.1 release notes. Compare: https://github.com/numpy/numpy/compare/0cccc797618d...e6593fbe72d2 From noreply at github.com Thu May 26 20:46:38 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 17:46:38 -0700 Subject: [Numpy-svn] [numpy/numpy] f2f375: DOC: Update 1.11.1 release notes. Message-ID: <574798ee48cf7_1f863fa92231d2a039764@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.11.x Home: https://github.com/numpy/numpy Commit: f2f375043f495c5ccf0fa827af8d774bc2d99966 https://github.com/numpy/numpy/commit/f2f375043f495c5ccf0fa827af8d774bc2d99966 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M doc/release/1.11.1-notes.rst Log Message: ----------- DOC: Update 1.11.1 release notes. [ci skip] Commit: 7230b9a5227fce07bf1f41eafa65b4cd2c9d96d2 https://github.com/numpy/numpy/commit/7230b9a5227fce07bf1f41eafa65b4cd2c9d96d2 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M doc/release/1.11.1-notes.rst Log Message: ----------- Merge pull request #7682 from charris/backport-7681 Backport 7681, DOC: Update 1.11.1 release notes. Compare: https://github.com/numpy/numpy/compare/34ca13309fca...7230b9a5227f From noreply at github.com Thu May 26 22:13:38 2016 From: noreply at github.com (GitHub) Date: Thu, 26 May 2016 19:13:38 -0700 Subject: [Numpy-svn] [numpy/numpy] abcb51: REL: Numpy 1.11.1rc1 release. Message-ID: <5747ad522f757_18ee3fca961212b876366@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.11.1rc1 Home: https://github.com/numpy/numpy Commit: abcb51151634c09b0db4eb462939f910555b7971 https://github.com/numpy/numpy/commit/abcb51151634c09b0db4eb462939f910555b7971 Author: Charles Harris Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: Numpy 1.11.1rc1 release.