[pypy-commit] pypy numpy-comparison: Check size of arrays in binary operations (needed for comparison)

2011-10-19 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r48248:949a5026cd03 Date: 2011-10-19 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/949a5026cd03/ Log:Check size of arrays in binary operations (needed for comparison) diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy

[pypy-commit] pypy numpy-comparison: Returning False for "arr == None". Preparations for "zeors(3) == zeros(4)" to

2011-10-19 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r48246:58762c30991d Date: 2011-10-01 21:26 +0300 http://bitbucket.org/pypy/pypy/changeset/58762c30991d/ Log:Returning False for "arr == None". Preparations for "zeors(3) == zeros(4)" to return False diff --git a/pypy/module/mi

[pypy-commit] pypy numpy-indexing-by-arrays: Initial (unoptimized) impementation of indexing by boolean vectors.

2011-09-10 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-indexing-by-arrays Changeset: r47197:fc54fc827233 Date: 2011-09-10 19:25 +0300 http://bitbucket.org/pypy/pypy/changeset/fc54fc827233/ Log:Initial (unoptimized) impementation of indexing by boolean vectors. diff --git a/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy numpy-indexing-by-arrays: Initial implementation

2011-09-06 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-indexing-by-arrays Changeset: r47114:7e7b4f1c2c5c Date: 2011-09-05 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/7e7b4f1c2c5c/ Log:Initial implementation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy numpy-indexing-by-arrays: Branch for adding "index arrays" to numpy

2011-09-06 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-indexing-by-arrays Changeset: r47113:41bb9c2e7f3a Date: 2011-09-03 14:25 +0300 http://bitbucket.org/pypy/pypy/changeset/41bb9c2e7f3a/ Log:Branch for adding "index arrays" to numpy ___ pypy-commit mailing list pyp

[pypy-commit] pypy numpy-comparison: Add ufuncs to appleveldefs

2011-09-02 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r47018:da8ca4cb9579 Date: 2011-09-02 14:13 +0300 http://bitbucket.org/pypy/pypy/changeset/da8ca4cb9579/ Log:Add ufuncs to appleveldefs diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/mo

[pypy-commit] pypy numpy-comparison: Translation fix

2011-09-02 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r47017:b151eb30e871 Date: 2011-09-02 13:51 +0300 http://bitbucket.org/pypy/pypy/changeset/b151eb30e871/ Log:Translation fix diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/modul

[pypy-commit] pypy numpy-comparison: post-merge fixes

2011-09-02 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r47016:35292645eb01 Date: 2011-09-02 11:29 +0300 http://bitbucket.org/pypy/pypy/changeset/35292645eb01/ Log:post-merge fixes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] pypy numpy-comparison: Creating branch for comparison operators. Depends on numpy-dtype-alt.

2011-09-02 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r47013:6dc3eafc6e1f Date: 2011-08-27 13:23 +0300 http://bitbucket.org/pypy/pypy/changeset/6dc3eafc6e1f/ Log:Creating branch for comparison operators. Depends on numpy-dtype- alt. ___

[pypy-commit] pypy numpy-comparison: Initial implementation (tests pass, translation fails)

2011-09-02 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-comparison Changeset: r47014:edb6c31894de Date: 2011-09-02 10:37 +0300 http://bitbucket.org/pypy/pypy/changeset/edb6c31894de/ Log:Initial implementation (tests pass, translation fails) diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronum

[pypy-commit] pypy numpy-impicit-convert: merge default

2011-07-08 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45426:be38f623af1b Date: 2011-07-08 22:48 +0300 http://bitbucket.org/pypy/pypy/changeset/be38f623af1b/ Log:merge default diff --git a/lib-python/modified-2.7/distutils/cygwinccompiler.py b/lib-python/modified-2.7/distutils/cygw

[pypy-commit] pypy numpy-impicit-convert: Simplifying and moving issequence to objspace

2011-07-08 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45425:6ee97b808423 Date: 2011-07-08 21:13 +0300 http://bitbucket.org/pypy/pypy/changeset/6ee97b808423/ Log:Simplifying and moving issequence to objspace diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspa

[pypy-commit] pypy numpy-impicit-convert: Some tests for conversion to numarray

2011-06-24 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45098:3aff9add6a8d Date: 2011-06-24 16:11 +0300 http://bitbucket.org/pypy/pypy/changeset/3aff9add6a8d/ Log:Some tests for conversion to numarray diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpy-impicit-convert: Convert second source of binary ops to numarray if needed

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45094:51e8d063a32b Date: 2011-06-23 23:38 +0300 http://bitbucket.org/pypy/pypy/changeset/51e8d063a32b/ Log:Convert second source of binary ops to numarray if needed diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/

[pypy-commit] pypy numpy-impicit-convert: Merge default

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45092:226e890618d3 Date: 2011-06-23 22:17 +0300 http://bitbucket.org/pypy/pypy/changeset/226e890618d3/ Log:Merge default diff --git a/pypy/interpreter/astcompiler/misc.py b/pypy/interpreter/astcompiler/misc.py --- a/pypy/interp

[pypy-commit] pypy numpy-impicit-convert: Convert sources of ufuncs to numarrays if needed

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45091:abdff8d681cc Date: 2011-06-23 22:14 +0300 http://bitbucket.org/pypy/pypy/changeset/abdff8d681cc/ Log:Convert sources of ufuncs to numarrays if needed diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/mi

[pypy-commit] pypy numpy-multidim-exp: numpy: something on multidimensions

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-multidim-exp Changeset: r45090:b2dc68ec3a1a Date: 2011-06-21 22:28 +0300 http://bitbucket.org/pypy/pypy/changeset/b2dc68ec3a1a/ Log:numpy: something on multidimensions diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_

[pypy-commit] pypy default: numpy: addit test_zjit for slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44900:59ffcf1d2531 Date: 2011-06-12 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/59ffcf1d2531/ Log:numpy: addit test_zjit for slicing diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pyp

[pypy-commit] pypy default: merge upstream

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44899:6b6f75812436 Date: 2011-06-03 00:11 +0300 http://bitbucket.org/pypy/pypy/changeset/6b6f75812436/ Log:merge upstream diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +++ b/pypy/annot

[pypy-commit] pypy default: numpy: some tests for slices

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44898:f67feab0137f Date: 2011-06-03 00:09 +0300 http://bitbucket.org/pypy/pypy/changeset/f67feab0137f/ Log:numpy: some tests for slices diff --git a/pypy/module/micronumpy/test/test_base.py b/pypy/module/micronumpy/test/test_base.py --- a/pypy/modu

[pypy-commit] pypy default: numpy: signature per SingleDimSlice class

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44897:00d149b590da Date: 2011-06-03 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/00d149b590da/ Log:numpy: signature per SingleDimSlice class diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: numpy: deleting sources when computation ends in VirtualArray

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44895:4ca2780763fd Date: 2011-06-01 01:16 +0300 http://bitbucket.org/pypy/pypy/changeset/4ca2780763fd/ Log:numpy: deleting sources when computation ends in VirtualArray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy default: numpy: receiving slice object as argument of descr_getitem

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44894:cfbf3985a1f6 Date: 2011-05-31 22:15 +0300 http://bitbucket.org/pypy/pypy/changeset/cfbf3985a1f6/ Log:numpy: receiving slice object as argument of descr_getitem diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/in

[pypy-commit] pypy default: numpy: fixing typo in slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44893:c373c5fa4eb4 Date: 2011-05-29 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/c373c5fa4eb4/ Log:numpy: fixing typo in slicing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/m

[pypy-commit] pypy default: micronumpy: start implementation of slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44892:fbdff70aeff4 Date: 2011-05-29 21:46 +0300 http://bitbucket.org/pypy/pypy/changeset/fbdff70aeff4/ Log:micronumpy: start implementation of slicing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.p