[Biopython-dev] Versions of numpy/Numeric

Bruce Southey bsouthey at gmail.com
Wed Sep 24 18:19:42 UTC 2008


Peter wrote:
> Hi again,
>
> I was wondering what versions of numpy and Numeric have been tested
> with Biopython CVS?  For anyone who didn't know, you can check at the
> python prompt with:
>
> import numpy
> print numpy.version.version
>   
Actually just do
numpy.__version__

Currently numpy 1.2 is at the second release candidate stage. Note that 
this version requires Python 2.4 and uses the nose testing framework 
version 0.10 or later for testing.

Somewhat related to this, what is the appropriate way to find the 
version of BioPython installed within Python?

Bruce



More information about the Biopython-dev mailing list