Skip to content

Commit

Permalink
removed c_numpy.pxd and replaced with 'cimport numpy'
Browse files Browse the repository at this point in the history
- 'cimport c_numpy; c_numpy.import_array()' replaced with
  'import numpy; cimport numpy'
- replaced ndarray.dimensions --> ndarray.shape
- re-ran cython to generate C files
  • Loading branch information
orbeckst committed Nov 11, 2015
1 parent 34defab commit 789acd9
Show file tree
Hide file tree
Showing 7 changed files with 15,015 additions and 3,893 deletions.
Loading

0 comments on commit 789acd9

Please sign in to comment.