From: Adam T. <a-t...@st...> - 2007-01-25 19:25:25
|
I briefly looked into the conversion from Numeric to numpy, and it looks like there is a script that does all of the conversion for you since there is an oldnumeric module of numpy. Granted, the script probably isn't flawless. Also, it may be that we can detect whether numpy is available and if so, import the numpy.oldnumeric interface as Numeric (that's actually what the aforementioned script does); otherwise, just import Numeric. I do agree that we should wait until after the next release as this release already had numerous changes. I don't know if numpy compiles on Gentoo---since I bought my mac, I don't develop on Gentoo much these days. Adam On Jan 25, 2007, at 11:12 AM, Noel O'Boyle wrote: > I don't know much about the differences, but I'd be hoping they are > minor. But it might be a better idea to do this immediately *after* > the next release, rather than before - we have enough to go into it at > the moment. But I recall that one of the original reasons we didn't > move to numpy this time last year was that it didn't compile easily on > Gentoo. Has this situation improved? > > On 25/01/07, Adam Tenderholt <a-t...@st...> wrote: >> I agree that we should move to numpy soon as Numeric is old. Are >> there major differences between the two? Hopefully the conversion >> won't be too difficult or time consuming... >> >> Adam >> >> On Jan 25, 2007, at 7:24 AM, Karol Langner wrote: >> >>> On Thursday 25 of January 2007 13:17, Noel O'Boyle wrote: >>>> Hello all, >>>> >>>> We're going to have to start thinking about transitioning to >>>> numpy at >>>> some point this year. Numeric is not available for Python 2.5 on >>>> Windows, for example, and there is a big push for users to move to >>>> numpy. >>>> >>>> How are things on Gentoo at this stage? >>>> >>>> Regards, >>>> Noel >>> >>> I was actually going to ask about this soon, and will certainly >>> help when the >>> time comes if I'm not loaded with work. I guess you're thinking >>> about making >>> the transition quickly? >>> >>> Karol >>> >>> -- >>> written by Karol Langner >>> Thu Jan 25 16:23:06 CET 2007 >>> >>> -------------------------------------------------------------------- >>> -- >>> --- >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> share your >>> opinions on IT & business topics through brief surveys - and earn >>> cash >>> http://www.techsay.com/default.php? >>> page=join.php&p=sourceforge&CID=DEVDEV >>> _______________________________________________ >>> cclib-devel mailing list >>> ccl...@li... >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn >> cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> cclib-devel mailing list >> ccl...@li... >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |