Changes between Initial Version and Version 1 of Ticket #45245


Ignore:
Timestamp:
Oct 2, 2014, 12:18:56 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45245

    • Property Cc sean@… dh@… michaelld@… added
    • Property Keywords python Scientific removed
    • Property Port py-scientific py-numpy added
  • Ticket #45245 – Description

    initial v1  
    33I think the newest version of Numpy raises some issues with the port python-scientific.
    44Importing Scientific into python works, but Scientific.Functions.FirstDerivatives raises the error:
    5 ------------------------------------
     5
     6{{{
    67    from numpy.oldnumeric import *
    78ImportError: No module named oldnumeric
    8 ------------------------------------
     9}}}
    910
    1011As oldnumeric has recently been removed from the numpy distribution, this should be tested.
    1112oldnumeric was in numpy 1.8.0 but not anymore in numpy 1.9.0
    1213
    13 Cheers,
     14Cheers,  [[br]]
    1415Romain
    1516