From noreply at github.com Wed Jul 1 17:13:39 2015 From: noreply at github.com (GitHub) Date: Wed, 01 Jul 2015 14:13:39 -0700 Subject: [Numpy-svn] [numpy/numpy] 7aa4f4: ENH: improve string representation of NaTs in time... Message-ID: <559458032ce7_2bb83f9f8ffd32c04946@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7aa4f494e3dbd183d08d5130b52c0c62fa2af675 https://github.com/numpy/numpy/commit/7aa4f494e3dbd183d08d5130b52c0c62fa2af675 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_datetime.py Log Message: ----------- ENH: improve string representation of NaTs in timedelta64 arrays Rather than representing them as "-9223372036854775808", we now represent them as "'NaT'", as in datetime64 arrays. Note this changes the numpy.core.arrayprint printer, not the builtin printer. Commit: 61d2a445881f80b52bc9facdbd4f58f6e74c637b https://github.com/numpy/numpy/commit/61d2a445881f80b52bc9facdbd4f58f6e74c637b Author: Jaime Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/arrayprint.py M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #6033 from pitrou/td64_array_repr ENH: improve string representation of NaTs in timedelta64 arrays Compare: https://github.com/numpy/numpy/compare/23e10e18f795...61d2a445881f From noreply at github.com Thu Jul 2 03:56:29 2015 From: noreply at github.com (GitHub) Date: Thu, 02 Jul 2015 00:56:29 -0700 Subject: [Numpy-svn] [numpy/numpy] 6646bd: DOC: Fix outdated sphinx directives. Message-ID: <5594eead47d40_6a0a3fa8c5bd12a0684f6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6646bdfeac189c50b19b032ea8b6795ea7fd2074 https://github.com/numpy/numpy/commit/6646bdfeac189c50b19b032ea8b6795ea7fd2074 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.interface.rst M doc/source/reference/arrays.scalars.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.config.rst M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.dtype.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/reference/internals.code-explanations.rst M doc/source/user/c-info.beyond-basics.rst M doc/source/user/c-info.how-to-extend.rst M doc/source/user/c-info.ufunc-tutorial.rst Log Message: ----------- DOC: Fix outdated sphinx directives. Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function:: Commit: 430a3796e11dd11bdc3db7838ff1bcf159105978 https://github.com/numpy/numpy/commit/430a3796e11dd11bdc3db7838ff1bcf159105978 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/lib/info.py Log Message: ----------- DOC: Add reference to new stack function in numpy/lib/info.py. Commit: 1393a575c58f1ba86b1684ba9677ad134d057a93 https://github.com/numpy/numpy/commit/1393a575c58f1ba86b1684ba9677ad134d057a93 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.ndarray.rst M numpy/add_newdocs.py M numpy/matrixlib/tests/test_defmatrix.py Log Message: ----------- DOC: Remove references to removed setasflat ndarray method. Commit: 276a4e1c27f17cca30ae0c0775fe03bd4b46af35 https://github.com/numpy/numpy/commit/276a4e1c27f17cca30ae0c0775fe03bd4b46af35 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.ndarray.rst Log Message: ----------- DOC: Fix list markup in source/reference/arrays.ndarray.rst. List needs to be preceded by blank line. Commit: a70842c58b11b4c3e56425d67e075a418db361f4 https://github.com/numpy/numpy/commit/a70842c58b11b4c3e56425d67e075a418db361f4 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/arrays.classes.rst M doc/source/reference/arrays.ndarray.rst Log Message: ----------- DOC: Remove a reference to __array_priority__. Also correct its documented default value. Commit: dd5fd83164e74523b44b0e8bfbc9054ee19a8db5 https://github.com/numpy/numpy/commit/dd5fd83164e74523b44b0e8bfbc9054ee19a8db5 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/index.rst Log Message: ----------- DOC: Remove reference to routines.ctypeslib.rst from index.rst. The proper reference is in routines.rst. Commit: f940a9e434e2ba39328361336711502895a42194 https://github.com/numpy/numpy/commit/f940a9e434e2ba39328361336711502895a42194 Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/source/reference/internals.code-explanations.rst Log Message: ----------- DOC: Fix bad rst list formats in internals.code-explanations.rst. The lists needed blank lines before starting. Commit: f5e9adbbf87903e42d03bb3dd5f86b70a89e930c https://github.com/numpy/numpy/commit/f5e9adbbf87903e42d03bb3dd5f86b70a89e930c Author: Charles Harris Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/add_newdocs.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/distutils/exec_command.py M numpy/doc/glossary.py M numpy/lib/arraysetops.py M numpy/lib/function_base.py M numpy/lib/npyio.py M numpy/linalg/linalg.py M numpy/ma/extras.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- DOC: Fix docstring warnings in documetation generation. Most of these fixes involve putting blank lines around .. versionadded:: x.x.x and .. deprecated:: x.x.x Some of the examples were also fixed. Commit: 7a3926c45f99284c83eeefb4e87030139b3d689b https://github.com/numpy/numpy/commit/7a3926c45f99284c83eeefb4e87030139b3d689b Author: Nathaniel J. Smith Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M doc/source/reference/arrays.classes.rst M doc/source/reference/arrays.interface.rst M doc/source/reference/arrays.ndarray.rst M doc/source/reference/arrays.scalars.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.config.rst M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.dtype.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/reference/index.rst M doc/source/reference/internals.code-explanations.rst M doc/source/user/c-info.beyond-basics.rst M doc/source/user/c-info.how-to-extend.rst M doc/source/user/c-info.ufunc-tutorial.rst M numpy/add_newdocs.py M numpy/core/defchararray.py M numpy/core/fromnumeric.py M numpy/core/numeric.py M numpy/distutils/exec_command.py M numpy/doc/glossary.py M numpy/lib/arraysetops.py M numpy/lib/function_base.py M numpy/lib/info.py M numpy/lib/npyio.py M numpy/linalg/linalg.py M numpy/ma/extras.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Merge pull request #6035 from charris/documentation-maintenance Documentation fixes. Compare: https://github.com/numpy/numpy/compare/61d2a445881f...7a3926c45f99 From noreply at github.com Fri Jul 3 22:54:13 2015 From: noreply at github.com (GitHub) Date: Fri, 03 Jul 2015 19:54:13 -0700 Subject: [Numpy-svn] [numpy/numpy] c15f77: MAINT: remove a bunch of compiler warnings Message-ID: <55974ad554ad5_24f3fbed59972c013928@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c15f7747c78e3e8b492ac4b1ef298b51bbae428f https://github.com/numpy/numpy/commit/c15f7747c78e3e8b492ac4b1ef298b51bbae428f Author: Julian Taylor Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/ucsnarrow.c M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/test_rational.c.src M numpy/linalg/lapack_litemodule.c Log Message: ----------- MAINT: remove a bunch of compiler warnings there is a memset warning remaining when built with -flto, though its not clear where exactly it comes from. Commit: bb4682a091e9652bfd886a686b3fa85a9636028d https://github.com/numpy/numpy/commit/bb4682a091e9652bfd886a686b3fa85a9636028d Author: Julian Taylor Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M tools/travis-test.sh Log Message: ----------- TST: fail tests on compiler warnings Commit: c2ae6aa0103aecdb5e2a71504583451cada1bfbc https://github.com/numpy/numpy/commit/c2ae6aa0103aecdb5e2a71504583451cada1bfbc Author: Charles Harris Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/ucsnarrow.c M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/test_rational.c.src M numpy/linalg/lapack_litemodule.c M tools/travis-test.sh Log Message: ----------- Merge pull request #6036 from juliantaylor/compiler-warnings remove compiler warnings and let travis test for failures Compare: https://github.com/numpy/numpy/compare/7a3926c45f99...c2ae6aa0103a From noreply at github.com Mon Jul 6 00:17:45 2015 From: noreply at github.com (GitHub) Date: Sun, 05 Jul 2015 21:17:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 8b3e9a: STY: PEP8 fixes for numpy/core/*.py Message-ID: <559a016994350_4bf03fa0610732bc2427a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8b3e9ae5262c1da1118370cd6e83db9b2166952e https://github.com/numpy/numpy/commit/8b3e9ae5262c1da1118370cd6e83db9b2166952e Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/__init__.py M numpy/core/_internal.py M numpy/core/_methods.py M numpy/core/arrayprint.py M numpy/core/defchararray.py M numpy/core/getlimits.py M numpy/core/machar.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/records.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- STY: PEP8 fixes for numpy/core/*.py Commit: 7fa8ab6ac29c1dccf34dae5c53211ace67620ed7 https://github.com/numpy/numpy/commit/7fa8ab6ac29c1dccf34dae5c53211ace67620ed7 Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/_internal.py M numpy/core/defchararray.py M numpy/core/function_base.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- MAINT: Fix some pyflakes warnings in numpy/core/*.py These fixes are not agressive as some of the code is complicated and it is better to be careful. The files numeric.py and numerictypes.py are not easily analysed and the latter is self modifying. Pyflakes generates a number of invalid warnings for those files. Commit: b1a7d4c1d0e18913081ba2c1f8508da57582727e https://github.com/numpy/numpy/commit/b1a7d4c1d0e18913081ba2c1f8508da57582727e Author: Jaime Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/core/__init__.py M numpy/core/_internal.py M numpy/core/_methods.py M numpy/core/arrayprint.py M numpy/core/defchararray.py M numpy/core/function_base.py M numpy/core/getlimits.py M numpy/core/machar.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/records.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py Log Message: ----------- Merge pull request #6048 from charris/pep8-pyflakes-numpy.core PEP8 and pyflakes fixups for numpy.core Compare: https://github.com/numpy/numpy/compare/c2ae6aa0103a...b1a7d4c1d0e1 From noreply at github.com Wed Jul 8 20:53:58 2015 From: noreply at github.com (GitHub) Date: Wed, 08 Jul 2015 17:53:58 -0700 Subject: [Numpy-svn] [numpy/numpy] 84c055: BUG: fix argmin() with NaTs Message-ID: <559dc626e883d_49163fef381292bc98721@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 84c055591dcf951c805bbfee2ca568884810372b https://github.com/numpy/numpy/commit/84c055591dcf951c805bbfee2ca568884810372b Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix argmin() with NaTs np.min() skips NaT values, but np.argmin() wouldn't: since the internal representation of NaT is smaller than every other datetime64 or timedelta64 value, np.argmin() would return results inconsistent with np.min(). Closes #6030. Commit: 9748970b52fcd10b4498e01baa74d2d760fdd220 https://github.com/numpy/numpy/commit/9748970b52fcd10b4498e01baa74d2d760fdd220 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Add tests for leading NaT values, and fix np.min() bug Commit: 50b12ecc36aeea16e640b81e73cf32848ded6c91 https://github.com/numpy/numpy/commit/50b12ecc36aeea16e640b81e73cf32848ded6c91 Author: Antoine Pitrou Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst Log Message: ----------- Update release notes Commit: e9a75342099995b07c4d326fb6c0f47ce3edb002 https://github.com/numpy/numpy/commit/e9a75342099995b07c4d326fb6c0f47ce3edb002 Author: Jaime Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #6031 from pitrou/argmin_nat BUG: fix argmin() with NaTs Compare: https://github.com/numpy/numpy/compare/b1a7d4c1d0e1...e9a753420999 From noreply at github.com Thu Jul 9 02:55:47 2015 From: noreply at github.com (GitHub) Date: Wed, 08 Jul 2015 23:55:47 -0700 Subject: [Numpy-svn] [numpy/numpy] 7fbbaf: Fix typo in site.cfg.example Message-ID: <559e1af32b4d7_4a9e3f8cd35272a011441d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7fbbaf98e4935e9cb7274764de813f7dffb04c89 https://github.com/numpy/numpy/commit/7fbbaf98e4935e9cb7274764de813f7dffb04c89 Author: Eric Martin Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M site.cfg.example Log Message: ----------- Fix typo in site.cfg.example "earch path" => "search path" Commit: 461c997075723cc8812692458d7b2ea9c839336e https://github.com/numpy/numpy/commit/461c997075723cc8812692458d7b2ea9c839336e Author: Jaime Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M site.cfg.example Log Message: ----------- Merge pull request #6058 from lightcatcher/patch-1 MAINT: fix typo in site.cfg.example Compare: https://github.com/numpy/numpy/compare/e9a753420999...461c99707572 From noreply at github.com Thu Jul 9 03:02:00 2015 From: noreply at github.com (GitHub) Date: Thu, 09 Jul 2015 00:02:00 -0700 Subject: [Numpy-svn] [numpy/numpy] 43d4aa: EHN: raise error for negative 'num' in linspace. Message-ID: <559e1c68ea5eb_3d1f3fbba12612bc1252c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 43d4aa5de8a991fa40c9976280cef5b4b080a806 https://github.com/numpy/numpy/commit/43d4aa5de8a991fa40c9976280cef5b4b080a806 Author: Bertrand Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- EHN: raise error for negative 'num' in linspace. Closing #5937 Commit: 0c97cdeb1b29776f927fea4830c802e0339ac8dd https://github.com/numpy/numpy/commit/0c97cdeb1b29776f927fea4830c802e0339ac8dd Author: Jaime Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M numpy/core/function_base.py M numpy/core/tests/test_function_base.py Log Message: ----------- Merge pull request #6057 from bertrand-l/linspace_nonnegative_num EHN: raise error for negative 'num' in linspace. Compare: https://github.com/numpy/numpy/compare/461c99707572...0c97cdeb1b29 From noreply at github.com Sat Jul 11 17:30:49 2015 From: noreply at github.com (GitHub) Date: Sat, 11 Jul 2015 14:30:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 2be00c: BUG: made view of new array to fix ix_ bug Message-ID: <55a18b09106c5_768b3f9e2425329c5085a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2be00c3fe6f6d84d4449b1cb26452642b48c0661 https://github.com/numpy/numpy/commit/2be00c3fe6f6d84d4449b1cb26452642b48c0661 Author: mlai Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- BUG: made view of new array to fix ix_ bug closes gh-6062 done with help of Sebastian Berg! =) Commit: bf0c2d169de75bb2d9349e4f95ad322c20ed63bc https://github.com/numpy/numpy/commit/bf0c2d169de75bb2d9349e4f95ad322c20ed63bc Author: Jaime Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/lib/index_tricks.py M numpy/lib/tests/test_index_tricks.py Log Message: ----------- Merge pull request #6064 from githubmlai/funatscipy BUG: made view of new array to fix ix_ bug Compare: https://github.com/numpy/numpy/compare/0c97cdeb1b29...bf0c2d169de7 From noreply at github.com Sat Jul 11 17:37:23 2015 From: noreply at github.com (GitHub) Date: Sat, 11 Jul 2015 14:37:23 -0700 Subject: [Numpy-svn] [numpy/numpy] be59b8: BUG: Fixed downcasting with boolean indexing. Message-ID: <55a18c931abb2_679f3ff5796832c0755f0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: be59b83bd906817e2beee2910f745bdc65a7f347 https://github.com/numpy/numpy/commit/be59b83bd906817e2beee2910f745bdc65a7f347 Author: Greg Thomsen Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- BUG: Fixed downcasting with boolean indexing. Fixed downcasting complex types to a real type using boolean indices which previously caused a segfault. Acquiring the appropriate dtype transfer function raises a warning that requires holding the GIL, which had been released in a previous revision. Now the GIL is held while the transfer function is acquired. This fixes issue #5896. Commit: 57e6b4b1de8c50641119b3f11ba62e660eece95a https://github.com/numpy/numpy/commit/57e6b4b1de8c50641119b3f11ba62e660eece95a Author: Jaime Date: 2015-07-11 (Sat, 11 Jul 2015) Changed paths: M numpy/core/src/multiarray/mapping.c M numpy/core/tests/test_indexing.py Log Message: ----------- Merge pull request #6065 from gthomsen/warned-cast-missing-gil BUG: Fixed downcasting with boolean indexing. Compare: https://github.com/numpy/numpy/compare/bf0c2d169de7...57e6b4b1de8c From noreply at github.com Sat Jul 11 18:29:36 2015 From: noreply at github.com (GitHub) Date: Sat, 11 Jul 2015 15:29:36 -0700 Subject: [Numpy-svn] [numpy/numpy] c80c60: STY: PEP8 fixes for numpy/testing numpy/testing/te... Message-ID: <55a198d073387_64b33fdde9d3929c369d5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c80c609950fe5aeecf3082d397c7b5149a834fca https://github.com/numpy/numpy/commit/c80c609950fe5aeecf3082d397c7b5149a834fca Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/noseclasses.py M numpy/testing/nosetester.py M numpy/testing/print_coercion_tables.py M numpy/testing/setup.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- STY: PEP8 fixes for numpy/testing numpy/testing/tests. Commit: ad40c230c4da2ca336bed6b093e8efaba590eec3 https://github.com/numpy/numpy/commit/ad40c230c4da2ca336bed6b093e8efaba590eec3 Author: Charles Harris Date: 2015-07-05 (Sun, 05 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- MAINT: pyflakes for numpy/testing, numpy/testing/tests. Commit: ddc53885e1b66b6e4e7d299d2c808ddc472913b9 https://github.com/numpy/numpy/commit/ddc53885e1b66b6e4e7d299d2c808ddc472913b9 Author: Ralf Gommers Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M numpy/testing/decorators.py M numpy/testing/noseclasses.py M numpy/testing/nosetester.py M numpy/testing/print_coercion_tables.py M numpy/testing/setup.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #6049 from charris/pep8-numpy-testing PEP8 and pyflakes fixups for numpy/testing and numpy/testing/tests Compare: https://github.com/numpy/numpy/compare/57e6b4b1de8c...ddc53885e1b6 From noreply at github.com Mon Jul 13 15:52:19 2015 From: noreply at github.com (GitHub) Date: Mon, 13 Jul 2015 12:52:19 -0700 Subject: [Numpy-svn] [numpy/numpy] cd9a6a: BUG: Fixed import error on Windows from not correc... Message-ID: <55a416f34c810_71bc3fe7545292b811143c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cd9a6a2ddfb0653601865794f3539210b94955ce https://github.com/numpy/numpy/commit/cd9a6a2ddfb0653601865794f3539210b94955ce Author: Ian Henriksen Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: Fixed import error on Windows from not correctly defining a function listed in __all__ for numpy/testing/utils.py. Commit: 49617ac803dfe6f9542410045854203018602b18 https://github.com/numpy/numpy/commit/49617ac803dfe6f9542410045854203018602b18 Author: Nathaniel J. Smith Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M numpy/testing/utils.py Log Message: ----------- Merge pull request #6072 from insertinterestingnamehere/win_compile_fix BUG: Windows build error fix Compare: https://github.com/numpy/numpy/compare/ddc53885e1b6...49617ac803df From noreply at github.com Thu Jul 16 15:29:33 2015 From: noreply at github.com (GitHub) Date: Thu, 16 Jul 2015 12:29:33 -0700 Subject: [Numpy-svn] [numpy/numpy] 7b0b5d: MAINT: adapt parallel build option names to python... Message-ID: <55a8061d78025_74e23f948b1a52c05149@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7b0b5d1219f8869857db778032dc417aea89eb9f https://github.com/numpy/numpy/commit/7b0b5d1219f8869857db778032dc417aea89eb9f Author: Julian Taylor Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst 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 Log Message: ----------- MAINT: adapt parallel build option names to python3.5 python3.5 uses --parallel instead of --jobs Commit: 85188530bffae563eb274b9c12b77981cfa4e1d2 https://github.com/numpy/numpy/commit/85188530bffae563eb274b9c12b77981cfa4e1d2 Author: Nathaniel J. Smith Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M doc/release/1.10.0-notes.rst 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 Log Message: ----------- Merge pull request #6088 from juliantaylor/parallel-build-adapt MAINT: adapt parallel build option names to python3.5 Compare: https://github.com/numpy/numpy/compare/49617ac803df...85188530bffa From noreply at github.com Fri Jul 17 02:11:13 2015 From: noreply at github.com (GitHub) Date: Thu, 16 Jul 2015 23:11:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 98f186: BUG: Fix tiling of zero-sized arrays numpy/numpy#6... Message-ID: <55a89c819e06d_6d143f918d30b2a03803f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 98f186f4ea336138c31c471d18dccc6d9663ced7 https://github.com/numpy/numpy/commit/98f186f4ea336138c31c471d18dccc6d9663ced7 Author: Dimas Abreu Dutra Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case. Commit: a419ebb9a19be74c7ec7887eff81cf7ea0636e16 https://github.com/numpy/numpy/commit/a419ebb9a19be74c7ec7887eff81cf7ea0636e16 Author: Jaime Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M numpy/lib/shape_base.py M numpy/lib/tests/test_shape_base.py Log Message: ----------- Merge pull request #6090 from dimasad/issue-6089-fix BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 Compare: https://github.com/numpy/numpy/compare/85188530bffa...a419ebb9a19b From noreply at github.com Sat Jul 18 13:24:22 2015 From: noreply at github.com (GitHub) Date: Sat, 18 Jul 2015 10:24:22 -0700 Subject: [Numpy-svn] [numpy/numpy] f7e6de: MAINT: missing decref in PyArray_View Message-ID: <55aa8bc679fc7_63ae3fc64c69b2a0539a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f7e6de4de3214ef649a4cdb19c59364246cc310b https://github.com/numpy/numpy/commit/f7e6de4de3214ef649a4cdb19c59364246cc310b Author: Allan Haldane Date: 2015-07-18 (Sat, 18 Jul 2015) Changed paths: M numpy/core/src/multiarray/convert.c Log Message: ----------- MAINT: missing decref in PyArray_View Commit: cc7e908ab1909aa7911601ed2a245111b0801d79 https://github.com/numpy/numpy/commit/cc7e908ab1909aa7911601ed2a245111b0801d79 Author: seberg Date: 2015-07-18 (Sat, 18 Jul 2015) Changed paths: M numpy/core/src/multiarray/convert.c Log Message: ----------- Merge pull request #6093 from ahaldane/PyArray_View_decref MAINT: missing decref in PyArray_View Compare: https://github.com/numpy/numpy/compare/a419ebb9a19b...cc7e908ab190 From noreply at github.com Thu Jul 23 14:52:07 2015 From: noreply at github.com (GitHub) Date: Thu, 23 Jul 2015 11:52:07 -0700 Subject: [Numpy-svn] [numpy/numpy] 50f1fc: ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT Message-ID: <55b137d73c638_59c33f8d04d6529c586a3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 50f1fce49d79444c29d63cd632bbb87ceec39f07 https://github.com/numpy/numpy/commit/50f1fce49d79444c29d63cd632bbb87ceec39f07 Author: Nate Jensen Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT GIL unnecessary when numpy floating point error handling is set to print potential micro-optimization when error handling is set to print alleviates (but does not fix) #5856 deadlock with sub-interpreters addressed comments and initial test failed Change-Id: I0414df8c5dca131e1f8c8d867791ba63cf992b63 Commit: f09380a7f08852fbf1dcfa4efdab47eed28d8f03 https://github.com/numpy/numpy/commit/f09380a7f08852fbf1dcfa4efdab47eed28d8f03 Author: seberg Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- Merge pull request #6077 from ndjensen/master ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT Compare: https://github.com/numpy/numpy/compare/eb7104e42b98...f09380a7f088 From noreply at github.com Thu Jul 23 10:53:45 2015 From: noreply at github.com (GitHub) Date: Thu, 23 Jul 2015 07:53:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 34b582: ENH: Faster algorithm for computing histograms wit... Message-ID: <55b0fff9ae914_60843fd9f94512b8952ec@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 34b582aadae8272e7b7209f7a05594e9258ba217 https://github.com/numpy/numpy/commit/34b582aadae8272e7b7209f7a05594e9258ba217 Author: Thomas Robitaille Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- ENH: Faster algorithm for computing histograms with equal-size bins Commit: eb7104e42b98a310fb657dc980e582baa951a9f6 https://github.com/numpy/numpy/commit/eb7104e42b98a310fb657dc980e582baa951a9f6 Author: Jaime Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6100 from astrofrog/faster-histogram-equal-bins ENH: Faster algorithm for computing histograms with equal-size bins Compare: https://github.com/numpy/numpy/compare/808e4c214941...eb7104e42b98 From noreply at github.com Fri Jul 24 23:39:16 2015 From: noreply at github.com (GitHub) Date: Fri, 24 Jul 2015 20:39:16 -0700 Subject: [Numpy-svn] [numpy/numpy] 5bc74a: MAINT: Use Python 3.5-dev instead of nightly. Message-ID: <55b304e47de2e_ea63fe9da9f929c931d0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5bc74aae6f218ad6f0cba5e7ca5250028febb50c https://github.com/numpy/numpy/commit/5bc74aae6f218ad6f0cba5e7ca5250028febb50c Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M .travis.yml Log Message: ----------- MAINT: Use Python 3.5-dev instead of nightly. Python 3.6-dev has broken the nose tester. Use an earlier version until that gets fixed upstream. Commit: 93908e431772649f2b6f63183f726a261c294fb5 https://github.com/numpy/numpy/commit/93908e431772649f2b6f63183f726a261c294fb5 Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #6113 from charris/disable-nightly-python-tests MAINT: Use Python 3.5-dev instead of nightly. Compare: https://github.com/numpy/numpy/compare/f09380a7f088...93908e431772 From noreply at github.com Sat Jul 25 00:59:10 2015 From: noreply at github.com (GitHub) Date: Fri, 24 Jul 2015 21:59:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 177874: BUG: Fix misuse of void* in arraytypes.c.src. Message-ID: <55b3179ee89fb_60fe3fd9abbfb2a0100313@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 177874fc81fa8cea88bacf10f13d4766876583de https://github.com/numpy/numpy/commit/177874fc81fa8cea88bacf10f13d4766876583de Author: Charles Harris Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- BUG: Fix misuse of void* in arraytypes.c.src. A char offset was being added to a void* in the UNICODE_setitem function. Closes #6110, which also had the fix. Thanks @seek. Commit: c3f04c791e814c963e955da4083aa53b1e107004 https://github.com/numpy/numpy/commit/c3f04c791e814c963e955da4083aa53b1e107004 Author: Jaime Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M numpy/core/src/multiarray/arraytypes.c.src Log Message: ----------- Merge pull request #6112 from charris/fix-void-pointer-in-memset BUG: Fix misuse of void* in arraytypes.c.src. Compare: https://github.com/numpy/numpy/compare/93908e431772...c3f04c791e81 From noreply at github.com Tue Jul 28 00:12:19 2015 From: noreply at github.com (GitHub) Date: Mon, 27 Jul 2015 21:12:19 -0700 Subject: [Numpy-svn] [numpy/numpy] c49821: BUG: fixed regression in np.histogram which caused... Message-ID: <55b70123ca1c3_d4b3f8ab032d2bc790ec@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c49821c55b45574cd7d5300ddd4a83f12fcaa7e0 https://github.com/numpy/numpy/commit/c49821c55b45574cd7d5300ddd4a83f12fcaa7e0 Author: Thomas Robitaille Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- BUG: fixed regression in np.histogram which caused input floating-point values to be modified Commit: a92c4a108bd9b2b14f306534ad3105ed76485572 https://github.com/numpy/numpy/commit/a92c4a108bd9b2b14f306534ad3105ed76485572 Author: Jaime Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M numpy/lib/function_base.py M numpy/lib/tests/test_function_base.py Log Message: ----------- Merge pull request #6126 from astrofrog/fix-histogram-regression BUG: fixed regression in np.histogram which caused input floating-point values to be modified Compare: https://github.com/numpy/numpy/compare/9232200cb993...a92c4a108bd9 From noreply at github.com Fri Jul 31 09:40:01 2015 From: noreply at github.com (GitHub) Date: Fri, 31 Jul 2015 06:40:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 474603: MAINT: DOC: fix link in CONTRIBUTING.md Message-ID: <55bb7ab1e4326_58c93fbf2b91b2a02321b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4746036f60d58ddcb4341f1f47667e472d268db3 https://github.com/numpy/numpy/commit/4746036f60d58ddcb4341f1f47667e472d268db3 Author: Chander G Date: 2015-08-01 (Sat, 01 Aug 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- MAINT: DOC: fix link in CONTRIBUTING.md Commit: b3476a75e2d4122c70019c8b58335da6cabc19d1 https://github.com/numpy/numpy/commit/b3476a75e2d4122c70019c8b58335da6cabc19d1 Author: Jaime Date: 2015-07-31 (Fri, 31 Jul 2015) Changed paths: M CONTRIBUTING.md Log Message: ----------- Merge pull request #6135 from ChanderG/fix-link MAINT: DOC: fix link in CONTRIBUTING.md Compare: https://github.com/numpy/numpy/compare/a92c4a108bd9...b3476a75e2d4