Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 10, 2014 at 4:03 PM, Markus Schaber wrote: > Hi, Jeff, > > Von: Jeff Hardy > > On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: > >> 2) A pure-Python version would be a lot of work (perhaps building on > PyPy's RPython version and converting their C) and be slow, but would be > litt

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Markus Schaber
Hi, Jeff, Von: Jeff Hardy > On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: >> 2) A pure-Python version would be a lot of work (perhaps building on PyPy's >> RPython version and converting their C) and be slow, but would be little >> maintenance as most of the details for the current version

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 3, 2014 at 1:53 PM, Olof Bjarnason wrote: > Why isn't CPython+NumPy+SciPy (or what you need on top of NumPy) > enough? It's been tested and maintained for a long time, and works > quite well? > For standalone stuff, yes. But if I'm building an application in .NET that I want users to

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: > 2) A pure-Python version would be a lot of work (perhaps building on > PyPy's RPython version and converting their C) and be slow, but would be > little maintenance as most of the details for the current version of numpy > would be static. Requi

Re: [Ironpython-users] numpy in IronPython

2014-06-05 Thread Pawel Jasinski
I would recommend running a diff between the "pure-numpy" and https://github.com/numpy/numpy-refactor --pawel On Thu, Jun 5, 2014 at 1:28 PM, Doug Blank wrote: > I was able to make contact with Timothy Hochberg and Mark DeArman and get > the source code to a couple of older numeric/numpy Python

Re: [Ironpython-users] numpy in IronPython

2014-06-05 Thread Doug Blank
I was able to make contact with Timothy Hochberg and Mark DeArman and get the source code to a couple of older numeric/numpy Python libraries. I'm not sure exactly how old these are, nor what version of numpy they implement, but the code can be found here: https://bitbucket.org/dblank/pure-numpy/

Re: [Ironpython-users] numpy in IronPython

2014-06-04 Thread Pawel Jasinski
I took the old version of numpy for a spin with 2.7.5b2 I had to adjust a couple of things, but it compiles and appears to work. The build instructions: https://github.com/numpy/numpy-refactor/wiki/Recompile --pawel ___

Re: [Ironpython-users] numpy in IronPython

2014-06-03 Thread Olof Bjarnason
Why isn't CPython+NumPy+SciPy (or what you need on top of NumPy) enough? It's been tested and maintained for a long time, and works quite well? It does seem like a daunting task to try and build and maintain something separate from the mainline NumPy/SciPy community... On 3 June 2014 13:39, Dou

Re: [Ironpython-users] numpy in IronPython

2014-06-03 Thread Doug Blank
I've tried to capture all of the links and options towards developing a numpy for IronPython here: http://calicoproject.org/Numpy Please let me know if I have missed something, or if you would like to add to that page. My summary so far: 1) a new wrapper (based on IronClad or Cython) would crea

Re: [Ironpython-users] numpy in IronPython

2014-06-02 Thread Doug Blank
On Mon, Jun 2, 2014 at 1:13 PM, Steve Baer wrote: > We should also check with the Enthought guys to see what they did and if > they are willing to share. > That is the code here that I mentioned in the first post: https://www.enthought.com/repo/.iron/ I can't tell what license this is done und

Re: [Ironpython-users] numpy in IronPython

2014-06-02 Thread Steve Baer
We should also check with the Enthought guys to see what they did and if they are willing to share. -Steve On Sun, Jun 1, 2014 at 6:29 AM, Doug Blank wrote: > On Sun, Jun 1, 2014 at 3:05 AM, Jeff Hardy wrote: > >> On Sat, May 31, 2014 at 3:23 PM, Doug Blank wrote: >> >>> On Fri, May 30, 2014

Re: [Ironpython-users] numpy in IronPython

2014-06-01 Thread Doug Blank
On Sun, Jun 1, 2014 at 3:05 AM, Jeff Hardy wrote: > On Sat, May 31, 2014 at 3:23 PM, Doug Blank wrote: > >> On Fri, May 30, 2014 at 5:22 PM, Steve Baer wrote: >> >>> I would definitely be interested in helping, but don't exactly know >>> where to start. We have a lot of users who would love to

Re: [Ironpython-users] numpy in IronPython

2014-06-01 Thread Jeff Hardy
On Sat, May 31, 2014 at 3:23 PM, Doug Blank wrote: > On Fri, May 30, 2014 at 5:22 PM, Steve Baer wrote: > >> I would definitely be interested in helping, but don't exactly know where >> to start. We have a lot of users who would love to get access to numpy on >> our OSX and 64bit windows version

Re: [Ironpython-users] numpy in IronPython

2014-05-31 Thread Hernan M. F.
> I would definitely be interested in helping, but don't exactly know where to > start. We have a lot of users who would love to get access to numpy on our > OSX and 64bit windows versions of our product. This is only going to become > a bigger problem in the future since we will probably only

Re: [Ironpython-users] numpy in IronPython

2014-05-31 Thread Ivan Pozdeev
> I would definitely be interested in helping, but don't exactly know where to > start. We have a lot of users who would > love to get access to numpy on our OSX and 64bit windows versions of our > product.  This is only going to become a > bigger problem in the future since we will probably only

Re: [Ironpython-users] numpy in IronPython

2014-05-31 Thread Doug Blank
On Fri, May 30, 2014 at 5:22 PM, Steve Baer wrote: > I would definitely be interested in helping, but don't exactly know where > to start. We have a lot of users who would love to get access to numpy on > our OSX and 64bit windows versions of our product. This is only going to > become a bigger

Re: [Ironpython-users] numpy in IronPython

2014-05-30 Thread Steve Baer
I would definitely be interested in helping, but don't exactly know where to start. We have a lot of users who would love to get access to numpy on our OSX and 64bit windows versions of our product. This is only going to become a bigger problem in the future since we will probably only have a 64bi

Re: [Ironpython-users] numpy in IronPython

2014-05-30 Thread Jeff Hardy
On Fri, May 30, 2014 at 2:50 PM, Doug Blank wrote: > numpy is a numeric package for CPython that used a lot in science. > Wondering about what it would take to develop a numpy for IronPython... > > I know a few years ago that there was a paid project to port numpy to > IronPython [1], but that ap

[Ironpython-users] numpy in IronPython

2014-05-30 Thread Doug Blank
numpy is a numeric package for CPython that used a lot in science. Wondering about what it would take to develop a numpy for IronPython... I know a few years ago that there was a paid project to port numpy to IronPython [1], but that appears to have been only for Windows, and they seem to have som