From noreply at github.com Sun May 1 22:49:01 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 1 May 2011 19:49:01 -0700 Subject: [Numpy-svn] [numpy/numpy] 1611da: BUG: Fix 1.6rc1 crash in result_type on 32-bit Win... Message-ID: <20110502024901.40EBA423EA@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1611da9123c88714713e6d7c65be88c42cb65d1b https://github.com/numpy/numpy/commit/1611da9123c88714713e6d7c65be88c42cb65d1b Author: Mark Wiebe Date: 2011-05-01 (Sun, 01 May 2011) Changed paths: M numpy/core/src/multiarray/convert_datatype.c Log Message: ----------- BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL builds Thanks to Christoph Gohlke for tracking down the error. It appears to stem from the C preprocessor making the use of an undefined symbol become arbitrary behavior rather than a compile error. From noreply at github.com Sun May 1 22:52:38 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 1 May 2011 19:52:38 -0700 Subject: [Numpy-svn] [numpy/numpy] f936df: BUG: Fix 1.6rc1 crash in result_type on 32-bit Win... Message-ID: <20110502025238.BF53642396@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: f936dfc8bce3ce0d6944eb3da53784436c95ea90 https://github.com/numpy/numpy/commit/f936dfc8bce3ce0d6944eb3da53784436c95ea90 Author: Mark Wiebe Date: 2011-05-01 (Sun, 01 May 2011) Changed paths: M numpy/core/src/multiarray/convert_datatype.c Log Message: ----------- BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL builds Thanks to Christoph Gohlke for tracking down the error. It appears to stem from the C preprocessor making the use of an undefined symbol become arbitrary behavior rather than a compile error. From noreply at github.com Mon May 2 14:41:01 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 2 May 2011 11:41:01 -0700 Subject: [Numpy-svn] [numpy/numpy] f5202c: BUG: Fix memory leak in f2py_rout_wrap_call test. Message-ID: <20110502184101.9C7E24204A@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: f5202c8e1bbd8c18cc6125061770e0297736a68a https://github.com/numpy/numpy/commit/f5202c8e1bbd8c18cc6125061770e0297736a68a Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c Log Message: ----------- BUG: Fix memory leak in f2py_rout_wrap_call test. Commit: a4b00fbf618522c08cdfbc09bf1cb1dd07f8c92d https://github.com/numpy/numpy/commit/a4b00fbf618522c08cdfbc09bf1cb1dd07f8c92d Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/umath_tests.c.src Log Message: ----------- BUG: Fix memory leak in UMath_Tests_test_signature test Commit: 47dd54d2747525aba0f30d3020065ab5537e0753 https://github.com/numpy/numpy/commit/47dd54d2747525aba0f30d3020065ab5537e0753 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src Log Message: ----------- BUG: Fix reference counting leaks in C-based multiarray_tests Commit: 2d7e9439bf179ea93027af36d9aaef71d0b3af6a https://github.com/numpy/numpy/commit/2d7e9439bf179ea93027af36d9aaef71d0b3af6a Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/umathmodule.c.src Log Message: ----------- BUG: Fix a bug where memory was being read after being freed. On my system (Python 2.7, RHEL5), the call to func.__name__ returns a temporary Python string object with only a single reference. Dereferencing it before copying out its contents results in reading freed memory. Commit: 99512f75c6bc15b9aa38229f29194bd90d6e52fe https://github.com/numpy/numpy/commit/99512f75c6bc15b9aa38229f29194bd90d6e52fe Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case. Compare: https://github.com/numpy/numpy/compare/f936dfc...99512f7 From noreply at github.com Mon May 2 14:47:50 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 2 May 2011 11:47:50 -0700 Subject: [Numpy-svn] [numpy/numpy] 5626f3: BUG: Fix memory leak in f2py_rout_wrap_call test. Message-ID: <20110502184750.A3D03423C8@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5626f31cbf7eaa56640a8c82fa7f741cf44b8520 https://github.com/numpy/numpy/commit/5626f31cbf7eaa56640a8c82fa7f741cf44b8520 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c Log Message: ----------- BUG: Fix memory leak in f2py_rout_wrap_call test. Commit: 279764727e53c8f72143313743f5e49fb8d29308 https://github.com/numpy/numpy/commit/279764727e53c8f72143313743f5e49fb8d29308 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/umath_tests.c.src Log Message: ----------- BUG: Fix memory leak in UMath_Tests_test_signature test Commit: 26c957b0d7040e8a74ceb8d597de40f55d521aa8 https://github.com/numpy/numpy/commit/26c957b0d7040e8a74ceb8d597de40f55d521aa8 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/multiarray/multiarray_tests.c.src Log Message: ----------- BUG: Fix reference counting leaks in C-based multiarray_tests Commit: ded703d47944a95c370eb1ecf518034162a89394 https://github.com/numpy/numpy/commit/ded703d47944a95c370eb1ecf518034162a89394 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/umathmodule.c.src Log Message: ----------- BUG: Fix a bug where memory was being read after being freed. On my system (Python 2.7, RHEL5), the call to func.__name__ returns a temporary Python string object with only a single reference. Dereferencing it before copying out its contents results in reading freed memory. Commit: 516d50cf42833c34ca617c2f09e0e779c6b93665 https://github.com/numpy/numpy/commit/516d50cf42833c34ca617c2f09e0e779c6b93665 Author: Michael Droettboom Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M numpy/core/src/umath/ufunc_object.c Log Message: ----------- BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case. Compare: https://github.com/numpy/numpy/compare/1611da9...516d50c From noreply at github.com Tue May 3 13:55:33 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 3 May 2011 10:55:33 -0700 Subject: [Numpy-svn] [numpy/numpy] ceba67: REL: set version to 1.6.0rc2. Message-ID: <20110503175533.64E8D42328@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: ceba67b52a8c9ad7ce36553add4506d84a70ad30 https://github.com/numpy/numpy/commit/ceba67b52a8c9ad7ce36553add4506d84a70ad30 Author: Ralf Gommers Date: 2011-05-03 (Tue, 03 May 2011) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: set version to 1.6.0rc2. From noreply at github.com Thu May 5 18:31:40 2011 From: noreply at github.com (noreply at github.com) Date: Thu, 5 May 2011 15:31:40 -0700 Subject: [Numpy-svn] [numpy/numpy] f393b6: BUG: Fix assumed shape support for module routines... Message-ID: <20110505223140.77FC54239E@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: f393b6041c0d124b0372c494bab7de8dbe0cd422 https://github.com/numpy/numpy/commit/f393b6041c0d124b0372c494bab7de8dbe0cd422 Author: Pearu Peterson Date: 2011-05-05 (Thu, 05 May 2011) Changed paths: M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py A numpy/f2py/tests/src/assumed_shape/foo_mod.f90 M numpy/f2py/tests/test_assumed_shape.py Log Message: ----------- BUG: Fix assumed shape support for module routines. From noreply at github.com Fri May 6 14:05:59 2011 From: noreply at github.com (noreply at github.com) Date: Fri, 6 May 2011 11:05:59 -0700 Subject: [Numpy-svn] [numpy/numpy] a85949: BUG: Fix two argument size support for Fortran mod... Message-ID: <20110506180559.1FE784208C@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: a859492c7b07dac0a56d9a08d6739e006a528f87 https://github.com/numpy/numpy/commit/a859492c7b07dac0a56d9a08d6739e006a528f87 Author: Pearu Peterson Date: 2011-05-06 (Fri, 06 May 2011) Changed paths: M numpy/f2py/cfuncs.py M numpy/f2py/crackfortran.py M numpy/f2py/tests/src/size/foo.f90 M numpy/f2py/tests/test_size.py Log Message: ----------- BUG: Fix two argument size support for Fortran module routines. Reverted size-to-shape mapping patch and implemented two argument size function in C. From noreply at github.com Fri May 6 14:14:45 2011 From: noreply at github.com (noreply at github.com) Date: Fri, 6 May 2011 11:14:45 -0700 Subject: [Numpy-svn] [numpy/numpy] 1f2e75: DOC: Updated f2py size support note. Message-ID: <20110506181445.0DF234239D@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1f2e751b7752d1007e0e83d6d881b6d534f4f15e https://github.com/numpy/numpy/commit/1f2e751b7752d1007e0e83d6d881b6d534f4f15e Author: Pearu Peterson Date: 2011-05-06 (Fri, 06 May 2011) Changed paths: M doc/release/1.6.0-notes.rst Log Message: ----------- DOC: Updated f2py size support note. From noreply at github.com Fri May 6 17:22:10 2011 From: noreply at github.com (noreply at github.com) Date: Fri, 6 May 2011 14:22:10 -0700 Subject: [Numpy-svn] [numpy/numpy] 6df2ac: BUG: Fix the order of declaring variables in f2py ... Message-ID: <20110506212210.D3AC342480@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6df2ac2173331ed91e79e69bb5caea07c12f410d https://github.com/numpy/numpy/commit/6df2ac2173331ed91e79e69bb5caea07c12f410d Author: Pearu Peterson Date: 2011-05-06 (Fri, 06 May 2011) Changed paths: M numpy/f2py/func2subr.py Log Message: ----------- BUG: Fix the order of declaring variables in f2py generated code. The bug was noticable with ifort but not with gfortran. From noreply at github.com Sat May 7 16:12:57 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 7 May 2011 13:12:57 -0700 Subject: [Numpy-svn] [numpy/numpy] 607d2b: changed ndmin option in loadtxt to return shape (1... Message-ID: <20110507201257.C7306423EB@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 607d2b3bbe984892fbf345788a54eafebdf967ed https://github.com/numpy/numpy/commit/607d2b3bbe984892fbf345788a54eafebdf967ed Author: Derek Homeier Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- changed ndmin option in loadtxt to return shape (1, X.size) for single-row inputs Commit: b233716a031cb523f9bc65dda2c22f69f6f0736a https://github.com/numpy/numpy/commit/b233716a031cb523f9bc65dda2c22f69f6f0736a Author: Derek Homeier Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- use np.atleast_Nd() to boost dimensions to ndmin Compare: https://github.com/numpy/numpy/compare/6df2ac2...b233716 From noreply at github.com Sat May 7 16:14:15 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 7 May 2011 13:14:15 -0700 Subject: [Numpy-svn] [numpy/numpy] f15b43: BUG: Fix assumed shape support for module routines... Message-ID: <20110507201415.9FAE142481@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: f15b435d0d8082b631296342dcf76941e13c817c https://github.com/numpy/numpy/commit/f15b435d0d8082b631296342dcf76941e13c817c Author: Pearu Peterson Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py A numpy/f2py/tests/src/assumed_shape/foo_mod.f90 M numpy/f2py/tests/test_assumed_shape.py Log Message: ----------- BUG: Fix assumed shape support for module routines. Commit: b5deff1cdaca37ba59cbc8f545b53b7dd916feb4 https://github.com/numpy/numpy/commit/b5deff1cdaca37ba59cbc8f545b53b7dd916feb4 Author: Pearu Peterson Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/f2py/cfuncs.py M numpy/f2py/crackfortran.py M numpy/f2py/tests/src/size/foo.f90 M numpy/f2py/tests/test_size.py Log Message: ----------- BUG: Fix two argument size support for Fortran module routines. Reverted size-to-shape mapping patch and implemented two argument size function in C. Commit: f340e88cc862c9c430fb6efd94bea4361f5a00c4 https://github.com/numpy/numpy/commit/f340e88cc862c9c430fb6efd94bea4361f5a00c4 Author: Pearu Peterson Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M doc/release/1.6.0-notes.rst Log Message: ----------- DOC: Updated f2py size support note. Commit: 243a6fd3a96caa032bb9a0065fca56d3ae31b46a https://github.com/numpy/numpy/commit/243a6fd3a96caa032bb9a0065fca56d3ae31b46a Author: Pearu Peterson Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/f2py/func2subr.py Log Message: ----------- BUG: Fix the order of declaring variables in f2py generated code. The bug was noticable with ifort but not with gfortran. Commit: 22fd21cff691e04fa81a6fa324a8f4ffd83a8072 https://github.com/numpy/numpy/commit/22fd21cff691e04fa81a6fa324a8f4ffd83a8072 Author: Derek Homeier Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- changed ndmin option in loadtxt to return shape (1, X.size) for single-row inputs Commit: afc9584b23863376b67a53becd6b04901f0d5b43 https://github.com/numpy/numpy/commit/afc9584b23863376b67a53becd6b04901f0d5b43 Author: Derek Homeier Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- use np.atleast_Nd() to boost dimensions to ndmin Commit: 1e85f6fd045dd75a0697bed5bb619fb792632da2 https://github.com/numpy/numpy/commit/1e85f6fd045dd75a0697bed5bb619fb792632da2 Author: Ralf Gommers Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M doc/release/1.6.0-notes.rst M pavement.py M setup.py Log Message: ----------- REL: set version to 1.6.0rc3. Compare: https://github.com/numpy/numpy/compare/ceba67b...1e85f6f From noreply at github.com Tue May 10 10:14:18 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 10 May 2011 07:14:18 -0700 Subject: [Numpy-svn] [numpy/numpy] 180221: BUG: Add not empty check to linalg.qr Message-ID: <20110510141418.7B60F423E4@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1802219aa005d64520f0892fa9ee223f57cfb1ec https://github.com/numpy/numpy/commit/1802219aa005d64520f0892fa9ee223f57cfb1ec Author: Skipper Seabold Date: 2011-05-10 (Tue, 10 May 2011) Changed paths: M numpy/linalg/linalg.py Log Message: ----------- BUG: Add not empty check to linalg.qr Commit: eab959b407e39ef7b35b1f0a90609e462d8527e7 https://github.com/numpy/numpy/commit/eab959b407e39ef7b35b1f0a90609e462d8527e7 Author: Skipper Seabold Date: 2011-05-10 (Tue, 10 May 2011) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- TST: Add test for QR on empty array Commit: 5c4efaac91413ef14a558098197f1e85d19309ef https://github.com/numpy/numpy/commit/5c4efaac91413ef14a558098197f1e85d19309ef Author: Charles Harris Date: 2011-05-10 (Tue, 10 May 2011) Changed paths: M numpy/linalg/tests/test_linalg.py Log Message: ----------- STY: Cleanup test_linalg a bit. Compare: https://github.com/numpy/numpy/compare/b233716...5c4efaa From noreply at github.com Sat May 14 05:30:36 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 14 May 2011 02:30:36 -0700 Subject: [Numpy-svn] [numpy/numpy] 039ceb: REL: release Numpy 1.6.0 Message-ID: <20110514093036.5363842495@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: 039ceba764704d0b4182cd2ecd6b88242f792804 https://github.com/numpy/numpy/commit/039ceba764704d0b4182cd2ecd6b88242f792804 Author: Ralf Gommers Date: 2011-05-14 (Sat, 14 May 2011) Changed paths: M pavement.py M setup.py Log Message: ----------- REL: release Numpy 1.6.0 From noreply at github.com Sat May 14 05:32:11 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 14 May 2011 02:32:11 -0700 Subject: [Numpy-svn] [numpy/numpy] d1bd08: REL: set version to 1.6.1dev, released=False. Message-ID: <20110514093211.2A10F42495@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: d1bd08d2ba93f6669586d0c4bb1066b001403702 https://github.com/numpy/numpy/commit/d1bd08d2ba93f6669586d0c4bb1066b001403702 Author: Ralf Gommers Date: 2011-05-14 (Sat, 14 May 2011) Changed paths: M setup.py Log Message: ----------- REL: set version to 1.6.1dev, released=False. From noreply at github.com Wed May 18 10:44:16 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 18 May 2011 07:44:16 -0700 Subject: [Numpy-svn] [numpy/numpy] cbca24: TST: Reduced test case for ticket #1834 Message-ID: <20110518144416.E248B423BA@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cbca2458d9ade3c624d29bb1b27451af0c47372a https://github.com/numpy/numpy/commit/cbca2458d9ade3c624d29bb1b27451af0c47372a Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/tests/test_iterator.py Log Message: ----------- TST: Reduced test case for ticket #1834 The ticket's bug is visible in einsum, but is caused by an error in how the reduction double loop interacts with buffering in the nditer. This test case directly tests the nditer triggering the bad code. Commit: 9fb892241a0e7d23ab317e41fd77882e4a254c1f https://github.com/numpy/numpy/commit/9fb892241a0e7d23ab317e41fd77882e4a254c1f Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/nditer.c.src M numpy/core/tests/test_iterator.py Log Message: ----------- BUG: Fix buffered reduction case in nditer (ticket #1834) Commit: 651a9421b6b869ef07d37336ddef791e96182bb5 https://github.com/numpy/numpy/commit/651a9421b6b869ef07d37336ddef791e96182bb5 Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_einsum.py Log Message: ----------- BUG: PyArray_FillWithZero didn't work in the general case The call to the stransfer function had incorrect arguments. This didn't show up because all the tests of einsum, the only current user of the function, produced contiguous arrays which are special cased. Compare: https://github.com/numpy/numpy/compare/5c4efaa...651a942 From noreply at github.com Wed May 18 10:51:13 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 18 May 2011 07:51:13 -0700 Subject: [Numpy-svn] [numpy/numpy] 8f8f38: TST: Reduced test case for ticket #1834 Message-ID: <20110518145113.C9277422C6@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: 8f8f38557679337e00e68991d525e626ab9f61a8 https://github.com/numpy/numpy/commit/8f8f38557679337e00e68991d525e626ab9f61a8 Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/tests/test_iterator.py Log Message: ----------- TST: Reduced test case for ticket #1834 The ticket's bug is visible in einsum, but is caused by an error in how the reduction double loop interacts with buffering in the nditer. This test case directly tests the nditer triggering the bad code. Commit: cfd23207f4d9253fac9c3ca6619393244c87e1bf https://github.com/numpy/numpy/commit/cfd23207f4d9253fac9c3ca6619393244c87e1bf Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/nditer.c.src M numpy/core/tests/test_iterator.py Log Message: ----------- BUG: Fix buffered reduction case in nditer (ticket #1834) Commit: 30f56a88b57bfbc077083a60d9ceca563a87646d https://github.com/numpy/numpy/commit/30f56a88b57bfbc077083a60d9ceca563a87646d Author: Mark Wiebe Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/core/src/multiarray/convert.c M numpy/core/tests/test_einsum.py Log Message: ----------- BUG: PyArray_FillWithZero didn't work in the general case The call to the stransfer function had incorrect arguments. This didn't show up because all the tests of einsum, the only current user of the function, produced contiguous arrays which are special cased. Compare: https://github.com/numpy/numpy/compare/d1bd08d...30f56a8 From noreply at github.com Wed May 18 16:49:14 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 18 May 2011 13:49:14 -0700 Subject: [Numpy-svn] [numpy/numpy] 026bc9: BUG: fix f2py size variadic macro for Visual C++ 2... Message-ID: <20110518204914.0F1DD4257E@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 026bc920296f8f3fbab22697a92dec8b844de59f https://github.com/numpy/numpy/commit/026bc920296f8f3fbab22697a92dec8b844de59f Author: Pearu Peterson Date: 2011-05-18 (Wed, 18 May 2011) Changed paths: M numpy/f2py/cfuncs.py M numpy/f2py/crackfortran.py Log Message: ----------- BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbose on unspecified use modules. From noreply at github.com Sat May 21 13:22:12 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 21 May 2011 10:22:12 -0700 Subject: [Numpy-svn] [numpy/numpy] 70ff56: BUG: Iterator reduction buffering bug when the inn... Message-ID: <20110521172212.4333B42532@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: 70ff561002766b8f5ab8549e412fd94d1a86e44a https://github.com/numpy/numpy/commit/70ff561002766b8f5ab8549e412fd94d1a86e44a Author: Mark Wiebe Date: 2011-05-21 (Sat, 21 May 2011) Changed paths: M numpy/core/src/multiarray/nditer.c.src M numpy/core/tests/test_einsum.py Log Message: ----------- BUG: Iterator reduction buffering bug when the inner loop is bigger than the buffer size (ticket #1837) The symptoms of this bug were showing up only for a greater number of operands because einsum runs specialized loops for fewer operands and dimensions. From noreply at github.com Sat May 21 13:29:08 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 21 May 2011 10:29:08 -0700 Subject: [Numpy-svn] [numpy/numpy] 4a2ad9: BUG: Iterator reduction buffering bug when the inn... Message-ID: <20110521172908.E590B424C6@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 4a2ad9eb8224f7356212854bcf905e94abe543ac https://github.com/numpy/numpy/commit/4a2ad9eb8224f7356212854bcf905e94abe543ac Author: Mark Wiebe Date: 2011-05-21 (Sat, 21 May 2011) Changed paths: M numpy/core/src/multiarray/nditer.c.src M numpy/core/tests/test_einsum.py Log Message: ----------- BUG: Iterator reduction buffering bug when the inner loop is bigger than the buffer size (ticket #1837) The symptoms of this bug were showing up only for a greater number of operands because einsum runs specialized loops for fewer operands and dimensions. From noreply at github.com Sat May 21 16:06:49 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 21 May 2011 13:06:49 -0700 Subject: [Numpy-svn] [numpy/numpy] 3071ea: BUG: Regression of object <-> structured array dat... Message-ID: <20110521200649.1218F42489@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3071eab84b81ef6e0d157d46404c631547fed763 https://github.com/numpy/numpy/commit/3071eab84b81ef6e0d157d46404c631547fed763 Author: Mark Wiebe Date: 2011-05-21 (Sat, 21 May 2011) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/tests/test_iterator.py M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Regression of object <-> structured array data copying (ticket #1838) From noreply at github.com Sat May 21 16:13:46 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 21 May 2011 13:13:46 -0700 Subject: [Numpy-svn] [numpy/numpy] a26500: BUG: Regression of object <-> structured array dat... Message-ID: <20110521201346.67629424A2@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: a2650048139726d4e936297fe8379105ed00f2de https://github.com/numpy/numpy/commit/a2650048139726d4e936297fe8379105ed00f2de Author: Mark Wiebe Date: 2011-05-21 (Sat, 21 May 2011) Changed paths: M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/tests/test_iterator.py M numpy/core/tests/test_regression.py Log Message: ----------- BUG: Regression of object <-> structured array data copying (ticket #1838) From noreply at github.com Sun May 29 09:49:54 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 29 May 2011 06:49:54 -0700 Subject: [Numpy-svn] [numpy/numpy] 6441c2: ENH: speed up in1d() in the case of ar1 >> ar2. Cl... Message-ID: <20110529134954.AED8B423EB@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6441c2a788d0cc2a45c5e8a3ef0891ca4e42d96e https://github.com/numpy/numpy/commit/6441c2a788d0cc2a45c5e8a3ef0891ca4e42d96e Author: rgommers Date: 2011-05-29 (Sun, 29 May 2011) Changed paths: M numpy/lib/arraysetops.py M numpy/lib/tests/test_arraysetops.py Log Message: ----------- ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603. A timing script justifying the switching criterion is attached to ticket 1603. Thanks to Neil Crighton. From noreply at github.com Mon May 30 15:24:25 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 30 May 2011 12:24:25 -0700 Subject: [Numpy-svn] [numpy/numpy] 08953e: BUG: fix f2py size variadic macro for Visual C++ 2... Message-ID: <20110530192425.6B18F42429@smtp1.rs.github.com> Branch: refs/heads/maintenance/1.6.x Home: https://github.com/numpy/numpy Commit: 08953ea452a9f8f0e2a725c317e25adb81041cf5 https://github.com/numpy/numpy/commit/08953ea452a9f8f0e2a725c317e25adb81041cf5 Author: Pearu Peterson Date: 2011-05-30 (Mon, 30 May 2011) Changed paths: M numpy/f2py/cfuncs.py M numpy/f2py/crackfortran.py Log Message: ----------- BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbose on unspecified use modules. (backport of 026bc920)