From noreply at github.com Sun Nov 2 07:21:22 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 04:21:22 -0800 Subject: [Numpy-svn] [numpy/numpy] 27c879: Fix issue with fromarrays not correctly determinin... Message-ID: <545621c295bc0_71d73fa4e74bf2a014989@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 27c87972dc850ea8d25ebf5daba74cba658c581a https://github.com/numpy/numpy/commit/27c87972dc850ea8d25ebf5daba74cba658c581a Author: Erik M. Bray Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Fix issue with fromarrays not correctly determining a format string for unicode data (in the process eliminate some unnecessary cruft) Commit: 7d2ebea088d1908e8b70ac2bab952374b4fade0b https://github.com/numpy/numpy/commit/7d2ebea088d1908e8b70ac2bab952374b4fade0b Author: Julian Taylor Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M doc/release/1.9.1-notes.rst Log Message: ----------- DOC: update 1.9.1 release notes Commit: a587b47bee054304f33a3850dfcd30d13ec84f25 https://github.com/numpy/numpy/commit/a587b47bee054304f33a3850dfcd30d13ec84f25 Author: Julian Taylor Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M doc/release/1.9.1-notes.rst M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #5255 from juliantaylor/backports 1.9.1 Backports Compare: https://github.com/numpy/numpy/compare/994e98c598c1...a587b47bee05 From noreply at github.com Sun Nov 2 08:23:52 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 05:23:52 -0800 Subject: [Numpy-svn] [numpy/numpy] d44b9c: REL: Release 1.9.1 Message-ID: <5456306876467_1d883f8d024632b81008dd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: d44b9c61499f8bc5a9fc94286cd52f05e15e003f https://github.com/numpy/numpy/commit/d44b9c61499f8bc5a9fc94286cd52f05e15e003f Author: Julian Taylor Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M setup.py Log Message: ----------- REL: Release 1.9.1 From noreply at github.com Sun Nov 2 08:23:58 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 05:23:58 -0800 Subject: [Numpy-svn] [numpy/numpy] Message-ID: <5456306ee4486_13463fd18c7752c0379c8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.9.1 Home: https://github.com/numpy/numpy From noreply at github.com Sun Nov 2 09:09:56 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 06:09:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 23d546: ENH: support parallel compilation of extensions Message-ID: <54563b34c1ed8_1e533fad8a3bf2a03712e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 23d546176e2fe0b4d7d2e9100032bbf8107927e1 https://github.com/numpy/numpy/commit/23d546176e2fe0b4d7d2e9100032bbf8107927e1 Author: Julian Taylor Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M doc/release/1.10.0-notes.rst M numpy/distutils/ccompiler.py M numpy/distutils/command/build.py M numpy/distutils/command/build_clib.py M numpy/distutils/command/build_ext.py M numpy/distutils/misc_util.py M tools/travis-test.sh Log Message: ----------- ENH: support parallel compilation of extensions Allow extensions using numpy.distutils to compile in parallel. By passing `--jobs=n` or `-j n` to `setup.py build` the compilation of extensions is now performed in `n` parallel processes. Additionally the environment variable NPY_NUM_BUILD_JOBS is used as the default value, if its unset the default is serial compilation. The parallelization is limited to within the files of an extension, so only numpy multiarraymodule really profits but its still a nice improvement when you have 2-4 cores. Unfortunately Cython will not profit at all as it tends to build one module per file. Commit: 461bf423e1e8caae40f6f624f925644e95a0256d https://github.com/numpy/numpy/commit/461bf423e1e8caae40f6f624f925644e95a0256d Author: Julian Taylor Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M INSTALL.txt Log Message: ----------- DOC: update installation instructions Commit: 066be2857408682a818e6967a5a91d342b59727c https://github.com/numpy/numpy/commit/066be2857408682a818e6967a5a91d342b59727c Author: Julian Taylor Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M INSTALL.txt M doc/release/1.10.0-notes.rst M numpy/distutils/ccompiler.py M numpy/distutils/command/build.py M numpy/distutils/command/build_clib.py M numpy/distutils/command/build_ext.py M numpy/distutils/misc_util.py M tools/travis-test.sh Log Message: ----------- Merge pull request #5161 from juliantaylor/parallel-distutils ENH: support parallel compilation of extensions Compare: https://github.com/numpy/numpy/compare/0d30aef9065a...066be2857408 From noreply at github.com Sun Nov 2 12:03:46 2014 From: noreply at github.com (GitHub) Date: Sun, 02 Nov 2014 09:03:46 -0800 Subject: [Numpy-svn] [numpy/numpy] f7c0e7: BUG: fix header using symbols not available in py3 Message-ID: <545663f24aa64_29f83faf365cf2b888765@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f7c0e78ac6a6ca8a3c72cf7167607a62f57637f9 https://github.com/numpy/numpy/commit/f7c0e78ac6a6ca8a3c72cf7167607a62f57637f9 Author: Julian Taylor Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M numpy/core/include/numpy/ndarrayobject.h M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix header using symbols not available in py3 Inside numpy we handle this via the py3kcompat header which is not really public api. So for our public headers we need some explicit checks. Commit: cfa095a203586eae9466f5ebbbdc5f60905aeb20 https://github.com/numpy/numpy/commit/cfa095a203586eae9466f5ebbbdc5f60905aeb20 Author: Charles Harris Date: 2014-11-02 (Sun, 02 Nov 2014) Changed paths: M numpy/core/include/numpy/ndarrayobject.h M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5257 from juliantaylor/py3-header-fix BUG: fix header using symbols not available in py3 Compare: https://github.com/numpy/numpy/compare/066be2857408...cfa095a20358 From noreply at github.com Wed Nov 12 11:40:42 2014 From: noreply at github.com (GitHub) Date: Wed, 12 Nov 2014 08:40:42 -0800 Subject: [Numpy-svn] [numpy/numpy] 0f171d: TST: Fix ImportError in runtests.py (fixes #5273) Message-ID: <54638d8ad1c76_4c573fc74f1432b810466e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0f171d9273a3a86c7d4a434d7f4df491a42ca3ca https://github.com/numpy/numpy/commit/0f171d9273a3a86c7d4a434d7f4df491a42ca3ca Author: Chris Kerr Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M numpy/testing/__init__.py Log Message: ----------- TST: Fix ImportError in runtests.py (fixes #5273) In numpy/testing/__init__.py, import Tester before importing numpy core Commit: 25aff4dbd2374890ba4490b663e601fe7a0b97b1 https://github.com/numpy/numpy/commit/25aff4dbd2374890ba4490b663e601fe7a0b97b1 Author: Charles Harris Date: 2014-11-12 (Wed, 12 Nov 2014) Changed paths: M numpy/testing/__init__.py Log Message: ----------- Merge pull request #5274 from chatcannon/fix-testing-cyclic-import TST: Fix ImportError in runtests.py (fixes #5273) Compare: https://github.com/numpy/numpy/compare/975267d950c6...25aff4dbd237 From noreply at github.com Thu Nov 13 05:08:48 2014 From: noreply at github.com (GitHub) Date: Thu, 13 Nov 2014 02:08:48 -0800 Subject: [Numpy-svn] [numpy/numpy] 1b12c3: ENH: add `multi_dot`: dot with multiple arguments. Message-ID: <54648330c3812_52933ff0591712c05029f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1b12c394548e2d23bba83c0eccda958a28998293 https://github.com/numpy/numpy/commit/1b12c394548e2d23bba83c0eccda958a28998293 Author: Stefan Otte Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M doc/release/1.10.0-notes.rst M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- ENH: add `multi_dot`: dot with multiple arguments. `np.linalg.multi_dot` computes the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. The algorithm for selecting the fastest evaluation order uses dynamic programming and closely follows: Cormen, "Introduction to Algorithms", Chapter 15.2, p. 370-378 Commit: f14d5e1e520e9f598abf9881d50d403a24bd258c https://github.com/numpy/numpy/commit/f14d5e1e520e9f598abf9881d50d403a24bd258c Author: Julian Taylor Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M doc/release/1.10.0-notes.rst M numpy/linalg/linalg.py M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #4977 from sotte/mdot ENH: add `mdot`: fast dot with multiple arguments. Compare: https://github.com/numpy/numpy/compare/25aff4dbd237...f14d5e1e520e From noreply at github.com Mon Nov 17 13:15:58 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 10:15:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 1810b6: DOC: core: np.divide differences between Py2/3 Message-ID: <546a3b5e328ae_26643fcd7549929c668eb@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1810b687f0fd5b97e689702244b9b4b6ba64a87b https://github.com/numpy/numpy/commit/1810b687f0fd5b97e689702244b9b4b6ba64a87b Author: Lars Buitinck Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- DOC: core: np.divide differences between Py2/3 Fixes gh-5278. Commit: 5a78905bffadacae5269c3280ac3b9cde6a18845 https://github.com/numpy/numpy/commit/5a78905bffadacae5269c3280ac3b9cde6a18845 Author: Julian Taylor Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- Merge pull request #5283 from larsmans/divide-docs DOC: core: np.divide differences between Py2/3 Compare: https://github.com/numpy/numpy/compare/06440c19d1d6...5a78905bffad From noreply at github.com Mon Nov 17 13:14:47 2014 From: noreply at github.com (GitHub) Date: Mon, 17 Nov 2014 10:14:47 -0800 Subject: [Numpy-svn] [numpy/numpy] 5af88f: MAINT: fft: cleanup in fftpack module Message-ID: <546a3b17141a1_6c0c3fde650b92c0355f9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5af88f9242592e3411d3a24200b002e5bdde029f https://github.com/numpy/numpy/commit/5af88f9242592e3411d3a24200b002e5bdde029f Author: Lars Buitinck Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M numpy/fft/fftpack_litemodule.c Log Message: ----------- MAINT: fft: cleanup in fftpack module * put string constants in const arrays * use static functions were possible * removed a stale comment * more consistent whitespace Commit: 06440c19d1d67af02b112c73f247efc20b22c8cc https://github.com/numpy/numpy/commit/06440c19d1d67af02b112c73f247efc20b22c8cc Author: Julian Taylor Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M numpy/fft/fftpack_litemodule.c Log Message: ----------- Merge pull request #5282 from larsmans/c-fixes MAINT: fft: cleanup in fftpack module Compare: https://github.com/numpy/numpy/compare/f14d5e1e520e...06440c19d1d6 From noreply at github.com Tue Nov 18 11:41:25 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 08:41:25 -0800 Subject: [Numpy-svn] [numpy/numpy] 6cfb0c: DOC: python-as-glue: remove Instant, PyInline Message-ID: <546b76b56cfda_2ccf3fc4f58c329c88977@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6cfb0c65e7bab84f53992bb27f7a6c12e88406ea https://github.com/numpy/numpy/commit/6cfb0c65e7bab84f53992bb27f7a6c12e88406ea Author: Lars Buitinck Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- DOC: python-as-glue: remove Instant, PyInline Both projects appear to be dead. Commit: 33d8c1b9c1c2e5cb13bb291bd367e8e2e7464a2c https://github.com/numpy/numpy/commit/33d8c1b9c1c2e5cb13bb291bd367e8e2e7464a2c Author: Lars Buitinck Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- DOC: remove Weave recommendation Weave is dead. It's not removed from SciPy yet, but it's deprecated and doesn't work with Python 3. Commit: 1246dbcfdd0f457e290bd0bedf636c9d00f31d70 https://github.com/numpy/numpy/commit/1246dbcfdd0f457e290bd0bedf636c9d00f31d70 Author: Charles Harris Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- Merge pull request #5288 from larsmans/glue-docs DOC: Python as glue Compare: https://github.com/numpy/numpy/compare/5a78905bffad...1246dbcfdd0f From noreply at github.com Tue Nov 18 12:34:13 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 09:34:13 -0800 Subject: [Numpy-svn] [numpy/numpy] 7b1f8e: Mention transport argsort for inverting the transp... Message-ID: <546b8315c371c_3a5e3fe32d7132c0943f5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7b1f8e2723c7611803b0341987b544d42706d0f7 https://github.com/numpy/numpy/commit/7b1f8e2723c7611803b0341987b544d42706d0f7 Author: Nils Werner Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Mention transport argsort for inverting the transposition Commit: 53a202b6950c0d84214bb63720e4b9ea9d47d4dd https://github.com/numpy/numpy/commit/53a202b6950c0d84214bb63720e4b9ea9d47d4dd Author: Charles Harris Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #5264 from nils-werner/untranspose Untranspose method Compare: https://github.com/numpy/numpy/compare/8dd530b34d43...53a202b6950c From noreply at github.com Tue Nov 18 12:33:07 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 09:33:07 -0800 Subject: [Numpy-svn] [numpy/numpy] de0eb8: DOC: fix documentation build removing single backt... Message-ID: <546b82d3e297_42dc3f94c276929c82199@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: de0eb86388a4e701b40be620a56ca8dc73a9093b https://github.com/numpy/numpy/commit/de0eb86388a4e701b40be620a56ca8dc73a9093b Author: Julian Taylor Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: fix documentation build removing single backticks using them around setup.py build causes a "error: option -b not recognized" error from sphinx-build. Replace them with * for italic. Commit: cd4c700559d4b1d8758e0b8b80046f655820db55 https://github.com/numpy/numpy/commit/cd4c700559d4b1d8758e0b8b80046f655820db55 Author: Julian Taylor Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: A doc/release/1.9.1-notes.rst M doc/source/release.rst Log Message: ----------- DOC: sync 1.9.1 release notes [ci skip] Commit: 8dd530b34d4382635d616588edc177d3879e7ee8 https://github.com/numpy/numpy/commit/8dd530b34d4382635d616588edc177d3879e7ee8 Author: Charles Harris Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M doc/release/1.10.0-notes.rst A doc/release/1.9.1-notes.rst M doc/source/release.rst Log Message: ----------- Merge pull request #5284 from juliantaylor/doc-fix DOC: fix documentation build removing single backticks Compare: https://github.com/numpy/numpy/compare/1246dbcfdd0f...8dd530b34d43 From noreply at github.com Tue Nov 18 12:53:55 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 09:53:55 -0800 Subject: [Numpy-svn] [numpy/numpy] fff6de: MAINT: change place where NPY_NO_DEPRECATED_API is... Message-ID: <546b87b3626af_248c3f96fc1932a0968ed@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fff6deee7b44bedd4deb03dd7b5762abe469dba7 https://github.com/numpy/numpy/commit/fff6deee7b44bedd4deb03dd7b5762abe469dba7 Author: Ralf Gommers Date: 2014-11-16 (Sun, 16 Nov 2014) Changed paths: M numpy/f2py/rules.py M numpy/f2py/src/fortranobject.c M numpy/f2py/src/fortranobject.h Log Message: ----------- MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py. This makes sure to undef at the end, and by putting the define in the C code it ensures that the error message is understandable. Commit: c2d784595a6e65d5891bb1b76539ef009ea28cc5 https://github.com/numpy/numpy/commit/c2d784595a6e65d5891bb1b76539ef009ea28cc5 Author: Charles Harris Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M numpy/f2py/rules.py M numpy/f2py/src/fortranobject.c M numpy/f2py/src/fortranobject.h Log Message: ----------- Merge pull request #5281 from rgommers/f2py-deprecated-api MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py. Compare: https://github.com/numpy/numpy/compare/53a202b6950c...c2d784595a6e From noreply at github.com Tue Nov 18 15:04:44 2014 From: noreply at github.com (GitHub) Date: Tue, 18 Nov 2014 12:04:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 60de33: ENH: add BagObj.__dir__ to numpy.lib.npyio Message-ID: <546ba65c3cec1_2e843fe28df632b81070ad@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 60de33d58f6d1a4f70ebf5af22e8873a36cd3be2 https://github.com/numpy/numpy/commit/60de33d58f6d1a4f70ebf5af22e8873a36cd3be2 Author: Wendell Smith Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- ENH: add BagObj.__dir__ to numpy.lib.npyio This allows dir(bagobj), and also enables tab-completion on a BagObj, which can be useful in an interpreter or IPython Commit: be13b6a92df20bb0fefb29075861ba6a536ae32b https://github.com/numpy/numpy/commit/be13b6a92df20bb0fefb29075861ba6a536ae32b Author: Wendell Smith Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M numpy/lib/tests/test_io.py Log Message: ----------- TEST: added test of BagObj Commit: 9bfd76e1ce1adb9a36591eb0c9a4f6ef146d317d https://github.com/numpy/numpy/commit/9bfd76e1ce1adb9a36591eb0c9a4f6ef146d317d Author: Charles Harris Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- Merge pull request #5291 from wackywendell/bagobj ENH: add BagObj.__dir__ to numpy.lib.npyio Compare: https://github.com/numpy/numpy/compare/c2d784595a6e...9bfd76e1ce1a From noreply at github.com Wed Nov 19 08:03:34 2014 From: noreply at github.com (GitHub) Date: Wed, 19 Nov 2014 05:03:34 -0800 Subject: [Numpy-svn] [numpy/numpy] 8331b9: DOC: python-as-glue: use Cython, not Pyrex Message-ID: <546c95262f63f_36073fa255f0729c1584f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8331b9372936c2ae67a339ed8223999524d7df47 https://github.com/numpy/numpy/commit/8331b9372936c2ae67a339ed8223999524d7df47 Author: Lars Buitinck Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- DOC: python-as-glue: use Cython, not Pyrex Fixes gh-4492. [ci skip] Commit: 460bc51bc08c29ea65934c8995b89384b158f35d https://github.com/numpy/numpy/commit/460bc51bc08c29ea65934c8995b89384b158f35d Author: Lars Buitinck Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- DOC: python-as-glue: copyedit [ci skip] Commit: 23f20aa96c5571767a9c07387f54843093517b57 https://github.com/numpy/numpy/commit/23f20aa96c5571767a9c07387f54843093517b57 Author: Charles Harris Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M doc/source/user/c-info.python-as-glue.rst Log Message: ----------- Merge pull request #5292 from larsmans/glue-docs DOC: python-as-glue: use Cython, not Pyrex Compare: https://github.com/numpy/numpy/compare/9bfd76e1ce1a...23f20aa96c55 From noreply at github.com Wed Nov 19 11:53:19 2014 From: noreply at github.com (GitHub) Date: Wed, 19 Nov 2014 08:53:19 -0800 Subject: [Numpy-svn] [numpy/numpy] ff8a14: DOC: iterator: don't bother users with NumPy devel... Message-ID: <546ccaffb9b40_6e03fb2eb9e52b818478@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ff8a1469fabbb91579a3da95fc6c1f750e6ee82a https://github.com/numpy/numpy/commit/ff8a1469fabbb91579a3da95fc6c1f750e6ee82a Author: Lars Buitinck Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: iterator: don't bother users with NumPy development details Commit: 68ffaec50976461c32a98570821dd2d05d53c2fe https://github.com/numpy/numpy/commit/68ffaec50976461c32a98570821dd2d05d53c2fe Author: Charles Harris Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- Merge pull request #5294 from larsmans/pyiter-doc DOC: iterator: don't bother users with NumPy development details Compare: https://github.com/numpy/numpy/compare/23f20aa96c55...68ffaec50976 From noreply at github.com Wed Nov 19 18:25:30 2014 From: noreply at github.com (GitHub) Date: Wed, 19 Nov 2014 15:25:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 6ceb0e: BUG: missing default None values in getattr(...) Message-ID: <546d26eac46a0_17943f8ec89912b8106960@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6ceb0e60493814113dc9d07f450fc8fa058e9462 https://github.com/numpy/numpy/commit/6ceb0e60493814113dc9d07f450fc8fa058e9462 Author: Alistair Muldal Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M numpy/distutils/misc_util.py Log Message: ----------- BUG: missing default None values in getattr(...) Commit: 8bcb7569c92dc94d5b1516e7d33608bbd041a6bf https://github.com/numpy/numpy/commit/8bcb7569c92dc94d5b1516e7d33608bbd041a6bf Author: Julian Taylor Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M numpy/distutils/misc_util.py Log Message: ----------- Merge pull request #5296 from alimuldal/fix_parallel_extensions_njobs BUG: getattr() raises AttributeError in get_num_jobs() when --jobs argument not given Compare: https://github.com/numpy/numpy/compare/68ffaec50976...8bcb7569c92d From noreply at github.com Thu Nov 20 09:19:22 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 06:19:22 -0800 Subject: [Numpy-svn] [numpy/numpy] e4d306: Resize: Show an example that explains the potentia... Message-ID: <546df86a73858_37113fbb82ac12a0992e5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e4d30698747b01d798ee7aac565bf290f6b0f5b7 https://github.com/numpy/numpy/commit/e4d30698747b01d798ee7aac565bf290f6b0f5b7 Author: Nils Werner Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Resize: Show an example that explains the potentially confusing behaviour of resize Commit: fb037eba5432d401f4c85d97051b09147b20d5c4 https://github.com/numpy/numpy/commit/fb037eba5432d401f4c85d97051b09147b20d5c4 Author: Charles Harris Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #5298 from nils-werner/resizedocstring Expand np.resize docstring Compare: https://github.com/numpy/numpy/compare/8bcb7569c92d...fb037eba5432 From noreply at github.com Thu Nov 20 09:40:36 2014 From: noreply at github.com (GitHub) Date: Thu, 20 Nov 2014 06:40:36 -0800 Subject: [Numpy-svn] [numpy/numpy] 261de3: MAINT: merge scalarmathmodule into umath module Message-ID: <546dfd6457153_77713fccf08152c01679f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 261de3f0c9a525ba8893ecc8ad4328e474798bdd https://github.com/numpy/numpy/commit/261de3f0c9a525ba8893ecc8ad4328e474798bdd Author: Julian Taylor Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M numpy/core/__init__.py M numpy/core/bento.info M numpy/core/bscript M numpy/core/setup.py M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c R numpy/core/src/multiarray/templ_common.h.src R numpy/core/src/private/scalarmathmodule.h.src A numpy/core/src/private/templ_common.h.src R numpy/core/src/scalarmathmodule.c.src A numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/umathmodule.c M numpy/core/src/umath/umathmodule_onefile.c Log Message: ----------- MAINT: merge scalarmathmodule into umath module There is no good reason it needs to be its own module. Also removes the undocumented pymath alter/restore functions. Commit: 31b94e85a99db998bd6156d2b800386973fef3e1 https://github.com/numpy/numpy/commit/31b94e85a99db998bd6156d2b800386973fef3e1 Author: Charles Harris Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M numpy/core/__init__.py M numpy/core/bento.info M numpy/core/bscript M numpy/core/setup.py M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c R numpy/core/src/multiarray/templ_common.h.src R numpy/core/src/private/scalarmathmodule.h.src A numpy/core/src/private/templ_common.h.src R numpy/core/src/scalarmathmodule.c.src A numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/umathmodule.c M numpy/core/src/umath/umathmodule_onefile.c Log Message: ----------- Merge pull request #5162 from juliantaylor/scalarmath-merge MAINT: merge scalarmathmodule into umath module Compare: https://github.com/numpy/numpy/compare/fb037eba5432...31b94e85a99d From noreply at github.com Sat Nov 29 10:47:19 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 07:47:19 -0800 Subject: [Numpy-svn] [numpy/numpy] f107a9: DOC note the effect of #1866 in byteorder discussi... Message-ID: <5479ea8794921_17223fb26e47d2bc337b1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f107a98616ba9402ef8956636ef1f9e2cf1a7f80 https://github.com/numpy/numpy/commit/f107a98616ba9402ef8956636ef1f9e2cf1a7f80 Author: Joel Nothman Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M numpy/doc/byteswapping.py Log Message: ----------- DOC note the effect of #1866 in byteorder discussion Commit: e73ee5dbab7da5f4ed1af993fb31150d4c37e2c9 https://github.com/numpy/numpy/commit/e73ee5dbab7da5f4ed1af993fb31150d4c37e2c9 Author: Charles Harris Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M numpy/doc/byteswapping.py Log Message: ----------- Merge pull request #5217 from jnothman/note-issue-1866 DOC note the effect of #1866 in byteorder discussion Compare: https://github.com/numpy/numpy/compare/31b94e85a99d...e73ee5dbab7d From noreply at github.com Sat Nov 29 11:00:55 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 08:00:55 -0800 Subject: [Numpy-svn] [numpy/numpy] 7f45d4: DOC: fix example in NpyIter docs that didn't compi... Message-ID: <5479edb7e9d15_11763f8026a392c0155a8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7f45d4248d6a311aa8558525ca8c0dc1317540f6 https://github.com/numpy/numpy/commit/7f45d4248d6a311aa8558525ca8c0dc1317540f6 Author: Lars Buitinck Date: 2014-11-19 (Wed, 19 Nov 2014) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: fix example in NpyIter docs that didn't compile Commit: 3619a2ad41d7eb655c6a637ca3aef2ebdbb1d307 https://github.com/numpy/numpy/commit/3619a2ad41d7eb655c6a637ca3aef2ebdbb1d307 Author: Lars Buitinck Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- DOC: NpyIter chapter: move table to bottom ... so that the example is now the first thing seen after the (short) intro. Commit: eb61066a1b2ddb046a45ee4edb4984d80b537f69 https://github.com/numpy/numpy/commit/eb61066a1b2ddb046a45ee4edb4984d80b537f69 Author: Charles Harris Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M doc/source/reference/c-api.iterator.rst Log Message: ----------- Merge pull request #5301 from larsmans/pyiter-doc DOC: NpyIter documentation improvements Compare: https://github.com/numpy/numpy/compare/e73ee5dbab7d...eb61066a1b2d From noreply at github.com Sat Nov 29 11:12:17 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 08:12:17 -0800 Subject: [Numpy-svn] [numpy/numpy] 1cad7f: ENH: added std::complex support to numpy.i Message-ID: <5479f0617beaa_9a93fb56e88b2c0980f3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1cad7f83b1fd0c1f7afab86b0afdf4536b6f3e75 https://github.com/numpy/numpy/commit/1cad7f83b1fd0c1f7afab86b0afdf4536b6f3e75 Author: Glen Mabey Date: 2014-11-07 (Fri, 07 Nov 2014) Changed paths: M tools/swig/numpy.i M tools/swig/test/Array.i A tools/swig/test/ArrayZ.cxx A tools/swig/test/ArrayZ.h M tools/swig/test/Makefile M tools/swig/test/setup.py M tools/swig/test/testArray.py Log Message: ----------- ENH: added std::complex support to numpy.i numpy.i now includes ready-made typemaps for std::complex and std::complex . Tests were added to testArray using a newly defined ArrayZ class. Commit: 74b08364df5ba161131e5594e2aaeab03a9c6471 https://github.com/numpy/numpy/commit/74b08364df5ba161131e5594e2aaeab03a9c6471 Author: Charles Harris Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M tools/swig/numpy.i M tools/swig/test/Array.i A tools/swig/test/ArrayZ.cxx A tools/swig/test/ArrayZ.h M tools/swig/test/Makefile M tools/swig/test/setup.py M tools/swig/test/testArray.py Log Message: ----------- Merge pull request #5308 from gmabey/swig-std-complex ENH: added std::complex support to numpy.i Compare: https://github.com/numpy/numpy/compare/eb61066a1b2d...74b08364df5b From noreply at github.com Sat Nov 29 11:15:55 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 08:15:55 -0800 Subject: [Numpy-svn] [numpy/numpy] 9a24de: BUG: Closes #5313 PyArray_AsCArray caused segfault Message-ID: <5479f13b9dbe3_60763fe2d442529c372b6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9a24de1cac6923055b3010bbc8f63ae8595b534c https://github.com/numpy/numpy/commit/9a24de1cac6923055b3010bbc8f63ae8595b534c Author: Henning Dickten Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- BUG: Closes #5313 PyArray_AsCArray caused segfault Commit: 710be5b4c61aded0d92a057bf488d71af86869f1 https://github.com/numpy/numpy/commit/710be5b4c61aded0d92a057bf488d71af86869f1 Author: Charles Harris Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- Merge pull request #5314 from hensing/master BUG: Closes #5313: PyArray_AsCArray caused segfault with 3D-arrays Compare: https://github.com/numpy/numpy/compare/74b08364df5b...710be5b4c61a From noreply at github.com Sat Nov 29 11:19:24 2014 From: noreply at github.com (GitHub) Date: Sat, 29 Nov 2014 08:19:24 -0800 Subject: [Numpy-svn] [numpy/numpy] 668668: ENH: use gcc intrinsic for overflow checked multip... Message-ID: <5479f20c59fa8_15993fb1fbd7129c515a4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 668668600d0097d26b41861f9dd3cdbe24cf7472 https://github.com/numpy/numpy/commit/668668600d0097d26b41861f9dd3cdbe24cf7472 Author: Julian Taylor Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M numpy/core/setup_common.py M numpy/core/src/private/templ_common.h.src Log Message: ----------- ENH: use gcc intrinsic for overflow checked multiplication More efficient as it uses processor overflow flags if available. Commit: 0afa5fc05032cacae38280063544ca5d315d6d1d https://github.com/numpy/numpy/commit/0afa5fc05032cacae38280063544ca5d315d6d1d Author: Charles Harris Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M numpy/core/setup_common.py M numpy/core/src/private/templ_common.h.src Log Message: ----------- Merge pull request #5304 from juliantaylor/mul-overflow ENH: use gcc intrinsic for overflow checked multiplication Compare: https://github.com/numpy/numpy/compare/710be5b4c61a...0afa5fc05032 From noreply at github.com Sun Nov 30 11:51:53 2014 From: noreply at github.com (GitHub) Date: Sun, 30 Nov 2014 08:51:53 -0800 Subject: [Numpy-svn] [numpy/numpy] af1cf1: DOC: Imrpoved docstring for np.tensordot() Message-ID: <547b4b29ecee7_25023f83a380f2bc53711@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: af1cf19cb18e10f7c5ca43ff52cb64f31fd2c02e https://github.com/numpy/numpy/commit/af1cf19cb18e10f7c5ca43ff52cb64f31fd2c02e Author: Yuxiang Wang Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC: Imrpoved docstring for np.tensordot() Commit: 8993a5d07b0fba2968b4cb0d61489ae86da001bf https://github.com/numpy/numpy/commit/8993a5d07b0fba2968b4cb0d61489ae86da001bf Author: Charles Harris Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/core/numeric.py Log Message: ----------- Merge pull request #5322 from yw5aj/tensordot_doc Imrpoved docstring for np.tensordot() Compare: https://github.com/numpy/numpy/compare/0afa5fc05032...8993a5d07b0f From noreply at github.com Sun Nov 30 12:14:13 2014 From: noreply at github.com (GitHub) Date: Sun, 30 Nov 2014 09:14:13 -0800 Subject: [Numpy-svn] [numpy/numpy] 359118: BUG: fix collections.Hashable behaviour for numpy ... Message-ID: <547b506559a43_84a3fe9075e92c08768e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 359118160365672554d576b3d6b341e907135133 https://github.com/numpy/numpy/commit/359118160365672554d576b3d6b341e907135133 Author: David Cournapeau Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix collections.Hashable behaviour for numpy arrays. Commit: 665e52e8460cfb2e75e91bd70a60c813033fd8ed https://github.com/numpy/numpy/commit/665e52e8460cfb2e75e91bd70a60c813033fd8ed Author: Charles Harris Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/core/src/multiarray/arrayobject.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #5326 from cournape/fix_hashable_collections BUG: fix collections.Hashable behaviour for numpy arrays. Compare: https://github.com/numpy/numpy/compare/8993a5d07b0f...665e52e8460c From noreply at github.com Sun Nov 30 12:20:50 2014 From: noreply at github.com (GitHub) Date: Sun, 30 Nov 2014 09:20:50 -0800 Subject: [Numpy-svn] [numpy/numpy] b82388: BUG: Closes #2917: numpy.lib._iotools.StringConver... Message-ID: <547b51f2c13c0_786d3f7fe281b2c05574@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b82388e32ab4c717fd952fa4b8b0ece5512c9972 https://github.com/numpy/numpy/commit/b82388e32ab4c717fd952fa4b8b0ece5512c9972 Author: Garrett-R Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/_iotools.py M numpy/lib/tests/test__iotools.py Log Message: ----------- BUG: Closes #2917: numpy.lib._iotools.StringConverter.upgrade return numpy.lib._iotools.StringConverter.upgrade should have a return value Commit: f7eb37f16d7abff1d11987dced498ce923088001 https://github.com/numpy/numpy/commit/f7eb37f16d7abff1d11987dced498ce923088001 Author: Charles Harris Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/_iotools.py M numpy/lib/tests/test__iotools.py Log Message: ----------- Merge pull request #5324 from Garrett-R/fix_bug_2917 BUG: Fixes #2917: numpy.lib._iotools.StringConverter.upgrade return Compare: https://github.com/numpy/numpy/compare/665e52e8460c...f7eb37f16d7a From noreply at github.com Sun Nov 30 15:02:51 2014 From: noreply at github.com (GitHub) Date: Sun, 30 Nov 2014 12:02:51 -0800 Subject: [Numpy-svn] [numpy/numpy] 1761a6: ENH: More explicit error message for np.savetxt Message-ID: <547b77ebb8d1a_25043fdbdf1b12a050382@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1761a648f27cb1277897170ed220de9176d52a75 https://github.com/numpy/numpy/commit/1761a648f27cb1277897170ed220de9176d52a75 Author: Adam Williams Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- ENH: More explicit error message for np.savetxt Commit: 8a2dd0680e8470aab7ad63622c0d0af703f58d42 https://github.com/numpy/numpy/commit/8a2dd0680e8470aab7ad63622c0d0af703f58d42 Author: Charles Harris Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #5327 from madawilliams/savetxt ENH: More explicit error message for np.savetxt Compare: https://github.com/numpy/numpy/compare/f7eb37f16d7a...8a2dd0680e84