From noreply at github.com Thu Oct 1 13:13:08 2015 From: noreply at github.com (GitHub) Date: Thu, 01 Oct 2015 10:13:08 -0700 Subject: [Numpy-svn] [numpy/numpy] 09bf9c: BUG: Guarantee non-zero is 1 for switch statements Message-ID: <560d69a41972a_71ad3f7fe522929c9203@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 09bf9cc62d47bb7d0d738c70a0fbdb9ff2a13985 https://github.com/numpy/numpy/commit/09bf9cc62d47bb7d0d738c70a0fbdb9ff2a13985 Author: Chris Hogan Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- BUG: Guarantee non-zero is 1 for switch statements In numpy/core/src/npymath/npy_math.c.src there is a state machine sequence that assumes signbit returns either a 1 or 0. However, all the online documentation states that it will return either a 0 or a nonzero value, which seems to be determined by the OS. These changes allow the code to work with a zero or a nonzero value. Commit: 2bc213bb3a75069775bc2a6cbc43dc26e1664835 https://github.com/numpy/numpy/commit/2bc213bb3a75069775bc2a6cbc43dc26e1664835 Author: Charles Harris Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- Merge pull request #6346 from ChristopherHogan/signbit_fix BUG: Guarantee non-zero is one in arctan2 Compare: https://github.com/numpy/numpy/compare/e6dbcead8840...2bc213bb3a75 From noreply at github.com Thu Oct 1 13:44:11 2015 From: noreply at github.com (GitHub) Date: Thu, 01 Oct 2015 10:44:11 -0700 Subject: [Numpy-svn] [numpy/numpy] fa185c: BUG: Guarantee non-zero is 1 for switch statements Message-ID: <560d70eb84b9_448f3f9e0bd032a089335@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: fa185c7fbdb86960c0f75ba6e4f84452eca9af62 https://github.com/numpy/numpy/commit/fa185c7fbdb86960c0f75ba6e4f84452eca9af62 Author: Chris Hogan Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- BUG: Guarantee non-zero is 1 for switch statements In numpy/core/src/npymath/npy_math.c.src there is a state machine sequence that assumes signbit returns either a 1 or 0. However, all the online documentation states that it will return either a 0 or a nonzero value, which seems to be determined by the OS. These changes allow the code to work with a zero or a nonzero value. Commit: 9f0ae61a33ffcf231d867b271894cb9c6aa3e90c https://github.com/numpy/numpy/commit/9f0ae61a33ffcf231d867b271894cb9c6aa3e90c Author: Charles Harris Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M numpy/core/src/npymath/npy_math.c.src Log Message: ----------- Merge pull request #6397 from charris/backport-gh-6346 Backport gh-6346. Compare: https://github.com/numpy/numpy/compare/72991a57e2b0...9f0ae61a33ff From noreply at github.com Thu Oct 1 16:23:30 2015 From: noreply at github.com (GitHub) Date: Thu, 01 Oct 2015 13:23:30 -0700 Subject: [Numpy-svn] [numpy/numpy] a3c1ed: DOC: numpy.diff docstring changed as per recommend... Message-ID: <560d9642882cb_241d3fdf7ca632b8207fd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a3c1ed6dbba1e23bcbe30040bfa3d63e91b2cdab https://github.com/numpy/numpy/commit/a3c1ed6dbba1e23bcbe30040bfa3d63e91b2cdab Author: jason king Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/lib/function_base.py Log Message: ----------- DOC: numpy.diff docstring changed as per recommendation on https://github.com/numpy/numpy/issues/5900 Slight change for cumsame doco as well, to match. Commit: 91e16f63474b43cd586e1a61e50285032f39a256 https://github.com/numpy/numpy/commit/91e16f63474b43cd586e1a61e50285032f39a256 Author: Charles Harris Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6322 from pizzathief/issue5900 DOC: numpy.diff docstring changed as per recommendation on Compare: https://github.com/numpy/numpy/compare/2bc213bb3a75...91e16f63474b From noreply at github.com Thu Oct 1 19:32:52 2015 From: noreply at github.com (GitHub) Date: Thu, 01 Oct 2015 16:32:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 899325: MAINT: cleanup dead code/arguments/fields from ufu... Message-ID: <560dc2a4e541_f1c3fc1ef1212b81002bb@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 899325ec043688c751001662f5e7226e7e92e04e https://github.com/numpy/numpy/commit/899325ec043688c751001662f5e7226e7e92e04e Author: Nathaniel J. Smith Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/user/c-info.ufunc-tutorial.rst M numpy/core/include/numpy/ufuncobject.h M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/umathmodule.c Log Message: ----------- MAINT: cleanup dead code/arguments/fields from ufuncs The check_return argument and ufunc object field was never used; ditto for the "new" inner loop selector (which was never implemented), along with associated typedefs. Since I was looking at this code anyway trying to figure out which parts were actually in use, I figured I'd clear up some of the brush to make it easier next time... Commit: 21367df4ba6dbf4a01e5e4634b2e20ddb1f4c401 https://github.com/numpy/numpy/commit/21367df4ba6dbf4a01e5e4634b2e20ddb1f4c401 Author: Charles Harris Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/user/c-info.ufunc-tutorial.rst M numpy/core/include/numpy/ufuncobject.h M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/umathmodule.c Log Message: ----------- Merge pull request #6336 from njsmith/clean-up-ufunc-dead-code MAINT: cleanup dead code/arguments/fields from ufuncs Compare: https://github.com/numpy/numpy/compare/91e16f63474b...21367df4ba6d From noreply at github.com Fri Oct 2 14:12:42 2015 From: noreply at github.com (GitHub) Date: Fri, 02 Oct 2015 11:12:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 0862e8: ENH: adds lexsort for arrays with object dtype Message-ID: <560ec91ad924c_eb03fcf7e5bd2bc718cd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0862e89fb51b2e6fc2dfe74e6166a218b67ff06d https://github.com/numpy/numpy/commit/0862e89fb51b2e6fc2dfe74e6166a218b67ff06d Author: behzad nouri Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- ENH: adds lexsort for arrays with object dtype Commit: df0afda4c69e9e1fd47afcb7d79236bc101c502f https://github.com/numpy/numpy/commit/df0afda4c69e9e1fd47afcb7d79236bc101c502f Author: Charles Harris Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6312 from behzadnouri/object-lexsort adds lexsort for arrays with object dtype Compare: https://github.com/numpy/numpy/compare/21367df4ba6d...df0afda4c69e From noreply at github.com Fri Oct 2 17:10:30 2015 From: noreply at github.com (GitHub) Date: Fri, 02 Oct 2015 14:10:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 7c263a: DOC: typo: affect Message-ID: <560ef2c6820f9_b303fc86f0df29c9849c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7c263ac239b6e4c807411986a12aec96e9924e37 https://github.com/numpy/numpy/commit/7c263ac239b6e4c807411986a12aec96e9924e37 Author: Lars Buitinck Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/index_tricks.py M numpy/ma/extras.py Log Message: ----------- DOC: typo: affect Commit: 786f9c2f77b3ee4f90f5e26a2206f85087a415bc https://github.com/numpy/numpy/commit/786f9c2f77b3ee4f90f5e26a2206f85087a415bc Author: Charles Harris Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/index_tricks.py M numpy/ma/extras.py Log Message: ----------- Merge pull request #6401 from larsmans/typo DOC: typo: affect Compare: https://github.com/numpy/numpy/compare/df0afda4c69e...786f9c2f77b3 From noreply at github.com Sun Oct 4 09:28:09 2015 From: noreply at github.com (GitHub) Date: Sun, 04 Oct 2015 06:28:09 -0700 Subject: [Numpy-svn] [numpy/numpy] 881849: ENH: halve the memory requirement of np.cov Message-ID: <5611296970df8_58503fad0e4e52a010043a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 881849c5385524ceafc462d230960463a01e47a6 https://github.com/numpy/numpy/commit/881849c5385524ceafc462d230960463a01e47a6 Author: Lars Buitinck Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- ENH: halve the memory requirement of np.cov Prevents allocation of an n?-sized array. XXX For large arrays, multiplying by 1/fact is more than 10% faster than dividing by fact, but that doesn't pass the tests. Commit: 66d357ae3aedcd324a1c607e037adc65d3ae1c02 https://github.com/numpy/numpy/commit/66d357ae3aedcd324a1c607e037adc65d3ae1c02 Author: Jaime Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6403 from larsmans/cov-memory-use ENH: halve the memory requirement of np.cov Compare: https://github.com/numpy/numpy/compare/786f9c2f77b3...66d357ae3aed From noreply at github.com Sun Oct 4 11:11:44 2015 From: noreply at github.com (GitHub) Date: Sun, 04 Oct 2015 08:11:44 -0700 Subject: [Numpy-svn] [numpy/numpy] b3dfa8: STY: Remove trailing whitespace from numpy/ma/core... Message-ID: <561141b0d6d03_104f3fb9da31729c40277@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b3dfa8de56c4a892db58284aebe7554e25829c64 https://github.com/numpy/numpy/commit/b3dfa8de56c4a892db58284aebe7554e25829c64 Author: Jonathan Helmus Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/ma/core.py Log Message: ----------- STY: Remove trailing whitespace from numpy/ma/core.py Commit: 7744de5cb61f279a05f5a8b139e5a8a58b4d8c98 https://github.com/numpy/numpy/commit/7744de5cb61f279a05f5a8b139e5a8a58b4d8c98 Author: Jonathan Helmus Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: numpy.ma.round works on zero dimensional arrays numpy.ma.round returns a scalar or np.ma.masked when called with a zero dimensional array. This behavior is consistent with numpy.round. closes #2244 Commit: 11dea9e4701d0b1a6e163e8a70d33d5fc806941a https://github.com/numpy/numpy/commit/11dea9e4701d0b1a6e163e8a70d33d5fc806941a Author: Jonathan Helmus Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/ma/core.py Log Message: ----------- MAINT: More expressive if statement in np.ma.round Commit: 530c3eb948c50d24ce09232ec65a0496498ce74e https://github.com/numpy/numpy/commit/530c3eb948c50d24ce09232ec65a0496498ce74e Author: Charles Harris Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6400 from jjhelmus/fix_ma_round BUG: numpy.ma.round works on zero dimensional arrays Compare: https://github.com/numpy/numpy/compare/66d357ae3aed...530c3eb948c5 From noreply at github.com Sun Oct 4 22:04:18 2015 From: noreply at github.com (GitHub) Date: Sun, 04 Oct 2015 19:04:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 13dd16: BUG: Fixed string representation of mvoid with mul... Message-ID: <5611daa2bf7cc_58a13ff4cae8d2b812731d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 13dd162c498391fbfd108f00ebeae060ed438f8a https://github.com/numpy/numpy/commit/13dd162c498391fbfd108f00ebeae060ed438f8a Author: Thomas Robitaille Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Fixed string representation of mvoid with multi-dimensional columns This fixes a bug that caused the string representation of masked structured array rows with multi-dimensional columns to fail (numpy/numpy#6019), and includes a regression test. Since __repr__ suffered from a similar bug, and since previously __repr__ returned the same as __str__ for mvoid, we now set __repr__ to reference the same method as __str__. Commit: f8002ab3998055bb0a2e4febf01476b14a0f4a5f https://github.com/numpy/numpy/commit/f8002ab3998055bb0a2e4febf01476b14a0f4a5f Author: ahaldane Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6094 from astrofrog/fix-gh-6019 BUG: Fixed a bug with string representation of masked structured arrays Compare: https://github.com/numpy/numpy/compare/530c3eb948c5...f8002ab39980 From noreply at github.com Sun Oct 4 23:37:01 2015 From: noreply at github.com (GitHub) Date: Sun, 04 Oct 2015 20:37:01 -0700 Subject: [Numpy-svn] [numpy/numpy] e9f44f: typo Message-ID: <5611f05d1f5cd_eb03fcf7e5bd2bc12001@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e9f44ffb5232a298733c4299b6be2b078b34c2a9 https://github.com/numpy/numpy/commit/e9f44ffb5232a298733c4299b6be2b078b34c2a9 Author: eulerreich Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- typo Commit: c8ca8abd5cd1793a1f9b8ff94b8421bca554551d https://github.com/numpy/numpy/commit/c8ca8abd5cd1793a1f9b8ff94b8421bca554551d Author: Stephan Hoyer Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #6407 from eulerreich/patch-1 typo Compare: https://github.com/numpy/numpy/compare/f8002ab39980...c8ca8abd5cd1 From noreply at github.com Mon Oct 5 11:53:23 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 08:53:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 288239: Check `out` kwarg for __nump_ufunc__ override and ... Message-ID: <56129cf3d49f5_15ae3fec02c0d2c0932a5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 288239d3485e753e0735fbed3a25dfaebe9b80a9 https://github.com/numpy/numpy/commit/288239d3485e753e0735fbed3a25dfaebe9b80a9 Author: Blake Griffith Date: 2015-06-19 (Fri, 19 Jun 2015) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py Log Message: ----------- Check `out` kwarg for __nump_ufunc__ override and set index appropriately for the case where self is among outputs but not among inputs. Ensure it works both out passed on as an argument and with out in a keyword argument. Commit: 68e61c2f9c569d5943baae794d84c424536fea01 https://github.com/numpy/numpy/commit/68e61c2f9c569d5943baae794d84c424536fea01 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/core/src/private/ufunc_override.h M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #4753 from mhvk/bug-4753 BUG difference in behaviour for subclass output in ufuncs Compare: https://github.com/numpy/numpy/compare/c8ca8abd5cd1...68e61c2f9c56 From noreply at github.com Mon Oct 5 13:33:27 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 10:33:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 84dc0c: BUG: Fix missing np prefix in test_multiarray.py. Message-ID: <5612b467cf3d2_1a5c3ff0a201d2b8453cb@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84dc0cb469c47187fd11ba030e2c661cbece9c53 https://github.com/numpy/numpy/commit/84dc0cb469c47187fd11ba030e2c661cbece9c53 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Fix missing np prefix in test_multiarray.py. Bug introduced in 68e61c2f. Commit: 4cf06b83c78c4295b4c0f4b892dc3cd1bfd6eb61 https://github.com/numpy/numpy/commit/4cf06b83c78c4295b4c0f4b892dc3cd1bfd6eb61 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6413 from charris/bug-multiarray-test BUG: Fix missing np prefix in test_multiarray.py. Compare: https://github.com/numpy/numpy/compare/68e61c2f9c56...4cf06b83c78c From noreply at github.com Mon Oct 5 13:55:07 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 10:55:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 7c1f44: DOC: Add RandomState stability guarantee to Random... Message-ID: <5612b97bd2a1_5f343fc3dafbb2a0982ed@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7c1f44fd07917b3a2fac483c2263edd67b490eda https://github.com/numpy/numpy/commit/7c1f44fd07917b3a2fac483c2263edd67b490eda Author: mtran Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Add RandomState stability guarantee to RandomState documentation. Commit: b6a8b35d13ce712272824af31d465ca437b9cd0e https://github.com/numpy/numpy/commit/b6a8b35d13ce712272824af31d465ca437b9cd0e Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Update RandomState guarantee to be more explicit. Commit: eef84446662b3743a5dbf2c5ed41bf28c604535c https://github.com/numpy/numpy/commit/eef84446662b3743a5dbf2c5ed41bf28c604535c Author: Nathaniel J. Smith Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6405 from charris/update-gh-6180 DOC Update gh-6180: Add RandomState stability guarantee. Compare: https://github.com/numpy/numpy/compare/4cf06b83c78c...eef84446662b From noreply at github.com Mon Oct 5 16:39:06 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 13:39:06 -0700 Subject: [Numpy-svn] [numpy/numpy] 08e8c1: MAINT: corrcoef, memory usage optimization Message-ID: <5612dfeab4c9d_5a23fcae2c652b8539e0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 08e8c1415670b029c26ae8ce0585fb9ea0b11e63 https://github.com/numpy/numpy/commit/08e8c1415670b029c26ae8ce0585fb9ea0b11e63 Author: Ruediger Meier Date: 2015-09-30 (Wed, 30 Sep 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: corrcoef, memory usage optimization We calculate sqrt on the small vector rather than on that huge product matrix and we combine the "outer" product with element-wise devision. So even though we have a slower loop over the rows now ... this code snippet runs about 3 times faster than before. However the speed improvement of the whole function is not really significant because cov() takes 80-99% of the time (dependent on blas/lapack implementation and number of CPU cores). More important is that we will safe 1/3 memory. For example corrcoef() for a [23k, m] matrix needs 8GB now instead of 12GB. Commit: d5bde029dea303093ecd1f1190c5fb5a478fb414 https://github.com/numpy/numpy/commit/d5bde029dea303093ecd1f1190c5fb5a478fb414 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6396 from rudimeier/opt-corrcoef MAINT: corrcoef, memory usage optimization Compare: https://github.com/numpy/numpy/compare/eef84446662b...d5bde029dea3 From noreply at github.com Mon Oct 5 16:42:03 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 13:42:03 -0700 Subject: [Numpy-svn] [numpy/numpy] cd2121: ENH: speed up cov by ~10% for large arrays Message-ID: <5612e09b4419b_58503fad0e4e52a0128480@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cd212173210a59ff34aa4edd3308bc520ee3e974 https://github.com/numpy/numpy/commit/cd212173210a59ff34aa4edd3308bc520ee3e974 Author: Lars Buitinck Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- ENH: speed up cov by ~10% for large arrays Replaces n? divisions by one division and n? multiplications. Commit: 09c958b0100860db9549a17b6d1684f3c9fb8885 https://github.com/numpy/numpy/commit/09c958b0100860db9549a17b6d1684f3c9fb8885 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6411 from larsmans/cov-memory-use ENH: speed up cov by ~10% for large arrays Compare: https://github.com/numpy/numpy/compare/d5bde029dea3...09c958b01008 From noreply at github.com Mon Oct 5 17:59:24 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 14:59:24 -0700 Subject: [Numpy-svn] [numpy/numpy] 780c10: TST: new np.corrcoef improved stability Message-ID: <5612f2bc823ca_feb3fc2e2d912c0168998@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 780c1053d7c938e251abe4abb7b81d2f7034ca04 https://github.com/numpy/numpy/commit/780c1053d7c938e251abe4abb7b81d2f7034ca04 Author: Lars Buitinck Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- TST: new np.corrcoef improved stability Commit: 9c8a7c98325439eb969df1799992953706a9ad59 https://github.com/numpy/numpy/commit/9c8a7c98325439eb969df1799992953706a9ad59 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6414 from larsmans/corrcoef-stability TST: new np.corrcoef improved stability Compare: https://github.com/numpy/numpy/compare/09c958b01008...9c8a7c983254 From noreply at github.com Mon Oct 5 19:18:12 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 16:18:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 763f49: DEV: Draft governance document + list of people an... Message-ID: <561305347e0e7_530a3fb8ffbeb2a0899b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 763f49df46678aadd1cfebe5d8497ad0b089fe12 https://github.com/numpy/numpy/commit/763f49df46678aadd1cfebe5d8497ad0b089fe12 Author: Nathaniel J. Smith Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: A doc/source/dev/governance/governance.rst A doc/source/dev/governance/index.rst A doc/source/dev/governance/people.rst M doc/source/dev/index.rst Log Message: ----------- DEV: Draft governance document + list of people and positions This is definitely *not* the final version -- it's the version originally posted to the mailing list, reformatted as ReST. I'll make further changes on top of this as further commits, in order to preserve the historical record. Commit: 02df76120373575c4f33af3dff856d9f5a2c3e24 https://github.com/numpy/numpy/commit/02df76120373575c4f33af3dff856d9f5a2c3e24 Author: Nathaniel J. Smith Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: Governance: delete redundant bits The NumFOCUS subcommittee and Institutional Partners are now listed in a separate file, so delete them from here. We will eventually want to clean up the list of initial members of the steering council, but the details are still under discussion on the mailing list, so I left that section alone for now. Commit: 81d23fd51ff412f91d5a87e9b5f80e117d837672 https://github.com/numpy/numpy/commit/81d23fd51ff412f91d5a87e9b5f80e117d837672 Author: Nathaniel J. Smith Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: Governance: remove link to inaccurate github contributors page See Travis's email here: https://mail.scipy.org/pipermail/numpy-discussion/2015-September/073712.html Commit: 1dfb8d782426eaccdc149b2ffc1b9b83b4714637 https://github.com/numpy/numpy/commit/1dfb8d782426eaccdc149b2ffc1b9b83b4714637 Author: Nathaniel J. Smith Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: Governance: update link to Jupyter/IPython governance doc Commit: 1bb5b29de7d61f160b14d6d5e32aa622793a92a4 https://github.com/numpy/numpy/commit/1bb5b29de7d61f160b14d6d5e32aa622793a92a4 Author: Nathaniel J. Smith Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: Governance: fix pandoc weirdness I used pandoc to convert Markdown to ReST, and for some reason it marked all the links with two underscores instead of the more conventional single underscore. I'm not sure why. Commit: 435af7ce14620b6fc6243dd76779d4d7020b2fb3 https://github.com/numpy/numpy/commit/435af7ce14620b6fc6243dd76779d4d7020b2fb3 Author: Nathaniel J. Smith Date: 2015-10-03 (Sat, 03 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst M doc/source/dev/governance/people.rst Log Message: ----------- DEV: minor textual cleanups to governance document Commit: 6823e7a010a95096c11cd4c13dd5aacad4820b7e https://github.com/numpy/numpy/commit/6823e7a010a95096c11cd4c13dd5aacad4820b7e Author: Nathaniel J. Smith Date: 2015-10-03 (Sat, 03 Oct 2015) Changed paths: M doc/source/dev/governance/people.rst Log Message: ----------- DEV: Fix dates on Travis's time as leader The 2001 date I had originally was based on the beginning of NumPy's git history -- but further research suggests that this actually runs back into Numeric times, before the NumPy project was founded. New 2005 date is based on Fernando's recollection of the fateful meeting that led to NumPy's creation, and is consistent with Wikipedia's claim that 2006 was the first release. If this is wrong please let me know :-) Commit: 29b09f86b7956e822751f7da54a998395a2baf76 https://github.com/numpy/numpy/commit/29b09f86b7956e822751f7da54a998395a2baf76 Author: Nathaniel J. Smith Date: 2015-10-03 (Sat, 03 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: remove the interstitial notes on the seed steering council Now that this seems to be settled, we don't need this cluttering up the main text. (For the record: the rule listed here is what we actually used.) Commit: 365a7477a18d28c7d0fca002bcca575e928efd54 https://github.com/numpy/numpy/commit/365a7477a18d28c7d0fca002bcca575e928efd54 Author: Nathaniel J. Smith Date: 2015-10-03 (Sat, 03 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst M doc/source/dev/governance/people.rst Log Message: ----------- DEV: remove draft markers from governance document In preparation for merging. Commit: c74001edb7294cd4eca949162c07844a7b2676a5 https://github.com/numpy/numpy/commit/c74001edb7294cd4eca949162c07844a7b2676a5 Author: Nathaniel J. Smith Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: for new council members, clarify order of voting and talking to them Original text seemed to imply that we would always ask the potential new Council Member whether they were interested *before* we actually decided whether to offer them a spot, which could create a sticky situation if someone ever got voted down. Rephrase to make clear that things do not have to occur in this order. Commit: 5c563cca22afb9be958deb98adb566feb4985986 https://github.com/numpy/numpy/commit/5c563cca22afb9be958deb98adb566feb4985986 Author: Nathaniel J. Smith Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst M doc/source/dev/governance/people.rst Log Message: ----------- DEV: governance: Include links to current membership of each group Commit: fd953f7e2134a661f44f0f85ed539048b0b09b13 https://github.com/numpy/numpy/commit/fd953f7e2134a661f44f0f85ed539048b0b09b13 Author: Nathaniel J. Smith Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: governance: wording tweak Commit: 1081a33ff20cbf3d2d1a223ed1bcd8f015ed102a https://github.com/numpy/numpy/commit/1081a33ff20cbf3d2d1a223ed1bcd8f015ed102a Author: Nathaniel J. Smith Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: attempt to clarify rules for ending an Institutional Partnership Commit: 39fc2a1dc392bfa41b15181548187c45e7baf505 https://github.com/numpy/numpy/commit/39fc2a1dc392bfa41b15181548187c45e7baf505 Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: A doc/source/dev/governance/governance.rst A doc/source/dev/governance/index.rst A doc/source/dev/governance/people.rst M doc/source/dev/index.rst Log Message: ----------- Merge pull request #6352 from njsmith/governance DEV: Governance document (draft) Compare: https://github.com/numpy/numpy/compare/9c8a7c983254...39fc2a1dc392 From noreply at github.com Tue Oct 6 00:17:27 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 21:17:27 -0700 Subject: [Numpy-svn] [numpy/numpy] 183fdb: REL: Release 1.10.0 Message-ID: <56134b57df4f5_57d13f95045c12b810971e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0 Home: https://github.com/numpy/numpy Commit: 183fdb290cd46b1f01303d24ac0c9fc3ff24fe05 https://github.com/numpy/numpy/commit/183fdb290cd46b1f01303d24ac0c9fc3ff24fe05 Author: Charles R Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M setup.py Log Message: ----------- REL: Release 1.10.0 From noreply at github.com Tue Oct 6 02:34:48 2015 From: noreply at github.com (GitHub) Date: Mon, 05 Oct 2015 23:34:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 9c99f1: DOC: Update 1.10.x release notes. Message-ID: <56136b88d83db_3dc23fdba936b2c0848ef@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9c99f1d69600983775c7b5917e33db37ab18ea9d https://github.com/numpy/numpy/commit/9c99f1d69600983775c7b5917e33db37ab18ea9d Author: Charles Harris Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Update 1.10.x release notes. Version format was incorrect, was x.y.z.dev+githash instead of x.y.z.dev0+githash Commit: 1225aef37298ec82048d0828f6cb7e0be8ed58cc https://github.com/numpy/numpy/commit/1225aef37298ec82048d0828f6cb7e0be8ed58cc Author: Nathaniel J. Smith Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6415 from charris/update-1.10.0-notes DOC: Update 1.10.x release notes. Compare: https://github.com/numpy/numpy/compare/39fc2a1dc392...1225aef37298 From noreply at github.com Tue Oct 6 12:56:03 2015 From: noreply at github.com (GitHub) Date: Tue, 06 Oct 2015 09:56:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 78497f: DOC: Sync 1.10.0-notes.rst in 1.10.x branch with m... Message-ID: <5613fd2369453_1afd3fe2bd23f2a0531bf@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 78497f47d1bd98e60f2905c7638a1929ce3716da https://github.com/numpy/numpy/commit/78497f47d1bd98e60f2905c7638a1929ce3716da Author: Charles Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master. [skip ci] Commit: a0dc0660efade1b4954d52ce7532300c8485ac4e https://github.com/numpy/numpy/commit/a0dc0660efade1b4954d52ce7532300c8485ac4e Author: Charles Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6416 from charris/update-1.10.0-notes DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master. Compare: https://github.com/numpy/numpy/compare/9f0ae61a33ff...a0dc0660efad From noreply at github.com Tue Oct 6 16:31:54 2015 From: noreply at github.com (GitHub) Date: Tue, 06 Oct 2015 13:31:54 -0700 Subject: [Numpy-svn] [numpy/numpy] c38bc0: DOC: fix var. reference in percentile docstring Message-ID: <56142fba738b3_a753fab4f7672a01034f4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c38bc08a58400d3cf49fe9f23c7f135f5ddec6c0 https://github.com/numpy/numpy/commit/c38bc08a58400d3cf49fe9f23c7f135f5ddec6c0 Author: Tobias Megies Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: fix var. reference in percentile docstring The argument for the original input array is named `a` but in the docstring it was at some point referred to as `arr`. [skip ci] Commit: 83aff24563f83f334cdcb2f190a7c944007af8b7 https://github.com/numpy/numpy/commit/83aff24563f83f334cdcb2f190a7c944007af8b7 Author: Charles Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6417 from megies/patch-1 minor docstring correction in numpy.percentile() Compare: https://github.com/numpy/numpy/compare/a0dc0660efad...83aff24563f8 From noreply at github.com Tue Oct 6 16:34:39 2015 From: noreply at github.com (GitHub) Date: Tue, 06 Oct 2015 13:34:39 -0700 Subject: [Numpy-svn] [numpy/numpy] ae2d0b: DOC: Update docs for numpy.genfromtxt. Message-ID: <5614305feeb92_175b3fc37b0572a010379b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ae2d0bb7c2d227e893195cc3e52477567781e2db https://github.com/numpy/numpy/commit/ae2d0bb7c2d227e893195cc3e52477567781e2db Author: jason king Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/user/basics.io.genfromtxt.rst M numpy/lib/npyio.py Log Message: ----------- DOC: Update docs for numpy.genfromtxt. Note that a list of strings can be passed as the first parameter. The strings are treated as the lines in a file. Closes #6247 Commit: cad4c90de5292023358e31e82378815720c99c47 https://github.com/numpy/numpy/commit/cad4c90de5292023358e31e82378815720c99c47 Author: Charles Harris Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M doc/source/user/basics.io.genfromtxt.rst M numpy/lib/npyio.py Log Message: ----------- DOC: Cleanup genfromtxt documentation a bit. Commit: 6350694d97297e3f1ca7dc7b3727f47c436861d8 https://github.com/numpy/numpy/commit/6350694d97297e3f1ca7dc7b3727f47c436861d8 Author: Charles Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M doc/source/user/basics.io.genfromtxt.rst M numpy/lib/npyio.py Log Message: ----------- Merge pull request #6406 from charris/update-gh-6310 DOC: Update gh-6310: Update docs for numpy.genfromtxt. Compare: https://github.com/numpy/numpy/compare/1225aef37298...6350694d9729 From noreply at github.com Tue Oct 6 16:35:13 2015 From: noreply at github.com (GitHub) Date: Tue, 06 Oct 2015 13:35:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 1e436a: MAINT: Simplify numpy/linalg/setup.py Message-ID: <56143081d22b8_7f583fc0cb4612b8303b8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1e436a5ad94da01e3771a09861279b07dcff8dc6 https://github.com/numpy/numpy/commit/1e436a5ad94da01e3771a09861279b07dcff8dc6 Author: Ronan Lamy Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/linalg/setup.py Log Message: ----------- MAINT: Simplify numpy/linalg/setup.py Compute the sources required to build extensions lapack_lite and _umath_linalg in a more direct way that doesn't rely on abusing the 'depends' argument to config.add_extension(). Commit: 272bae005bc91fdeddb4c88924aebab5ce67493b https://github.com/numpy/numpy/commit/272bae005bc91fdeddb4c88924aebab5ce67493b Author: Ronan Lamy Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M numpy/linalg/setup.py Log Message: ----------- STY: Make numpy/linalg/setup.py PEP8 compliant Commit: 52912b5181f466bfb5ca29dca44c297f2def8281 https://github.com/numpy/numpy/commit/52912b5181f466bfb5ca29dca44c297f2def8281 Author: Charles Harris Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M numpy/linalg/setup.py Log Message: ----------- Merge pull request #6391 from rlamy/lapack-setup MAINT: Simplify lapack setup Compare: https://github.com/numpy/numpy/compare/6350694d9729...52912b5181f4 From noreply at github.com Wed Oct 7 09:56:23 2015 From: noreply at github.com (GitHub) Date: Wed, 07 Oct 2015 06:56:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 84187c: DOC: fix var. reference in percentile docstring Message-ID: <56152487df327_5a23fcae2c652b810519a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84187c8232aa9dc89eb5ca4ca3e34319c9006ae9 https://github.com/numpy/numpy/commit/84187c8232aa9dc89eb5ca4ca3e34319c9006ae9 Author: Tobias Megies Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC: fix var. reference in percentile docstring The argument for the original input array is named `a` but in the docstring it was at some point referred to as `arr`. [skip ci] Commit: 2f2fce9897e8dc3f4204119fcbcd88037c91d60d https://github.com/numpy/numpy/commit/2f2fce9897e8dc3f4204119fcbcd88037c91d60d Author: Charles Harris Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #6421 from charris/forwardport-gh-6417 DOC: fix var. reference in percentile docstring Compare: https://github.com/numpy/numpy/compare/52912b5181f4...2f2fce9897e8 From noreply at github.com Wed Oct 7 11:19:47 2015 From: noreply at github.com (GitHub) Date: Wed, 07 Oct 2015 08:19:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 6fb2f1: DOC: fixing beta calculation for numpy.random, gumb... Message-ID: <56153813bfc56_41c63f9df534b2a049133@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6fb2f17975fc1eec548685543d0f2d5e343fd050 https://github.com/numpy/numpy/commit/6fb2f17975fc1eec548685543d0f2d5e343fd050 Author: jason king Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: fixing beta calculation for numpy.random,gumbel Commit: fe64f977adae1f09010db3607a25e638b2939676 https://github.com/numpy/numpy/commit/fe64f977adae1f09010db3607a25e638b2939676 Author: argriffing Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6420 from pizzathief/issue6333 DOC: fixing beta calculation for numpy.random,gumbel Compare: https://github.com/numpy/numpy/compare/2f2fce9897e8...fe64f977adae From noreply at github.com Wed Oct 7 15:50:13 2015 From: noreply at github.com (GitHub) Date: Wed, 07 Oct 2015 12:50:13 -0700 Subject: [Numpy-svn] [numpy/numpy] e905ca: REL: 1.10.0.post2 release. Message-ID: <561577757201c_48d3fd65843b2a01704a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0.post2 Home: https://github.com/numpy/numpy Commit: e905cad9646ad65316458bbc7f5c83a9d5ec8728 https://github.com/numpy/numpy/commit/e905cad9646ad65316458bbc7f5c83a9d5ec8728 Author: Charles Harris Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M setup.py Log Message: ----------- REL: 1.10.0.post2 release. From noreply at github.com Wed Oct 7 16:32:38 2015 From: noreply at github.com (GitHub) Date: Wed, 07 Oct 2015 13:32:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 43d1bf: BUG: only require tell/seek in np.fromfile when bu... Message-ID: <56158166905b4_58073fb62d5fd2a0400f8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 43d1bf78aa71dd218f7f6849148c31b2de3fe47d https://github.com/numpy/numpy/commit/43d1bf78aa71dd218f7f6849148c31b2de3fe47d Author: Colin Jermain Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h Log Message: ----------- BUG: only require tell/seek in np.fromfile when buffered Commit: 94842acb726f47722033052f8ca094481bdf7a90 https://github.com/numpy/numpy/commit/94842acb726f47722033052f8ca094481bdf7a90 Author: Colin Jermain Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: for unbuffered IO without tell/seek Commit: d573c634404da658653b35414053bc82f9a358d3 https://github.com/numpy/numpy/commit/d573c634404da658653b35414053bc82f9a358d3 Author: Charles Harris Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6330 from cjermain/bug-6246 BUG: only tell/seek np.fromfile when buffered Compare: https://github.com/numpy/numpy/compare/fe64f977adae...d573c634404d From noreply at github.com Thu Oct 8 16:00:14 2015 From: noreply at github.com (GitHub) Date: Thu, 08 Oct 2015 13:00:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 02fc99: ENH: improve worst case of ma.clump_masked Message-ID: <5616cb4e54499_3d93fc15817b2a01408f6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 02fc99244721145896f8f17ec41cdc64567419ef https://github.com/numpy/numpy/commit/02fc99244721145896f8f17ec41cdc64567419ef Author: Julian Taylor Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- ENH: improve worst case of ma.clump_masked The worst case of alternating masked iterated all boundaries and sliced half away, improve this by only iterating the needed half of the boundary index array. Commit: eaecb1ff699395fe9ce0d79864339a9e88883538 https://github.com/numpy/numpy/commit/eaecb1ff699395fe9ce0d79864339a9e88883538 Author: Charles Harris Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #6426 from juliantaylor/clump-improve ENH: improve worst case of ma.clump_masked Compare: https://github.com/numpy/numpy/compare/d573c634404d...eaecb1ff6993 From noreply at github.com Thu Oct 8 20:16:06 2015 From: noreply at github.com (GitHub) Date: Thu, 08 Oct 2015 17:16:06 -0700 Subject: [Numpy-svn] [numpy/numpy] 3aa063: MAINT: Remove single file compilation support. Message-ID: <561707466a4a4_20cc3fd0f4c5f29c46635@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3aa0637c2688c83cf163c795ca77484fd370c98e https://github.com/numpy/numpy/commit/3aa0637c2688c83cf163c795ca77484fd370c98e Author: Charles Harris Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M numpy/core/code_generators/genapi.py M numpy/core/code_generators/generate_numpy_api.py M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/include/numpy/_numpyconfig.h.in M numpy/core/include/numpy/ndarraytypes.h M numpy/core/setup.py M numpy/core/src/multiarray/_datetime.h M numpy/core/src/multiarray/arraytypes.h M numpy/core/src/multiarray/buffer.h M numpy/core/src/multiarray/conversion_utils.h M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/descriptor.h M numpy/core/src/multiarray/getset.h M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/methods.h M numpy/core/src/multiarray/number.h M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/scalartypes.h M numpy/core/src/multiarray/sequence.h M numpy/core/src/multiarray/usertypes.h M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/reduction.c M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/ufunc_type_resolution.c M numpy/core/src/umath/umathmodule.c Log Message: ----------- MAINT: Remove single file compilation support. Commit: 3b8d7a49c71166dfb0d828f248d9b217762ab520 https://github.com/numpy/numpy/commit/3b8d7a49c71166dfb0d828f248d9b217762ab520 Author: Charles Harris Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: R numpy/core/src/multiarray/multiarraymodule_onefile.c R numpy/core/src/umath/umathmodule_onefile.c Log Message: ----------- MAINT: Remove single file c files. These were the files in which all the other files were included for single file builds. Commit: 60ca6346918d4a716f2d81ebeca930fbf4b6c190 https://github.com/numpy/numpy/commit/60ca6346918d4a716f2d81ebeca930fbf4b6c190 Author: Charles Harris Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- TST: Remove single file compilation test from travis ci. Commit: 32862b4002d5206655b4e120c0651ada46c7bd83 https://github.com/numpy/numpy/commit/32862b4002d5206655b4e120c0651ada46c7bd83 Author: Charles Harris Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Document removal of single file builds in 1.11.0 release notes. Commit: 368a9e830bac4c8245f43cb3d7a2e413b192c381 https://github.com/numpy/numpy/commit/368a9e830bac4c8245f43cb3d7a2e413b192c381 Author: Nathaniel J. Smith Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M .travis.yml M doc/release/1.11.0-notes.rst M numpy/core/code_generators/genapi.py M numpy/core/code_generators/generate_numpy_api.py M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/include/numpy/_numpyconfig.h.in M numpy/core/include/numpy/ndarraytypes.h M numpy/core/setup.py M numpy/core/src/multiarray/_datetime.h M numpy/core/src/multiarray/arraytypes.h M numpy/core/src/multiarray/buffer.h M numpy/core/src/multiarray/conversion_utils.h M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/descriptor.h M numpy/core/src/multiarray/getset.h M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/methods.h R numpy/core/src/multiarray/multiarraymodule_onefile.c M numpy/core/src/multiarray/number.h M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/scalartypes.h M numpy/core/src/multiarray/sequence.h M numpy/core/src/multiarray/usertypes.h M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/reduction.c M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/ufunc_type_resolution.c M numpy/core/src/umath/umathmodule.c R numpy/core/src/umath/umathmodule_onefile.c Log Message: ----------- Merge pull request #6429 from charris/remove-single-file-option Remove single file option Compare: https://github.com/numpy/numpy/compare/eaecb1ff6993...368a9e830bac From noreply at github.com Fri Oct 9 11:09:01 2015 From: noreply at github.com (GitHub) Date: Fri, 09 Oct 2015 08:09:01 -0700 Subject: [Numpy-svn] [numpy/numpy] c2f00f: DOC: typo: change NumFocus to NumFOCUS in one plac... Message-ID: <5617d88d8529b_69e43f89f14692bc936ae@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c2f00f785cc7046c90709fdd06fbc5ce212b0e0f https://github.com/numpy/numpy/commit/c2f00f785cc7046c90709fdd06fbc5ce212b0e0f Author: Ralf Gommers Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DOC: typo: change NumFocus to NumFOCUS in one place in governance doc. Commit: 8cb3ec6ab804f594daf553e53e7cf7478656bebd https://github.com/numpy/numpy/commit/8cb3ec6ab804f594daf553e53e7cf7478656bebd Author: Charles Harris Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- Merge pull request #6434 from rgommers/govdoc-typo DOC: typo: change NumFocus to NumFOCUS in one place in governance doc. Compare: https://github.com/numpy/numpy/compare/368a9e830bac...8cb3ec6ab804 From noreply at github.com Fri Oct 9 13:12:48 2015 From: noreply at github.com (GitHub) Date: Fri, 09 Oct 2015 10:12:48 -0700 Subject: [Numpy-svn] [numpy/numpy] b354c0: BLD: mingwpy fixes Message-ID: <5617f590e8a96_437e3fd362d3d2c0996e1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b354c005ccfe961e793ec4567e9cf6bbdca1b5f2 https://github.com/numpy/numpy/commit/b354c005ccfe961e793ec4567e9cf6bbdca1b5f2 Author: carlkl Date: 2015-09-24 (Thu, 24 Sep 2015) Changed paths: M numpy/core/setup.py M numpy/core/src/private/npy_config.h M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/misc_util.py M numpy/distutils/system_info.py Log Message: ----------- BLD: mingwpy fixes Commit: cda64938eb150b1af6677db4754da3be5fd7e483 https://github.com/numpy/numpy/commit/cda64938eb150b1af6677db4754da3be5fd7e483 Author: Charles Harris Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/core/setup.py M numpy/core/src/private/npy_config.h M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/misc_util.py M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #6354 from mingwpy/mingwpy BLD: mingwpy fixes Compare: https://github.com/numpy/numpy/compare/8cb3ec6ab804...cda64938eb15 From noreply at github.com Fri Oct 9 13:44:18 2015 From: noreply at github.com (GitHub) Date: Fri, 09 Oct 2015 10:44:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 608f6e: DOC: document behaviour of sign for complex number... Message-ID: <5617fcf258435_6173fd7f01b32a0405d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 608f6e84e55db5fddb742a47ec0ef0126b41f80c https://github.com/numpy/numpy/commit/608f6e84e55db5fddb742a47ec0ef0126b41f80c Author: Gregory R. Lee Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- DOC: document behaviour of sign for complex numbers Commit: e2eabf4b262df2728bc1d40ab665a3060a6953d7 https://github.com/numpy/numpy/commit/e2eabf4b262df2728bc1d40ab665a3060a6953d7 Author: Gregory R. Lee Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- DOC: update documentation of sign for complex and nan inputs Commit: 0243bce23383ff5e894b99e40df2f8fd806ad79f https://github.com/numpy/numpy/commit/0243bce23383ff5e894b99e40df2f8fd806ad79f Author: Charles Harris Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Merge pull request #6161 from grlee77/sign_docstring DOC: document behaviour of sign for complex numbers Compare: https://github.com/numpy/numpy/compare/cda64938eb15...0243bce23383 From noreply at github.com Fri Oct 9 20:54:35 2015 From: noreply at github.com (GitHub) Date: Fri, 09 Oct 2015 17:54:35 -0700 Subject: [Numpy-svn] [numpy/numpy] 14761c: BLD: do not build exclusively for SSE4.2 processor... Message-ID: <561861cb76b13_265a3ff24a1532a064045@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 14761c881934b0fbe1955c49a1d3afd73955d7fb https://github.com/numpy/numpy/commit/14761c881934b0fbe1955c49a1d3afd73955d7fb Author: Christoph Gohlke Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: do not build exclusively for SSE4.2 processors Commit: 95be11191f413ae06ab9baff0cf12e9d7978ed36 https://github.com/numpy/numpy/commit/95be11191f413ae06ab9baff0cf12e9d7978ed36 Author: Christoph Gohlke Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- BLD: do not build exclusively for SSE4.2 processors Commit: 42b407182b71e46ebdd9f48bf79f2db509a2b1a9 https://github.com/numpy/numpy/commit/42b407182b71e46ebdd9f48bf79f2db509a2b1a9 Author: Charles Harris Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6441 from cgohlke/patch-2 BLD: do not build exclusively for SSE4.2 processors Compare: https://github.com/numpy/numpy/compare/0243bce23383...42b407182b71 From noreply at github.com Fri Oct 9 21:37:13 2015 From: noreply at github.com (GitHub) Date: Fri, 09 Oct 2015 18:37:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 15cb66: BLD: do not build exclusively for SSE4.2 processor... Message-ID: <56186bc9385b6_41bf3fa9c913b2a01467be@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 15cb66fd1503930d5352ba068257620afb33e3e0 https://github.com/numpy/numpy/commit/15cb66fd1503930d5352ba068257620afb33e3e0 Author: Christoph Gohlke Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BLD: do not build exclusively for SSE4.2 processors Commit: d6564cb0c0342163545b198015c94d8aaffde6de https://github.com/numpy/numpy/commit/d6564cb0c0342163545b198015c94d8aaffde6de Author: Christoph Gohlke Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/fcompiler/intel.py Log Message: ----------- BLD: do not build exclusively for SSE4.2 processors Commit: b5c590b851642fc36ce683ed36f6bc770b26ab62 https://github.com/numpy/numpy/commit/b5c590b851642fc36ce683ed36f6bc770b26ab62 Author: Charles Harris Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/fcompiler/intel.py M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6442 from charris/backport-gh-6441 Backport gh 6441 Compare: https://github.com/numpy/numpy/compare/83aff24563f8...b5c590b85164 From noreply at github.com Sat Oct 10 07:24:43 2015 From: noreply at github.com (GitHub) Date: Sat, 10 Oct 2015 04:24:43 -0700 Subject: [Numpy-svn] [numpy/numpy] eceb60: DEV: add CC-0 public domain dedication to governan... Message-ID: <5618f57ba735_7d5c3f80dc5392a02482@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: eceb60bfad97b48f97c2144c18d41e19cf6baca9 https://github.com/numpy/numpy/commit/eceb60bfad97b48f97c2144c18d41e19cf6baca9 Author: Nathaniel J. Smith Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- DEV: add CC-0 public domain dedication to governance document We want to allow other projects to steal from us, like we stole from Jupyter/IPython :-). This relicensing / public domain dedication is possible because all text here is either by me (and thus copyright me) or else taken from the Jupyter/IPython document, and their document is also under CC-0 as per https://github.com/jupyter/governance/pull/9 Commit: e9cc61a31629cb0a21ffe8dc17cde3943fe8a6b9 https://github.com/numpy/numpy/commit/e9cc61a31629cb0a21ffe8dc17cde3943fe8a6b9 Author: Ralf Gommers Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M doc/source/dev/governance/governance.rst Log Message: ----------- Merge pull request #6437 from njsmith/cc0-governance DEV: add CC-0 public domain dedication to governance document Compare: https://github.com/numpy/numpy/compare/42b407182b71...e9cc61a31629 From noreply at github.com Sat Oct 10 09:32:42 2015 From: noreply at github.com (GitHub) Date: Sat, 10 Oct 2015 06:32:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 02ed19: DOC: first attempt at documenting load_library. Message-ID: <5619137ad479f_43613fbaa466729c5493b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 02ed190c97793abc103335cc67af1b689bda3ad3 https://github.com/numpy/numpy/commit/02ed190c97793abc103335cc67af1b689bda3ad3 Author: jason king Date: 2015-09-12 (Sat, 12 Sep 2015) Changed paths: M numpy/ctypeslib.py Log Message: ----------- DOC: first attempt at documenting load_library. Found some doco at http://docs.scipy.org/doc/numpy-dev/user/c-info.python-as-glue.html which seemed to describe the function, so used that. Commit: fdd7f04c909b438b052f5ce6d5db06efbc6965f0 https://github.com/numpy/numpy/commit/fdd7f04c909b438b052f5ce6d5db06efbc6965f0 Author: jason king Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M numpy/ctypeslib.py Log Message: ----------- DOC: fixing some minor nitpicks. string to str, can't to cannot. Commit: 0703f55f4db7a87c5a9e02d5165309994b9b13fd https://github.com/numpy/numpy/commit/0703f55f4db7a87c5a9e02d5165309994b9b13fd Author: Ralf Gommers Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/ctypeslib.py Log Message: ----------- Merge pull request #6309 from pizzathief/issue6191 DOC: first attempt at documenting load_library. Compare: https://github.com/numpy/numpy/compare/e9cc61a31629...0703f55f4db7 From noreply at github.com Sat Oct 10 13:22:38 2015 From: noreply at github.com (GitHub) Date: Sat, 10 Oct 2015 10:22:38 -0700 Subject: [Numpy-svn] [numpy/numpy] dc17f2: MAINT: remove Wreturn-type warnings from config ch... Message-ID: <5619495e5cd7e_43613fbaa466729c5813b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dc17f218c0f3165931d667594662acebb05fefce https://github.com/numpy/numpy/commit/dc17f218c0f3165931d667594662acebb05fefce Author: Julian Taylor Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M numpy/distutils/command/autodist.py Log Message: ----------- MAINT: remove Wreturn-type warnings from config checks closes gh-6427 Commit: 9fbc5fa214e862ba54b2f0e2aee950f7d33cfb2a https://github.com/numpy/numpy/commit/9fbc5fa214e862ba54b2f0e2aee950f7d33cfb2a Author: Charles Harris Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/distutils/command/autodist.py Log Message: ----------- Merge pull request #6436 from juliantaylor/conf-warnings MAINT: remove Wreturn-type warnings from config checks Compare: https://github.com/numpy/numpy/compare/0703f55f4db7...9fbc5fa214e8 From noreply at github.com Sat Oct 10 14:52:18 2015 From: noreply at github.com (GitHub) Date: Sat, 10 Oct 2015 11:52:18 -0700 Subject: [Numpy-svn] [numpy/numpy] dcbc4c: MAINT: remove Wreturn-type warnings from config ch... Message-ID: <56195e62612e1_7dd53f8e50a052bc18737e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: dcbc4cc252531c0b1aed172da944c7da1fb91edb https://github.com/numpy/numpy/commit/dcbc4cc252531c0b1aed172da944c7da1fb91edb Author: Julian Taylor Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/distutils/command/autodist.py Log Message: ----------- MAINT: remove Wreturn-type warnings from config checks closes gh-6427 Commit: 050fc72f51d7687443c72c150701966317c516a2 https://github.com/numpy/numpy/commit/050fc72f51d7687443c72c150701966317c516a2 Author: Charles Harris Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/distutils/command/autodist.py Log Message: ----------- Merge pull request #6443 from charris/backport-gh-6436 MAINT: remove Wreturn-type warnings from config checks Compare: https://github.com/numpy/numpy/compare/b5c590b85164...050fc72f51d7 From noreply at github.com Sat Oct 10 22:59:29 2015 From: noreply at github.com (GitHub) Date: Sat, 10 Oct 2015 19:59:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 18ba68: DOC: add lib.Arrayterator to reference guide. Clo... Message-ID: <5619d091468b3_32a73fdf21b6f2c04777c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 18ba6812fd9de8c0d7eaf22d0e0288b4ce24e389 https://github.com/numpy/numpy/commit/18ba6812fd9de8c0d7eaf22d0e0288b4ce24e389 Author: Ralf Gommers Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M doc/source/reference/routines.indexing.rst M numpy/lib/__init__.py M numpy/lib/arrayterator.py M numpy/lib/info.py Log Message: ----------- DOC: add lib.Arrayterator to reference guide. Closes gh-6404. Commit: 014e631a370b0a16c2b88a8fd9cec32464520fef https://github.com/numpy/numpy/commit/014e631a370b0a16c2b88a8fd9cec32464520fef Author: Nathaniel J. Smith Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M doc/source/reference/routines.indexing.rst M numpy/lib/__init__.py M numpy/lib/arrayterator.py M numpy/lib/info.py Log Message: ----------- Merge pull request #6445 from rgommers/arrayterator-doc DOC: add lib.Arrayterator to reference guide. Closes gh-6404. Compare: https://github.com/numpy/numpy/compare/9fbc5fa214e8...014e631a370b From noreply at github.com Sun Oct 11 10:10:12 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 07:10:12 -0700 Subject: [Numpy-svn] [numpy/numpy] fbf549: BUG: mask nan to 1 in ordered compare Message-ID: <561a6dc4fda5_34763fdb2d6a32c0807e2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fbf549b9c2912a356dfeb71f3a411874879c9556 https://github.com/numpy/numpy/commit/fbf549b9c2912a356dfeb71f3a411874879c9556 Author: Julian Taylor Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BUG: mask nan to 1 in ordered compare msvc2008 32 bit seems to miscompile it otherwise. closes gh-6428 Commit: 696ccc47af8ef9e7fab96ec425b8676150b26d13 https://github.com/numpy/numpy/commit/696ccc47af8ef9e7fab96ec425b8676150b26d13 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6438 from juliantaylor/msvc-workaround BUG: mask nan to 1 in ordered compare Compare: https://github.com/numpy/numpy/compare/014e631a370b...696ccc47af8e From noreply at github.com Sun Oct 11 10:43:18 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 07:43:18 -0700 Subject: [Numpy-svn] [numpy/numpy] b53eb5: BLD: enable SSE2 for 32-bit msvc 9 and 10 compiler... Message-ID: <561a7586678e0_14703f99bf13b29c250a4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b53eb5d74dcac7239c41e617cc98f314caeae4c5 https://github.com/numpy/numpy/commit/b53eb5d74dcac7239c41e617cc98f314caeae4c5 Author: Christoph Gohlke Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers Commit: cdb1b2b2a90010f6395abc813e27977560c659ba https://github.com/numpy/numpy/commit/cdb1b2b2a90010f6395abc813e27977560c659ba Author: Charles Harris Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- DOC: Document the reason msvc requires SSE2 on 32 bit platforms. Commit: 20ef48799aaa1e39a905a8e9db8f5d31a8512f24 https://github.com/numpy/numpy/commit/20ef48799aaa1e39a905a8e9db8f5d31a8512f24 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- Merge pull request #6444 from charris/gh-6440 Update 6440, BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers. Compare: https://github.com/numpy/numpy/compare/696ccc47af8e...20ef48799aaa From noreply at github.com Sun Oct 11 12:06:36 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 09:06:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 49fa18: BLD: enable SSE2 for 32-bit msvc 9 and 10 compiler... Message-ID: <561a890c9d7bf_3b033f8fd3ea92bc3080@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 49fa1875e807eb29cc09ed8ddc282116e4b1ed6d https://github.com/numpy/numpy/commit/49fa1875e807eb29cc09ed8ddc282116e4b1ed6d Author: Christoph Gohlke Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers Commit: 826716feb32da1584c9f6010a6edd8ecf860895b https://github.com/numpy/numpy/commit/826716feb32da1584c9f6010a6edd8ecf860895b Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- DOC: Document the reason msvc requires SSE2 on 32 bit platforms. Commit: 4fab8fdd482d55a7101ade5c38613e17be576c92 https://github.com/numpy/numpy/commit/4fab8fdd482d55a7101ade5c38613e17be576c92 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/distutils/msvccompiler.py Log Message: ----------- Merge pull request #6446 from charris/backport-gh-6444 Backport gh-6444 Compare: https://github.com/numpy/numpy/compare/050fc72f51d7...4fab8fdd482d From noreply at github.com Sun Oct 11 12:08:23 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 09:08:23 -0700 Subject: [Numpy-svn] [numpy/numpy] 04211c: BUG: mask nan to 1 in ordered compare Message-ID: <561a8977b5be8_7213fdec0a972a010484b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 04211c681222442933ca4fa276efcc10f1666e2b https://github.com/numpy/numpy/commit/04211c681222442933ca4fa276efcc10f1666e2b Author: Julian Taylor Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- BUG: mask nan to 1 in ordered compare msvc2008 32 bit seems to miscompile it otherwise. closes gh-6428 Commit: 03217231d79e9d8a090443974ed9b032f720f6eb https://github.com/numpy/numpy/commit/03217231d79e9d8a090443974ed9b032f720f6eb Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/src/umath/simd.inc.src Log Message: ----------- Merge pull request #6447 from charris/backport-6438 Backport gh-6438: BUG: mask nan to 1 in ordered compare Compare: https://github.com/numpy/numpy/compare/4fab8fdd482d...03217231d79e From noreply at github.com Sun Oct 11 14:46:28 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 11:46:28 -0700 Subject: [Numpy-svn] [numpy/numpy] a3df12: BLD: import setuptools to allow compile with VS200... Message-ID: <561aae848db33_57e03fdae36f52b810645c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a3df126f1e9f39e91d684e5eaad26a844566ea12 https://github.com/numpy/numpy/commit/a3df126f1e9f39e91d684e5eaad26a844566ea12 Author: Julian Taylor Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M setup.py Log Message: ----------- BLD: import setuptools to allow compile with VS2008 python2.7 sdk Needed to build numpy with Microsoft Visual C++ Compiler for Python 2.7 Otherwise one gets an Unable to find vcvarsall.bat error SET DISTUTILS_USE_SDK=1 SET MSSdk=1 triggers the same from distutils. Commit: 2b7eefbe0b146e5d4d0be991eb197c2fc8489893 https://github.com/numpy/numpy/commit/2b7eefbe0b146e5d4d0be991eb197c2fc8489893 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M setup.py Log Message: ----------- Merge pull request #6439 from juliantaylor/sdk-compile BLD: import setuptools to allow compile with VS2008 python2.7 sdk Compare: https://github.com/numpy/numpy/compare/20ef48799aaa...2b7eefbe0b14 From noreply at github.com Sun Oct 11 15:52:09 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 12:52:09 -0700 Subject: [Numpy-svn] [numpy/numpy] 0c1a5d: BLD: import setuptools to allow compile with VS200... Message-ID: <561abde9ec188_19753fce8b3672b83062f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 0c1a5dff183feaee5d5a05f29ce6922cd6586107 https://github.com/numpy/numpy/commit/0c1a5dff183feaee5d5a05f29ce6922cd6586107 Author: Julian Taylor Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M setup.py Log Message: ----------- BLD: import setuptools to allow compile with VS2008 python2.7 sdk Needed to build numpy with Microsoft Visual C++ Compiler for Python 2.7 Otherwise one gets an Unable to find vcvarsall.bat error SET DISTUTILS_USE_SDK=1 SET MSSdk=1 triggers the same from distutils. Commit: 456ec0e4eb5afefdc6d472db538bfd8f5a20bbb2 https://github.com/numpy/numpy/commit/456ec0e4eb5afefdc6d472db538bfd8f5a20bbb2 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M setup.py Log Message: ----------- Merge pull request #6448 from charris/backport-gh-6439 Backport gh-6439: BLD: import setuptools to allow compile with VS2008 python2.7 sdk Compare: https://github.com/numpy/numpy/compare/03217231d79e...456ec0e4eb5a From noreply at github.com Sun Oct 11 19:40:28 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 16:40:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 7978f3: DEP: Remove warning for `full` when dtype is set. Message-ID: <561af36c5406f_34763fdb2d6a32c0823e9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7978f3d422e24d1f92d626d19763e5b87193824e https://github.com/numpy/numpy/commit/7978f3d422e24d1f92d626d19763e5b87193824e Author: Antony Lee Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_deprecations.py Log Message: ----------- DEP: Remove warning for `full` when dtype is set. See @rkern's comment in #6382. Commit: 9cc55dc7720a949cb3e6578805fe6f70906a700e https://github.com/numpy/numpy/commit/9cc55dc7720a949cb3e6578805fe6f70906a700e Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #6449 from anntzer/fill-explicit-dtype-futurewarning DEP: Remove warning for `full` when dtype is set. Compare: https://github.com/numpy/numpy/compare/2b7eefbe0b14...9cc55dc7720a From noreply at github.com Sun Oct 11 20:38:17 2015 From: noreply at github.com (GitHub) Date: Sun, 11 Oct 2015 17:38:17 -0700 Subject: [Numpy-svn] [numpy/numpy] 45a3d8: DEP: Remove warning for `full` when dtype is set. Message-ID: <561b00f913b47_635a3fc691ab72b81167db@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 45a3d84fd21a1b2147ef95015a38999768ea26cb https://github.com/numpy/numpy/commit/45a3d84fd21a1b2147ef95015a38999768ea26cb Author: Antony Lee Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_deprecations.py Log Message: ----------- DEP: Remove warning for `full` when dtype is set. See @rkern's comment in #6382. Commit: af8f282e9d92ca9624c4dcde7207640ab4de17b5 https://github.com/numpy/numpy/commit/af8f282e9d92ca9624c4dcde7207640ab4de17b5 Author: Charles Harris Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M numpy/core/numeric.py M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #6450 from charris/backport-gh-449 Backport gh-6449: DEP: Remove warning for `full` when dtype is set. Compare: https://github.com/numpy/numpy/compare/456ec0e4eb5a...af8f282e9d92 From noreply at github.com Mon Oct 12 10:07:40 2015 From: noreply at github.com (GitHub) Date: Mon, 12 Oct 2015 07:07:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 9a9504: DOC: Create 1.10.1 release notes. Message-ID: <561bbeacdda10_39763f9e10ea92bc149626@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9a9504f45e05619e01e966e526c99bfe211b0c5c https://github.com/numpy/numpy/commit/9a9504f45e05619e01e966e526c99bfe211b0c5c Author: Charles Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: A doc/release/1.10.1-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create 1.10.1 release notes. [ci skip] Commit: b65cdbf41bdf11aa4732983555a32043f9abec13 https://github.com/numpy/numpy/commit/b65cdbf41bdf11aa4732983555a32043f9abec13 Author: Charles Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: A doc/release/1.10.1-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6451 from charris/release-notes-1.10.1 DOC: Create 1.10.1 release notes. Compare: https://github.com/numpy/numpy/compare/9cc55dc7720a...b65cdbf41bdf From noreply at github.com Mon Oct 12 10:16:07 2015 From: noreply at github.com (GitHub) Date: Mon, 12 Oct 2015 07:16:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 0d6d98: DOC: Create 1.10.1 release notes. Message-ID: <561bc0a7845e0_307f3f7f28a9b2bc25729b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 0d6d98636e410baa7649459b07b37b8b127673c5 https://github.com/numpy/numpy/commit/0d6d98636e410baa7649459b07b37b8b127673c5 Author: Charles Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: A doc/release/1.10.1-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Create 1.10.1 release notes. [ci skip] Commit: afda33517092f23d25bc4ca2e4331220440e79af https://github.com/numpy/numpy/commit/afda33517092f23d25bc4ca2e4331220440e79af Author: Charles Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: A doc/release/1.10.1-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6457 from charris/release-notes-1.10.1 Backport gh-6451: DOC: Create 1.10.1 release notes. Compare: https://github.com/numpy/numpy/compare/af8f282e9d92...afda33517092 From noreply at github.com Mon Oct 12 11:59:11 2015 From: noreply at github.com (GitHub) Date: Mon, 12 Oct 2015 08:59:11 -0700 Subject: [Numpy-svn] [numpy/numpy] f769c6: REL: Release 1.10.1 Message-ID: <561bd8cfd79e2_90b3f8eb43372a0548e9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.1 Home: https://github.com/numpy/numpy Commit: f769c64026f5ff993ec1e28cbd9f39b8da75347d https://github.com/numpy/numpy/commit/f769c64026f5ff993ec1e28cbd9f39b8da75347d Author: Charles R Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: Release 1.10.1 From noreply at github.com Mon Oct 12 16:54:43 2015 From: noreply at github.com (GitHub) Date: Mon, 12 Oct 2015 13:54:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 6967f5: BUG: ma.put expands nomask Message-ID: <561c1e1329c9c_2e413fcc8d45529c110752@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6967f50dd1eb922cfa0e28956baa5a0bdc85331a https://github.com/numpy/numpy/commit/6967f50dd1eb922cfa0e28956baa5a0bdc85331a Author: Jonathan Helmus Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: ma.put expands nomask Previously when put was used on a MaskedArray with nomask the mask would be incorrectly set to the mask of the values argument. closes #6425 Commit: 0f0474e5c1bd159fac53c0f056c7c18c605cd0dd https://github.com/numpy/numpy/commit/0f0474e5c1bd159fac53c0f056c7c18c605cd0dd Author: ahaldane Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6432 from jjhelmus/fix_ma_put BUG: ma.put expands nomask Compare: https://github.com/numpy/numpy/compare/b65cdbf41bdf...0f0474e5c1bd From noreply at github.com Mon Oct 12 17:47:56 2015 From: noreply at github.com (GitHub) Date: Mon, 12 Oct 2015 14:47:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 997959: TST: fix forgotten change of not creating errors f... Message-ID: <561c2a8c6d80b_24323fe80113b2c01103e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 9979599c1290cc0aab00d3b272f92f64e7b903f0 https://github.com/numpy/numpy/commit/9979599c1290cc0aab00d3b272f92f64e7b903f0 Author: Ralf Gommers Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- TST: fix forgotten change of not creating errors from test warnings in 1.10.x See https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt#handle-test-warnings Commit: 2684958cdcb3cefc876580952f1676dee8e2ffb1 https://github.com/numpy/numpy/commit/2684958cdcb3cefc876580952f1676dee8e2ffb1 Author: Charles Harris Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6461 from rgommers/scipy-5331-testwarn TST: fix forgotten change of not creating errors from test warnings i 1.10.x Compare: https://github.com/numpy/numpy/compare/afda33517092...2684958cdcb3 From noreply at github.com Tue Oct 13 16:21:33 2015 From: noreply at github.com (GitHub) Date: Tue, 13 Oct 2015 13:21:33 -0700 Subject: [Numpy-svn] [numpy/numpy] 48a105: Update __init__.py Message-ID: <561d67cde9722_10813ff4fb11f2bc81615@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 48a105538a02344d5b7ecc2eb74e6126dd097f6c https://github.com/numpy/numpy/commit/48a105538a02344d5b7ecc2eb74e6126dd097f6c Author: behrisch Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M numpy/core/__init__.py Log Message: ----------- Update __init__.py Commit: 0d30809a3348eb85f6cdd761c62d497dee48b2c8 https://github.com/numpy/numpy/commit/0d30809a3348eb85f6cdd761c62d497dee48b2c8 Author: Charles Harris Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M numpy/core/__init__.py Log Message: ----------- Merge pull request #6460 from behrisch/minimize_os_environ_adaptions BUG: Replacing the os.environ.clear by less invasive procedure Compare: https://github.com/numpy/numpy/compare/0f0474e5c1bd...0d30809a3348 From noreply at github.com Wed Oct 14 14:51:20 2015 From: noreply at github.com (GitHub) Date: Wed, 14 Oct 2015 11:51:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 034c2e: MAINT: Use Python 3.5 instead of 3.5-dev for travi... Message-ID: <561ea428abdc9_60603f99eec8329c110277@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 034c2e67b111da24a6c8f92578377e65410f42e9 https://github.com/numpy/numpy/commit/034c2e67b111da24a6c8f92578377e65410f42e9 Author: Charles Harris Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing. Python 3.5 has been released, so update 3.5 testing version. Commit: 972dbd00152aaec53369fc82913286a0f93b5ca6 https://github.com/numpy/numpy/commit/972dbd00152aaec53369fc82913286a0f93b5ca6 Author: Ralf Gommers Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #6472 from charris/update-travis-3.5-dev-to-3.5 MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing. Compare: https://github.com/numpy/numpy/compare/0d30809a3348...972dbd00152a From noreply at github.com Thu Oct 15 12:44:45 2015 From: noreply at github.com (GitHub) Date: Thu, 15 Oct 2015 09:44:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 658785: REL: update Paver file to ensure sdist contents ar... Message-ID: <561fd7fddb923_47a43ff6cb1212c0836cc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6587854828a31ea873499a171af9b794cd0b8b17 https://github.com/numpy/numpy/commit/6587854828a31ea873499a171af9b794cd0b8b17 Author: Ralf Gommers Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M pavement.py Log Message: ----------- REL: update Paver file to ensure sdist contents are OK for releases. Commit: 9a62a26ab9689bbcf8a4eeb0076848ca9c44d4ae https://github.com/numpy/numpy/commit/9a62a26ab9689bbcf8a4eeb0076848ca9c44d4ae Author: Ralf Gommers Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: R release.sh Log Message: ----------- REL: remove release.sh because it's not in use anymore. We're using numpy-vendor/fabfile.py instead. Commit: 7b438fa90e53abe8b2f0356ec50daed6ab299794 https://github.com/numpy/numpy/commit/7b438fa90e53abe8b2f0356ec50daed6ab299794 Author: Ralf Gommers Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt M numpy/testing/nosetester.py Log Message: ----------- TST: raise errors for dev versions and warnings for releases on test runs. This approach is less error prone than switching from "develop" to "release" in maintenance branches by hand. See gh-6461 for details. Commit: 7ca2cea5656fd88c39a547c3db7d91e363952893 https://github.com/numpy/numpy/commit/7ca2cea5656fd88c39a547c3db7d91e363952893 Author: Charles Harris Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt M numpy/testing/nosetester.py M pavement.py R release.sh Log Message: ----------- Merge pull request #6474 from rgommers/testmode REL: update Paver script for sdist completeness and auto-switch test warnings Compare: https://github.com/numpy/numpy/compare/972dbd00152a...7ca2cea5656f From noreply at github.com Thu Oct 15 16:01:01 2015 From: noreply at github.com (GitHub) Date: Thu, 15 Oct 2015 13:01:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 5c0cd1: BUG: Fix Intel compiler flags for OS X build Message-ID: <562005fda9eb_27683faa0a4cd29c96a5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5c0cd1b23e1a6797cf3af04c5c3cfb41312f1750 https://github.com/numpy/numpy/commit/5c0cd1b23e1a6797cf3af04c5c3cfb41312f1750 Author: Chris Hogan Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BUG: Fix Intel compiler flags for OS X build Commit: de591ba203d8f795dac2edb31b6f8fb236680b9c https://github.com/numpy/numpy/commit/de591ba203d8f795dac2edb31b6f8fb236680b9c Author: Charles Harris Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6478 from ChristopherHogan/intel_osx BUG: Fix Intel compiler flags for OS X build Compare: https://github.com/numpy/numpy/compare/7ca2cea5656f...de591ba203d8 From noreply at github.com Fri Oct 16 08:30:11 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 05:30:11 -0700 Subject: [Numpy-svn] [numpy/numpy] 07c66c: Fixed a typo in np.inner doc Message-ID: <5620edd3b6656_45ea3f80837f92a01218d5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 07c66c8ea72181954f4fcf9f62af677d22eec639 https://github.com/numpy/numpy/commit/07c66c8ea72181954f4fcf9f62af677d22eec639 Author: Samuel St-Jean Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Fixed a typo in np.inner doc Commit: ddb41af04b64198c873de8bd50f1b57bd8c34fff https://github.com/numpy/numpy/commit/ddb41af04b64198c873de8bd50f1b57bd8c34fff Author: seberg Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #6480 from samuelstjean/patch-1 Fixed a typo in np.inner doc Compare: https://github.com/numpy/numpy/compare/de591ba203d8...ddb41af04b64 From noreply at github.com Fri Oct 16 10:39:22 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 07:39:22 -0700 Subject: [Numpy-svn] [numpy/numpy] e149fa: LIBPATH with spaces is now supported Python 2.7+ a... Message-ID: <56210c1aa740f_2a9f3fea038c32a01016aa@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e149fac25eefcc93c821ea5cca261aa55abd1f7f https://github.com/numpy/numpy/commit/e149fac25eefcc93c821ea5cca261aa55abd1f7f Author: Gabi Davar Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- LIBPATH with spaces is now supported Python 2.7+ and Win32 Commit: b7f20d911b9c34c2c0a5b7e7026b21fc8c5c9191 https://github.com/numpy/numpy/commit/b7f20d911b9c34c2c0a5b7e7026b21fc8c5c9191 Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6481 from charris/foreport-gh-5765 LIBPATH with spaces is now supported Python 2.7+ and Win32 Compare: https://github.com/numpy/numpy/compare/ddb41af04b64...b7f20d911b9c From noreply at github.com Fri Oct 16 10:42:27 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 07:42:27 -0700 Subject: [Numpy-svn] [numpy/numpy] ab8c3d: LIBPATH with spaces is now supported Python 2.7+ a... Message-ID: <56210cd3d00a4_27683faa0a4cd29c24086@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: ab8c3daa45321e19e29dc784928e6d6734ed3a58 https://github.com/numpy/numpy/commit/ab8c3daa45321e19e29dc784928e6d6734ed3a58 Author: Gabi Davar Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- LIBPATH with spaces is now supported Python 2.7+ and Win32 Commit: f0b4d2111d8e4baf7f1fcc23a81ac37d1cc769ab https://github.com/numpy/numpy/commit/f0b4d2111d8e4baf7f1fcc23a81ac37d1cc769ab Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6482 from charris/backport-gh-6481 LIBPATH with spaces is now supported Python 2.7+ and Win32 Compare: https://github.com/numpy/numpy/compare/2684958cdcb3...f0b4d2111d8e From noreply at github.com Fri Oct 16 12:02:54 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 09:02:54 -0700 Subject: [Numpy-svn] [numpy/numpy] d195f4: REL: update Paver file to ensure sdist contents ar... Message-ID: <56211fae72df8_27683faa0a4cd29c26447@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: d195f4d7f5921fe8512d8cd45f2052a2ed0409be https://github.com/numpy/numpy/commit/d195f4d7f5921fe8512d8cd45f2052a2ed0409be Author: Ralf Gommers Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M pavement.py Log Message: ----------- REL: update Paver file to ensure sdist contents are OK for releases. Commit: 54363d6e79688420c679d356ddcd2c7c73e4ba6e https://github.com/numpy/numpy/commit/54363d6e79688420c679d356ddcd2c7c73e4ba6e Author: Ralf Gommers Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: R release.sh Log Message: ----------- REL: remove release.sh because it's not in use anymore. We're using numpy-vendor/fabfile.py instead. Commit: c0495e7052900e9321ab009e45d9cd2b83f8a043 https://github.com/numpy/numpy/commit/c0495e7052900e9321ab009e45d9cd2b83f8a043 Author: Ralf Gommers Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt M numpy/testing/nosetester.py Log Message: ----------- TST: raise errors for dev versions and warnings for releases on test runs. This approach is less error prone than switching from "develop" to "release" in maintenance branches by hand. See gh-6461 for details. Commit: 0b27f9c6a875ade191e9bbcd5ca1148969c6edff https://github.com/numpy/numpy/commit/0b27f9c6a875ade191e9bbcd5ca1148969c6edff Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/HOWTO_RELEASE.rst.txt M numpy/testing/nosetester.py M pavement.py R release.sh Log Message: ----------- Merge pull request #6483 from charris/backport-6474 Backport 6474 Compare: https://github.com/numpy/numpy/compare/f0b4d2111d8e...0b27f9c6a875 From noreply at github.com Fri Oct 16 12:29:22 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 09:29:22 -0700 Subject: [Numpy-svn] [numpy/numpy] b68aea: BUG: Fix Intel compiler flags for OS X build Message-ID: <562125e217a5c_57663fcff3c8f2a010195b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: b68aea457a91cdb4692768d434ed59bcc8807a31 https://github.com/numpy/numpy/commit/b68aea457a91cdb4692768d434ed59bcc8807a31 Author: Chris Hogan Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- BUG: Fix Intel compiler flags for OS X build Commit: 5ee3dfb51fde8e949da6657dadb6f2d7a82cb76d https://github.com/numpy/numpy/commit/5ee3dfb51fde8e949da6657dadb6f2d7a82cb76d Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/distutils/intelccompiler.py Log Message: ----------- Merge pull request #6484 from charris/backport-6478 Backport 6478 Compare: https://github.com/numpy/numpy/compare/0b27f9c6a875...5ee3dfb51fde From noreply at github.com Fri Oct 16 12:29:38 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 09:29:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 84b7f7: MAINT: Use Python 3.5 instead of 3.5-dev for travi... Message-ID: <562125f2c7231_63fd3fb40908b2c07585c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 84b7f739e0c0a7eca0482e481409dd72fd706689 https://github.com/numpy/numpy/commit/84b7f739e0c0a7eca0482e481409dd72fd706689 Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing. Python 3.5 has been released, so update 3.5 testing version. Commit: af30c4349dea6b9ca2e3c241400f3a3eb2dfa31a https://github.com/numpy/numpy/commit/af30c4349dea6b9ca2e3c241400f3a3eb2dfa31a Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #6485 from charris/backport-6472 backport 6472 Compare: https://github.com/numpy/numpy/compare/5ee3dfb51fde...af30c4349dea From noreply at github.com Fri Oct 16 12:38:55 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 09:38:55 -0700 Subject: [Numpy-svn] [numpy/numpy] c53890: Update __init__.py Message-ID: <5621281fa23bf_57fd3f8dd941129c5933c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c53890977454bf081ae9596ee55a398cad1c0b14 https://github.com/numpy/numpy/commit/c53890977454bf081ae9596ee55a398cad1c0b14 Author: behrisch Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/core/__init__.py Log Message: ----------- Update __init__.py Commit: 4d0e06064f6102df14186f8476e081b09ac3dc3b https://github.com/numpy/numpy/commit/4d0e06064f6102df14186f8476e081b09ac3dc3b Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/core/__init__.py Log Message: ----------- Merge pull request #6486 from charris/backport-6460 backport 6460 Compare: https://github.com/numpy/numpy/compare/af30c4349dea...4d0e06064f61 From noreply at github.com Fri Oct 16 14:23:05 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 11:23:05 -0700 Subject: [Numpy-svn] [numpy/numpy] f8edf9: BUG: Allow nested use of parameters for array dime... Message-ID: <56214089be45f_7c793fc0676bb2c0713c1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f8edf9e397808bfa4db94dab12fd564080239d92 https://github.com/numpy/numpy/commit/f8edf9e397808bfa4db94dab12fd564080239d92 Author: Alexander Heger Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: Allow nested use of parameters for array dimensions in f2py. Nested use of parameters in specifying dimensions caused problems. For example parameter (i=7) common buf(nvar*(nvar+1) * (n + 1)) This fix was suggested by Pearu on github. Closes #5877. Commit: f6a028cbf740969ec96e319b858483c0c4d4c68d https://github.com/numpy/numpy/commit/f6a028cbf740969ec96e319b858483c0c4d4c68d Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #6487 from charris/cleanup-6307 Cleanup of 6307: BUG: Allow nested use of parameters for array dimensions in f2py. Compare: https://github.com/numpy/numpy/compare/b7f20d911b9c...f6a028cbf740 From noreply at github.com Fri Oct 16 14:34:38 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 11:34:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 81bdad: BUG: allow extension of common blocks in numpy.f2p... Message-ID: <5621433e352ab_6e8a3ff3126912bc299cd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 81bdad0401275890d31bf2edc274fdb8e9ef950a https://github.com/numpy/numpy/commit/81bdad0401275890d31bf2edc274fdb8e9ef950a Author: Alexander Heger Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst M numpy/f2py/crackfortran.py Log Message: ----------- BUG: allow extension of common blocks in numpy.f2py Lack of this feature resulted in the generation of incorrect *.pyf files. For example, the pyf file created by: subroutine sub3 (some arguments) real a, b, c, d common /coeff/ a, b common /coeff/ c, d return end Should contain both common statements the declaration of all four variables a, b, c, and d. Closes #5876. Commit: b1ce387fd259b63530ebe5390ad528bac304075f https://github.com/numpy/numpy/commit/b1ce387fd259b63530ebe5390ad528bac304075f Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst Log Message: ----------- MAINT: Spellcheck doc/source/f2py/signature-file.rst. Commit: aaf115d89c591f0fa8149f1d6851589c79fa656a https://github.com/numpy/numpy/commit/aaf115d89c591f0fa8149f1d6851589c79fa656a Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #6488 from charris/cleanup-6306 Cleanup 6306: BUG: allow extension of common blocks in numpy.f2py Compare: https://github.com/numpy/numpy/compare/f6a028cbf740...aaf115d89c59 From noreply at github.com Fri Oct 16 19:37:11 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 16:37:11 -0700 Subject: [Numpy-svn] [numpy/numpy] c08359: BUG: Allow nested use of parameters for array dime... Message-ID: <56218a273299d_3ca83fc06ca892bc12036f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c08359a25ddc8bfe30ee2691beb07aa07b60503f https://github.com/numpy/numpy/commit/c08359a25ddc8bfe30ee2691beb07aa07b60503f Author: Alexander Heger Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: Allow nested use of parameters for array dimensions in f2py. Nested use of parameters in specifying dimensions caused problems. For example parameter (i=7) common buf(nvar*(nvar+1) * (n + 1)) This fix was suggested by Pearu on github. Closes #5877. Commit: 649c2fe04392a0d54effdcb33385189541939a1e https://github.com/numpy/numpy/commit/649c2fe04392a0d54effdcb33385189541939a1e Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #6490 from charris/backport-6487 backport 6487: BUG: Allow nested use of parameters for array dimensions in f2py. Compare: https://github.com/numpy/numpy/compare/4d0e06064f61...649c2fe04392 From noreply at github.com Fri Oct 16 19:37:22 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 16:37:22 -0700 Subject: [Numpy-svn] [numpy/numpy] 57c0ca: BUG: allow extension of common blocks in numpy.f2p... Message-ID: <56218a32ee994_50f33fa22f1072bc4476e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 57c0ca41e2bf50fd59e2d7e21b5b0d54b9eef6c5 https://github.com/numpy/numpy/commit/57c0ca41e2bf50fd59e2d7e21b5b0d54b9eef6c5 Author: Alexander Heger Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst M numpy/f2py/crackfortran.py Log Message: ----------- BUG: allow extension of common blocks in numpy.f2py Lack of this feature resulted in the generation of incorrect *.pyf files. For example, the pyf file created by: subroutine sub3 (some arguments) real a, b, c, d common /coeff/ a, b common /coeff/ c, d return end Should contain both common statements the declaration of all four variables a, b, c, and d. Closes #5876. Commit: 308204f62b4cdcb840ff832cdcd6e60da8326740 https://github.com/numpy/numpy/commit/308204f62b4cdcb840ff832cdcd6e60da8326740 Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst Log Message: ----------- MAINT: Spellcheck doc/source/f2py/signature-file.rst. Commit: e05ee172bdff644e5ef0ab74b47b10859433c79e https://github.com/numpy/numpy/commit/e05ee172bdff644e5ef0ab74b47b10859433c79e Author: Charles Harris Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M doc/source/f2py/signature-file.rst M numpy/f2py/crackfortran.py Log Message: ----------- Merge pull request #6489 from charris/backport-6488 Backport 6488: BUG: allow extension of common blocks in numpy.f2py Compare: https://github.com/numpy/numpy/compare/649c2fe04392...e05ee172bdff From noreply at github.com Sat Oct 17 08:47:04 2015 From: noreply at github.com (GitHub) Date: Sat, 17 Oct 2015 05:47:04 -0700 Subject: [Numpy-svn] [numpy/numpy] da4b2d: pytest traceback hide markers set for testing help... Message-ID: <56224348a9123_5923fbc56b712c058087@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: da4b2dd7e128431107ea25d478a1782e08c43135 https://github.com/numpy/numpy/commit/da4b2dd7e128431107ea25d478a1782e08c43135 Author: Michael L?ffler Date: 2015-04-19 (Sun, 19 Apr 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- pytest traceback hide markers set for testing helpers Commit: 73fad84b1bc657bc0dedb533df29f9b18d06f297 https://github.com/numpy/numpy/commit/73fad84b1bc657bc0dedb533df29f9b18d06f297 Author: Michael L?ffler Date: 2015-04-20 (Mon, 20 Apr 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- Comments added Commit: 25dca018f4f00db4877c6ee993c38d339cbbf8b7 https://github.com/numpy/numpy/commit/25dca018f4f00db4877c6ee993c38d339cbbf8b7 Author: Michael L?ffler Date: 2015-05-14 (Thu, 14 May 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- PEP8 applied to comments Commit: c9dcd91ed1e21c4b6a2c22cd4b633ac9d4eb0a9e https://github.com/numpy/numpy/commit/c9dcd91ed1e21c4b6a2c22cd4b633ac9d4eb0a9e Author: Pauli Virtanen Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #5773 from ml31415/pytest_traceback_hide ENH: Hide testing helper tracebacks when using them with pytest Compare: https://github.com/numpy/numpy/compare/aaf115d89c59...c9dcd91ed1e2 From noreply at github.com Sun Oct 18 12:40:29 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 09:40:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 3a816a: BUG: recarrays viewed as subarrays don't convert t... Message-ID: <5623cb7d35f72_618c3fa3673252b8731d7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3a816a4db9b498eb64eb837fdcca0fa8ddbe063e https://github.com/numpy/numpy/commit/3a816a4db9b498eb64eb837fdcca0fa8ddbe063e Author: Allan Haldane Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- BUG: recarrays viewed as subarrays don't convert to np.record type Record array views were updated in #5943 to return np.record dtype where possible, but forgot about the case of sub-arrays. That's fixed here, so accessing subarray fields by attribute or index works sensibly, as well as viewing a record array as a subarray dtype, and printing subarrays. This also happens to fix #6459, since it affects the same lines. Fixes #6497 #6459 Commit: 8cf83ee92aaba5a802799b752621f7c413cace34 https://github.com/numpy/numpy/commit/8cf83ee92aaba5a802799b752621f7c413cace34 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #6500 from ahaldane/recarray_view_fix BUG: recarrays viewed as subarrays don't convert to np.record type Compare: https://github.com/numpy/numpy/compare/c9dcd91ed1e2...8cf83ee92aab From noreply at github.com Sun Oct 18 15:58:05 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 12:58:05 -0700 Subject: [Numpy-svn] [numpy/numpy] 037d28: DOC: Mention that default casting for inplace oper... Message-ID: <5623f9cd1374a_36f63f880681329c825c0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 037d2840ce0763bec31715e792fb30001bc80ed5 https://github.com/numpy/numpy/commit/037d2840ce0763bec31715e792fb30001bc80ed5 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Mention that default casting for inplace operations has changed. Mention in the compatibility section that default casting has changed from 'unsafe' to 'same_kind' for inplace operations. Closes #6498. Commit: 3ddaa592d855597ae8afe13b3848ac032e693295 https://github.com/numpy/numpy/commit/3ddaa592d855597ae8afe13b3848ac032e693295 Author: Nathaniel J. Smith Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6499 from charris/update-1.10.0-notes DOC: Mention that default casting for inplace operations has changed. Compare: https://github.com/numpy/numpy/compare/8cf83ee92aab...3ddaa592d855 From noreply at github.com Sun Oct 18 16:14:55 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 13:14:55 -0700 Subject: [Numpy-svn] [numpy/numpy] b3ce7a: MAINT: Speedup field access by removing unneeded s... Message-ID: <5623fdbfb09c3_59f43f940c2e52b83979a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b3ce7a68b94c066bc3ffc55bc68fdb0c367fb143 https://github.com/numpy/numpy/commit/b3ce7a68b94c066bc3ffc55bc68fdb0c367fb143 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/mapping.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (1/3) Bypass unneeded "view" safety-checks in `array_subscript` and `array_assign_subscript`, by avoiding use of `PyArray_View`. Commit: 9d1a7c9fd4b911e7dfb741e2f5e2702e5c7df267 https://github.com/numpy/numpy/commit/9d1a7c9fd4b911e7dfb741e2f5e2702e5c7df267 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (2/3) Bypass unneeded "view" safety checks in voidtype_ subscript/assignment methods, by falling back to ndarray methods which skip the checks. Commit: 37382ac4be4139710476aa24cb5ad77fbac70728 https://github.com/numpy/numpy/commit/37382ac4be4139710476aa24cb5ad77fbac70728 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: 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/methods.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (3/3) Skip safety-checks in views as long as neither old or new dtypes of view may have objects. Commit: 8cf5b506d2d3da833b09e8bbbe874db6f9c5e809 https://github.com/numpy/numpy/commit/8cf5b506d2d3da833b09e8bbbe874db6f9c5e809 Author: Pauli Virtanen Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M benchmarks/benchmarks/bench_indexing.py Log Message: ----------- PERF: add 0d structured indexing benchmark Commit: c3b48b91f151be1bd0f94cb0f05ad2e400dee9b4 https://github.com/numpy/numpy/commit/c3b48b91f151be1bd0f94cb0f05ad2e400dee9b4 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M benchmarks/benchmarks/bench_indexing.py M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src 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/mapping.c M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6208 from ahaldane/fast_field_subscript MAINT: Speedup field access by removing unneeded safety checks Compare: https://github.com/numpy/numpy/compare/3ddaa592d855...c3b48b91f151 From noreply at github.com Sun Oct 18 17:37:31 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 14:37:31 -0700 Subject: [Numpy-svn] [numpy/numpy] c49289: DOC: Mention that default casting for inplace oper... Message-ID: <5624111bb25a1_6fd13f8e111392bc86697@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c49289ae7f79fa287b315539b82ee49ae3551573 https://github.com/numpy/numpy/commit/c49289ae7f79fa287b315539b82ee49ae3551573 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Mention that default casting for inplace operations has changed. Mention in the compatibility section that default casting has changed from 'unsafe' to 'same_kind' for inplace operations. [ci skip] Commit: 3b03ce3e572688d3fad9cccf24b4baf0fffcf890 https://github.com/numpy/numpy/commit/3b03ce3e572688d3fad9cccf24b4baf0fffcf890 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #6503 from charris/backport-6499 backport 6499: DOC: Mention that default casting for inplace operations has changed. Compare: https://github.com/numpy/numpy/compare/e05ee172bdff...3b03ce3e5726 From noreply at github.com Sun Oct 18 17:38:24 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 14:38:24 -0700 Subject: [Numpy-svn] [numpy/numpy] f90fbb: BUG: recarrays viewed as subarrays don't convert t... Message-ID: <562411504cb43_645f3fad967d32b888127@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: f90fbb9cd46c804e6ce1e2259213786f9bb79f1f https://github.com/numpy/numpy/commit/f90fbb9cd46c804e6ce1e2259213786f9bb79f1f Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- BUG: recarrays viewed as subarrays don't convert to np.record type Record array views were updated in #5943 to return np.record dtype where possible, but forgot about the case of sub-arrays. That's fixed here, so accessing subarray fields by attribute or index works sensibly, as well as viewing a record array as a subarray dtype, and printing subarrays. This also happens to fix #6459, since it affects the same lines. Fixes #6497 #6459 Commit: a307d81adf0062221ff8866f07a17bc9cbd91414 https://github.com/numpy/numpy/commit/a307d81adf0062221ff8866f07a17bc9cbd91414 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #6504 from charris/backport-6500 backport 6500: BUG: recarrays viewed as subarrays don't convert to np.record type Compare: https://github.com/numpy/numpy/compare/f9425b0229f1...a307d81adf00 From noreply at github.com Sun Oct 18 17:50:57 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 14:50:57 -0700 Subject: [Numpy-svn] [numpy/numpy] deab3d: TST: pytest traceback hide markers set for testing... Message-ID: <56241441de062_7c793fc0676bb2c08072b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: deab3d5dc695c494b80dd66fae087332033992ef https://github.com/numpy/numpy/commit/deab3d5dc695c494b80dd66fae087332033992ef Author: Michael L?ffler Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- TST: pytest traceback hide markers set for testing helpers Commit: caf5b017e7bdf963c62bdb23004349fef49cb356 https://github.com/numpy/numpy/commit/caf5b017e7bdf963c62bdb23004349fef49cb356 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #6505 from charris/backport-5773 backport 5773: TST: pytest traceback hide markers set for testing helpers Compare: https://github.com/numpy/numpy/compare/a307d81adf00...caf5b017e7bd From noreply at github.com Sun Oct 18 17:38:02 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 14:38:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 9f19a8: MAINT: Speedup field access by removing unneeded s... Message-ID: <5624113a63608_648c3fbf9371f2b81406e9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 9f19a89bc4db03450d0379e2717ab73ed04db8d3 https://github.com/numpy/numpy/commit/9f19a89bc4db03450d0379e2717ab73ed04db8d3 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/mapping.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (1/3) Bypass unneeded "view" safety-checks in `array_subscript` and `array_assign_subscript`, by avoiding use of `PyArray_View`. Commit: 4cd33267fd597dfcdbe34dc031fa047d590490b6 https://github.com/numpy/numpy/commit/4cd33267fd597dfcdbe34dc031fa047d590490b6 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (2/3) Bypass unneeded "view" safety checks in voidtype_ subscript/assignment methods, by falling back to ndarray methods which skip the checks. Commit: f12656410ca4c709bd821ad745685fc9511e0ddf https://github.com/numpy/numpy/commit/f12656410ca4c709bd821ad745685fc9511e0ddf Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: 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/methods.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (3/3) Skip safety-checks in views as long as neither old or new dtypes of view may have objects. Commit: f9425b0229f1c3779b172146602143957ff47b63 https://github.com/numpy/numpy/commit/f9425b0229f1c3779b172146602143957ff47b63 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src 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/mapping.c M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6502 from charris/backport-6208 Backport 6208: MAINT: Speedup field access by removing unneeded safety checks Compare: https://github.com/numpy/numpy/compare/3b03ce3e5726...f9425b0229f1 From noreply at github.com Sun Oct 18 17:38:02 2015 From: noreply at github.com (GitHub) Date: Sun, 18 Oct 2015 14:38:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 9f19a8: MAINT: Speedup field access by removing unneeded s... Message-ID: <5624113a63608_648c3fbf9371f2b81406e9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 9f19a89bc4db03450d0379e2717ab73ed04db8d3 https://github.com/numpy/numpy/commit/9f19a89bc4db03450d0379e2717ab73ed04db8d3 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/mapping.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (1/3) Bypass unneeded "view" safety-checks in `array_subscript` and `array_assign_subscript`, by avoiding use of `PyArray_View`. Commit: 4cd33267fd597dfcdbe34dc031fa047d590490b6 https://github.com/numpy/numpy/commit/4cd33267fd597dfcdbe34dc031fa047d590490b6 Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (2/3) Bypass unneeded "view" safety checks in voidtype_ subscript/assignment methods, by falling back to ndarray methods which skip the checks. Commit: f12656410ca4c709bd821ad745685fc9511e0ddf https://github.com/numpy/numpy/commit/f12656410ca4c709bd821ad745685fc9511e0ddf Author: Allan Haldane Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: 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/methods.c Log Message: ----------- MAINT: Speedup field access by removing unneeded safety checks (3/3) Skip safety-checks in views as long as neither old or new dtypes of view may have objects. Commit: f9425b0229f1c3779b172146602143957ff47b63 https://github.com/numpy/numpy/commit/f9425b0229f1c3779b172146602143957ff47b63 Author: Charles Harris Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/src/multiarray/arraytypes.c.src 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/mapping.c M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6502 from charris/backport-6208 Backport 6208: MAINT: Speedup field access by removing unneeded safety checks Compare: https://github.com/numpy/numpy/compare/3b03ce3e5726...f9425b0229f1 From noreply at github.com Mon Oct 19 07:11:10 2015 From: noreply at github.com (GitHub) Date: Mon, 19 Oct 2015 04:11:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 0b83a9: REL: add "make upload" command for built docs, upd... Message-ID: <5624cfce53e0e_509b3fd50ee392c017145@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0b83a90f5e6157ced66792c3de6f68436ee96e05 https://github.com/numpy/numpy/commit/0b83a90f5e6157ced66792c3de6f68436ee96e05 Author: Ralf Gommers Date: 2015-10-18 (Sun, 18 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- REL: add "make upload" command for built docs, update "make dist". Changes to "make dist" for building docs: - remove .chm related line, we don't distribute those on docs.scipy.org - only include needed pdf files in dist.tar.gz [ci skip] Commit: d75b44a32bc13bd457f756b6fdeebd8f12b21799 https://github.com/numpy/numpy/commit/d75b44a32bc13bd457f756b6fdeebd8f12b21799 Author: Ralf Gommers Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/HOWTO_BUILD_DOCS.rst.txt M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: update HOWTO_BUILD_DOCS and HOWTO_RELEASE for release doc builds. [ci skip] Commit: 17146b2a873e835630ad58d00b73e97ba1fdb214 https://github.com/numpy/numpy/commit/17146b2a873e835630ad58d00b73e97ba1fdb214 Author: Charles Harris Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/HOWTO_BUILD_DOCS.rst.txt M doc/HOWTO_RELEASE.rst.txt M doc/Makefile Log Message: ----------- Merge pull request #6501 from rgommers/doc-makefile REL: add "make upload" command for built docs, update "make dist". Compare: https://github.com/numpy/numpy/compare/c3b48b91f151...17146b2a873e From noreply at github.com Mon Oct 19 09:34:37 2015 From: noreply at github.com (GitHub) Date: Mon, 19 Oct 2015 06:34:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 5270a2: REL: add "make upload" command for built docs, upd... Message-ID: <5624f16d97f0d_5d343fdbaaedb2bc574aa@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 5270a2732fe10ea948bfae11e8cbf4857d2b99d6 https://github.com/numpy/numpy/commit/5270a2732fe10ea948bfae11e8cbf4857d2b99d6 Author: Ralf Gommers Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- REL: add "make upload" command for built docs, update "make dist". Changes to "make dist" for building docs: - remove .chm related line, we don't distribute those on docs.scipy.org - only include needed pdf files in dist.tar.gz [ci skip] Commit: 86a64d79f065b5c9774aa3a5ece75a86feb9c77d https://github.com/numpy/numpy/commit/86a64d79f065b5c9774aa3a5ece75a86feb9c77d Author: Ralf Gommers Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/HOWTO_BUILD_DOCS.rst.txt M doc/HOWTO_RELEASE.rst.txt Log Message: ----------- DOC: update HOWTO_BUILD_DOCS and HOWTO_RELEASE for release doc builds. [ci skip] Commit: 5c0c994d05d15b1db563d6e1108806b13672ac08 https://github.com/numpy/numpy/commit/5c0c994d05d15b1db563d6e1108806b13672ac08 Author: Charles Harris Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/HOWTO_BUILD_DOCS.rst.txt M doc/HOWTO_RELEASE.rst.txt M doc/Makefile Log Message: ----------- Merge pull request #6512 from charris/backport-6501 Backport 6501: REL: add "make upload" command for built docs, update "make dist". Compare: https://github.com/numpy/numpy/compare/caf5b017e7bd...5c0c994d05d1 From noreply at github.com Mon Oct 19 22:24:05 2015 From: noreply at github.com (GitHub) Date: Mon, 19 Oct 2015 19:24:05 -0700 Subject: [Numpy-svn] [numpy/numpy] b57eda: DOC: fixed typo in arrays.classes.rst Message-ID: <5625a5c536835_24963fbd96f952c095619@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b57edaf29a731837f4b39cb68f21693fdccb940f https://github.com/numpy/numpy/commit/b57edaf29a731837f4b39cb68f21693fdccb940f Author: Jaime Fernandez Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/arrays.classes.rst Log Message: ----------- DOC: fixed typo in arrays.classes.rst Commit: 27459b2a28c911549d4222eed46ef871fca0ef77 https://github.com/numpy/numpy/commit/27459b2a28c911549d4222eed46ef871fca0ef77 Author: Jaime Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/arrays.classes.rst Log Message: ----------- Merge pull request #6528 from jaimefrio/fix_typo DOC: fixed typo in arrays.classes.rst Compare: https://github.com/numpy/numpy/compare/17146b2a873e...27459b2a28c9 From noreply at github.com Mon Oct 19 22:45:26 2015 From: noreply at github.com (GitHub) Date: Mon, 19 Oct 2015 19:45:26 -0700 Subject: [Numpy-svn] [numpy/numpy] 7dd3f1: DOC: Fixed a typo at line 289 at c-api.array.rst Message-ID: <5625aac6d30a3_1c9a3f800abc72c088898@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7dd3f1455127b70239ed6a20da2fc3aca496437b https://github.com/numpy/numpy/commit/7dd3f1455127b70239ed6a20da2fc3aca496437b Author: Nicolas Calle Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: Fixed a typo at line 289 at c-api.array.rst Fixes #6521 Commit: 3390e440ef3563cf87eeea66ea672f8e5a6a8665 https://github.com/numpy/numpy/commit/3390e440ef3563cf87eeea66ea672f8e5a6a8665 Author: Jaime Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- Merge pull request #6529 from niccalle/fix_typo DOC: Fixed a typo at line 289 at c-api.array.rst Compare: https://github.com/numpy/numpy/compare/27459b2a28c9...3390e440ef35 From noreply at github.com Mon Oct 19 23:19:02 2015 From: noreply at github.com (GitHub) Date: Mon, 19 Oct 2015 20:19:02 -0700 Subject: [Numpy-svn] [numpy/numpy] 051ac5: DOC: fixed #6525 Message-ID: <5625b2a6f329d_d3f3fa31d6ef2bc889a3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 051ac58c4193bf8244b4ea3db012b783a65af1c7 https://github.com/numpy/numpy/commit/051ac58c4193bf8244b4ea3db012b783a65af1c7 Author: Yifan Li Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: fixed #6525 Commit: 8561c1542b42c4541f9f99ef4ad2fb8747d9943d https://github.com/numpy/numpy/commit/8561c1542b42c4541f9f99ef4ad2fb8747d9943d Author: Jaime Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- Merge pull request #6531 from yil387/fixed_typo DOC: fixed #6525 Compare: https://github.com/numpy/numpy/compare/3390e440ef35...8561c1542b42 From noreply at github.com Tue Oct 20 11:43:57 2015 From: noreply at github.com (GitHub) Date: Tue, 20 Oct 2015 08:43:57 -0700 Subject: [Numpy-svn] [numpy/numpy] fdcdc5: DOC: typo in arrays.interface.rst #6516 Message-ID: <5626613d9cdaa_7d943fe8c3a552bc2491c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fdcdc5656d0ede894a084f630d134de49b9e7328 https://github.com/numpy/numpy/commit/fdcdc5656d0ede894a084f630d134de49b9e7328 Author: Alain Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M doc/source/reference/arrays.interface.rst Log Message: ----------- DOC: typo in arrays.interface.rst #6516 Commit: 4750c2810c5e0943cbea8e2acc0337c4e66a9bb2 https://github.com/numpy/numpy/commit/4750c2810c5e0943cbea8e2acc0337c4e66a9bb2 Author: Jaime Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M doc/source/reference/arrays.interface.rst Log Message: ----------- Merge pull request #6535 from alaindomissy/DOC_typo_in_arrays.interface.rst_6516 DOC: typo in arrays.interface.rst #6516 Compare: https://github.com/numpy/numpy/compare/8561c1542b42...4750c2810c5e From noreply at github.com Tue Oct 20 14:27:38 2015 From: noreply at github.com (GitHub) Date: Tue, 20 Oct 2015 11:27:38 -0700 Subject: [Numpy-svn] [numpy/numpy] f2d9c1: Revert "Merge pull request #5614 from charris/clea... Message-ID: <5626879a3c7d1_22fb3faed6d0329c15530@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: f2d9c138f4ddc3d73307b7966714b044d2861070 https://github.com/numpy/numpy/commit/f2d9c138f4ddc3d73307b7966714b044d2861070 Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M INSTALL.txt M numpy/core/src/multiarray/multiarraymodule.c M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/system_info.py M numpy/lib/tests/test_function_base.py M setup.py Log Message: ----------- Revert "Merge pull request #5614 from charris/cleanup-gh-5587" Revert mingwpy distutils modifications they cause problems on non-windows platforms. This reverts commit 96abd32de241864ee97f30357234cbc9a96c43ae, reversing changes made to 06af9918f6bf03b8d818ec834f9fb48db57d1489. Commit: 49156689e6049debf4b07b3512a797f2003663de https://github.com/numpy/numpy/commit/49156689e6049debf4b07b3512a797f2003663de Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- MAINT: Keep test fix that came in with #5614. The fix went away in the reversion of #5614. Commit: b3c772c74bcf722b50c02232ec3571ad7f77b846 https://github.com/numpy/numpy/commit/b3c772c74bcf722b50c02232ec3571ad7f77b846 Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M INSTALL.txt M numpy/core/src/multiarray/multiarraymodule.c M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/system_info.py M setup.py Log Message: ----------- Merge pull request #6536 from charris/revert-5614 Revert 5614 Compare: https://github.com/numpy/numpy/compare/5c0c994d05d1...b3c772c74bcf From noreply at github.com Wed Oct 21 11:03:17 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 08:03:17 -0700 Subject: [Numpy-svn] [numpy/numpy] 5fd170: Revert "Merge pull request #6354 from mingwpy/ming... Message-ID: <5627a935af4fc_a253fdf41ba32bc651ac@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5fd1707ea9576b5a4efff5866a8e8d36f36ef6e9 https://github.com/numpy/numpy/commit/5fd1707ea9576b5a4efff5866a8e8d36f36ef6e9 Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M numpy/core/setup.py M numpy/core/src/private/npy_config.h M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/misc_util.py M numpy/distutils/system_info.py Log Message: ----------- Revert "Merge pull request #6354 from mingwpy/mingwpy" Revert mingwpy modifications to distutils. They are causing problems for non-windows builds and it is better to wait until mingypy is further along. This reverts commit cda64938eb150b1af6677db4754da3be5fd7e483, reversing changes made to 8cb3ec6ab804f594daf553e53e7cf7478656bebd. Commit: a08437e12d6b6796f4b0beda49bce9adc37db63d https://github.com/numpy/numpy/commit/a08437e12d6b6796f4b0beda49bce9adc37db63d Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M INSTALL.txt M numpy/core/src/multiarray/multiarraymodule.c M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/system_info.py M numpy/lib/tests/test_function_base.py M setup.py Log Message: ----------- Revert "Merge pull request #5614 from charris/cleanup-gh-5587" Revert mingwpy modifications to distutils. They are causing problems for non-windows builds and it is better to wait until mingypy is further along. This reverts commit 96abd32de241864ee97f30357234cbc9a96c43ae, reversing changes made to 06af9918f6bf03b8d818ec834f9fb48db57d1489. Commit: 25203e6e8b47b3bf08304273815d6a4b900778f3 https://github.com/numpy/numpy/commit/25203e6e8b47b3bf08304273815d6a4b900778f3 Author: Charles Harris Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M numpy/lib/tests/test_function_base.py Log Message: ----------- MAINT: Restore test fix that was reverted. Use assert_array_almost_equal instead of assert_array_equal when comparing against python.math functions. Commit: 5d831a94779f7da8b355a31939ec31e2d7d6b6d4 https://github.com/numpy/numpy/commit/5d831a94779f7da8b355a31939ec31e2d7d6b6d4 Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M INSTALL.txt M numpy/core/setup.py M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/private/npy_config.h M numpy/distutils/fcompiler/gnu.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/misc_util.py M setup.py Log Message: ----------- Merge pull request #6534 from charris/revert-6354-and-5614 Revert 6354 and 5614 Compare: https://github.com/numpy/numpy/compare/4750c2810c5e...5d831a94779f From noreply at github.com Wed Oct 21 11:04:14 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 08:04:14 -0700 Subject: [Numpy-svn] [numpy/numpy] f7d3de: MAINT: Remove version.py.in. Message-ID: <5627a96ed32b8_f6c3fd941e7f2c01041d9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f7d3de79c39621398250fba4e9749cbb445f907a https://github.com/numpy/numpy/commit/f7d3de79c39621398250fba4e9749cbb445f907a Author: Sumith Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: R numpy/version.py.in Log Message: ----------- MAINT: Remove version.py.in. This file was used by Bento. This was left over and is no longer being used. Commit: f549adf7728061e81558ecb7f3d2fe8b32a40602 https://github.com/numpy/numpy/commit/f549adf7728061e81558ecb7f3d2fe8b32a40602 Author: Sumith Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: R numpy/__config__.py.in Log Message: ----------- MAINT: Remove __config__.py.in. This file was used by Bento. This was left over and is longer being used. Commit: 299a31533ffe4d0f63c92d6b1590cc60dc0690fe https://github.com/numpy/numpy/commit/299a31533ffe4d0f63c92d6b1590cc60dc0690fe Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: R numpy/__config__.py.in R numpy/version.py.in Log Message: ----------- Merge pull request #6533 from Sumith1896/version Remove version.py.in, no longer used Compare: https://github.com/numpy/numpy/compare/5d831a94779f...299a31533ffe From noreply at github.com Wed Oct 21 11:13:58 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 08:13:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 8da9c7: BUG: ma.masked_values does not shrink mask if requ... Message-ID: <5627abb64f2d1_1f573ff367f4d2c03093@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8da9c711446a5f2dc5b7ec400358ccdd208055fc https://github.com/numpy/numpy/commit/8da9c711446a5f2dc5b7ec400358ccdd208055fc Author: Jonathan Helmus Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: ma.masked_values does not shrink mask if requested When called with the shrink parameter set to False, np.ma.masked_values will create a False filled array mask and not shrink the mask. Previously the mask would be shrunk to a single False scalar. closes #2674 Commit: ec436fd83e9fb487f095c63dae66eacb66ebc914 https://github.com/numpy/numpy/commit/ec436fd83e9fb487f095c63dae66eacb66ebc914 Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6538 from jjhelmus/ma_fix_shrink BUG: ma.masked_values does not shrink mask if requested Compare: https://github.com/numpy/numpy/compare/299a31533ffe...ec436fd83e9f From noreply at github.com Wed Oct 21 12:03:01 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 09:03:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 3edf1a: BUG: scalar argument to ma.atleast_* return arrays Message-ID: <5627b7357248d_23683f8a1eaf129c8434b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3edf1a43987be276459e01c4afa7bbc6c74e7144 https://github.com/numpy/numpy/commit/3edf1a43987be276459e01c4afa7bbc6c74e7144 Author: Jonathan Helmus Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: scalar argument to ma.atleast_* return arrays The np.ma.atleast_1d, np.ma.atleast_2d, np.ma.atleast_3d and np.ma.diagflat function return arrays when given a scalar in the same manner as their non-ma counterparts. Previously these function would return None. Additionally, the np.ma vstack, row_stack, hstack, column_stack, dstack, and hsplit functions now raise an expection when given a scalar argument. closes #3367 Commit: e24895ce5c6568296b375b1fa5b15785f5d475e6 https://github.com/numpy/numpy/commit/e24895ce5c6568296b375b1fa5b15785f5d475e6 Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #6537 from jjhelmus/ma_atleast_fix BUG: scalar argument to ma.atleast_* return arrays Compare: https://github.com/numpy/numpy/compare/ec436fd83e9f...e24895ce5c65 From noreply at github.com Wed Oct 21 12:05:18 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 09:05:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 07e3b3: BUG: ma.masked_values does not shrink mask if requ... Message-ID: <5627b7be7e300_1d6a3fd786fc329c10962b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 07e3b3d91aeb441d24e4d8e68a13d799183133ad https://github.com/numpy/numpy/commit/07e3b3d91aeb441d24e4d8e68a13d799183133ad Author: Jonathan Helmus Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: ma.masked_values does not shrink mask if requested When called with the shrink parameter set to False, np.ma.masked_values will create a False filled array mask and not shrink the mask. Previously the mask would be shrunk to a single False scalar. closes #2674 Commit: c74be39b4bfe8e9c9a55a0c0d13493f12be43aba https://github.com/numpy/numpy/commit/c74be39b4bfe8e9c9a55a0c0d13493f12be43aba Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6541 from charris/backport-6538 Backport 6538: BUG: ma.masked_values does not shrink mask if requested Compare: https://github.com/numpy/numpy/compare/b3c772c74bcf...c74be39b4bfe From noreply at github.com Wed Oct 21 12:34:23 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 09:34:23 -0700 Subject: [Numpy-svn] [numpy/numpy] b1e543: BUG: scalar argument to ma.atleast_* return arrays Message-ID: <5627be8f3a100_1a963fb2d61e12c0995d3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: b1e5430f5b8cac71dc1f00798a1ffee8cc372a1b https://github.com/numpy/numpy/commit/b1e5430f5b8cac71dc1f00798a1ffee8cc372a1b Author: Jonathan Helmus Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: scalar argument to ma.atleast_* return arrays The np.ma.atleast_1d, np.ma.atleast_2d, np.ma.atleast_3d and np.ma.diagflat function return arrays when given a scalar in the same manner as their non-ma counterparts. Previously these function would return None. Additionally, the np.ma vstack, row_stack, hstack, column_stack, dstack, and hsplit functions now raise an expection when given a scalar argument. closes #3367 Commit: b41e69af25c1d2a9a0499ca82dc3984ce87ade4e https://github.com/numpy/numpy/commit/b41e69af25c1d2a9a0499ca82dc3984ce87ade4e Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #6543 from charris/backport-6537 BUG: scalar argument to ma.atleast_* return arrays Compare: https://github.com/numpy/numpy/compare/c74be39b4bfe...b41e69af25c1 From noreply at github.com Wed Oct 21 16:36:31 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 13:36:31 -0700 Subject: [Numpy-svn] [numpy/numpy] ac4433: Do a TravisCI build with PYTHONOPTIMIZE=2 Message-ID: <5627f74f409fe_75f3f8b8fa3929c36874@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ac4433cf550762f53459d330c41a98178a4f9713 https://github.com/numpy/numpy/commit/ac4433cf550762f53459d330c41a98178a4f9713 Author: David Sanders Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- Do a TravisCI build with PYTHONOPTIMIZE=2 Commit: 922442fe0251df29b3494a2aa93a0d3f18155481 https://github.com/numpy/numpy/commit/922442fe0251df29b3494a2aa93a0d3f18155481 Author: David Sanders Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M setup.py Log Message: ----------- Fix use of __doc__ in setup.py for -OO mode Commit: 626eb3748d067ea6e4c4dd308252bfad97df186f https://github.com/numpy/numpy/commit/626eb3748d067ea6e4c4dd308252bfad97df186f Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M .travis.yml M setup.py Log Message: ----------- Merge pull request #6526 from dsanders11/patch-1 Fix use of __doc__ in setup.py for -OO mode Compare: https://github.com/numpy/numpy/compare/e24895ce5c65...626eb3748d06 From noreply at github.com Wed Oct 21 17:53:03 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 14:53:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 330c7d: Do a TravisCI build with PYTHONOPTIMIZE=2 Message-ID: <5628093f3b5fb_a5a3f83842f32c0880ce@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 330c7d9164a3ae8a9cfb8a91b75e5cc0a7e4f54f https://github.com/numpy/numpy/commit/330c7d9164a3ae8a9cfb8a91b75e5cc0a7e4f54f Author: David Sanders Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M .travis.yml Log Message: ----------- Do a TravisCI build with PYTHONOPTIMIZE=2 Commit: 4db0754a8b71500b444cb0cc020a45406c6d10a4 https://github.com/numpy/numpy/commit/4db0754a8b71500b444cb0cc020a45406c6d10a4 Author: David Sanders Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M setup.py Log Message: ----------- Fix use of __doc__ in setup.py for -OO mode Commit: e283ae72810c8a11d7063ba5d43fc16f2cab2bdf https://github.com/numpy/numpy/commit/e283ae72810c8a11d7063ba5d43fc16f2cab2bdf Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M .travis.yml M setup.py Log Message: ----------- Merge pull request #6544 from charris/backport-6526 Backport 6526: Fix use of __doc__ in setup.py for -OO mode Compare: https://github.com/numpy/numpy/compare/b41e69af25c1...e283ae72810c From noreply at github.com Wed Oct 21 19:39:32 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 16:39:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 5caf4c: BUG: Make median work for empty arrays (issue #646... Message-ID: <562822349a3fb_64193faffcecb29c8642b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5caf4c932e43c47d73fad761e3257bb0d4551cc2 https://github.com/numpy/numpy/commit/5caf4c932e43c47d73fad761e3257bb0d4551cc2 Author: Ethan Kruse Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: Make median work for empty arrays (issue #6462) np.median([]) returns NaN. Fixes bug/regression that raised an IndexError. Added tests to ensure continued support of empty arrays. Commit: bf28b4432183126c21f0fa80852c335e9c1ed7c1 https://github.com/numpy/numpy/commit/bf28b4432183126c21f0fa80852c335e9c1ed7c1 Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6527 from ethankruse/6462fix Potential fix for #6462 Compare: https://github.com/numpy/numpy/compare/626eb3748d06...bf28b4432183 From noreply at github.com Wed Oct 21 20:19:47 2015 From: noreply at github.com (GitHub) Date: Wed, 21 Oct 2015 17:19:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 04b16f: BUG: Make median work for empty arrays (issue #646... Message-ID: <56282ba3e1f67_27bc3fd34d7552a0808e1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 04b16fd98d0449a8dda5033594c57e3b23dbfbab https://github.com/numpy/numpy/commit/04b16fd98d0449a8dda5033594c57e3b23dbfbab Author: Ethan Kruse Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: Make median work for empty arrays (issue #6462) np.median([]) returns NaN. Fixes bug/regression that raised an IndexError. Added tests to ensure continued support of empty arrays. Commit: 0eb1d4d47644450a3264ae115f9d2fd1f06ee29b https://github.com/numpy/numpy/commit/0eb1d4d47644450a3264ae115f9d2fd1f06ee29b Author: Charles Harris Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6547 from charris/backport-6527 backport-6527 Compare: https://github.com/numpy/numpy/compare/e283ae72810c...0eb1d4d47644 From noreply at github.com Fri Oct 23 10:50:11 2015 From: noreply at github.com (GitHub) Date: Fri, 23 Oct 2015 07:50:11 -0700 Subject: [Numpy-svn] [numpy/numpy] f994f2: DOC: clarify usage of 'argparse' return value. Message-ID: <562a492313fb2_5c593fc350d552c011813a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f994f2a7569b35810e35c96897680f9b38f291f7 https://github.com/numpy/numpy/commit/f994f2a7569b35810e35c96897680f9b38f291f7 Author: lzkelley Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- DOC: clarify usage of 'argparse' return value. In response to Ticket #4724, explain that the 'index_array' returned by 'argparse' can only be used to (directly) sort a one-dimensional input array. Commit: 5c286bcd6550a28be4b5bc9a6cf830fe0c69e7d3 https://github.com/numpy/numpy/commit/5c286bcd6550a28be4b5bc9a6cf830fe0c69e7d3 Author: Charles Harris Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #6548 from lzkelley/dev DOC: clarify usage of 'argparse' return value (see #4724). Compare: https://github.com/numpy/numpy/compare/bf28b4432183...5c286bcd6550 From noreply at github.com Fri Oct 23 13:49:42 2015 From: noreply at github.com (GitHub) Date: Fri, 23 Oct 2015 10:49:42 -0700 Subject: [Numpy-svn] [numpy/numpy] b94546: BUG: fix inner() by copying if needed to enforce c... Message-ID: <562a7336308ff_3c483f7e0cfcb2b8926c3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b94546d7426627c33686ddbf72bd69b8ddd4afed https://github.com/numpy/numpy/commit/b94546d7426627c33686ddbf72bd69b8ddd4afed Author: alex Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix inner() by copying if needed to enforce contiguity Commit: 2d899ea2301e155b06acf585020866ca1953bce5 https://github.com/numpy/numpy/commit/2d899ea2301e155b06acf585020866ca1953bce5 Author: Charles Harris Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6546 from argriffing/fix-inner-product-regression Fix inner product regression Compare: https://github.com/numpy/numpy/compare/5c286bcd6550...2d899ea2301e From noreply at github.com Fri Oct 23 14:42:36 2015 From: noreply at github.com (GitHub) Date: Fri, 23 Oct 2015 11:42:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 06fb56: BUG: fix inner() by copying if needed to enforce c... Message-ID: <562a7f9cc0ac5_375a3fb4a427129c10837f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 06fb5623d4b33f5a3d7d25a139975acf1079364a https://github.com/numpy/numpy/commit/06fb5623d4b33f5a3d7d25a139975acf1079364a Author: alex Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix inner() by copying if needed to enforce contiguity Commit: 91093ff8c1ad9ccf8096fadc2e695d4039e529fc https://github.com/numpy/numpy/commit/91093ff8c1ad9ccf8096fadc2e695d4039e529fc Author: Charles Harris Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6552 from charris/backport-6546 backport #6546 Compare: https://github.com/numpy/numpy/compare/0eb1d4d47644...91093ff8c1ad From noreply at github.com Sat Oct 24 16:49:46 2015 From: noreply at github.com (GitHub) Date: Sat, 24 Oct 2015 13:49:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 9fa0db: BUG: error in broadcast_arrays with as_strided arr... Message-ID: <562beeea404fb_1b683fa85a9e12bc706c0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9fa0dba63ac76a43a157e07c2a43f4678355653e https://github.com/numpy/numpy/commit/9fa0dba63ac76a43a157e07c2a43f4678355653e Author: Stephan Hoyer Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- BUG: error in broadcast_arrays with as_strided array Fixes GH6491 Commit: cec39effb1739ae0a7690e56d58d3e9432569d5f https://github.com/numpy/numpy/commit/cec39effb1739ae0a7690e56d58d3e9432569d5f Author: Charles Harris Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- Merge pull request #6556 from shoyer/fix-broadcast-arrays BUG: error in broadcast_arrays with as_strided array Compare: https://github.com/numpy/numpy/compare/2d899ea2301e...cec39effb173 From noreply at github.com Sat Oct 24 17:32:38 2015 From: noreply at github.com (GitHub) Date: Sat, 24 Oct 2015 14:32:38 -0700 Subject: [Numpy-svn] [numpy/numpy] d560a2: BUG: error in broadcast_arrays with as_strided arr... Message-ID: <562bf8f62cbce_4e233fe39feef29c668b8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: d560a210b9e736a41c69bfe8c407c08bbdf79222 https://github.com/numpy/numpy/commit/d560a210b9e736a41c69bfe8c407c08bbdf79222 Author: Stephan Hoyer Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- BUG: error in broadcast_arrays with as_strided array Fixes GH6491 Commit: 8140eaf50c3e5c7b9ec324b81d41baa230b6fff7 https://github.com/numpy/numpy/commit/8140eaf50c3e5c7b9ec324b81d41baa230b6fff7 Author: Charles Harris Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M numpy/lib/stride_tricks.py M numpy/lib/tests/test_stride_tricks.py Log Message: ----------- Merge pull request #6557 from charris/backport-6556 backport #6556 Compare: https://github.com/numpy/numpy/compare/91093ff8c1ad...8140eaf50c3e From noreply at github.com Sun Oct 25 10:25:38 2015 From: noreply at github.com (GitHub) Date: Sun, 25 Oct 2015 07:25:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 8d77f2: MAINT: minor update to "make upload" doc build com... Message-ID: <562ce662cff60_1de23fd0191172bc79186@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8d77f250d87073697f88fcb7f697cc68bea09d85 https://github.com/numpy/numpy/commit/8d77f250d87073697f88fcb7f697cc68bea09d85 Author: Ralf Gommers Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- MAINT: minor update to "make upload" doc build command. Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the content of the latest release. [ci skip] Commit: 42fefc59a502d1b17873d19f9d60d039e55ccfc4 https://github.com/numpy/numpy/commit/42fefc59a502d1b17873d19f9d60d039e55ccfc4 Author: Charles Harris Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- Merge pull request #6558 from rgommers/upload MAINT: minor update to "make upload" doc build command. Compare: https://github.com/numpy/numpy/compare/cec39effb173...42fefc59a502 From noreply at github.com Sun Oct 25 10:31:07 2015 From: noreply at github.com (GitHub) Date: Sun, 25 Oct 2015 07:31:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 040fe8: MAINT: minor update to "make upload" doc build com... Message-ID: <562ce7abb764e_45ac3fa5383ff29c14344@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 040fe8105b61254fdc28db0d06ff08b92862214c https://github.com/numpy/numpy/commit/040fe8105b61254fdc28db0d06ff08b92862214c Author: Ralf Gommers Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- MAINT: minor update to "make upload" doc build command. Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the content of the latest release. [ci skip] Commit: bbc687aead320d2dc8e22fcb93c685b2f92637aa https://github.com/numpy/numpy/commit/bbc687aead320d2dc8e22fcb93c685b2f92637aa Author: Charles Harris Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- Merge pull request #6559 from charris/backport-6558 Backport #6558L: Compare: https://github.com/numpy/numpy/compare/8140eaf50c3e...bbc687aead32 From noreply at github.com Sun Oct 25 11:03:03 2015 From: noreply at github.com (GitHub) Date: Sun, 25 Oct 2015 08:03:03 -0700 Subject: [Numpy-svn] [numpy/numpy] 9d6353: DOC: remove placeholders and incompleteness warnin... Message-ID: <562cef274803e_1c813fbff9dcb2b81065be@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9d63530e0b7d0a880a0f49713c48ef6f0c11b315 https://github.com/numpy/numpy/commit/9d63530e0b7d0a880a0f49713c48ef6f0c11b315 Author: Pauli Virtanen Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: R doc/source/user/howtofind.rst M doc/source/user/index.rst M doc/source/user/misc.rst R doc/source/user/performance.rst R numpy/doc/howtofind.py R numpy/doc/io.py R numpy/doc/jargon.py R numpy/doc/methods_vs_functions.py R numpy/doc/performance.py Log Message: ----------- DOC: remove placeholders and incompleteness warnings Neither are useful, and will discourage both reading and editing of the material. Commit: 3f6ffa8b7062c7023705361540b6efbe192289c7 https://github.com/numpy/numpy/commit/3f6ffa8b7062c7023705361540b6efbe192289c7 Author: Pauli Virtanen Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/source/reference/routines.rst M doc/source/user/basics.rst A doc/source/user/building.rst M doc/source/user/index.rst M doc/source/user/install.rst R doc/source/user/introduction.rst A doc/source/user/quickstart.rst A doc/source/user/setting-up.rst Log Message: ----------- DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki The user guide was missing a quick tutorial --- the basics.* stuff is somewhat too complex already. The "building numpy" instructions also should not be "introductory material". Commit: 4b1f1243fb2b2eb35adf50a26b0c4d2bcc3a7709 https://github.com/numpy/numpy/commit/4b1f1243fb2b2eb35adf50a26b0c4d2bcc3a7709 Author: Pauli Virtanen Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/source/user/index.rst A doc/source/user/numpy-for-matlab-users.rst Log Message: ----------- DOC: import "numpy for matlab users" from the wiki Might be useful to someone. Excised too opinionated parts and replaced most links to specific software with the topical software page links. Commit: 53d7e68b410ca00a825899a8a766bba3ba77cbc3 https://github.com/numpy/numpy/commit/53d7e68b410ca00a825899a8a766bba3ba77cbc3 Author: Charles Harris Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M doc/source/reference/routines.rst M doc/source/user/basics.rst A doc/source/user/building.rst R doc/source/user/howtofind.rst M doc/source/user/index.rst M doc/source/user/install.rst R doc/source/user/introduction.rst M doc/source/user/misc.rst A doc/source/user/numpy-for-matlab-users.rst R doc/source/user/performance.rst A doc/source/user/quickstart.rst A doc/source/user/setting-up.rst R numpy/doc/howtofind.py R numpy/doc/io.py R numpy/doc/jargon.py R numpy/doc/methods_vs_functions.py R numpy/doc/performance.py Log Message: ----------- Merge pull request #6560 from pv/userguide-up DOC: user guide update Compare: https://github.com/numpy/numpy/compare/42fefc59a502...53d7e68b410c From noreply at github.com Sun Oct 25 11:32:46 2015 From: noreply at github.com (GitHub) Date: Sun, 25 Oct 2015 08:32:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 9b59ed: BUG: fix AttributeError in numpy/distutils. Message-ID: <562cf61e171fd_22d13f959eb812bc98744@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9b59edebeadddf8012459e401434353b2de8babb https://github.com/numpy/numpy/commit/9b59edebeadddf8012459e401434353b2de8babb Author: Ryan Grout Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- BUG: fix AttributeError in numpy/distutils. Corrects an AttributeError on windows in some cases caused by #6185 Commit: acc9f5729d90d6590b12671745eebe2e88ef231d https://github.com/numpy/numpy/commit/acc9f5729d90d6590b12671745eebe2e88ef231d Author: Ralf Gommers Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6470 from groutr/fix_attrerror BUG: fix AttributeError in numpy distutils Compare: https://github.com/numpy/numpy/compare/53d7e68b410c...acc9f5729d90 From noreply at github.com Sun Oct 25 11:56:39 2015 From: noreply at github.com (GitHub) Date: Sun, 25 Oct 2015 08:56:39 -0700 Subject: [Numpy-svn] [numpy/numpy] c6065c: BUG: fix AttributeError in numpy/distutils. Message-ID: <562cfbb796a35_1ce93fdba56012b8531a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c6065c8df4fa595d5154e5ef2e90e77877417be2 https://github.com/numpy/numpy/commit/c6065c8df4fa595d5154e5ef2e90e77877417be2 Author: Ryan Grout Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- BUG: fix AttributeError in numpy/distutils. Corrects an AttributeError on windows in some cases caused by #6185 (cherry picked from commit 9b59edebeadddf8012459e401434353b2de8babb) Commit: 329de93487c5841a4b2db1e5899ae63e5a38e13d https://github.com/numpy/numpy/commit/329de93487c5841a4b2db1e5899ae63e5a38e13d Author: Charles Harris Date: 2015-10-25 (Sun, 25 Oct 2015) Changed paths: M numpy/distutils/ccompiler.py Log Message: ----------- Merge pull request #6561 from rgommers/bport-6470 BUG: fix AttributeError in numpy/distutils. Compare: https://github.com/numpy/numpy/compare/bbc687aead32...329de93487c5 From noreply at github.com Mon Oct 26 18:47:56 2015 From: noreply at github.com (GitHub) Date: Mon, 26 Oct 2015 15:47:56 -0700 Subject: [Numpy-svn] [numpy/numpy] 83d5f9: BUG: Revert some import * fixes in f2py. Message-ID: <562ead9cf36d0_34043fbab826129c887f9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 83d5f9a331543fa0748708972a5e6b7c5dcbcb03 https://github.com/numpy/numpy/commit/83d5f9a331543fa0748708972a5e6b7c5dcbcb03 Author: Charles Harris Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/f90mod_rules.py Log Message: ----------- BUG: Revert some import * fixes in f2py. The files * capi_maps.py * crackfortran.py * f90mod_rules.py previously used `from .auxfuncs import *` and also called `eval` without an explicit enviroment. An attempt to use explicit imports led to errors, and because static code analysis in not sufficient to determine what functions need to be imported, it is safest to continue using `import *` pending a major refactoring of f2py. Closes #6563. Commit: 2962abccf92d8c4cf5552de2add81a460fd31c8a https://github.com/numpy/numpy/commit/2962abccf92d8c4cf5552de2add81a460fd31c8a Author: Nathaniel J. Smith Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/f90mod_rules.py Log Message: ----------- Merge pull request #6567 from charris/fix-f2py-imports BUG: Revert some import * fixes in f2py. Compare: https://github.com/numpy/numpy/compare/acc9f5729d90...2962abccf92d From noreply at github.com Mon Oct 26 20:30:54 2015 From: noreply at github.com (GitHub) Date: Mon, 26 Oct 2015 17:30:54 -0700 Subject: [Numpy-svn] [numpy/numpy] df1786: BUG: Revert some import * fixes in f2py. Message-ID: <562ec5beb1759_30a93fd220f1129c95777@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: df1786ff8ca9e2175e1db335f904d998926fdfad https://github.com/numpy/numpy/commit/df1786ff8ca9e2175e1db335f904d998926fdfad Author: Charles Harris Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/f90mod_rules.py Log Message: ----------- BUG: Revert some import * fixes in f2py. The files * capi_maps.py * crackfortran.py * f90mod_rules.py previously used `from .auxfuncs import *` and also called `eval` without an explicit enviroment. An attempt to use explicit imports led to errors, and because static code analysis in not sufficient to determine what functions need to be imported, it is safest to continue using `import *` pending a major refactoring of f2py. Closes #6563. Commit: e0ca6c379da3ac83e67fce5722bab5d5757325de https://github.com/numpy/numpy/commit/e0ca6c379da3ac83e67fce5722bab5d5757325de Author: Charles Harris Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/f2py/capi_maps.py M numpy/f2py/crackfortran.py M numpy/f2py/f90mod_rules.py Log Message: ----------- Merge pull request #6568 from charris/backport-6567 Backport #6567 Compare: https://github.com/numpy/numpy/compare/329de93487c5...e0ca6c379da3 From noreply at github.com Mon Oct 26 23:26:58 2015 From: noreply at github.com (GitHub) Date: Mon, 26 Oct 2015 20:26:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 086d42: TST: Remove tests of view safety checks (see next ... Message-ID: <562eef0265914_2d6c3fb2291e72b892470@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 086d42d8b315cacf04ccaf4a805dc2fc7c137fee https://github.com/numpy/numpy/commit/086d42d8b315cacf04ccaf4a805dc2fc7c137fee Author: Allan Haldane Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_recfunctions.py Log Message: ----------- TST: Remove tests of view safety checks (see next commit) Remove unit tests for the view safety chekcs, which are to be reverted in the next commit. Commit: 796a5f87c11fdc3a345fca5448b27a02856c2e4d https://github.com/numpy/numpy/commit/796a5f87c11fdc3a345fca5448b27a02856c2e4d Author: Allan Haldane Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/_internal.py Log Message: ----------- BUG: revert view safety checks Because of slowdowns caused by the view safety checks introduced in #5548 they are removed here for 1.10. The plan is to reintroduce a better version of the checks in 1.11. Commit: 522a0f749d1ac8d0acece68f9c65d46e96529407 https://github.com/numpy/numpy/commit/522a0f749d1ac8d0acece68f9c65d46e96529407 Author: Charles Harris Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_recfunctions.py Log Message: ----------- Merge pull request #6562 from ahaldane/disable_view_safety_checks Disable view safety checks Compare: https://github.com/numpy/numpy/compare/2962abccf92d...522a0f749d1a From noreply at github.com Tue Oct 27 00:03:23 2015 From: noreply at github.com (GitHub) Date: Mon, 26 Oct 2015 21:03:23 -0700 Subject: [Numpy-svn] [numpy/numpy] e3ec36: TST: Remove tests of view safety checks (see next ... Message-ID: <562ef78b3f83e_7bb3f9ed650b2c0883dd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: e3ec36b0a863fc366ada700083998dbd36de7f27 https://github.com/numpy/numpy/commit/e3ec36b0a863fc366ada700083998dbd36de7f27 Author: Allan Haldane Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_recfunctions.py Log Message: ----------- TST: Remove tests of view safety checks (see next commit) Remove unit tests for the view safety chekcs, which are to be reverted in the next commit. Commit: f1eca4bd3b8b9ae2adc18d84e5da57f5996fa234 https://github.com/numpy/numpy/commit/f1eca4bd3b8b9ae2adc18d84e5da57f5996fa234 Author: Allan Haldane Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/_internal.py Log Message: ----------- BUG: revert view safety checks Because of slowdowns caused by the view safety checks introduced in #5548 they are removed here for 1.10. The plan is to reintroduce a better version of the checks in 1.11. Commit: 20931263c2d3426ded11677131f81a1de9bdb243 https://github.com/numpy/numpy/commit/20931263c2d3426ded11677131f81a1de9bdb243 Author: Charles Harris Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_multiarray.py M numpy/lib/tests/test_recfunctions.py Log Message: ----------- Merge pull request #6570 from charris/backport-6562 Backport 6562 Compare: https://github.com/numpy/numpy/compare/e0ca6c379da3...20931263c2d3 From noreply at github.com Tue Oct 27 16:43:30 2015 From: noreply at github.com (GitHub) Date: Tue, 27 Oct 2015 13:43:30 -0700 Subject: [Numpy-svn] [numpy/numpy] 69e1fb: BUG: Fixed partition errors on empty input. Closes... Message-ID: <562fe1f25410a_5d673fb66c4b32c0243c0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 69e1fb6a9f97c93648442d99ab383d44c60d9d6d https://github.com/numpy/numpy/commit/69e1fb6a9f97c93648442d99ab383d44c60d9d6d Author: Yash Mehrotra Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c Log Message: ----------- BUG: Fixed partition errors on empty input. Closes #6530 Commit: 773437cb73eba2b41ac78dd6e6d9d13f34e65e98 https://github.com/numpy/numpy/commit/773437cb73eba2b41ac78dd6e6d9d13f34e65e98 Author: Yash Mehrotra Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/tests/test_item_selection.py Log Message: ----------- TST: Added tests for empty partition and argpartition Commit: 4d9bf8a3aa2f2bfe37e1e32fb036fafa156a6d38 https://github.com/numpy/numpy/commit/4d9bf8a3aa2f2bfe37e1e32fb036fafa156a6d38 Author: Yash Mehrotra Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- TST: Added regression test empty percentile, in ref to #6530 and #6553 Commit: c0e48cfbbdef9cca954b0c4edd0052e1ec8a30aa https://github.com/numpy/numpy/commit/c0e48cfbbdef9cca954b0c4edd0052e1ec8a30aa Author: Charles Harris Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6553 from yashmehrotra/partition-fix BUG: Fix partition and argpartition error for empty input. Closes #6530 Compare: https://github.com/numpy/numpy/compare/522a0f749d1a...c0e48cfbbdef From noreply at github.com Tue Oct 27 17:22:31 2015 From: noreply at github.com (GitHub) Date: Tue, 27 Oct 2015 14:22:31 -0700 Subject: [Numpy-svn] [numpy/numpy] 120da4: BUG: Fixed partition errors on empty input. Closes... Message-ID: <562feb174c6a3_327d3fb4da7852c0802a6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 120da4f7ac160172029e1647ad79818cd11148e6 https://github.com/numpy/numpy/commit/120da4f7ac160172029e1647ad79818cd11148e6 Author: Yash Mehrotra Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c Log Message: ----------- BUG: Fixed partition errors on empty input. Closes #6530 Commit: 9d0c2473445e14513f7ffb9531b37b7102f02a42 https://github.com/numpy/numpy/commit/9d0c2473445e14513f7ffb9531b37b7102f02a42 Author: Yash Mehrotra Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/tests/test_item_selection.py Log Message: ----------- TST: Added tests for empty partition and argpartition Commit: ac772b97ec42d602a725b2475993bff43574fd37 https://github.com/numpy/numpy/commit/ac772b97ec42d602a725b2475993bff43574fd37 Author: Yash Mehrotra Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/tests/test_regression.py Log Message: ----------- TST: Added regression test empty percentile, in ref to #6530 and #6553 Commit: 14735a8563cf32249dc832bd2d91378d177d5d21 https://github.com/numpy/numpy/commit/14735a8563cf32249dc832bd2d91378d177d5d21 Author: Charles Harris Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M numpy/core/src/multiarray/item_selection.c M numpy/core/tests/test_item_selection.py M numpy/core/tests/test_regression.py Log Message: ----------- Merge pull request #6573 from charris/backport-6553 Backport 6553 Compare: https://github.com/numpy/numpy/compare/20931263c2d3...14735a8563cf From noreply at github.com Thu Oct 29 14:20:18 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 11:20:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 4c29ac: MAINT: fix mistake in doc upload rule Message-ID: <5632636278606_71703fae96c272a031679@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 4c29ac4c35e5f9ce58b34de659943da9012de95f https://github.com/numpy/numpy/commit/4c29ac4c35e5f9ce58b34de659943da9012de95f Author: Pauli Virtanen Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- MAINT: fix mistake in doc upload rule [ci skip] Commit: 7fe8a6bf60b4824a93e650b50db2b52994d728ec https://github.com/numpy/numpy/commit/7fe8a6bf60b4824a93e650b50db2b52994d728ec Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- Merge pull request #6580 from charris/backport-6579 MAINT: fix mistake in doc upload rule Compare: https://github.com/numpy/numpy/compare/14735a8563cf...7fe8a6bf60b4 From noreply at github.com Thu Oct 29 14:22:46 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 11:22:46 -0700 Subject: [Numpy-svn] [numpy/numpy] 0befb0: TST: attempt to make test_load_refcount determinis... Message-ID: <563263f6c90c9_704d3ff5d842729c90516@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0befb0b3444804b8a212ef069c4c3f141d19750b https://github.com/numpy/numpy/commit/0befb0b3444804b8a212ef069c4c3f141d19750b Author: Nathaniel J. Smith Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TST: attempt to make test_load_refcount deterministic Use a different strategy to detect whether np.load creates cycles. Fixes gh-6571, I hope. Commit: 85ec8d99730208f5880a28a531b723ac8a1bc66e https://github.com/numpy/numpy/commit/85ec8d99730208f5880a28a531b723ac8a1bc66e Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #6576 from njsmith/test_load_refcount-fix TST: attempt to make test_load_refcount deterministic Compare: https://github.com/numpy/numpy/compare/8b4904efb4c4...85ec8d997302 From noreply at github.com Thu Oct 29 14:15:39 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 11:15:39 -0700 Subject: [Numpy-svn] [numpy/numpy] cc2a27: MAINT: fix mistake in doc upload rule Message-ID: <5632624b8854e_67113ff4bdaa72a0106694@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cc2a27284fa9bd9ff8cc1397633e1daa470689ba https://github.com/numpy/numpy/commit/cc2a27284fa9bd9ff8cc1397633e1daa470689ba Author: Pauli Virtanen Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- MAINT: fix mistake in doc upload rule [ci skip] Commit: 8b4904efb4c4321e87a12cdc781247fd2a8b86a6 https://github.com/numpy/numpy/commit/8b4904efb4c4321e87a12cdc781247fd2a8b86a6 Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M doc/Makefile Log Message: ----------- Merge pull request #6579 from pv/doc-upload MAINT: fix mistake in doc upload rule Compare: https://github.com/numpy/numpy/compare/c0e48cfbbdef...8b4904efb4c4 From noreply at github.com Thu Oct 29 16:38:36 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 13:38:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 02b42d: BUG: Fix for #6569, allowing build_ext --inplace Message-ID: <563283cc4dde3_420a3fc2a1a7d2a01972c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 02b42d4995f6afe596951447ba58a1a43883778f https://github.com/numpy/numpy/commit/02b42d4995f6afe596951447ba58a1a43883778f Author: Wendell Smith Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- BUG: Fix for #6569, allowing build_ext --inplace Commit: c7456fef516dbb77e28bab208d8e4c7c8352218a https://github.com/numpy/numpy/commit/c7456fef516dbb77e28bab208d8e4c7c8352218a Author: Ralf Gommers Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6577 from wackywendell/buildfix BUG: Fix for #6569, allowing build_ext --inplace Compare: https://github.com/numpy/numpy/compare/85ec8d997302...c7456fef516d From noreply at github.com Thu Oct 29 16:45:48 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 13:45:48 -0700 Subject: [Numpy-svn] [numpy/numpy] 8c688b: MAINT: remove useless files with outdated info fro... Message-ID: <5632857ca5a8b_45353fb1debf929c355f0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8c688bdd51eddd20f146a135c7ee3e0b9a9ffd8a https://github.com/numpy/numpy/commit/8c688bdd51eddd20f146a135c7ee3e0b9a9ffd8a Author: Ralf Gommers Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: R COMPATIBILITY R DEV_README.txt R TEST_COMMIT R doc/HOWTO_MERGE_WIKI_DOCS.rst.txt Log Message: ----------- MAINT: remove useless files with outdated info from repo root and doc/. [ci skip] Commit: b4c4fe9088eedfe933ec7a2fd62c6e39e0ff58e2 https://github.com/numpy/numpy/commit/b4c4fe9088eedfe933ec7a2fd62c6e39e0ff58e2 Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: R COMPATIBILITY R DEV_README.txt R TEST_COMMIT R doc/HOWTO_MERGE_WIKI_DOCS.rst.txt Log Message: ----------- Merge pull request #6582 from rgommers/cleanups MAINT: remove useless files with outdated info from repo root and doc/. Compare: https://github.com/numpy/numpy/compare/c7456fef516d...b4c4fe9088ee From noreply at github.com Thu Oct 29 18:02:18 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 15:02:18 -0700 Subject: [Numpy-svn] [numpy/numpy] a76c27: BUG: Fix for #6569, allowing build_ext --inplace Message-ID: <5632976a44a75_77dd3fef9ae272b883445@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: a76c27525011877479b4ed8678565efed90e5856 https://github.com/numpy/numpy/commit/a76c27525011877479b4ed8678565efed90e5856 Author: Wendell Smith Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- BUG: Fix for #6569, allowing build_ext --inplace (cherry picked from commit 02b42d4995f6afe596951447ba58a1a43883778f) Commit: b5da063dd87d86ba08de22866143e65ba03d68d5 https://github.com/numpy/numpy/commit/b5da063dd87d86ba08de22866143e65ba03d68d5 Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #6583 from rgommers/bport-6577 Backport 6577 Compare: https://github.com/numpy/numpy/compare/7fe8a6bf60b4...b5da063dd87d From noreply at github.com Thu Oct 29 20:22:40 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 17:22:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 8363b2: DOC: Release notes for Numpy 1.10.2. Message-ID: <5632b8503397f_27b23fadac32929c5894a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8363b2e39a4c7a8a023f3a46fc41c7a6c90b1f53 https://github.com/numpy/numpy/commit/8363b2e39a4c7a8a023f3a46fc41c7a6c90b1f53 Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: A doc/release/1.10.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Release notes for Numpy 1.10.2. [ci skip] Commit: b2748c6586549f9ee8ddfefcf2a78f2f41c55783 https://github.com/numpy/numpy/commit/b2748c6586549f9ee8ddfefcf2a78f2f41c55783 Author: Ralf Gommers Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: A doc/release/1.10.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6574 from charris/prepare-1.10.2-notes DOC: Release notes for Numpy 1.10.2. Compare: https://github.com/numpy/numpy/compare/b4c4fe9088ee...b2748c658654 From noreply at github.com Thu Oct 29 20:33:56 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 17:33:56 -0700 Subject: [Numpy-svn] [numpy/numpy] c6458c: DOC: Release notes for Numpy 1.10.2. Message-ID: <5632baf4be0f3_6acf3fb4390c529c307ae@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c6458c774440dad168d4b34a34d90de1588de68a https://github.com/numpy/numpy/commit/c6458c774440dad168d4b34a34d90de1588de68a Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: A doc/release/1.10.2-notes.rst M doc/source/release.rst Log Message: ----------- DOC: Release notes for Numpy 1.10.2. [ci skip] Commit: 3258cee03895c55c027d0616f15bb5437a9215ac https://github.com/numpy/numpy/commit/3258cee03895c55c027d0616f15bb5437a9215ac Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: A doc/release/1.10.2-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #6586 from charris/prepare-1.10.2-notes Backport 6574 Compare: https://github.com/numpy/numpy/compare/b5da063dd87d...3258cee03895 From noreply at github.com Thu Oct 29 21:44:13 2015 From: noreply at github.com (GitHub) Date: Thu, 29 Oct 2015 18:44:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 3ae925: BUG: fix MANIFEST.in for removal of a file in gh-8... Message-ID: <5632cb6d4e51_49c23fb7a6e172b867736@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3ae925fc92a779b61c36d2d9bf52cc57eda15d02 https://github.com/numpy/numpy/commit/3ae925fc92a779b61c36d2d9bf52cc57eda15d02 Author: Ralf Gommers Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M MANIFEST.in Log Message: ----------- BUG: fix MANIFEST.in for removal of a file in gh-8047. Commit: f428bce78c576f9f3d8f17f49b83a3c6f196bef3 https://github.com/numpy/numpy/commit/f428bce78c576f9f3d8f17f49b83a3c6f196bef3 Author: Nathaniel J. Smith Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M MANIFEST.in Log Message: ----------- Merge pull request #6587 from rgommers/fix-failure BUG: fix MANIFEST.in for removal of a file in gh-8047. Compare: https://github.com/numpy/numpy/compare/b2748c658654...f428bce78c57 From noreply at github.com Fri Oct 30 13:30:37 2015 From: noreply at github.com (GitHub) Date: Fri, 30 Oct 2015 10:30:37 -0700 Subject: [Numpy-svn] [numpy/numpy] 398b08: Revert "Merge pull request #6376 from charris/back... Message-ID: <5633a93df37d6_3fdc3f984c28b29c9054f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 398b08cef9411251d2740a3397290eea33d02d9e https://github.com/numpy/numpy/commit/398b08cef9411251d2740a3397290eea33d02d9e Author: Charles Harris Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Revert "Merge pull request #6376 from charris/backport-gh-6361" This reverts commit a600a5c396f236ac4542ab33dc6bae816efadb82, reversing changes made to 77fb7423a30bf0a2a6f1a781c014b893c71388f6. The expanded warning led to incompatibilities with with Numpy 1.9, which had already the future behavior for the cases covered by the extended warning conditions. Rather than roll back the behavior of 1.9 only to reimplement it later, it is thought better to preserve it and move on. Commit: e60d97073368f4c3fdf56827656d9e343d1e5b48 https://github.com/numpy/numpy/commit/e60d97073368f4c3fdf56827656d9e343d1e5b48 Author: Charles Harris Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6578 from charris/rollback-6371 Revert "Merge pull request #6376 from charris/backport-gh-6361" Compare: https://github.com/numpy/numpy/compare/3258cee03895...e60d97073368 From noreply at github.com Fri Oct 30 19:58:45 2015 From: noreply at github.com (GitHub) Date: Fri, 30 Oct 2015 16:58:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 5dbe32: DOC: Fix an argument in 'Numpy for Matlab Users'. Message-ID: <56340435cf053_57233ff74550d29c158f8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5dbe32630ccf22874c654dce68eb1635136287a4 https://github.com/numpy/numpy/commit/5dbe32630ccf22874c654dce68eb1635136287a4 Author: Warren Weckesser Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M doc/source/user/numpy-for-matlab-users.rst Log Message: ----------- DOC: Fix an argument in 'Numpy for Matlab Users'. I've seen at least three occurrences (a couple on stackoverflow, and one private email) of someone using the argument 'order=15' in a call to the 'set_integrator' method of 'scipy.integrate.ode'. Presumably this is because of the suggestion in the "NumPy for Matlab Users" guide to replace 'ode15s' with 'scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=15)'. The stiff solver in 'vode'--presumably the solver of interest for someone using 'ode15s'--has a maximum order of 5, and the non-stiff solver has maximum order of 12. (The maximum order of 'ode15s' is also 5; the '15' in the name refers to the variable order ranging from 1 to 5.) Commit: 98f8f9c6876f2338ac783a542f5466aea03561ae https://github.com/numpy/numpy/commit/98f8f9c6876f2338ac783a542f5466aea03561ae Author: Stephan Hoyer Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M doc/source/user/numpy-for-matlab-users.rst Log Message: ----------- Merge pull request #6593 from WarrenWeckesser/userdoc-fix-order DOC: Fix an argument in 'Numpy for Matlab Users'. Compare: https://github.com/numpy/numpy/compare/f428bce78c57...98f8f9c6876f From noreply at github.com Sat Oct 31 07:15:51 2015 From: noreply at github.com (GitHub) Date: Sat, 31 Oct 2015 04:15:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 93c8e0: DOC: A bit of copy-editing of the 'NumPy for Matla... Message-ID: <5634a2e7856e8_6acf3fb4390c529c7276b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 93c8e0e6689b04aa143009a6b52dae22cc18ed8b https://github.com/numpy/numpy/commit/93c8e0e6689b04aa143009a6b52dae22cc18ed8b Author: Warren Weckesser Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M doc/source/user/numpy-for-matlab-users.rst Log Message: ----------- DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide. Commit: 031b7ca632674663aa35aae92d44ccd7db55e81e https://github.com/numpy/numpy/commit/031b7ca632674663aa35aae92d44ccd7db55e81e Author: Ralf Gommers Date: 2015-10-31 (Sat, 31 Oct 2015) Changed paths: M doc/source/user/numpy-for-matlab-users.rst Log Message: ----------- Merge pull request #6594 from WarrenWeckesser/numpy-for-matlab-copyedit DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide. Compare: https://github.com/numpy/numpy/compare/98f8f9c6876f...031b7ca63267 From noreply at github.com Sat Oct 31 13:31:39 2015 From: noreply at github.com (GitHub) Date: Sat, 31 Oct 2015 10:31:39 -0700 Subject: [Numpy-svn] [numpy/numpy] f0c970: DEP: Remove FutureWarning from np.lib.split and go... Message-ID: <5634fafb9f362_57233ff74550d29c18620@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f0c9703bd4bbc8d31c6ef5d94c141ec766f33dbc https://github.com/numpy/numpy/commit/f0c9703bd4bbc8d31c6ef5d94c141ec766f33dbc Author: Charles Harris Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- DEP: Remove FutureWarning from np.lib.split and go to future. Previously an empty array resulting from split always had dimension 1-D. In Numpy 1.9 a FutureWarning was raised to notify users that it was planned to preserve the dimensions of empty arrays in a future numpy release. This removes the FutureWarning and implements preservation of dimensions. Note that there was a bug in numpy 1.9 and the dimensions of empty arrays was already preserved in some cases and no warning was issued. This PR fixes that inconsistency by preserving the dimensions in all cases rather than fixing the bug, as the dimension preserving behavior was already depended on by some users. See the discussion in gh-6575 about this change. Commit: 260474171a7e37043b566d33a9ca0f02aa53fbe8 https://github.com/numpy/numpy/commit/260474171a7e37043b566d33a9ca0f02aa53fbe8 Author: Charles Harris Date: 2015-10-30 (Fri, 30 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: Update 1.10.0 release notes for future changes to np.lib.split. Note that empty array resulting from a split will preserve dimensions starting in Numpy 1.11. Commit: 90a8ea3338ae076223485def2fbc5527cadcf84a https://github.com/numpy/numpy/commit/90a8ea3338ae076223485def2fbc5527cadcf84a Author: Charles Harris Date: 2015-10-31 (Sat, 31 Oct 2015) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Update 1.11.0 release notes with np.lib.split changes. Note that the FutureWarning has been removed and that empty arrays resulting from np.lib.split will preserve dimensions instead of always having shape (0,). Commit: 78d962818b8782ca03be3cb66d273e3d347ca62a https://github.com/numpy/numpy/commit/78d962818b8782ca03be3cb66d273e3d347ca62a Author: Charles Harris Date: 2015-10-31 (Sat, 31 Oct 2015) Changed paths: M doc/release/1.10.0-notes.rst M doc/release/1.11.0-notes.rst M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6592 from charris/remove-split-futurewarning DEP: Remove split `FutureWarning` for empty arrays in the result. Compare: https://github.com/numpy/numpy/compare/031b7ca63267...78d962818b87