On Thu, 2005-03-03 at 12:48, Sebastian Haase wrote:
Hi, what is the cvs command to update to the exact same 1.2.3 version using cvs?
% cvs update -r v1_2_3
Also I'm wondering if numarray.__version__ could be more informative about e.g. "1.2" vs. "1.2.2" vs. "1.2.3" ?
They're already OK I think, just like you're showing above. Do you want something else?
(What does the 'a' stand for in na.__version__ == '1.2a' ? Does that mean I got it from CVS ? )
The 'a' in 1.2a stands for "optimism". It actually took 1.2, 1.2.1, 1.2.2 to get to 1.2.3. My original plan was 1.2a, pass go, 1.2... it just didn't work out that way. Regards, Todd
Thanks, Sebastian Haase
On Thursday 03 March 2005 09:07, Todd Miller wrote:
numarray-1.2.3 is a bugfix release for numarray-1.2.2 which fixes a problem with universal function setup caching which noticeably impaired 1.2.2 small array performance. Get it if you are new to numarray, haven't upgraded to 1.2.2 yet, or use a lot of small arrays.
numarray-1.2.3 is here:
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=32367
Thanks to Ralf Juengling for quietly reporting this and working with me to identify and fix the problem.
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion --