From noreply at github.com Tue Sep 1 16:15:30 2015 From: noreply at github.com (GitHub) Date: Tue, 01 Sep 2015 13:15:30 -0700 Subject: [Numpy-svn] [numpy/numpy] ad1f7c: BUG: fix timedelta arithmetic with invalid values ... Message-ID: <55e60762617f7_51973f7eb69292c08355b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ad1f7cb18f24d6807708889753556236b076ea5d https://github.com/numpy/numpy/commit/ad1f7cb18f24d6807708889753556236b076ea5d Author: Antoine Pitrou Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: fix timedelta arithmetic with invalid values or NaTs Timedelta multiplication and division relied on undefined behaviour for some inputs, which would give the expected results on x86 but not on armv7l (e.g. Raspberry Pi 2). Closes #6274. Commit: 1bd6c31548f7557a5e9a0a5886bcedc975487d3b https://github.com/numpy/numpy/commit/1bd6c31548f7557a5e9a0a5886bcedc975487d3b Author: Jaime Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6275 from pitrou/nat_arith BUG: fix timedelta arithmetic with invalid values or NaTs Compare: https://github.com/numpy/numpy/compare/d750cba93436...1bd6c31548f7 From noreply at github.com Tue Sep 1 17:27:50 2015 From: noreply at github.com (GitHub) Date: Tue, 01 Sep 2015 14:27:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 6bc955: BUG: fix timedelta arithmetic with invalid values ... Message-ID: <55e61856116bd_b8e3fb8ce47f2b8971fc@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 6bc9555281b433218f76a43e8621d269fd5a060a https://github.com/numpy/numpy/commit/6bc9555281b433218f76a43e8621d269fd5a060a Author: Antoine Pitrou Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: fix timedelta arithmetic with invalid values or NaTs Timedelta multiplication and division relied on undefined behaviour for some inputs, which would give the expected results on x86 but not on armv7l (e.g. Raspberry Pi 2). Closes #6274. Commit: 11ad7b8632b5958204e967b03a16dca0851a7ec5 https://github.com/numpy/numpy/commit/11ad7b8632b5958204e967b03a16dca0851a7ec5 Author: Charles Harris Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6277 from charris/backport-gh-6275 Backport-gh-6275 BUG: fix timedelta arithmetic with invalid values or NaTs Compare: https://github.com/numpy/numpy/compare/3e413597b03a...11ad7b8632b5 From noreply at github.com Wed Sep 2 08:34:18 2015 From: noreply at github.com (GitHub) Date: Wed, 02 Sep 2015 05:34:18 -0700 Subject: [Numpy-svn] [numpy/numpy] bcf827: BUG: enforce signed char in extint128 Message-ID: <55e6eccac7a42_42cb3fc13a94b2a066986@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bcf827031d6f634e2f15c5e522957b542fb9d754 https://github.com/numpy/numpy/commit/bcf827031d6f634e2f15c5e522957b542fb9d754 Author: Antoine Pitrou Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M numpy/core/src/private/npy_extint128.h Log Message: ----------- BUG: enforce signed char in extint128 Whether a "char" is signed or unsigned is left undefined by the C standard. Some platforms such as armv7l actually seem to have an "unsigned" C char. Enforce a signed char where relevant. (fixes test_extint128 and test_mem_overlap on Raspberry Pi 2) Commit: 3c26e2513d5639a27bfd4bc4df651b2416c8089b https://github.com/numpy/numpy/commit/3c26e2513d5639a27bfd4bc4df651b2416c8089b Author: Jaime Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M numpy/core/src/private/npy_extint128.h Log Message: ----------- Merge pull request #6280 from pitrou/extint128_signed_char BUG: enforce signed char in extint128 Compare: https://github.com/numpy/numpy/compare/1bd6c31548f7...3c26e2513d56 From noreply at github.com Wed Sep 2 13:12:52 2015 From: noreply at github.com (GitHub) Date: Wed, 02 Sep 2015 10:12:52 -0700 Subject: [Numpy-svn] [numpy/numpy] 913cad: typo in numpy.i Message-ID: <55e72e1479e66_38683fabee7652bc585bd@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 913cad03c9f12956e3028cad678da3b664bda8d3 https://github.com/numpy/numpy/commit/913cad03c9f12956e3028cad678da3b664bda8d3 Author: jschueller Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M tools/swig/numpy.i Log Message: ----------- typo in numpy.i Commit: c4924a73b348545238fab661543f61cc6631e087 https://github.com/numpy/numpy/commit/c4924a73b348545238fab661543f61cc6631e087 Author: Julian Taylor Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M tools/swig/numpy.i Log Message: ----------- Merge pull request #6281 from jschueller/patch-1 typo in numpy.i Compare: https://github.com/numpy/numpy/compare/3c26e2513d56...c4924a73b348 From noreply at github.com Sun Sep 6 11:30:32 2015 From: noreply at github.com (GitHub) Date: Sun, 06 Sep 2015 08:30:32 -0700 Subject: [Numpy-svn] [numpy/numpy] 2b7fff: possibility to calculate gradient over specific ax... Message-ID: <55ec5c182bf64_466e3f8d4f11f2bc894f0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2b7fff08567fd1e06df66b8ad2b71959dee63070 https://github.com/numpy/numpy/commit/2b7fff08567fd1e06df66b8ad2b71959dee63070 Author: Maximilian Trescher Date: 2015-09-03 (Thu, 03 Sep 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- possibility to calculate gradient over specific axes instead of all axes when given axis=None, behave the same as axis not being provided Commit: bc1990e770966535d188785cafaa3230c0a0377e https://github.com/numpy/numpy/commit/bc1990e770966535d188785cafaa3230c0a0377e Author: Maximilian Trescher Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/lib/function_base.py Log Message: ----------- ENH: gradient takes axis keyword, added release note comment Commit: 37ece45df248ec514b08bd8d2164a1b68eea6bc8 https://github.com/numpy/numpy/commit/37ece45df248ec514b08bd8d2164a1b68eea6bc8 Author: Jaime Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6129 from faucon/gradient-axes possibility to calculate gradient over specific axes instead of all axes Compare: https://github.com/numpy/numpy/compare/c4924a73b348...37ece45df248 From noreply at github.com Sun Sep 6 20:02:14 2015 From: noreply at github.com (GitHub) Date: Sun, 06 Sep 2015 17:02:14 -0700 Subject: [Numpy-svn] [numpy/numpy] aa86ff: MAINT: Remove bento related files. Message-ID: <55ecd406850b8_40423fa640a192a06109f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: aa86ff47eeae89e91e7b679e9e50b500b961c584 https://github.com/numpy/numpy/commit/aa86ff47eeae89e91e7b679e9e50b500b961c584 Author: Charles Harris Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: R BENTO_BUILD.txt R bento.info R bscript R numpy/bento.info R numpy/core/bento.info R numpy/core/bscript R numpy/fft/bento.info R numpy/fft/bscript R numpy/linalg/bento.info R numpy/linalg/bscript R numpy/random/bento.info R numpy/random/bscript Log Message: ----------- MAINT: Remove bento related files. Numpy will no longer support the bento build system, so remove the associated files. Commit: 529ee89447f03d007498cb2997eec9c93eae83fe https://github.com/numpy/numpy/commit/529ee89447f03d007498cb2997eec9c93eae83fe Author: Charles Harris Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M doc/source/dev/development_environment.rst M numpy/setup.py Log Message: ----------- MAINT: Remove references to Bento. Bento builds are no longer supported, so remove references to that built system. Commit: 6665e9c5b5c34a4589953f35871b2d82530c6763 https://github.com/numpy/numpy/commit/6665e9c5b5c34a4589953f35871b2d82530c6763 Author: Charles Harris Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Document the removal of Bento support in 1.11.0. Add note to the dropped support section of 1.11.0-notes.rst. Commit: d83814dd442a63e2ce9b60bc4e4f62338700e26d https://github.com/numpy/numpy/commit/d83814dd442a63e2ce9b60bc4e4f62338700e26d Author: Charles Harris Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: R BENTO_BUILD.txt R bento.info R bscript M doc/release/1.11.0-notes.rst M doc/source/dev/development_environment.rst R numpy/bento.info R numpy/core/bento.info R numpy/core/bscript R numpy/fft/bento.info R numpy/fft/bscript R numpy/linalg/bento.info R numpy/linalg/bscript R numpy/random/bento.info R numpy/random/bscript M numpy/setup.py Log Message: ----------- Merge pull request #6268 from charris/remove-bento-support Remove bento support Compare: https://github.com/numpy/numpy/compare/37ece45df248...d83814dd442a From noreply at github.com Tue Sep 8 09:33:51 2015 From: noreply at github.com (GitHub) Date: Tue, 08 Sep 2015 06:33:51 -0700 Subject: [Numpy-svn] [numpy/numpy] 06e23e: DOC: Fix typo in Triangular Distribution PDF Message-ID: <55eee3bf16481_7a1d3ff126f612b85745e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 06e23e45f83ff1924ee759d4ed68060f02514204 https://github.com/numpy/numpy/commit/06e23e45f83ff1924ee759d4ed68060f02514204 Author: MaPePeR Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Fix typo in Triangular Distribution PDF Commit: 99583aafe41f3bc3255e581255a7e97f0c785149 https://github.com/numpy/numpy/commit/99583aafe41f3bc3255e581255a7e97f0c785149 Author: Jaime Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6291 from MaPePeR/patch-1 DOC: Fix typo in Triangular Distribution PDF Compare: https://github.com/numpy/numpy/compare/d83814dd442a...99583aafe41f From noreply at github.com Tue Sep 8 22:12:42 2015 From: noreply at github.com (GitHub) Date: Tue, 08 Sep 2015 19:12:42 -0700 Subject: [Numpy-svn] [numpy/numpy] 5225e4: BUG: allow npy_PyFile_Dup2 to report its error in ... Message-ID: <55ef959a2ea6a_f693f8fdfb052bc593cf@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5225e4c2007963fa2cfd5d9faf5d3ca010621310 https://github.com/numpy/numpy/commit/5225e4c2007963fa2cfd5d9faf5d3ca010621310 Author: Colin Jermain Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: allow npy_PyFile_Dup2 to report its error in np.fromfile Commit: cee68d1e764711be671003e8d6e57c8049cee5ad https://github.com/numpy/numpy/commit/cee68d1e764711be671003e8d6e57c8049cee5ad Author: Jaime Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #6293 from cjermain/bug-6246 BUG: allow npy_PyFile_Dup2 to report its error in np.fromfile Compare: https://github.com/numpy/numpy/compare/99583aafe41f...cee68d1e7647 From noreply at github.com Thu Sep 10 13:47:38 2015 From: noreply at github.com (GitHub) Date: Thu, 10 Sep 2015 10:47:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 0589e9: DOC: Document Datetime, Timedelta dtype kinds Message-ID: <55f1c23aa7617_12343fbd46b0f2a065390@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0589e9694b378215c5519183dccbccef5c421382 https://github.com/numpy/numpy/commit/0589e9694b378215c5519183dccbccef5c421382 Author: Hassan Kibirige Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M doc/source/reference/arrays.dtypes.rst M doc/source/reference/arrays.interface.rst M numpy/add_newdocs.py Log Message: ----------- DOC: Document Datetime, Timedelta dtype kinds Commit: 438cdd3d75a0bb606e7ab7f96e59744c9b78d748 https://github.com/numpy/numpy/commit/438cdd3d75a0bb606e7ab7f96e59744c9b78d748 Author: Charles Harris Date: 2015-09-10 (Thu, 10 Sep 2015) Changed paths: M doc/source/reference/arrays.dtypes.rst M doc/source/reference/arrays.interface.rst M numpy/add_newdocs.py Log Message: ----------- Merge pull request #6290 from has2k1/datetime-timedelta-dtype DOC: Document Datetime, Timedelta dtype kinds Compare: https://github.com/numpy/numpy/compare/cee68d1e7647...438cdd3d75a0 From noreply at github.com Thu Sep 10 14:02:39 2015 From: noreply at github.com (GitHub) Date: Thu, 10 Sep 2015 11:02:39 -0700 Subject: [Numpy-svn] [numpy/numpy] c87c7a: DEP, MAINT: Change deprecated indexing to errors. Message-ID: <55f1c5bfac1d2_49ce3fa7ae8432b82884b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c87c7a612ee7f90281797e447255c402b099c73a https://github.com/numpy/numpy/commit/c87c7a612ee7f90281797e447255c402b099c73a Author: Charles Harris Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/number.c M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_indexing.py M numpy/lib/tests/test_function_base.py Log Message: ----------- DEP,MAINT: Change deprecated indexing to errors. The deprecated operations changed to errors are * Conversion of floats and booleans to npy_intp indexes. * Conversion of single element integer arrays of ndim > 1 to indexes. * Multiple ellipsis in index. The affected deprecation tests have been been changed to check for raised errors instead, but remain in test_deprecations.py for the moment. They will be moved when the conversion of the remaining indexing deprecations is complete. Commit: 9f167ff01baff0629db338ae5d41d626e76bca41 https://github.com/numpy/numpy/commit/9f167ff01baff0629db338ae5d41d626e76bca41 Author: Charles Harris Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_indexing.py Log Message: ----------- TST,DEP: Move deprecation tests that now test for exceptions. Tests of deprecated indexing operations that now raise errors are moved from test_deprecations.py to test_indexing.py. Commit: fb5580ee52a8a294ab3cc771805a1ae1aae9aacd https://github.com/numpy/numpy/commit/fb5580ee52a8a294ab3cc771805a1ae1aae9aacd Author: Charles Harris Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M numpy/core/tests/test_indexing.py Log Message: ----------- STY: PEP8 fixes for test_indexing.py. Mostly break long lines. Commit: dbe5cef95dcaa3c48dad1093084b7d2b65cf889b https://github.com/numpy/numpy/commit/dbe5cef95dcaa3c48dad1093084b7d2b65cf889b Author: Charles Harris Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M doc/release/1.11.0-notes.rst Log Message: ----------- DOC: Document deprecations that now raise error in 1.11 release notes. Commit: 0b0206c1617841ed2e5324de752ee8ede2cce791 https://github.com/numpy/numpy/commit/0b0206c1617841ed2e5324de752ee8ede2cce791 Author: Charles Harris Date: 2015-09-10 (Thu, 10 Sep 2015) Changed paths: M doc/release/1.11.0-notes.rst M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/number.c M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_indexing.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6271 from charris/change-deprecated-indexes-to-error DEP,MAINT: Change deprecated indexing to errors. Compare: https://github.com/numpy/numpy/compare/438cdd3d75a0...0b0206c16178 From noreply at github.com Thu Sep 10 14:03:28 2015 From: noreply at github.com (GitHub) Date: Thu, 10 Sep 2015 11:03:28 -0700 Subject: [Numpy-svn] [numpy/numpy] edfe2f: DOC describe the situation of extended precision i... Message-ID: <55f1c5f0ca2be_6bd83fcc141a929c116118@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: edfe2f6c41fb2cd8212a06093a81e40d4bcaf19a https://github.com/numpy/numpy/commit/edfe2f6c41fb2cd8212a06093a81e40d4bcaf19a Author: Anne Archibald Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/doc/basics.py Log Message: ----------- DOC describe the situation of extended precision in numpy Commit: 088302a93e7e95139598c37a97d2faadb7a688ac https://github.com/numpy/numpy/commit/088302a93e7e95139598c37a97d2faadb7a688ac Author: Anne Archibald Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M numpy/doc/basics.py Log Message: ----------- DOC: be more emphatic about Windows and 64 bits Commit: 4eb2dbc32a6d3528fdb30b86874fc874f499a93d https://github.com/numpy/numpy/commit/4eb2dbc32a6d3528fdb30b86874fc874f499a93d Author: Charles Harris Date: 2015-09-10 (Thu, 10 Sep 2015) Changed paths: M numpy/doc/basics.py Log Message: ----------- Merge pull request #6262 from aarchiba/longdouble_docs DOC describe the situation of extended precision in numpy Compare: https://github.com/numpy/numpy/compare/0b0206c16178...4eb2dbc32a6d From noreply at github.com Thu Sep 10 14:12:13 2015 From: noreply at github.com (GitHub) Date: Thu, 10 Sep 2015 11:12:13 -0700 Subject: [Numpy-svn] [numpy/numpy] da54c0: DEV: allow parallel build in runtests.py Message-ID: <55f1c7fdda3fd_63463f99350d72b891525@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: da54c08b0336222fda128d2652eb867609add101 https://github.com/numpy/numpy/commit/da54c08b0336222fda128d2652eb867609add101 Author: Antoine Pitrou Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M runtests.py Log Message: ----------- DEV: allow parallel build in runtests.py Add a '-j' / '--parallel' option to runtests.py, to run the compilation step using multiple processes. This could later be enhanced to allow parallel testing. Commit: 3397fced0e7dd012772c76d3694f7f77a05c8449 https://github.com/numpy/numpy/commit/3397fced0e7dd012772c76d3694f7f77a05c8449 Author: Julian Taylor Date: 2015-09-10 (Thu, 10 Sep 2015) Changed paths: M runtests.py Log Message: ----------- Merge pull request #6279 from pitrou/parallel_runtests DEV: allow parallel build in runtests.py Compare: https://github.com/numpy/numpy/compare/4eb2dbc32a6d...3397fced0e7d From noreply at github.com Sun Sep 13 13:59:28 2015 From: noreply at github.com (GitHub) Date: Sun, 13 Sep 2015 10:59:28 -0700 Subject: [Numpy-svn] [numpy/numpy] 911101: DOC: Note that all imports need to be explicit Message-ID: <55f5b980a9bd6_ecf3fdc0f1db2a07971a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9111018dc423b01ea79d5a56a548ea7392db1b84 https://github.com/numpy/numpy/commit/9111018dc423b01ea79d5a56a548ea7392db1b84 Author: endolith Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- DOC: Note that all imports need to be explicit except `np` Commit: 772c80b1ce1db7e30497fcf555ac9af56b0d7fce https://github.com/numpy/numpy/commit/772c80b1ce1db7e30497fcf555ac9af56b0d7fce Author: Charles Harris Date: 2015-09-13 (Sun, 13 Sep 2015) Changed paths: M doc/HOWTO_DOCUMENT.rst.txt Log Message: ----------- Merge pull request #6278 from endolith/patch-1 DOC: Note that all imports need to be explicit Compare: https://github.com/numpy/numpy/compare/3397fced0e7d...772c80b1ce1d From noreply at github.com Sun Sep 13 14:03:49 2015 From: noreply at github.com (GitHub) Date: Sun, 13 Sep 2015 11:03:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 7dea15: REL: Reset strides for RELAXED_STRIDE_CHECKING for... Message-ID: <55f5ba85ba18c_2d383fb03a0932b8993c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 7dea159556d03c04ee2f99ceeea6160cd44d16c5 https://github.com/numpy/numpy/commit/7dea159556d03c04ee2f99ceeea6160cd44d16c5 Author: Charles Harris Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.10 release. Strides in some cases are set to NPY_MAX_INTP to smoke out illegal usage in packages that use Numpy. We don't want that for the release, so fix it. Commit: 307868077d346be025f921543f36276d92b699d1 https://github.com/numpy/numpy/commit/307868077d346be025f921543f36276d92b699d1 Author: Charles Harris Date: 2015-09-13 (Sun, 13 Sep 2015) Changed paths: M numpy/core/src/multiarray/ctors.c Log Message: ----------- Merge pull request #6151 from charris/make-bad-strides-reasonable REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.10 release. Compare: https://github.com/numpy/numpy/compare/11ad7b8632b5...307868077d34 From noreply at github.com Fri Sep 25 08:27:50 2015 From: noreply at github.com (GitHub) Date: Fri, 25 Sep 2015 05:27:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 4a9ad1: BUG: numpy.ma functions can be called with only ke... Message-ID: <56053dc65f564_6ea43ffd2d21d29c8104e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4a9ad17e58a042931798c32b39b137f52abc3aed https://github.com/numpy/numpy/commit/4a9ad17e58a042931798c32b39b137f52abc3aed Author: Jonathan Helmus Date: 2015-09-24 (Thu, 24 Sep 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: numpy.ma functions can be called with only keyword arguments numpy.ma.empty, zeros, ones, etc can be called using only keyword arguments without a positional argument. Previously a single positional argument was required. For example: np.ma.zeros(shape=(10, )) closes #6106 Commit: 1765438b5f68eeb5c9b920e8df2760dc8e908cae https://github.com/numpy/numpy/commit/1765438b5f68eeb5c9b920e8df2760dc8e908cae Author: ahaldane Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #6355 from jjhelmus/ma_zero_shape BUG: numpy.ma functions can be called with only keyword arguments Compare: https://github.com/numpy/numpy/compare/941a4e037d39...1765438b5f68 From noreply at github.com Fri Sep 25 13:40:56 2015 From: noreply at github.com (GitHub) Date: Fri, 25 Sep 2015 10:40:56 -0700 Subject: [Numpy-svn] [numpy/numpy] fe8574: BUG: PEP440 compliant versioning for development r... Message-ID: <5605872821d5f_3a553fbfec4c52c0101a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fe857457d4f3fa268495cb962521769bd4ce1da0 https://github.com/numpy/numpy/commit/fe857457d4f3fa268495cb962521769bd4ce1da0 Author: Charles Harris Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M pavement.py Log Message: ----------- BUG: PEP440 compliant versioning for development releases. The pavement script was not using the new '.dev0+' GIT_REVISION[:7] suffix for development releases. Commit: 32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e https://github.com/numpy/numpy/commit/32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e Author: Charles Harris Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M MANIFEST.in M numpy/core/setup.py Log Message: ----------- BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in Those files in numpy/core/src/multiarray were only included in source distributions when HAVE_CBLAS was defined, making the distribution contents depend on the local configuration. Closes #6343. Commit: 935c634e5665647187af8545cb94394f9ac9da82 https://github.com/numpy/numpy/commit/935c634e5665647187af8545cb94394f9ac9da82 Author: Charles Harris Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M numpy/lib/tests/test__version.py Log Message: ----------- TST: Update test__version.py. Added tests for the x.x.dev0+1234567 form together with alpha and beta versions of same. Updates lifted from scipy. Commit: 1bf73fa0119fc4ed9ab771d01e1cee5e9fd36c76 https://github.com/numpy/numpy/commit/1bf73fa0119fc4ed9ab771d01e1cee5e9fd36c76 Author: Charles Harris Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M MANIFEST.in M numpy/core/setup.py M numpy/lib/tests/test__version.py M pavement.py Log Message: ----------- Merge pull request #6347 from charris/fix-sdist-missing-files Fix a couple of distribution problems Compare: https://github.com/numpy/numpy/compare/1765438b5f68...1bf73fa0119f From noreply at github.com Fri Sep 25 14:34:20 2015 From: noreply at github.com (GitHub) Date: Fri, 25 Sep 2015 11:34:20 -0700 Subject: [Numpy-svn] [numpy/numpy] 95f6dd: BUG: PEP440 compliant versioning for development r... Message-ID: <560593acce2bb_cf53f8e5ed7329c1003c2@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 95f6ddc6abb62b21004c75bceb1f844965b189ec https://github.com/numpy/numpy/commit/95f6ddc6abb62b21004c75bceb1f844965b189ec Author: Charles Harris Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M pavement.py Log Message: ----------- BUG: PEP440 compliant versioning for development releases. The pavement script was not using the new '.dev0+' GIT_REVISION[:7] suffix for development releases. Commit: e1ccd7c75690ab42c498c4b1baa1153043a64ba1 https://github.com/numpy/numpy/commit/e1ccd7c75690ab42c498c4b1baa1153043a64ba1 Author: Charles Harris Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M MANIFEST.in M numpy/core/setup.py Log Message: ----------- BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in Those files in numpy/core/src/multiarray were only included in source distributions when HAVE_CBLAS was defined, making the distribution contents depend on the local configuration. Closes #6343. Commit: d8bd7fb6a70621b5a161b115901307a8de75a150 https://github.com/numpy/numpy/commit/d8bd7fb6a70621b5a161b115901307a8de75a150 Author: Charles Harris Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M numpy/lib/tests/test__version.py Log Message: ----------- TST: Update test__version.py. Added tests for the x.x.dev0+1234567 form together with alpha and beta versions of same. Updates lifted from scipy. Commit: 00ca7ea7ec261ece608e8e5b6b230c1039c1010b https://github.com/numpy/numpy/commit/00ca7ea7ec261ece608e8e5b6b230c1039c1010b Author: Charles Harris Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M MANIFEST.in M numpy/core/setup.py M numpy/lib/tests/test__version.py M pavement.py Log Message: ----------- Merge pull request #6363 from charris/fix-sdist-missing-files Fix sdist missing files Compare: https://github.com/numpy/numpy/compare/128a0e9ac8bc...00ca7ea7ec26 From noreply at github.com Sat Sep 26 13:36:16 2015 From: noreply at github.com (GitHub) Date: Sat, 26 Sep 2015 10:36:16 -0700 Subject: [Numpy-svn] [numpy/numpy] ae56c5: BUG, ENH: allow linalg.cond to work on a stack of m... Message-ID: <5606d790393c2_6ae13fa9738bf2c01316a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ae56c58db4207bd11100a9d24c9edf7694e34d67 https://github.com/numpy/numpy/commit/ae56c58db4207bd11100a9d24c9edf7694e34d67 Author: Sebastian Berg Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG,ENH: allow linalg.cond to work on a stack of matrices This was buggy, because the underlying functions supported it partially but cond was not aware of this. Closes gh-6351 Commit: dbd2324d8e28dcdac53f800cc3d11158bac3ff7b https://github.com/numpy/numpy/commit/dbd2324d8e28dcdac53f800cc3d11158bac3ff7b Author: Charles Harris Date: 2015-09-26 (Sat, 26 Sep 2015) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #6362 from seberg/issue6351 BUG,ENH: allow linalg.cond to work on a stack of matrices Compare: https://github.com/numpy/numpy/compare/1bf73fa0119f...dbd2324d8e28 From noreply at github.com Sat Sep 26 20:39:43 2015 From: noreply at github.com (GitHub) Date: Sat, 26 Sep 2015 17:39:43 -0700 Subject: [Numpy-svn] [numpy/numpy] 8f4b4f: BUG, ENH: allow linalg.cond to work on a stack of m... Message-ID: <56073acf194a9_6d333f98c13bb2a051141@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 8f4b4f19fdd4b8cdd0a5dd8572198a43c79c6043 https://github.com/numpy/numpy/commit/8f4b4f19fdd4b8cdd0a5dd8572198a43c79c6043 Author: Sebastian Berg Date: 2015-09-26 (Sat, 26 Sep 2015) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG,ENH: allow linalg.cond to work on a stack of matrices This was buggy, because the underlying functions supported it partially but cond was not aware of this. Closes gh-6351 Commit: 086a8864d5b011ed17be050ceab242500df1b755 https://github.com/numpy/numpy/commit/086a8864d5b011ed17be050ceab242500df1b755 Author: Charles Harris Date: 2015-09-26 (Sat, 26 Sep 2015) Changed paths: M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #6369 from charris/backport-gh-6362 BUG,ENH: allow linalg.cond to work on a stack of matrices Compare: https://github.com/numpy/numpy/compare/00ca7ea7ec26...086a8864d5b0 From noreply at github.com Sat Sep 26 21:23:10 2015 From: noreply at github.com (GitHub) Date: Sat, 26 Sep 2015 18:23:10 -0700 Subject: [Numpy-svn] [numpy/numpy] a1a03f: Document empty(..., object) initialization to None... Message-ID: <560744fed279_fe63ff12914729c56943@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a1a03f2d73d8587d6ddc4cf410b0b9738b33bd28 https://github.com/numpy/numpy/commit/a1a03f2d73d8587d6ddc4cf410b0b9738b33bd28 Author: Antony Lee Date: 2015-09-26 (Sat, 26 Sep 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Document empty(..., object) initialization to None. Behavior goes back at least to 1.6.2. Fixes #6367. Commit: 97c35365beda55c6dead8c50df785eb857f843f0 https://github.com/numpy/numpy/commit/97c35365beda55c6dead8c50df785eb857f843f0 Author: Charles Harris Date: 2015-09-26 (Sat, 26 Sep 2015) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #6368 from anntzer/empty-object-is-none Document empty(..., object) initialization to None. Compare: https://github.com/numpy/numpy/compare/dbd2324d8e28...97c35365beda From noreply at github.com Sun Sep 27 13:29:29 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 10:29:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 3fd6de: BUG: Fix vdot for uncontiguous arrays. Message-ID: <56082779bd51d_3b43fb9dbe8329c492fe@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3fd6de4c9492daf401ea1e58ea12c4ef3c8c2b2d https://github.com/numpy/numpy/commit/3fd6de4c9492daf401ea1e58ea12c4ef3c8c2b2d Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Fix vdot for uncontiguous arrays. Note that using Newshape also means that less copying is done in principle, because ravel will always return a contiguous array. Commit: 5047f2d7cba7478017f73b501248ccec7ea32e1a https://github.com/numpy/numpy/commit/5047f2d7cba7478017f73b501248ccec7ea32e1a Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6373 from seberg/vdot-newshape BUG: Fix vdot for uncontiguous arrays. Compare: https://github.com/numpy/numpy/compare/97c35365beda...5047f2d7cba7 From noreply at github.com Sun Sep 27 14:00:14 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 11:00:14 -0700 Subject: [Numpy-svn] [numpy/numpy] e06bad: REV: Make sure ravel returns a contiguous array Message-ID: <56082eae4400a_66f3fdd769112a0347e9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e06bad5fb0dc377da54412a0d127461f21cf8553 https://github.com/numpy/numpy/commit/e06bad5fb0dc377da54412a0d127461f21cf8553 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_multiarray.py Log Message: ----------- REV: Make sure ravel returns a contiguous array This is a bit more then it used to do, so it is not a complete revert. Some of the "weird" cases where a copy was unnecessarily done will now only be gone with RELAXED_STRIDES_CHECKING. Commit: 26208a21a13432e062e9b268e66a87915974d214 https://github.com/numpy/numpy/commit/26208a21a13432e062e9b268e66a87915974d214 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- DOC: Document behaviour of ravel more clearly Commit: 41afcc3681d250f231aea9d9f428a9e197a47f6e https://github.com/numpy/numpy/commit/41afcc3681d250f231aea9d9f428a9e197a47f6e Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6372 from seberg/revert-vdot REV: Make sure ravel returns a contiguous array Compare: https://github.com/numpy/numpy/compare/5047f2d7cba7...41afcc3681d2 From noreply at github.com Sun Sep 27 14:00:40 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 11:00:40 -0700 Subject: [Numpy-svn] [numpy/numpy] 7f434e: BUG: Fix vdot for uncontiguous arrays. Message-ID: <56082ec8404ed_b3f3ff75aedd2bc432d5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 7f434e73f6903ac23dbdba326e55805048c395b5 https://github.com/numpy/numpy/commit/7f434e73f6903ac23dbdba326e55805048c395b5 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: Fix vdot for uncontiguous arrays. Note that using Newshape also means that less copying is done in principle, because ravel will always return a contiguous array. Commit: 38a87569f91af45025a6153ba8c7e4efff88eea8 https://github.com/numpy/numpy/commit/38a87569f91af45025a6153ba8c7e4efff88eea8 Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6374 from charris/backport-gh-6373 Backport gh-6373 Compare: https://github.com/numpy/numpy/compare/086a8864d5b0...38a87569f91a From noreply at github.com Sun Sep 27 14:33:10 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 11:33:10 -0700 Subject: [Numpy-svn] [numpy/numpy] efd18a: BUG: Expanded warning conditions for array_split Message-ID: <5608366678a8c_9533fcfd170f2c010839@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: efd18a5455ea2b21eb0e3bd9ca9fab0d08e09526 https://github.com/numpy/numpy/commit/efd18a5455ea2b21eb0e3bd9ca9fab0d08e09526 Author: Michael Currie Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/shape_base.py Log Message: ----------- BUG: Expanded warning conditions for array_split Zero arrays can also occur with any of the partitions sub_arys[i] induced by array_split, not just the final partition sub_arys[-1]. Modified by seberg. Closes gh-5771 Commit: f29c387272a9279f82ab04bbbe1bb68040b6d383 https://github.com/numpy/numpy/commit/f29c387272a9279f82ab04bbbe1bb68040b6d383 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/tests/test_shape_base.py Log Message: ----------- TST: Test empty warning for split with manual inputs Commit: ea289ee45dffa85d2fde07685eb3334816d8af7c https://github.com/numpy/numpy/commit/ea289ee45dffa85d2fde07685eb3334816d8af7c Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6371 from seberg/pr-5771 BUG: Make sure warning for array split is always applied Compare: https://github.com/numpy/numpy/compare/41afcc3681d2...ea289ee45dff From noreply at github.com Sun Sep 27 14:39:38 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 11:39:38 -0700 Subject: [Numpy-svn] [numpy/numpy] 876b58: REV: Make sure ravel returns a contiguous array Message-ID: <560837ea44831_a553faa4a42d2c061675@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 876b58063ef73f6e430aced96a1e3320c1123c31 https://github.com/numpy/numpy/commit/876b58063ef73f6e430aced96a1e3320c1123c31 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_multiarray.py Log Message: ----------- REV: Make sure ravel returns a contiguous array This is a bit more then it used to do, so it is not a complete revert. Some of the "weird" cases where a copy was unnecessarily done will now only be gone with RELAXED_STRIDES_CHECKING. Commit: 459f44a68a13a43882c92fa64590adc0f9c608c3 https://github.com/numpy/numpy/commit/459f44a68a13a43882c92fa64590adc0f9c608c3 Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- DOC: Document behaviour of ravel more clearly Commit: 77fb7423a30bf0a2a6f1a781c014b893c71388f6 https://github.com/numpy/numpy/commit/77fb7423a30bf0a2a6f1a781c014b893c71388f6 Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/fromnumeric.py M numpy/core/src/multiarray/shape.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6375 from charris/backport-gh-6372 Backport gh 6372 Compare: https://github.com/numpy/numpy/compare/38a87569f91a...77fb7423a30b From noreply at github.com Sun Sep 27 15:11:44 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 12:11:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 79ed6e: BUG: Expanded warning conditions for array_split Message-ID: <56083f7083dc8_75b93fca731a72a087388@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 79ed6ee4d9d4a0f60e4a125c9c9db0d597f8c208 https://github.com/numpy/numpy/commit/79ed6ee4d9d4a0f60e4a125c9c9db0d597f8c208 Author: Michael Currie Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/shape_base.py Log Message: ----------- BUG: Expanded warning conditions for array_split Zero arrays can also occur with any of the partitions sub_arys[i] induced by array_split, not just the final partition sub_arys[-1]. Modified by seberg. Closes gh-5771 Commit: 2a3ac6f91b354ece951ffdaddfe87e8263403c2f https://github.com/numpy/numpy/commit/2a3ac6f91b354ece951ffdaddfe87e8263403c2f Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/tests/test_shape_base.py Log Message: ----------- TST: Test empty warning for split with manual inputs Commit: a600a5c396f236ac4542ab33dc6bae816efadb82 https://github.com/numpy/numpy/commit/a600a5c396f236ac4542ab33dc6bae816efadb82 Author: Charles Harris Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6376 from charris/backport-gh-6361 Backport gh 6361 Compare: https://github.com/numpy/numpy/compare/77fb7423a30b...a600a5c396f2 From noreply at github.com Sun Sep 27 19:26:36 2015 From: noreply at github.com (GitHub) Date: Sun, 27 Sep 2015 16:26:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 8863ee: BUG: Add void field at end of dtype.descr to match... Message-ID: <56087b2c4b864_34313fa1a151d2b88401e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8863ee9a24e866f79653f57154d431246a0e9079 https://github.com/numpy/numpy/commit/8863ee9a24e866f79653f57154d431246a0e9079 Author: Sebastian Berg Date: 2015-09-25 (Fri, 25 Sep 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_dtype.py Log Message: ----------- BUG: Add void field at end of dtype.descr to match itemsize dtype.descr returns void fields to explain the padding part of the dtype. The last void field for the itemsize itself was however not included. Closes gh-6359 Commit: 89ef1193448297d76951f52efb68436be218fb7d https://github.com/numpy/numpy/commit/89ef1193448297d76951f52efb68436be218fb7d Author: Sebastian Berg Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: Add test that array interface descr and typestr itemsize match Commit: 986a98c8020f90ae95dd65817a2dcc5e5f336172 https://github.com/numpy/numpy/commit/986a98c8020f90ae95dd65817a2dcc5e5f336172 Author: ahaldane Date: 2015-09-27 (Sun, 27 Sep 2015) Changed paths: M numpy/core/_internal.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6361 from seberg/issue6359 BUG: Add void field at end of dtype.descr to match itemsize Compare: https://github.com/numpy/numpy/compare/ea289ee45dff...986a98c8020f From noreply at github.com Mon Sep 28 15:20:44 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 12:20:44 -0700 Subject: [Numpy-svn] [numpy/numpy] 649d19: FutureWarning for np.full(..., non-float). Message-ID: <5609930ccdf02_23fb3fc2458bd2a098790@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 649d19ff0ec5bba1fe0e89402d7cc8c4597ea170 https://github.com/numpy/numpy/commit/649d19ff0ec5bba1fe0e89402d7cc8c4597ea170 Author: Antony Lee Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- FutureWarning for np.full(..., non-float). cf. discussion in #6366. Commit: 807e01cf528a3cf285a6218a963d3f06f4a7d4a4 https://github.com/numpy/numpy/commit/807e01cf528a3cf285a6218a963d3f06f4a7d4a4 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #6382 from anntzer/fill-default-dtype-futurewarning FutureWarning for np.full(..., non-float). Compare: https://github.com/numpy/numpy/compare/986a98c8020f...807e01cf528a From noreply at github.com Mon Sep 28 16:46:41 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 13:46:41 -0700 Subject: [Numpy-svn] [numpy/numpy] 00edb2: MAINT: Deprecated PyObject_Compare in favor of PyO... Message-ID: <5609a7319d999_2ca13fef2af7129c55032@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 00edb2b6a96b7189be91d16cb84981a60c5961e8 https://github.com/numpy/numpy/commit/00edb2b6a96b7189be91d16cb84981a60c5961e8 Author: Yash Mehrotra Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixes #6265 and #6229 Commit: f43d691fd0b9b4f416b50fba34876691af2d0bd4 https://github.com/numpy/numpy/commit/f43d691fd0b9b4f416b50fba34876691af2d0bd4 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #6269 from yashmehrotra/depr-pyobject_compare MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixes #6265 Compare: https://github.com/numpy/numpy/compare/807e01cf528a...f43d691fd0b9 From noreply at github.com Mon Sep 28 16:48:46 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 13:48:46 -0700 Subject: [Numpy-svn] [numpy/numpy] c0d094: FutureWarning for np.full(..., non-float). Message-ID: <5609a7aeef39c_6ae03f7e0a9a72bc8312a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: c0d0947afba8b2b4537dd398dc04c417d84715ca https://github.com/numpy/numpy/commit/c0d0947afba8b2b4537dd398dc04c417d84715ca Author: Antony Lee Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- FutureWarning for np.full(..., non-float). cf. discussion in #6366. Commit: 8c6fd7adcc4c00f02a95b76f8a4c187477d227e0 https://github.com/numpy/numpy/commit/8c6fd7adcc4c00f02a95b76f8a4c187477d227e0 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #6383 from charris/backport-gh-6382 backport gh-6382 Compare: https://github.com/numpy/numpy/compare/a600a5c396f2...8c6fd7adcc4c From noreply at github.com Mon Sep 28 17:27:25 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 14:27:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 032951: Add tests. Message-ID: <5609b0bdb8a5f_23c43f9932f592bc10616f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 032951dc09ae110f3260cf29abf9d584bda262a7 https://github.com/numpy/numpy/commit/032951dc09ae110f3260cf29abf9d584bda262a7 Author: Antony Lee Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/tests/test_deprecations.py Log Message: ----------- Add tests. Commit: e6dbcead884019bd2aee802f78c41f6a9c46cd61 https://github.com/numpy/numpy/commit/e6dbcead884019bd2aee802f78c41f6a9c46cd61 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #6384 from anntzer/fill-default-dtype-futurewarning Add tests. Compare: https://github.com/numpy/numpy/compare/f43d691fd0b9...e6dbcead8840 From noreply at github.com Mon Sep 28 19:05:14 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 16:05:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 9a6682: TST: Add tests for np.full FutureWarning. Message-ID: <5609c7aac14ac_8b23f8b6cb672b8122134@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 9a66826bb08d5df83d0419a3c2b3d2c22e2d455a https://github.com/numpy/numpy/commit/9a66826bb08d5df83d0419a3c2b3d2c22e2d455a Author: Antony Lee Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/tests/test_deprecations.py Log Message: ----------- TST: Add tests for np.full FutureWarning. Commit: aa8adf499e2c2497a516af04977f7ee9f33b02e8 https://github.com/numpy/numpy/commit/aa8adf499e2c2497a516af04977f7ee9f33b02e8 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/tests/test_deprecations.py Log Message: ----------- Merge pull request #6385 from charris/backport-gh-6384 backport gh-6384 Compare: https://github.com/numpy/numpy/compare/8c6fd7adcc4c...aa8adf499e2c From noreply at github.com Mon Sep 28 21:59:34 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 18:59:34 -0700 Subject: [Numpy-svn] [numpy/numpy] 549572: BUG: Fix PyObject_Cmp in npy_3kcompat.h. Message-ID: <5609f086b58d4_23c13f879afd92b89942a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 549572191f68ccf874fca4c8e395c5ec0c870ddb https://github.com/numpy/numpy/commit/549572191f68ccf874fca4c8e395c5ec0c870ddb Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/tests/test_umath.py Log Message: ----------- BUG: Fix PyObject_Cmp in npy_3kcompat.h. The old version was interpreting a PyObject_RichCompareBool return of 0 as success when it actually means failure. The fix is to replace 0 by 1. Commit: 9871ed44accf8651a717bb697cf8f509ed607ada https://github.com/numpy/numpy/commit/9871ed44accf8651a717bb697cf8f509ed607ada Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/tests/test_umath.py Log Message: ----------- Merge pull request #6386 from charris/backport-PyObject_Cmp-fix BUG: Fix PyObject_Cmp in npy_3kcompat.h. Compare: https://github.com/numpy/numpy/compare/aa8adf499e2c...9871ed44accf From noreply at github.com Mon Sep 28 22:46:57 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 19:46:57 -0700 Subject: [Numpy-svn] [numpy/numpy] 549a77: BLD: Update pavement.py LOG_START and LOG_END Message-ID: <5609fba148915_6cb33f8eade792a0657c0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.10.x Home: https://github.com/numpy/numpy Commit: 549a777aa6927bbc0b5173ff5b2912824cc72c03 https://github.com/numpy/numpy/commit/549a777aa6927bbc0b5173ff5b2912824cc72c03 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M pavement.py Log Message: ----------- BLD: Update pavement.py LOG_START and LOG_END Commit: 72991a57e2b05740b640ca19f330056c41fa7f35 https://github.com/numpy/numpy/commit/72991a57e2b05740b640ca19f330056c41fa7f35 Author: Charles Harris Date: 2015-09-28 (Mon, 28 Sep 2015) Changed paths: M pavement.py Log Message: ----------- Merge pull request #6389 from charris/update-pavement BLD: Update pavement.py LOG_START and LOG_END Compare: https://github.com/numpy/numpy/compare/9871ed44accf...72991a57e2b0 From noreply at github.com Tue Sep 29 00:16:05 2015 From: noreply at github.com (GitHub) Date: Mon, 28 Sep 2015 21:16:05 -0700 Subject: [Numpy-svn] [numpy/numpy] 2c24d6: REL: Release 1.10.0rc2 Message-ID: <560a108532515_40293fd4d046929c117c9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.10.0rc2 Home: https://github.com/numpy/numpy Commit: 2c24d62c775dac583235606a396b4966a3f1144c https://github.com/numpy/numpy/commit/2c24d62c775dac583235606a396b4966a3f1144c Author: Charles R Harris Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M setup.py Log Message: ----------- REL: Release 1.10.0rc2 From noreply at github.com Tue Sep 29 19:54:13 2015 From: noreply at github.com (GitHub) Date: Tue, 29 Sep 2015 16:54:13 -0700 Subject: [Numpy-svn] [numpy/numpy] c6b8d6: Fixed typo in nan_to_num() docs Message-ID: <560b24a5ec744_69213f980a10d2b865671@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/auto Home: https://github.com/numpy/numpy Commit: c6b8d66e0d2921c7bb2c4bed9203c9ac0efd89a0 https://github.com/numpy/numpy/commit/c6b8d66e0d2921c7bb2c4bed9203c9ac0efd89a0 Author: Mad Physicist Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M numpy/lib/type_check.py Log Message: ----------- Fixed typo in nan_to_num() docs Changed "Shows which elements are negative or negative infinity." to "Shows which elements are positive or negative infinity." Commit: 5551c3a40e40729c40ce630443747690d45bd108 https://github.com/numpy/numpy/commit/5551c3a40e40729c40ce630443747690d45bd108 Author: Charles Harris Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M numpy/lib/type_check.py Log Message: ----------- Merge pull request #6392 from madphysicist/patch-1 Fixed typo in nan_to_num() docs Compare: https://github.com/numpy/numpy/compare/4186b6db1675...5551c3a40e40