summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-04-01 22:33:19 -0600
committerCharles Harris <charlesr.harris@gmail.com>2012-04-06 18:07:39 -0600
commitc5eee115be8f01006479cba909d3f7363de08f1b (patch)
treee6725a99cf1a79282fe3a566796f839d3a0657ed /numpy/random/mtrand
parentc993797eb6926b85fcd3b85859e59d0e72000f4a (diff)
downloadnumpy-c5eee115be8f01006479cba909d3f7363de08f1b.tar.gz
UPD: Add NPY_NO_DEPRECATED_API to some more files.
_dotblas needs more work to remove direct access to ndarray internals.
Diffstat (limited to 'numpy/random/mtrand')
-rw-r--r--numpy/random/mtrand/initarray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/mtrand/initarray.c b/numpy/random/mtrand/initarray.c
index beff78510..21f1dc05a 100644
--- a/numpy/random/mtrand/initarray.c
+++ b/numpy/random/mtrand/initarray.c
@@ -71,6 +71,7 @@
* http://www.math.keio.ac.jp/matumoto/emt.html
* email: matumoto@math.keio.ac.jp
*/
+#define NPY_NO_DEPRECATED_API NPY_API_VERSION
#include "initarray.h"