[SciPy-dev] removing lil_eye() and lil_diags()

Nathan Bell wnbell at gmail.com
Tue Jul 22 18:55:03 EDT 2008


Is there any objection to removing lil_eye() and lil_diags() from
scipy.sparse?  I believe these functions were added after the 0.6
release and have now been superceded by sparse.eye(..., format='lil')
and sparse.spdiags(..., format='lil').

For reference:
http://projects.scipy.org/scipy/scipy/browser/trunk/scipy/sparse/construct.py

-- 
Nathan Bell wnbell at gmail.com
http://graphics.cs.uiuc.edu/~wnbell/



More information about the SciPy-Dev mailing list