[SciPy-dev] New SciPy Branch created
Travis Oliphant
oliphant at ee.byu.edu
Sun Oct 2 01:47:14 CDT 2005
Stephen Walton wrote:
> Travis Oliphant wrote:
>
>>
>> I just started work on getting scipy ported to the new core.
>>
>> I made a new branch called newscipy
>
>
> I actually erased the previous install of "old scipy" on my laptop and
> replaced it with newcore. With this installation, the setup.py lines
> in newscipy which begin with "import scipy_distutils" need to be
> replaced with "import scipy.distutils", do they not? Or is newcore
> going to move scipy_distutils back up into its old location in the
> hierarchy?
Yes, one of the needed changes is to replace scipy_distutils with
scipy.distutils and scipy_base with scipy.base
I will place a file called NEEDED_CHANGES.txt in the main directory and
as people think of things that need to be done place it there.
-Travis
More information about the Scipy-dev
mailing list