numeric.scipy.org    Version 1.0b1 API Documentation generated by Endo 2006-08-14
This module converts code written for Numeric to run with numpy

Makes the following changes:
 * Converts typecharacters
 * Changes import statements (warns of use of from Numeric import *)
 * Changes import statements (using numerix) ...
 * Makes search and replace changes to:
   - .typecode()
   - .iscontiguous()
   - .byteswapped()
   - .itemsize()
 * Converts .flat to .ravel() except for .flat = xxx or .flat[xxx]
 * Change typecode= to dtype=
 * Eliminates savespace=xxx
 * Replace xxx.spacesaver() with True
 * Convert xx.savespace(?) to pass + ## xx.savespace(?)
 #### -- not * Convert a.shape = ? to a.reshape(?)
 * Prints warning for use of bool, int, float, copmlex, object, and unicode
 * replaces matrixmultiply with dot

Variables

Function summary

Functions

Imported names

Local nameRefers to
datetimedatetime
globglob
osos
rere
syssys