[SciPy-user] docstrings; corefft, corelinalg

Travis Oliphant oliphant.travis at ieee.org
Fri Dec 30 15:05:32 EST 2005


Steve Schmerler wrote:

>     Available subpackages
>     ---------------------
>
>
>     SciPy: A scientific computing package for Python
>     ================================================
>
>     Available subpackages
>     ---------------------
>
>
>In [20]:
>#####################################################################################################################################
>
>... no infos about scipy subpackages (of course `help(scipy)` has some 
>infos)
>  
>
These subpackage docs were at one time auto-generated.  I'm not sure 
what the status of that is right now.  It could be that the info.py file 
is wrong in the sub-packages.

>
>2) I think the doc strings of corefft and corelinalg should contain some 
>   words explaining their existence. New scipy users would wonder
>
>  
>
Good idea.

>Is it possible to move all additional functionality of corefft and 
>corelinalg to linalg and fftpack (e.g corelinalg.eigh which seems to 
>have no equivalent function in linalg).
>  
>
Should be possible.  The linalg approach uses f2py blas wrappers.  I'm 
sure there is already a wrapper around the underlying function that 
handles eigh.

Lots of little things to do so dive on in :-)

Thanks for the feedback and suggestions.

-Travis





More information about the SciPy-User mailing list