Ticket #4200 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

[with spkg, positive review] Update numpy to 1.2.0

Reported by: jason Assigned to: mabshoff
Priority: major Milestone: sage-3.1.3
Component: packages Keywords:
Cc:

Description

Numpy 1.2.0 came out today. An updated spkg is here: http://sage.math.washington.edu/home/jason/numpy-1.2.0.spkg

Crazily, apparently some parts of numpy are deprecated and throw warnings, while other parts still use the deprecated functions. The upshot is that Sage, upon importing scipy, displays several warnings about deprecated numpy stuff. Also, using numpy, like in the solve_left function, triggers deprecation warnings about other parts of numpy.

Change History

09/25/2008 09:51:30 PM changed by jason

The problem might just be that we have an old version of scipy, which is triggering these deprecation warnings.

09/25/2008 09:52:42 PM changed by mabshoff

  • summary changed from Update numpy to 1.2.0 to [with spkg, needs review] Update numpy to 1.2.0.

Hmm, feel like updating scipy then, too? That will be a littl more work since we monkey with various setup.pys, so this spkg might not make it into 3.1.3 :(

Cheers,

Michael

09/26/2008 11:46:23 PM changed by mabshoff

  • summary changed from [with spkg, needs review] Update numpy to 1.2.0 to [with spkg, positive review] Update numpy to 1.2.0.

Very nice work Jason, I could not have done better myself :)

Cheers,

Michael

09/26/2008 11:46:39 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Merged in Sage 3.1.3.alpha2