[Jnumerical-general] Re: Porting issues and Jython 2.2
Status: Beta
Brought to you by:
lemire
|
From: Daniel L. <le...@on...> - 2003-01-07 20:15:06
|
Yes, please do not take my comments for a criticism of your approach. It seems well founded, a h*ll of a lot better than what we have right now it terms of maintenance. Beside, none of us on this list are responsible for the current design choice... so nobody will fight you if you improve the design!!! > Versions after 20.0 require Python 2.0 or later. To take advantage of > the "rich comparisons" (i.e., to be able to compare arrays and get > back a boolean result) you need Python 2.1. According to the changes.txt of Numeric 21.0, Numeric now implements true division operatons relying on Python 2.2 whatever this means. I have no clue, but it seems like Numeric uses the new features of Python 2.2. > I agree completely with your concerns about Numeric eventually requiring > > Python 2.2 but the only *big* difference between CVS jython and Python 2.2 > is new style classes AFAIK. I don't use CVS Jython so I'll take your word for it. Does it mean that Jython now implements iterators? I seem to recall that it was the big change. How is Jython going along? Jython seems frozen as far as I can tell. Jython as it is, is good enough for my purposes, but if we are going to rely on it more heavily to keep up with Python, then we should know that it is doing well. The mailing list seems active, but I don't see many releases. > Does anyone know about the upcoming migration from Numeric to Numarray? > What affect will this have JNumeric? I have no clue. I have never used Numarray. |