[pypy-commit] pypy matrixmath-dot: Merge with default

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50185:55693d8b2b89 Date: 2011-12-04 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/55693d8b2b89/ Log:Merge with default diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py @@ -1,5 +1,5

[pypy-commit] pypy matrixmath-dot: fix for renamed class

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50184:0f00b31fe95a Date: 2011-12-04 21:48 +0200 http://bitbucket.org/pypy/pypy/changeset/0f00b31fe95a/ Log:fix for renamed class diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy matrixmath-dot: experimental approach to dot iterator problem

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50188:885d36165f89 Date: 2011-12-04 23:22 +0200 http://bitbucket.org/pypy/pypy/changeset/885d36165f89/ Log:experimental approach to dot iterator problem diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: bad merge

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50186:55f149559e25 Date: 2011-12-04 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/55f149559e25/ Log:bad merge diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy matrixmath-dot: clean compile a bit

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50189:dc6c3373f647 Date: 2011-12-05 09:02 +0200 http://bitbucket.org/pypy/pypy/changeset/dc6c3373f647/ Log:clean compile a bit diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: bad merge

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50187:09f8917ecaf3 Date: 2011-12-04 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/09f8917ecaf3/ Log:bad merge diff --git a/pypy/module/micronumpy/test/test_compile.py b/pypy/module/micronumpy/test/test_compile.py --- a/pypy/module

[pypy-commit] pypy matrixmath-dot: add failing test for sum return value

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50194:699511d4d5d5 Date: 2011-12-05 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/699511d4d5d5/ Log:add failing test for sum return value diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy matrixmath-dot: Backed out changeset: 885d36165f89

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50190:1ae4feb97953 Date: 2011-12-05 09:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1ae4feb97953/ Log:Backed out changeset: 885d36165f89 diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy matrixmath-dot: dot works

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50197:d28b98fc74ed Date: 2011-12-05 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/d28b98fc74ed/ Log:dot works diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module

[pypy-commit] pypy matrixmath-dot: merge

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50191:5a5cfa32fe70 Date: 2011-12-05 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/5a5cfa32fe70/ Log:merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: translation fixes: avoid negative slices

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50192:26e6b2238d4a Date: 2011-12-05 10:30 +0200 http://bitbucket.org/pypy/pypy/changeset/26e6b2238d4a/ Log:translation fixes: avoid negative slices diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: add bin_impl_one_dim, would be nice to have some tests

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50193:beba9400c9dd Date: 2011-12-05 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/beba9400c9dd/ Log:add bin_impl_one_dim, would be nice to have some tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: need to fix failing sum test before continuing

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50195:ee2362c0cec8 Date: 2011-12-05 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ee2362c0cec8/ Log:need to fix failing sum test before continuing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: expose promote_to_largest to reduce functions, fixes sum() prod() bug without ruining mean()

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50196:924460a509cd Date: 2011-12-05 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/924460a509cd/ Log:expose promote_to_largest to reduce functions, fixes sum() prod() bug without ruining mean() diff --git a/pypy/module

[pypy-commit] pypy matrixmath-dot: dot seems to work, more of a proof-of-concept than usable

2011-12-05 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50198:8ee1a24557b8 Date: 2011-12-05 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/8ee1a24557b8/ Log:dot seems to work, more of a proof-of-concept than usable diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module

[pypy-commit] pypy matrixmath-dot: hg merge with default

2011-12-06 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50223:c1c81fb495b9 Date: 2011-12-06 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c1c81fb495b9/ Log:hg merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy

[pypy-commit] pypy numpypy-is_contiguous: test, implement is_contiguous for C order

2011-12-06 Thread mattip
Author: mattip Branch: numpypy-is_contiguous Changeset: r50225:b8c87c4cf664 Date: 2011-12-06 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b8c87c4cf664/ Log:test, implement is_contiguous for C order diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-frompyfunc: tests, implementation of frompyfunc. Needs lazy eval (should inherit from VirtualArray?)

2011-12-12 Thread mattip
Author: mattip Branch: numpypy-frompyfunc Changeset: r50454:8f2f51754ac2 Date: 2011-12-13 00:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8f2f51754ac2/ Log:tests, implementation of frompyfunc. Needs lazy eval (should inherit from VirtualArray?) diff --git a/pypy/module

[pypy-commit] pypy numpypy-frompyfunc: not yet rpython

2011-12-14 Thread mattip
Author: mattip Branch: numpypy-frompyfunc Changeset: r50519:6bb82e4bc325 Date: 2011-12-14 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/6bb82e4bc325/ Log:not yet rpython diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-frompyfunc: tests, translate passes

2011-12-14 Thread mattip
Author: mattip Branch: numpypy-frompyfunc Changeset: r50520:66a6917800a8 Date: 2011-12-14 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/66a6917800a8/ Log:tests, translate passes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-concatenate: add failing test

2011-12-15 Thread mattip
Author: mattip Branch: numpy-concatenate Changeset: r50595:ce05e49e8eda Date: 2011-12-16 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/ce05e49e8eda/ Log:add failing test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy windows-no-err-dlg: prevent windows testrunner from opening system error dialog boxes

2011-12-20 Thread mattip
Author: mattip Branch: windows-no-err-dlg Changeset: r50772:f01058ed1577 Date: 2011-12-20 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f01058ed1577/ Log:prevent windows testrunner from opening system error dialog boxes diff --git a/testrunner/runner.py b/testrunner/runner.py

[pypy-commit] pypy default: prevent system error dialog on windows

2011-12-20 Thread mattip
Author: mattip Branch: Changeset: r50774:b16fca1fa6ec Date: 2011-12-20 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b16fca1fa6ec/ Log:prevent system error dialog on windows diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py

[pypy-commit] pypy matrixmath-dot: clean up to_str a tiny bit

2011-12-24 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50843:40ef4fde1202 Date: 2011-12-24 22:36 +0200 http://bitbucket.org/pypy/pypy/changeset/40ef4fde1202/ Log:clean up to_str a tiny bit diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy matrixmath-dot: remove all ufunc changes, revert to default version

2011-12-24 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50842:495d8ce73189 Date: 2011-12-23 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/495d8ce73189/ Log:remove all ufunc changes, revert to default version diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: test, implement improved AxisIterator

2011-12-24 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50845:3cfc0b93cb23 Date: 2011-12-25 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3cfc0b93cb23/ Log:test, implement improved AxisIterator diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py

[pypy-commit] pypy matrixmath-dot: clean up to_str a tiny bit (2)

2011-12-24 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50844:d1038ba54b76 Date: 2011-12-24 22:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d1038ba54b76/ Log:clean up to_str a tiny bit (2) diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpypy-axisops: translation fixes

2011-12-24 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50847:f06e38ca0d00 Date: 2011-12-25 01:58 +0200 http://bitbucket.org/pypy/pypy/changeset/f06e38ca0d00/ Log:translation fixes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: added dim arg to sum, but unused

2011-12-24 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50846:a4ff50ca85e8 Date: 2011-12-25 00:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a4ff50ca85e8/ Log:added dim arg to sum, but unused diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: add tests for numpypy.reduce

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50912:e5b246bae93a Date: 2011-12-25 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/e5b246bae93a/ Log:add tests for numpypy.reduce diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy numpypy-axisops: checkpoint

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50913:da091f2c5c7d Date: 2011-12-26 23:32 +0200 http://bitbucket.org/pypy/pypy/changeset/da091f2c5c7d/ Log:checkpoint diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: rework AxisIterator, make single tests pass

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50914:b12a872f0961 Date: 2011-12-27 07:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b12a872f0961/ Log:rework AxisIterator, make single tests pass diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: why do default args cause problems?

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50915:cd8f7d57fe3e Date: 2011-12-27 08:12 +0200 http://bitbucket.org/pypy/pypy/changeset/cd8f7d57fe3e/ Log:why do default args cause problems? diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: iterators, frames in place, but still not correct

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50916:a1810346784a Date: 2011-12-27 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/a1810346784a/ Log:iterators, frames in place, but still not correct diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: fix test_axis_iterator, start to see some results

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50917:4e517ebe55c0 Date: 2011-12-28 02:31 +0200 http://bitbucket.org/pypy/pypy/changeset/4e517ebe55c0/ Log:fix test_axis_iterator, start to see some results diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: bugfix, passes tests

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50918:ff482782c5fe Date: 2011-12-28 02:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ff482782c5fe/ Log:bugfix, passes tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: whoops, start fixes for translate

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50921:f1a8c490b279 Date: 2011-12-28 03:56 +0200 http://bitbucket.org/pypy/pypy/changeset/f1a8c490b279/ Log:whoops, start fixes for translate diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpypy-axisops: more finely distinguish between different 'promote_?' s

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50920:e3824eb2fc4c Date: 2011-12-28 03:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e3824eb2fc4c/ Log:more finely distinguish between different 'promote_?' s diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module

[pypy-commit] pypy numpypy-axisops: (Alex_Gaynor) fix incorrect default function values

2011-12-30 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50952:ece8d1b61ecb Date: 2011-12-30 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/ece8d1b61ecb/ Log:(Alex_Gaynor) fix incorrect default function values diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: fixes for translation

2011-12-30 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50951:d13df48602d0 Date: 2011-12-29 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/d13df48602d0/ Log:fixes for translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: assert for translation, small cleanups

2011-12-30 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50953:911002e026f2 Date: 2011-12-30 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/911002e026f2/ Log:assert for translation, small cleanups diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py

[pypy-commit] pypy numpypy-axisops: whoops

2011-12-30 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50954:e00aeecb0882 Date: 2011-12-30 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/e00aeecb0882/ Log:whoops diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-repr-fix: add tests for issue 964 and more, make tests pass

2012-01-02 Thread mattip
Author: mattip Branch: numpypy-repr-fix Changeset: r50980:68dec1e17bd9 Date: 2012-01-02 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/68dec1e17bd9/ Log:add tests for issue 964 and more, make tests pass diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-repr-fix: additional tests, fixes to pass them

2012-01-02 Thread mattip
Author: mattip Branch: numpypy-repr-fix Changeset: r50981:ee3e5819364d Date: 2012-01-03 00:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ee3e5819364d/ Log:additional tests, fixes to pass them diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: merge with default

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51003:20bacb9bb86a Date: 2012-01-03 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/20bacb9bb86a/ Log:merge with default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE

[pypy-commit] pypy numpypy-axisops: add test to cover no identity value in reduce

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51004:6c64bd2290f9 Date: 2012-01-04 00:44 +0200 http://bitbucket.org/pypy/pypy/changeset/6c64bd2290f9/ Log:add test to cover no identity value in reduce diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-axisops: kill dead code, with an assert and a comment

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51005:e27a9330285a Date: 2012-01-04 01:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e27a9330285a/ Log:kill dead code, with an assert and a comment diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: remove debug cruft

2012-01-04 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51006:e318c72388d9 Date: 2012-01-04 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/e318c72388d9/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: change create_sig to find_sig

2012-01-04 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51021:ca13cff50c3a Date: 2012-01-04 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ca13cff50c3a/ Log:change create_sig to find_sig diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpypy-axisops: turn AxisIterator inside out

2012-01-06 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51065:44fd891a3a1c Date: 2012-01-06 13:01 +0200 http://bitbucket.org/pypy/pypy/changeset/44fd891a3a1c/ Log:turn AxisIterator inside out diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: merge

2012-01-06 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51066:188fd8e68904 Date: 2012-01-06 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/188fd8e68904/ Log:merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: cleanup

2012-01-06 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51067:5e2f7e1b6648 Date: 2012-01-06 13:22 +0200 http://bitbucket.org/pypy/pypy/changeset/5e2f7e1b6648/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: translation error

2012-01-06 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51068:83403a06fc8c Date: 2012-01-06 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/83403a06fc8c/ Log:translation error diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module

[pypy-commit] pypy numpypy-axisops: add jit_merge_point

2012-01-07 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51126:f3a9a6a5871d Date: 2012-01-06 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/f3a9a6a5871d/ Log:add jit_merge_point diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numpypy-axisops: jit_merge_point translates, zjit test for sum() of 2d array fails

2012-01-07 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51127:579c843af22b Date: 2012-01-07 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/579c843af22b/ Log:jit_merge_point translates, zjit test for sum() of 2d array fails diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy

[pypy-commit] pypy numpypy-axisops: add optional arguments to sum in compile, axissum test now runs in test_zjit

2012-01-07 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51129:834eda1cb2d7 Date: 2012-01-08 00:24 +0200 http://bitbucket.org/pypy/pypy/changeset/834eda1cb2d7/ Log:add optional arguments to sum in compile, axissum test now runs in test_zjit diff --git a/pypy/module/micronumpy/compile.py b

[pypy-commit] pypy numpypy-axisops: cleanup but no real progress

2012-01-08 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51151:de99533d42d0 Date: 2012-01-09 00:20 +0200 http://bitbucket.org/pypy/pypy/changeset/de99533d42d0/ Log:cleanup but no real progress diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py --- a/pypy/module

[pypy-commit] pypy numpypy-axisops: zjit improvement

2012-01-09 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51179:0722e568f060 Date: 2012-01-09 22:36 +0200 http://bitbucket.org/pypy/pypy/changeset/0722e568f060/ Log:zjit improvement diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module

[pypy-commit] pypy numpypy-axisops: test for sum_promote fails miserably, signature.dtype is not arr.dtype

2012-01-09 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51190:e00f14813b9e Date: 2012-01-10 01:04 +0200 http://bitbucket.org/pypy/pypy/changeset/e00f14813b9e/ Log:test for sum_promote fails miserably, signature.dtype is not arr.dtype diff --git a/pypy/module/micronumpy/app_numpy.py b

[pypy-commit] pypy numpypy-axisops: fixed mean, added funky tests in ReduceSignature

2012-01-10 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51217:20bbff5d323d Date: 2012-01-10 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/20bbff5d323d/ Log:fixed mean, added funky tests in ReduceSignature diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-axisops: separate AxisReduceSignature, does not solve bug

2012-01-11 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51246:5463174c165f Date: 2012-01-11 22:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5463174c165f/ Log:separate AxisReduceSignature, does not solve bug diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-frompyfunc: reimplement when there is a usecase

2012-01-11 Thread mattip
Author: mattip Branch: numpypy-frompyfunc Changeset: r51254:f36626591158 Date: 2012-01-12 00:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f36626591158/ Log:reimplement when there is a usecase ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy numpypy-is_contiguous: no one really wanted this in the first place

2012-01-11 Thread mattip
Author: mattip Branch: numpypy-is_contiguous Changeset: r51255:e5b79894ad1e Date: 2012-01-12 00:16 +0200 http://bitbucket.org/pypy/pypy/changeset/e5b79894ad1e/ Log:no one really wanted this in the first place ___ pypy-commit mailing list pypy

[pypy-commit] pypy numpypy-ufuncs: add ceil

2012-01-11 Thread mattip
Author: mattip Branch: numpypy-ufuncs Changeset: r51256:f57dcc7ac95e Date: 2012-01-12 01:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f57dcc7ac95e/ Log:add ceil diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy numpypy-axisops: add tests

2012-01-12 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51294:5c5db1df52eb Date: 2012-01-13 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5c5db1df52eb/ Log:add tests diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module

[pypy-commit] pypy numpypy-reshape: fix for 1-length shapes

2012-01-14 Thread mattip
Author: mattip Branch: numpypy-reshape Changeset: r51314:38824caea2ca Date: 2012-01-14 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/38824caea2ca/ Log:fix for 1-length shapes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy matrixmath-dot: fix merge

2012-01-14 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51332:cdee39d4ae23 Date: 2012-01-14 23:05 +0200 http://bitbucket.org/pypy/pypy/changeset/cdee39d4ae23/ Log:fix merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module

[pypy-commit] pypy default: numpypy: rename kwarg 'dim' to 'axis'

2012-01-14 Thread mattip
Author: mattip Branch: Changeset: r51333:eb0269c21eec Date: 2012-01-14 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/eb0269c21eec/ Log:numpypy: rename kwarg 'dim' to 'axis' diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy default: add failing test, add fix

2012-01-16 Thread mattip
Author: mattip Branch: Changeset: r51363:ee1b4ea67ed9 Date: 2012-01-16 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ee1b4ea67ed9/ Log:add failing test, add fix diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-reshape: add (still not enough) failing tests

2012-01-18 Thread mattip
Author: mattip Branch: numpypy-reshape Changeset: r51463:95362a60e6b8 Date: 2012-01-18 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/95362a60e6b8/ Log:add (still not enough) failing tests diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numppy-flatitter: add setitem, getitem to flatitter

2012-01-18 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51471:60b724406de5 Date: 2012-01-19 01:46 +0200 http://bitbucket.org/pypy/pypy/changeset/60b724406de5/ Log:add setitem, getitem to flatitter diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numppy-flatitter: use the parent iterator

2012-01-19 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51504:47faffcb9ec3 Date: 2012-01-19 21:30 +0200 http://bitbucket.org/pypy/pypy/changeset/47faffcb9ec3/ Log:use the parent iterator diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numppy-flatitter: correct test for missing == operator, un-skip failing test

2012-01-19 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51505:23731c70eb07 Date: 2012-01-19 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/23731c70eb07/ Log:correct test for missing == operator, un-skip failing test diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW

[pypy-commit] pypy matrixmath-dot: refactor and rework, still need more tests

2012-01-19 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51506:2bcfa95fe92a Date: 2012-01-20 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2bcfa95fe92a/ Log:refactor and rework, still need more tests diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py new file mode

[pypy-commit] pypy matrixmath-dot: whoops

2012-01-20 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51507:600fcfb76aab Date: 2012-01-20 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/600fcfb76aab/ Log:whoops diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module/micronumpy/dot.py +++ b/pypy/module

[pypy-commit] pypy matrixmath-dot: progress

2012-01-20 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51539:a2e2a35726cc Date: 2012-01-20 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a2e2a35726cc/ Log:progress diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module/micronumpy/dot.py +++ b/pypy

[pypy-commit] pypy matrixmath-dot: test for slice of transposed array fails

2012-01-20 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51540:bb1838ae2306 Date: 2012-01-20 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/bb1838ae2306/ Log:test for slice of transposed array fails diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module

[pypy-commit] pypy numppy-flatitter: redo, add lots of tests, some still fail

2012-01-22 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51670:ff368a6d0ff7 Date: 2012-01-19 01:16 +0200 http://bitbucket.org/pypy/pypy/changeset/ff368a6d0ff7/ Log:redo, add lots of tests, some still fail diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy matrixmath-dot: added test from numpy docstring

2012-01-23 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51687:3431bdf3f8a1 Date: 2012-01-22 02:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3431bdf3f8a1/ Log:added test from numpy docstring diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numppy-flatitter: remove debug cruft

2012-01-24 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51751:d1a6dc38d5b5 Date: 2012-01-25 03:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d1a6dc38d5b5/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numppy-flatitter: setitem, getitem work, add failing tests for comparison ops

2012-01-24 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51750:d73d63090af7 Date: 2012-01-25 03:00 +0200 http://bitbucket.org/pypy/pypy/changeset/d73d63090af7/ Log:setitem, getitem work, add failing tests for comparison ops diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module

[pypy-commit] pypy numppy-flatitter: translation passes

2012-01-25 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51770:35b17e8dce50 Date: 2012-01-25 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/35b17e8dce50/ Log:translation passes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy numppy-flatitter: rework next_skip_x, there still is an AnnotationError

2012-01-26 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51806:6d23b2d09136 Date: 2012-01-19 07:29 +0200 http://bitbucket.org/pypy/pypy/changeset/6d23b2d09136/ Log:rework next_skip_x, there still is an AnnotationError diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW

[pypy-commit] pypy numppy-flatitter: cleanup merge, add failing test

2012-01-26 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51828:88475cf6b4ab Date: 2012-01-19 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/88475cf6b4ab/ Log:cleanup merge, add failing test diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numppy-flatitter: fix for z_jit test, now passes

2012-01-26 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51839:5a2c53898154 Date: 2012-01-19 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/5a2c53898154/ Log:fix for z_jit test, now passes diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module

[pypy-commit] pypy numppy-flatitter: more tests

2012-01-27 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51843:794461ec9ef3 Date: 2012-01-27 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/794461ec9ef3/ Log:more tests diff --git a/pypy/module/micronumpy/test/test_iter.py b/pypy/module/micronumpy/test/test_iter.py --- a/pypy/module

[pypy-commit] pypy numppy-flatitter: failed attempt to redo compile.py

2012-01-27 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51844:32b53b45a4c3 Date: 2012-01-27 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/32b53b45a4c3/ Log:failed attempt to redo compile.py diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy

[pypy-commit] pypy numppy-flatitter: add jit_merge_point s, add tests for them, tests fail

2012-01-27 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51852:ef26cbf01db4 Date: 2012-01-27 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ef26cbf01db4/ Log:add jit_merge_point s, add tests for them, tests fail diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module

[pypy-commit] pypy matrixmath-dot: cleanup after merge, all tests pass

2012-01-28 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51924:cb8369cbce6f Date: 2012-01-28 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/cb8369cbce6f/ Log:cleanup after merge, all tests pass diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy win32-cleanup: fix some tests

2012-01-29 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r51959:882a62b6adfe Date: 2012-01-30 00:41 +0200 http://bitbucket.org/pypy/pypy/changeset/882a62b6adfe/ Log:fix some tests diff --git a/pypy/module/_ffi/test/test__ffi.py b/pypy/module/_ffi/test/test__ffi.py --- a/pypy/module/_ffi/test

[pypy-commit] pypy default: add scalar test to dot

2012-01-30 Thread mattip
Author: mattip Branch: Changeset: r51976:0e3677233cc5 Date: 2012-01-29 05:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0e3677233cc5/ Log:add scalar test to dot diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module

[pypy-commit] pypy default: more scalar dot testing

2012-01-30 Thread mattip
Author: mattip Branch: Changeset: r51981:73b88e7136fe Date: 2012-01-29 05:58 +0200 http://bitbucket.org/pypy/pypy/changeset/73b88e7136fe/ Log:more scalar dot testing diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module

[pypy-commit] pypy win32-cleanup: openssl now passes some tests

2012-01-30 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r51984:60f69529bcc0 Date: 2012-01-31 00:23 +0200 http://bitbucket.org/pypy/pypy/changeset/60f69529bcc0/ Log:openssl now passes some tests diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib

[pypy-commit] pypy win32-cleanup: cause test to report Error and not crash testing process

2012-01-31 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52002:f90a69310775 Date: 2012-02-01 00:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f90a69310775/ Log:cause test to report Error and not crash testing process diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test

[pypy-commit] pypy default: shrink test

2012-02-03 Thread mattip
Author: mattip Branch: Changeset: r52056:5bf9a08deeb4 Date: 2012-01-29 08:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5bf9a08deeb4/ Log:shrink test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-out: branch to handle out arg, first stab at tests and implementation for reduce functions

2012-02-03 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52072:620d218f4ddf Date: 2012-02-03 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/620d218f4ddf/ Log:branch to handle out arg, first stab at tests and implementation for reduce functions diff --git a/pypy/module/micronumpy

[pypy-commit] pypy win32-cleanup: declare arguments for c functions, use os.path.sep

2012-02-04 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52107:e16f0468532b Date: 2012-02-05 00:06 +0200 http://bitbucket.org/pypy/pypy/changeset/e16f0468532b/ Log:declare arguments for c functions, use os.path.sep diff --git a/py/_io/terminalwriter.py b/py/_io/terminalwriter.py --- a/py/_io

[pypy-commit] pypy win32-cleanup: more os.path.sep fun

2012-02-04 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52108:7d3ad3fd6a7e Date: 2012-02-05 00:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7d3ad3fd6a7e/ Log:more os.path.sep fun diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py --- a/pypy

[pypy-commit] pypy win32-cleanup: (amaury_) redefine ASN1_ITEM_EXP

2012-02-05 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52119:fbfac731b543 Date: 2012-02-03 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fbfac731b543/ Log:(amaury_) redefine ASN1_ITEM_EXP diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib

[pypy-commit] pypy numpypy-out: more tests

2012-02-06 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52146:3068735b0215 Date: 2012-02-06 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3068735b0215/ Log:more tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module

  1   2   3   4   5   6   7   8   9   10   >