From: Adam T. <a-t...@st...> - 2007-05-07 18:44:31
|
So does this mean that Numeric will no longer work and NumPy is now required? Just curious... Adam On Apr 28, 2007, at 3:17 AM, Noel O'Boyle wrote: > Nice work! > > On 28/04/07, Karol Langner <kar...@kn...> wrote: >> Sure. I'll just mention the more important changes in names: >> >> Numeric.matrixmultiply -> numpy.dot >> Numeric.outerproduct -> numpy.outer >> LinearAlgebra.inverse -> numpy.linalg.inv >> Numeric.typecode -> numpy.dtype >> >> The last was the problematic one, since Numeric.typecode is a >> function, while >> numpy.dtype is a type. >> >> On Friday 27 April 2007 15:47, Noel O'Boyle wrote: >>> Let's leave a few days "cooling off period" to look through the code >>> for anything that doesn't seem right. >>> >>> On 27/04/07, Karol Langner <kar...@kn...> wrote: >>>> I changed all references to NumPy, but left the Numeric imports >>>> (when >>>> importing numpy fails). Some method names had to be changed. All >>>> the >>>> tests and regressions go fine, although I'm worried we don't >>>> have tests >>>> for all the methods, since that's where the most Numeric >>>> functions are >>>> used. >>>> >>>> -- >>>> written by Karol Langner >>>> Fri Apr 27 17:36:53 CEST 2007 >> >> -- >> written by Karol Langner >> Sat Apr 28 11:36:59 CEST 2007 >> > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |