Ticket #1286 (closed defect: fixed)
Obsolete Python Numeric should be replaced by NumPy
| Reported by: | bemasc | Owned by: | dsd |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.2.0 (was Update.2) |
| Component: | distro | Version: | |
| Keywords: | relnote | Cc: | dgilmore, cscott, bemasc |
| Action Needed: | never set | Verified: | no |
| Blocked By: | Blocking: |
Description
As of build 368, the OS image includes the "Numeric" Python library. "Numeric" is obsolete, having been replaced by "NumArray", which is also deprecated in favor of "NumPy", which is current. Programs written for "Numeric" should be trivial to convert to "NumPy", and the authors provide automated tools for converting Python code from one to the other.
Unless there is a specific reason to continue using this obsolete library, it should be upgraded.
Change History
Note: See
TracTickets for help on using
tickets.


