Opened 8 years ago

Closed 8 years ago

#626 closed defect (fixed)

Update scipy to 0.18.0

Reported by: smk78 Owned by: wojciech
Priority: blocker Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Admin

Description

SasView currently ships with scipy 0.16.0, and anyone building against the Anaconda install only has 0.15.1. Lewis' Corfunc analysis uses the bounds argument on the leastsq fitter which is only available from 0.18.0 so before the Corfunc branch is merged we need to upgrade the default scipy to 0.18.0.

Change History (7)

comment:1 Changed 8 years ago by butler

  • Milestone changed from SasView Next Release +1 to SasView 4.1.0

comment:2 Changed 8 years ago by wojciech

  • Owner set to wojciech
  • Status changed from new to assigned

comment:3 Changed 8 years ago by wojciech

Mac build server has been updated. Piotr is working on Windows.

comment:4 Changed 8 years ago by piotr

new scipy requires new numpy
new numpy for standalone python available from Gholke with MKL only → need to modify setup_exe.py
new numpy and py2exe cause a console window to pop up with a warning ( http://stackoverflow.com/questions/22412984/omp-warning-when-numpy-1-8-0-is-packaged-with-py2exe )
Multiple runtime issues

It will be more proper to move to anaconda 64, where numpy/scipy are nicely integrated.

comment:5 Changed 8 years ago by piotr

Jenkins host SasView_Win7_Test runs Anaconda 64 with the most recent scipy/numpy.
This produces a usable setup.

Please test the installer and the resulting installation - if stable we'll switch to the Anaconda setup on the main host and disable standalone python27

comment:6 Changed 8 years ago by piotr

Win7 32 bit is working fine now.

comment:7 Changed 8 years ago by piotr

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.