Ticket #4200 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[with spkg, positive review] Update numpy to 1.2.0

Reported by: jason Owned by: mabshoff
Priority: major Milestone: sage-3.1.3
Component: packages Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

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

Changed 2 years ago by jason

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

Changed 2 years ago 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

Changed 2 years ago 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

Changed 2 years ago by mabshoff

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

Merged in Sage 3.1.3.alpha2

Note: See TracTickets for help on using tickets.