From: Dominique O. <dom...@gm...> - 2010-06-08 07:10:23
|
On Mon, Jun 7, 2010 at 7:15 PM, Daniel Wheeler <dan...@gm...> wrote: > Hi Dominique, > > I tried the new-setup-py branch against fipy and everything worked > fine with the following small change: > > bunter[wd15]: svn diff > Index: pysparse/__init__.py > =================================================================== > --- pysparse/__init__.py (revision 177) > +++ pysparse/__init__.py (working copy) > @@ -5,6 +5,7 @@ > # Imports > from numpy._import_tools import PackageLoader > from version import version as __version__ > +from sparse import spmatrix > > #from sparse import * > from misc import get_include > > The organization seems greatly improved. Thanks for all the hard work. > Is the change above acceptable? Hi Daniel, I don't see any problem with the above change. The branch is updated. Let's now make new-setup the default. Cheers, -- Dominique |