[SciPy-dev] Scheduled release

Robert Kern kern at ugcs.caltech.edu
Thu Sep 25 17:34:08 EDT 2003


On Thu, Sep 25, 2003 at 12:50:36PM -0600, Travis Oliphant wrote:
> 
> The release of scipy is coming along, but I think we need to postpone 
> the release until Tuesday as I have found some bugs in special that need 
> addressing.
> 
> Comments?

I haven't been tracking CVS for the past week, but the last time I checked,
there were some errors in stats/distributions.py . Specifically, triang.stats
gives the same mean regardless of the loc parameter (the others may be wrong,
too); uniform.ppf(x,...) for x == 0 or 1 gives 0 or 1 respectively despite the
loc and shape parameters, and x in between give the right values. These bugs may
or may not generalize to other distributions.

Prioritize as you see fit.  :-)

> -Travis Oliphant

-- 
Robert Kern
kern at ugcs.caltech.edu

"In the fields of Hell where the grass grows high
Are the graves of dreams allowed to die."
                     -- Richard Harter




More information about the SciPy-Dev mailing list