From noreply at github.com Mon Dec 1 14:28:55 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 11:28:55 -0800 Subject: [Numpy-svn] [numpy/numpy] c4c2f2: BLD: Change Fortran version flag and string check Message-ID: <547cc177aea32_55993fd7338c329c12254@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c4c2f21a784d94f2708163243dbfea846d527f77 https://github.com/numpy/numpy/commit/c4c2f21a784d94f2708163243dbfea846d527f77 Author: Ryan Nelson Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M numpy/distutils/fcompiler/gnu.py M numpy/distutils/tests/test_fcompiler_gnu.py Log Message: ----------- BLD: Change Fortran version flag and string check The version check flag for GnuFCompiler and Gnu95FCompiler were changed from `--version` to `-dumpversion`. This simplifies the gnu_version_match code for gfortran, and makes it possible to drop much of the check code for g77 as well. This fix addresses issue #5315 and #5321. Commit: e31dcad0aca659acd89ca90ae5030731d0eccf91 https://github.com/numpy/numpy/commit/e31dcad0aca659acd89ca90ae5030731d0eccf91 Author: Charles Harris Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M numpy/distutils/fcompiler/gnu.py M numpy/distutils/tests/test_fcompiler_gnu.py Log Message: ----------- Merge pull request #5333 from rnelsonchem/comp_exe BLD: Change Fortran version flag and string check Compare: https://github.com/numpy/numpy/compare/8a2dd0680e84...e31dcad0aca6 From noreply at github.com Tue Dec 2 12:00:39 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:00:39 -0800 Subject: [Numpy-svn] [numpy/numpy] 6ce988: MAINT/TST: refactor and test packbits/unpackbits Message-ID: <547df037a598c_4b133fda5ae6f2c08768a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6ce98831797729d7fb8aa525ddda017aceffa5e3 https://github.com/numpy/numpy/commit/6ce98831797729d7fb8aa525ddda017aceffa5e3 Author: Lars Buitinck Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/src/_compiled_base.c A numpy/lib/tests/test_packbits.py Log Message: ----------- MAINT/TST: refactor and test packbits/unpackbits Pushes the GIL release one loop outward. First test for these functions (!). Incorporates suggestions by @jaimefrio and @charris. Commit: 24effb6b7a075e23d85ea0b60ed8a607fe218c14 https://github.com/numpy/numpy/commit/24effb6b7a075e23d85ea0b60ed8a607fe218c14 Author: Lars Buitinck Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M numpy/lib/src/_compiled_base.c M numpy/lib/tests/test_packbits.py Log Message: ----------- ENH ensure np.packbits works on np.bool dtype Commit: a6b0917f180999293fdebbce4ae1728b4e3f45ff https://github.com/numpy/numpy/commit/a6b0917f180999293fdebbce4ae1728b4e3f45ff Author: Charles Harris Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M numpy/lib/src/_compiled_base.c A numpy/lib/tests/test_packbits.py Log Message: ----------- Merge pull request #5319 from larsmans/c-fixes MAINT: refactor packbits/unpackbits Compare: https://github.com/numpy/numpy/compare/e31dcad0aca6...a6b0917f1809 From noreply at github.com Tue Dec 2 16:19:26 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 13:19:26 -0800 Subject: [Numpy-svn] [numpy/numpy] 8e7645: TST: report relaxed strides setting alongside the ... Message-ID: <547e2cdeeeb17_3e233fb384a252c04559f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8e7645989e4b8a7c2bb27b02e9fc5917fb70ac70 https://github.com/numpy/numpy/commit/8e7645989e4b8a7c2bb27b02e9fc5917fb70ac70 Author: alex Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- TST: report relaxed strides setting alongside the numpy version and path at the beginning of nosetests Commit: 00e6f31e2d8b2ea358fdd1fb582e29570c98f2bf https://github.com/numpy/numpy/commit/00e6f31e2d8b2ea358fdd1fb582e29570c98f2bf Author: Nathaniel J. Smith Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M numpy/testing/nosetester.py Log Message: ----------- Merge pull request #5342 from argriffing/show-relaxed-strides-in-nosetester TST: report relaxed strides setting alongside the numpy version and path at the beginning of nosetests Compare: https://github.com/numpy/numpy/compare/a6b0917f1809...00e6f31e2d8b From noreply at github.com Fri Dec 5 11:24:45 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 08:24:45 -0800 Subject: [Numpy-svn] [numpy/numpy] b3121e: BUG: Rename fft C functions to avoid name conflict Message-ID: <5481dc4d85ccd_136e3f81a062729c913fc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b3121e856556ca2ca1cce22ab100d85dd702a30a https://github.com/numpy/numpy/commit/b3121e856556ca2ca1cce22ab100d85dd702a30a Author: Ryan Nelson Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M numpy/fft/fftpack.c M numpy/fft/fftpack.h M numpy/fft/fftpack_litemodule.c Log Message: ----------- BUG: Rename fft C functions to avoid name conflict Resolves issue #565. The public fft functions defined in fftpack.c have name conflicts on certain systems, so the prefix "npy_" was added to these functions. Added NPY_VISIBILITY_HIDDEN to the public functions in both fftpack.h and fftpack.c. This required rearranging the includes at the beginning of fftpack_litemodule.c so that this macro was properly defined. In addition, Python.h and numpy/ndarraytypes.h were included in the fftpack.h. One function, rfftb1, was flagged as `static` as it was not exported in the header. Build and tests pass using both Python 2.7.8 and Python 3.4.2. Commit: 152805e5e2f0dc51fdbe89e0a07127b3ac49984d https://github.com/numpy/numpy/commit/152805e5e2f0dc51fdbe89e0a07127b3ac49984d Author: Julian Taylor Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M numpy/fft/fftpack.c M numpy/fft/fftpack.h M numpy/fft/fftpack_litemodule.c Log Message: ----------- Merge pull request #5335 from rnelsonchem/fft_name_fix BUG: Rename fft C functions to avoid name conflict Compare: https://github.com/numpy/numpy/compare/00e6f31e2d8b...152805e5e2f0 From noreply at github.com Fri Dec 5 21:13:58 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 18:13:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 36f717: Change pronoun in doc string from "his" to gender-... Message-ID: <54826666400cc_3ca3fbcf202b2c0104934@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 36f71788620bb17d123669cf03f086fb2b87b3a8 https://github.com/numpy/numpy/commit/36f71788620bb17d123669cf03f086fb2b87b3a8 Author: Bob Poekert Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M numpy/lib/format.py Log Message: ----------- Change pronoun in doc string from "his" to gender-neutral "their" Commit: 545d485751b3b2c1f68e36dbc4ea64ca50876a59 https://github.com/numpy/numpy/commit/545d485751b3b2c1f68e36dbc4ea64ca50876a59 Author: Nathaniel J. Smith Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M numpy/lib/format.py Log Message: ----------- Merge pull request #5349 from bobpoekert/patch-1 Change pronoun in doc string from "his" to gender-neutral "their" Compare: https://github.com/numpy/numpy/compare/152805e5e2f0...545d485751b3 From noreply at github.com Mon Dec 8 10:08:49 2014 From: noreply at github.com (GitHub) Date: Mon, 08 Dec 2014 07:08:49 -0800 Subject: [Numpy-svn] [numpy/numpy] 0e8eda: BUG: digitize segfaults on TypeError Message-ID: <5485bf01108c5_33413f86c76132c0403c0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0e8edab421e3b20ff2f4085e06040101c2d9865f https://github.com/numpy/numpy/commit/0e8edab421e3b20ff2f4085e06040101c2d9865f Author: jaimefrio Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M numpy/lib/src/_compiled_base.c M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: digitize segfaults on TypeError The new searchsorted-based digitize introduced in #5101 segfaults when it should raise a TypeError. Commit: b8a5da49675009165326ec2e7aa6968cf6e15782 https://github.com/numpy/numpy/commit/b8a5da49675009165326ec2e7aa6968cf6e15782 Author: Charles Harris Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M numpy/lib/src/_compiled_base.c M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #5355 from jaimefrio/digitize_bug BUG: digitize segfaults on TypeError Compare: https://github.com/numpy/numpy/compare/545d485751b3...b8a5da496750 From noreply at github.com Wed Dec 10 13:32:54 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 10:32:54 -0800 Subject: [Numpy-svn] [numpy/numpy] e4c861: REL: set version number to unreleased 1.9.2 Message-ID: <548891d658664_70b83fc2f203f29c3584a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: e4c861f4c4e9c0e71904858d770661f264a86ba1 https://github.com/numpy/numpy/commit/e4c861f4c4e9c0e71904858d770661f264a86ba1 Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M setup.py Log Message: ----------- REL: set version number to unreleased 1.9.2 From noreply at github.com Wed Dec 10 13:57:44 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 10:57:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 14a3dc: DOC : minor changes to linspace docstring Message-ID: <548897a8863ec_a563ff9f27b529c599aa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 14a3dca63e7fac58a1311acf3e01ab548a2e7ea2 https://github.com/numpy/numpy/commit/14a3dca63e7fac58a1311acf3e01ab548a2e7ea2 Author: Thomas A Caswell Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/core/function_base.py Log Message: ----------- DOC : minor changes to linspace docstring - added optional flag to dtype - moved conditional on step to the description from the type Commit: f546b8b2b8569fce86bece756b9efb4c8fa7a35a https://github.com/numpy/numpy/commit/f546b8b2b8569fce86bece756b9efb4c8fa7a35a Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/core/function_base.py Log Message: ----------- Merge pull request #5359 from tacaswell/linspace_doc DOC : minor changes to linspace docstring Compare: https://github.com/numpy/numpy/compare/e4c861f4c4e9...f546b8b2b856 From noreply at github.com Wed Dec 10 13:57:45 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 10:57:45 -0800 Subject: [Numpy-svn] [numpy/numpy] 14a3dc: DOC : minor changes to linspace docstring Message-ID: <548897a97ab9e_68b93f80bf59d2b8206d7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 14a3dca63e7fac58a1311acf3e01ab548a2e7ea2 https://github.com/numpy/numpy/commit/14a3dca63e7fac58a1311acf3e01ab548a2e7ea2 Author: Thomas A Caswell Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/core/function_base.py Log Message: ----------- DOC : minor changes to linspace docstring - added optional flag to dtype - moved conditional on step to the description from the type Commit: c5808d11299d6866886dd5fc89d8d522dc06617d https://github.com/numpy/numpy/commit/c5808d11299d6866886dd5fc89d8d522dc06617d Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/core/function_base.py Log Message: ----------- Merge pull request #5359 from tacaswell/linspace_doc DOC : minor changes to linspace docstring Compare: https://github.com/numpy/numpy/compare/b8a5da496750...c5808d11299d From noreply at github.com Wed Dec 10 14:20:24 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 11:20:24 -0800 Subject: [Numpy-svn] [numpy/numpy] 5ef956: DOC: fix typos and clarify multi_dot docstring.. Message-ID: <54889cf8ce179_d823fb4795f72c07284f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5ef95667c2feacc6d7f3206ad19fd222ecd2d7c1 https://github.com/numpy/numpy/commit/5ef95667c2feacc6d7f3206ad19fd222ecd2d7c1 Author: Stefan Otte Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- DOC: fix typos and clarify multi_dot docstring.. - fix singular/plural issues - don't switch between "order" and "ordering"; use "order" - clarify the shapes of the arguments - don't "import numpy as np" in docstring Commit: cf2dc930e7b7f737445e8698041b5d98f6f88c4e https://github.com/numpy/numpy/commit/cf2dc930e7b7f737445e8698041b5d98f6f88c4e Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- Merge pull request #5277 from sotte/multidot_typos DOC: fix typos and clarify multi_dot docstring.. Compare: https://github.com/numpy/numpy/compare/c5808d11299d...cf2dc930e7b7 From noreply at github.com Wed Dec 10 14:25:47 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 11:25:47 -0800 Subject: [Numpy-svn] [numpy/numpy] 54bb07: DOC: Update the docs for the C API to reflect the ... Message-ID: <54889e3be8883_cab3fcf770b92b8896da@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 54bb07b723f6c1fc508e5021de8ef261ae366f6a https://github.com/numpy/numpy/commit/54bb07b723f6c1fc508e5021de8ef261ae366f6a Author: Chris Kerr Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: Update the docs for the C API to reflect the change in return type of PyArray_ITEMSIZE Commit: 69265b8601ed72c558d033ecef4d6157b052da05 https://github.com/numpy/numpy/commit/69265b8601ed72c558d033ecef4d6157b052da05 Author: Chris Kerr Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/f2py/src/fortranobject.c Log Message: ----------- MAINT: Update printf statements in fortranobject.c Using NPY_INTP_FMT to format PyArray_ITEMSIZE Commit: 8df7eddd48584606310790be6d8d0d6b36671297 https://github.com/numpy/numpy/commit/8df7eddd48584606310790be6d8d0d6b36671297 Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M numpy/f2py/src/fortranobject.c Log Message: ----------- MAINT: cast PyArray_ITEMSIZE result to avoid warnings return type depends on API version used Commit: 629735bf25589d5551f9e5c1c5c3194d25511260 https://github.com/numpy/numpy/commit/629735bf25589d5551f9e5c1c5c3194d25511260 Author: Julian Taylor Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M doc/source/reference/c-api.array.rst M numpy/f2py/src/fortranobject.c Log Message: ----------- Merge pull request #5287 from chatcannon/reconcile-c-api-with-docs Reconcile C API with docs Compare: https://github.com/numpy/numpy/compare/cf2dc930e7b7...629735bf2558 From noreply at github.com Fri Dec 12 14:59:53 2014 From: noreply at github.com (GitHub) Date: Fri, 12 Dec 2014 11:59:53 -0800 Subject: [Numpy-svn] [numpy/numpy] 997f43: DOC: Give a more explicit reference to the .npy fo... Message-ID: <548b493912642_5ffb3fbf755952bc114242@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 997f4323ff4cd19943b7c4a79edfcbe46914b1be https://github.com/numpy/numpy/commit/997f4323ff4cd19943b7c4a79edfcbe46914b1be Author: Warren Weckesser Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- DOC: Give a more explicit reference to the .npy format documentation in the 'save' docstring. Commit: 35890ae6c0e151ece1059b6052e1a41836658f31 https://github.com/numpy/numpy/commit/35890ae6c0e151ece1059b6052e1a41836658f31 Author: Charles Harris Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #5367 from WarrenWeckesser/doc-format-ref DOC: Give a more explicit reference to the .npy format documentation in the 'save' docstring. Compare: https://github.com/numpy/numpy/compare/629735bf2558...35890ae6c0e1 From noreply at github.com Fri Dec 12 15:24:46 2014 From: noreply at github.com (GitHub) Date: Fri, 12 Dec 2014 12:24:46 -0800 Subject: [Numpy-svn] [numpy/numpy] 819b3a: BUG: Closes #2015: diag returns ndarray Message-ID: <548b4f0ed279f_64623ff4d75e32b8146f2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 819b3a8a019469774a5343afd87ec71ec696bf80 https://github.com/numpy/numpy/commit/819b3a8a019469774a5343afd87ec71ec696bf80 Author: Garrett-R Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M numpy/core/fromnumeric.py M numpy/lib/twodim_base.py M numpy/matrixlib/tests/test_numeric.py Log Message: ----------- BUG: Closes #2015: diag returns ndarray If x is a matrix, np.diag(x) and np.diagonal(x) now return matrices instead of arrays. Both of these cause x.diagonal() to be called. That means they return row vectors (just like x.flatten(), x.ravel(), x.cumprod(), etc.) Commit: 971ae727442f83a81f52af619ea13649a6ddcf83 https://github.com/numpy/numpy/commit/971ae727442f83a81f52af619ea13649a6ddcf83 Author: Garrett-R Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M numpy/core/fromnumeric.py M numpy/lib/twodim_base.py Log Message: ----------- Improved PEP-8 compliance Commit: 2070ecf08a4727819b0268f761f6614a153e619c https://github.com/numpy/numpy/commit/2070ecf08a4727819b0268f761f6614a153e619c Author: Charles Harris Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/fromnumeric.py M numpy/lib/twodim_base.py M numpy/matrixlib/tests/test_numeric.py Log Message: ----------- Merge pull request #5358 from Garrett-R/fix_bug_2015 Fix #2015: diag returns ndarray instead of matrix Compare: https://github.com/numpy/numpy/compare/35890ae6c0e1...2070ecf08a47 From noreply at github.com Sat Dec 13 06:03:47 2014 From: noreply at github.com (GitHub) Date: Sat, 13 Dec 2014 03:03:47 -0800 Subject: [Numpy-svn] [numpy/numpy] ad3860: DOC : list type option in tensordot axes arg Message-ID: <548c1d1310ede_37b23f91f6e112bc317c2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: ad38608c125df357f7136e111f36955b6fab5d33 https://github.com/numpy/numpy/commit/ad38608c125df357f7136e111f36955b6fab5d33 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC : list type option in tensordot axes arg Commit: 994a877d459e4ae9795dc0e35ebb9faef575ad13 https://github.com/numpy/numpy/commit/994a877d459e4ae9795dc0e35ebb9faef575ad13 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py M numpy/lib/function_base.py M numpy/ma/core.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC : do not abuse enumeration for return types change '{ndarray, float}' -> 'ndarray or float' as {} are for when the value is an enumeration Commit: 48b61ec8c4b6e81100d96b3ab854947dd6ab1f64 https://github.com/numpy/numpy/commit/48b61ec8c4b6e81100d96b3ab854947dd6ab1f64 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/lib/function_base.py Log Message: ----------- DOC : move shape to front to match rest of docs Commit: 93ee10ef98936e1fa5386836fd5b34b4b6e4bb68 https://github.com/numpy/numpy/commit/93ee10ef98936e1fa5386836fd5b34b4b6e4bb68 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/lib/arraypad.py M numpy/lib/polynomial.py Log Message: ----------- DOC : do not abuse enum markup - {ndarray, bool} -> ndarray or bool - {int, array of ints} -> int or array of ints - {str, function} -> str or function - {sequnce, int} -> sequence or int - {array_like, poly1d} -> array_like or poly1d - {None, list of `m` scalars, scalar} -> list of `m` scalars or scalar Commit: ab6b165d06fe74a738b8ac2f60008ccf4820ba94 https://github.com/numpy/numpy/commit/ab6b165d06fe74a738b8ac2f60008ccf4820ba94 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/numeric.py Log Message: ----------- DOC : integer -> int doc nitpick Commit: c05734e8092e1550800c42b07dec080a2021e5fa https://github.com/numpy/numpy/commit/c05734e8092e1550800c42b07dec080a2021e5fa Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py Log Message: ----------- DOC : added missing space in frexp docstring Commit: 1b908fc0f119f6d4137080d1db317b6b9c4e3e74 https://github.com/numpy/numpy/commit/1b908fc0f119f6d4137080d1db317b6b9c4e3e74 Author: Thomas A Caswell Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M numpy/lib/financial.py Log Message: ----------- DOC : optional parenthesis Commit: 3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5 https://github.com/numpy/numpy/commit/3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5 Author: Ralf Gommers Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: M numpy/core/code_generators/ufunc_docstrings.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/lib/arraypad.py M numpy/lib/financial.py M numpy/lib/function_base.py M numpy/lib/polynomial.py M numpy/ma/core.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5368 from tacaswell/sundry_doc_changes Cleanups in documentation formatting. Compare: https://github.com/numpy/numpy/compare/2070ecf08a47...3ef77eea0d9c From noreply at github.com Fri Dec 19 09:45:44 2014 From: noreply at github.com (GitHub) Date: Fri, 19 Dec 2014 06:45:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 8b3d68: DOC: fix typo in array flag docs. Message-ID: <54943a1812f33_52c13f888b6af2b835596@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8b3d681521a9bb6ef50189eda57ae8cdce10951a https://github.com/numpy/numpy/commit/8b3d681521a9bb6ef50189eda57ae8cdce10951a Author: Eric Moore Date: 2014-12-19 (Fri, 19 Dec 2014) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: fix typo in array flag docs. Commit: 243ab56dc0c2a0352c3f326e783af3bcdbaf58bd https://github.com/numpy/numpy/commit/243ab56dc0c2a0352c3f326e783af3bcdbaf58bd Author: Jaime Date: 2014-12-19 (Fri, 19 Dec 2014) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- Merge pull request #5380 from ewmoore/apidocfixtiny DOC: fix typo in array flag docs. Compare: https://github.com/numpy/numpy/compare/3ef77eea0d9c...243ab56dc0c2 From noreply at github.com Tue Dec 23 10:43:25 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 07:43:25 -0800 Subject: [Numpy-svn] [numpy/numpy] 529588: BUG: make set_state and get_state threadsafe Message-ID: <54998d9dd0821_79693fe86c90f29c3513e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 52958884a2ff36737c018102c68f28d221dac613 https://github.com/numpy/numpy/commit/52958884a2ff36737c018102c68f28d221dac613 Author: Sturla Molden Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: make set_state and get_state threadsafe Commit: a581765dbba3534a556fedcb6c1af7d9b235435c https://github.com/numpy/numpy/commit/a581765dbba3534a556fedcb6c1af7d9b235435c Author: Julian Taylor Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5388 from sturlamolden/mtrand-bugfix-threadsafe BUG: Make RandomState.set_state and RandomState.get_state threadsafe Compare: https://github.com/numpy/numpy/compare/243ab56dc0c2...a581765dbba3 From noreply at github.com Tue Dec 23 10:43:33 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 07:43:33 -0800 Subject: [Numpy-svn] [numpy/numpy] 529588: BUG: make set_state and get_state threadsafe Message-ID: <54998da520ca4_7d723fd660c292c0109386@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 52958884a2ff36737c018102c68f28d221dac613 https://github.com/numpy/numpy/commit/52958884a2ff36737c018102c68f28d221dac613 Author: Sturla Molden Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: make set_state and get_state threadsafe Commit: c62f666fbe51e5d9be7de8893192ef8f7a99ca8f https://github.com/numpy/numpy/commit/c62f666fbe51e5d9be7de8893192ef8f7a99ca8f Author: Julian Taylor Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5388 from sturlamolden/mtrand-bugfix-threadsafe BUG: Make RandomState.set_state and RandomState.get_state threadsafe Compare: https://github.com/numpy/numpy/compare/f546b8b2b856...c62f666fbe51 From noreply at github.com Tue Dec 23 14:04:28 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 11:04:28 -0800 Subject: [Numpy-svn] [numpy/numpy] fee4bc: BUG: make seed, randint and shuffle threadsafe Message-ID: <5499bcbc71847_3b083f9e97e532b8772e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: fee4bcbaf0eb1c7d5c5a0eadc2011be00370b335 https://github.com/numpy/numpy/commit/fee4bcbaf0eb1c7d5c5a0eadc2011be00370b335 Author: Sturla Molden Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: make seed, randint and shuffle threadsafe Commit: 50d8af82e2a01a4309f92717362f0dd68a7ded74 https://github.com/numpy/numpy/commit/50d8af82e2a01a4309f92717362f0dd68a7ded74 Author: Julian Taylor Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5390 from sturlamolden/mtrand-bugfix-threadsafe BUG: Make RandomState.seed, RandomState.randint and RandomState.shuffle threadsafe Compare: https://github.com/numpy/numpy/compare/c62f666fbe51...50d8af82e2a0 From noreply at github.com Tue Dec 23 14:04:36 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 11:04:36 -0800 Subject: [Numpy-svn] [numpy/numpy] fee4bc: BUG: make seed, randint and shuffle threadsafe Message-ID: <5499bcc46689_354c3f98d78f72bc614de@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fee4bcbaf0eb1c7d5c5a0eadc2011be00370b335 https://github.com/numpy/numpy/commit/fee4bcbaf0eb1c7d5c5a0eadc2011be00370b335 Author: Sturla Molden Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: make seed, randint and shuffle threadsafe Commit: 04531307b4bac69f96fc8e284f0f18da2d5345fd https://github.com/numpy/numpy/commit/04531307b4bac69f96fc8e284f0f18da2d5345fd Author: Julian Taylor Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #5390 from sturlamolden/mtrand-bugfix-threadsafe BUG: Make RandomState.seed, RandomState.randint and RandomState.shuffle threadsafe Compare: https://github.com/numpy/numpy/compare/a581765dbba3...04531307b4ba From noreply at github.com Tue Dec 23 20:20:16 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 17:20:16 -0800 Subject: [Numpy-svn] [numpy/numpy] c683a4: BLD: for PEP 440 compliance, change development ve... Message-ID: <549a14d065c8_7b963fc4210492bc1090e1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c683a43a23be09eda868a6be2427e4c9ef583447 https://github.com/numpy/numpy/commit/c683a43a23be09eda868a6be2427e4c9ef583447 Author: alex Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M setup.py Log Message: ----------- BLD: for PEP 440 compliance, change development version name format from e.g. 1.10.0.dev-243ab56 to 1.10.0.dev+243ab56 Commit: b5cb6f1ae2e45f54fdf1f41fa6a4225a8583d7ba https://github.com/numpy/numpy/commit/b5cb6f1ae2e45f54fdf1f41fa6a4225a8583d7ba Author: Charles Harris Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M setup.py Log Message: ----------- Merge pull request #5387 from argriffing/pep-440 BLD: PEP 440 Compare: https://github.com/numpy/numpy/compare/04531307b4ba...b5cb6f1ae2e4 From noreply at github.com Wed Dec 24 07:40:29 2014 From: noreply at github.com (GitHub) Date: Wed, 24 Dec 2014 04:40:29 -0800 Subject: [Numpy-svn] [numpy/numpy] 3b6217: DOC: Fixed incorrect assert_array_almost_equal_nul... Message-ID: <549ab43d6db19_9d63fc3ecb2d2bc305cb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3b6217f3799f85686c1ae87bbdc5cb10ad4585ec https://github.com/numpy/numpy/commit/3b6217f3799f85686c1ae87bbdc5cb10ad4585ec Author: Eric O. LEBIGOT (EOL) Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/testing/utils.py Log Message: ----------- DOC: Fixed incorrect assert_array_almost_equal_nulp documentation The `max()` function previously used does not work with two array-like. `maximum()` does, and is what is essentially used in the code (`ref = nulp * np.spacing(np.where(ax > ay, ax, ay))`). Commit: 2be7ec4d0a65102b0d68cf75d6d877aecd71a524 https://github.com/numpy/numpy/commit/2be7ec4d0a65102b0d68cf75d6d877aecd71a524 Author: Julian Taylor Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #5374 from lebigot/patch-1 DOC: Fixed incorrect assert_array_almost_equal_nulp documentation Compare: https://github.com/numpy/numpy/compare/b5cb6f1ae2e4...2be7ec4d0a65 From noreply at github.com Wed Dec 24 07:40:22 2014 From: noreply at github.com (GitHub) Date: Wed, 24 Dec 2014 04:40:22 -0800 Subject: [Numpy-svn] [numpy/numpy] 3b6217: DOC: Fixed incorrect assert_array_almost_equal_nul... Message-ID: <549ab436567c_671e3fd6c67f32bc44573@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: 3b6217f3799f85686c1ae87bbdc5cb10ad4585ec https://github.com/numpy/numpy/commit/3b6217f3799f85686c1ae87bbdc5cb10ad4585ec Author: Eric O. LEBIGOT (EOL) Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/testing/utils.py Log Message: ----------- DOC: Fixed incorrect assert_array_almost_equal_nulp documentation The `max()` function previously used does not work with two array-like. `maximum()` does, and is what is essentially used in the code (`ref = nulp * np.spacing(np.where(ax > ay, ax, ay))`). Commit: bd7fcee2efe3a1b40f46ef271b99bb1caa4bc8cc https://github.com/numpy/numpy/commit/bd7fcee2efe3a1b40f46ef271b99bb1caa4bc8cc Author: Julian Taylor Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #5374 from lebigot/patch-1 DOC: Fixed incorrect assert_array_almost_equal_nulp documentation Compare: https://github.com/numpy/numpy/compare/50d8af82e2a0...bd7fcee2efe3 From noreply at github.com Wed Dec 24 13:49:06 2014 From: noreply at github.com (GitHub) Date: Wed, 24 Dec 2014 10:49:06 -0800 Subject: [Numpy-svn] [numpy/numpy] 75666e: BUG: Xerbla doesn't get linked in 1.10-devel. Message-ID: <549b0aa297b48_5963f9fe65072b885538@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 75666e3abce678b4ddaee1c9f65ea497a234fae0 https://github.com/numpy/numpy/commit/75666e3abce678b4ddaee1c9f65ea497a234fae0 Author: Charles Harris Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/core/bscript M numpy/core/setup.py M numpy/core/src/multiarray/multiarraymodule_onefile.c A numpy/core/src/multiarray/python_xerbla.c M numpy/linalg/tests/test_linalg.py Log Message: ----------- BUG: Xerbla doesn't get linked in 1.10-devel. Add our python_xerbla to the multiarray sources. That function is needed for all modules that link to the ATLAS 3.10 libraries, which are now all located in two files, libsatlas and libtatlas. Also make the test for xerbla linkage work better. If xerbla is not linked the test will be skipped with a message. Closes #5362. Commit: bcd7169d6839f9aa64bcab3f716e6c4b4974916b https://github.com/numpy/numpy/commit/bcd7169d6839f9aa64bcab3f716e6c4b4974916b Author: Charles Harris Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/core/bscript M numpy/core/setup.py M numpy/core/src/multiarray/multiarraymodule_onefile.c A numpy/core/src/multiarray/python_xerbla.c M numpy/linalg/tests/test_linalg.py Log Message: ----------- Merge pull request #5383 from charris/xerbla BUG: Xerbla doesn't get linked in 1.10-devel. Compare: https://github.com/numpy/numpy/compare/2be7ec4d0a65...bcd7169d6839 From noreply at github.com Wed Dec 24 14:02:59 2014 From: noreply at github.com (GitHub) Date: Wed, 24 Dec 2014 11:02:59 -0800 Subject: [Numpy-svn] [numpy/numpy] dd0732: ENH: Add support for ATLAS > 3.9.33. Message-ID: <549b0de3629e6_5e403fa81978b29c38147@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: dd0732e4bda8f4379b17ea479bcecc876ab50ce6 https://github.com/numpy/numpy/commit/dd0732e4bda8f4379b17ea479bcecc876ab50ce6 Author: Charles Harris Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- ENH: Add support for ATLAS > 3.9.33. Recent ATLAS combines the previous libraries into two * libsatlas -- single threaded. * libtatlas -- threaded. This fix is a bit of hack in that ATLAS > 3.9.33 is treated as a new, separate library covered by atlas_3_10_info, but the latter derived from atlas_info, which treats the cblas, atlas, and atlas_lapack libraries separately, so the new info has a bit of repetition. The alternative would be to rewrite atlas_info, but that can wait on a larger cleanup of the build system. Closes #3774. Commit: aa95d5dde0811c2d8394850cbda5bb10296eba9b https://github.com/numpy/numpy/commit/aa95d5dde0811c2d8394850cbda5bb10296eba9b Author: Charles Harris Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #5364 from charris/detect_atlas_3_10 ENH: Add support for ATLAS > 3.9.33. Compare: https://github.com/numpy/numpy/compare/bcd7169d6839...aa95d5dde081 From noreply at github.com Thu Dec 25 13:23:16 2014 From: noreply at github.com (GitHub) Date: Thu, 25 Dec 2014 10:23:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 26d883: REL: Update the 1.10 release notes. Message-ID: <549c5614de6b2_6a543fa65979329c97089@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 26d883ce844b1c808832dd0fef3ff5f4dab85106 https://github.com/numpy/numpy/commit/26d883ce844b1c808832dd0fef3ff5f4dab85106 Author: Charles Harris Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- REL: Update the 1.10 release notes. Mention that diag and diagonal functions now preserve subtypes. That can lead to incompatibilies with previous code using matrices. Commit: 901f88bd3c20b35476e8d4a781bf8bd74547fb2a https://github.com/numpy/numpy/commit/901f88bd3c20b35476e8d4a781bf8bd74547fb2a Author: Charles Harris Date: 2014-12-25 (Thu, 25 Dec 2014) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #5369 from charris/compat-note REL: Update the 1.10 release notes. Compare: https://github.com/numpy/numpy/compare/aa95d5dde081...901f88bd3c20 From noreply at github.com Sat Dec 27 04:42:03 2014 From: noreply at github.com (GitHub) Date: Sat, 27 Dec 2014 01:42:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 33bacd: remove trailing whitespace Message-ID: <549e7eeb99147_68d03fef76b632bc87067@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 33bacd5114e1b22f9ff50670342385dbf04050e6 https://github.com/numpy/numpy/commit/33bacd5114e1b22f9ff50670342385dbf04050e6 Author: Valentin Haenel Date: 2014-12-27 (Sat, 27 Dec 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- remove trailing whitespace Commit: b4cd02533275d9610c8a38578a4884d711440773 https://github.com/numpy/numpy/commit/b4cd02533275d9610c8a38578a4884d711440773 Author: Ralf Gommers Date: 2014-12-27 (Sat, 27 Dec 2014) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #5397 from esc/fix/trailing_whitespace MAINT: remove trailing whitespace Compare: https://github.com/numpy/numpy/compare/901f88bd3c20...b4cd02533275 From noreply at github.com Mon Dec 29 04:41:29 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 01:41:29 -0800 Subject: [Numpy-svn] [numpy/numpy] c5b19b: DOC: Added ma.clump_masked to doc; removed `extras... Message-ID: <54a121c9b72ae_7c3f3fb68dd612c065266@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c5b19b10fa05724e1df177737dcacee735373364 https://github.com/numpy/numpy/commit/c5b19b10fa05724e1df177737dcacee735373364 Author: Yuxiang Wang Date: 2014-12-28 (Sun, 28 Dec 2014) Changed paths: M doc/source/reference/routines.ma.rst M numpy/ma/extras.py Log Message: ----------- DOC: Added ma.clump_masked to doc; removed `extras` in examples 1. Added `ma.clump_masked` and `ma.clump_unmasked` into the rst file; 2. Removed the `.extras` in the examples due to the namespace change Commit: 01f56bf5c36bece01e48d05dfd430c3696d57ff0 https://github.com/numpy/numpy/commit/01f56bf5c36bece01e48d05dfd430c3696d57ff0 Author: Ralf Gommers Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M doc/source/reference/routines.ma.rst M numpy/ma/extras.py Log Message: ----------- Merge pull request #5400 from yw5aj/master DOC: Added ma.clump_masked to doc; removed `extras` in examples Compare: https://github.com/numpy/numpy/compare/b4cd02533275...01f56bf5c36b From noreply at github.com Mon Dec 29 06:45:56 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 03:45:56 -0800 Subject: [Numpy-svn] [numpy/numpy] dd0732: ENH: Add support for ATLAS > 3.9.33. Message-ID: <54a13ef4c21d7_13393f8c230352c095214@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.9.x Home: https://github.com/numpy/numpy Commit: dd0732e4bda8f4379b17ea479bcecc876ab50ce6 https://github.com/numpy/numpy/commit/dd0732e4bda8f4379b17ea479bcecc876ab50ce6 Author: Charles Harris Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- ENH: Add support for ATLAS > 3.9.33. Recent ATLAS combines the previous libraries into two * libsatlas -- single threaded. * libtatlas -- threaded. This fix is a bit of hack in that ATLAS > 3.9.33 is treated as a new, separate library covered by atlas_3_10_info, but the latter derived from atlas_info, which treats the cblas, atlas, and atlas_lapack libraries separately, so the new info has a bit of repetition. The alternative would be to rewrite atlas_info, but that can wait on a larger cleanup of the build system. Closes #3774. Commit: 5ba6e41bb915a411aee122cc3d395a6f9bc880bc https://github.com/numpy/numpy/commit/5ba6e41bb915a411aee122cc3d395a6f9bc880bc Author: Ralf Gommers Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M numpy/distutils/system_info.py Log Message: ----------- Merge pull request #5393 from charris/detect_atlas_3_10 ENH: Add support for ATLAS > 3.9.33. Compare: https://github.com/numpy/numpy/compare/bd7fcee2efe3...5ba6e41bb915 From noreply at github.com Mon Dec 29 09:40:35 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 06:40:35 -0800 Subject: [Numpy-svn] [numpy/numpy] a29c71: DOC: add change to dev-version string (gh-5387) to... Message-ID: <54a167e3d97c8_d813f8ab362929c805a1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a29c718a593dc6f8d523b919c4d4e353a8bd8ccc https://github.com/numpy/numpy/commit/a29c718a593dc6f8d523b919c4d4e353a8bd8ccc Author: Ralf Gommers Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- DOC: add change to dev-version string (gh-5387) to 1.10.0 release notes. Commit: b2f6792d284b0e9383093c30d51ec3a82e8312fd https://github.com/numpy/numpy/commit/b2f6792d284b0e9383093c30d51ec3a82e8312fd Author: Jaime Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Merge pull request #5402 from rgommers/pep440-relnotes DOC: add change to dev-version string (gh-5387) to 1.10.0 release notes. Compare: https://github.com/numpy/numpy/compare/01f56bf5c36b...b2f6792d284b From noreply at github.com Tue Dec 30 04:36:19 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 01:36:19 -0800 Subject: [Numpy-svn] [numpy/numpy] acd873: Removed NotImplementedError for MinGW-w64 Message-ID: <54a2721315791_3d733fd0384092bc64c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: acd873633a9c7017571834ca9d266ed5756d73ed https://github.com/numpy/numpy/commit/acd873633a9c7017571834ca9d266ed5756d73ed Author: Juan Luis Cano Rodr?guez Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- Removed NotImplementedError for MinGW-w64 Closes #3405 Commit: 1f6084a48b3a8a3b417573ac8aaf6932e585ccd0 https://github.com/numpy/numpy/commit/1f6084a48b3a8a3b417573ac8aaf6932e585ccd0 Author: Ralf Gommers Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M numpy/distutils/fcompiler/gnu.py Log Message: ----------- Merge pull request #5403 from Juanlu001/patch-1 Remove NotImplementedError for MinGW-w64 Compare: https://github.com/numpy/numpy/compare/b2f6792d284b...1f6084a48b3a From noreply at github.com Tue Dec 30 06:49:00 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 03:49:00 -0800 Subject: [Numpy-svn] [numpy/numpy] 61f3b1: BUG: solves complex array clip in issue #5354 and ... Message-ID: <54a2912c12a8c_3c493f931927329c1562f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 61f3b10a4fe6a2e5061230bf15d6afb7d6c442d1 https://github.com/numpy/numpy/commit/61f3b10a4fe6a2e5061230bf15d6afb7d6c442d1 Author: Maniteja Nandana Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_numeric.py Log Message: ----------- BUG: solves complex array clip in issue #5354 and added symmetric regression test Commit: fb898ce678c8d45364d1ee7b1a6d0308562a8ad9 https://github.com/numpy/numpy/commit/fb898ce678c8d45364d1ee7b1a6d0308562a8ad9 Author: Jaime Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_numeric.py Log Message: ----------- Merge pull request #5386 from maniteja123/issue5354 BUG: Issue 5354 - Fixed segmentation fault when clipping complex arrays Compare: https://github.com/numpy/numpy/compare/1f6084a48b3a...fb898ce678c8