diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-03-22 10:01:44 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-03-22 10:01:44 +0100 |
commit | b8042db4ccdc4d5eeecb046764b81d2bc3fe4a51 (patch) | |
tree | 5a117378a1c2907814db61bff9313ce0f4c9961b /numpy | |
parent | ac3cba3146a7acd1b0b5bff11e51f70f853a3813 (diff) | |
download | numpy-b8042db4ccdc4d5eeecb046764b81d2bc3fe4a51.tar.gz |
API: update C API version hash after rename of nditer.niter -> nditer.nop
This is the version for 1.6.0b1, so should not be changed anymore. If any more
changes, up the version to 7.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/cversions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/cversions.txt b/numpy/core/code_generators/cversions.txt index 633c1be96..64754fa87 100644 --- a/numpy/core/code_generators/cversions.txt +++ b/numpy/core/code_generators/cversions.txt @@ -8,4 +8,4 @@ 0x00000005 = 77e2e846db87f25d7cf99f9d812076f0 # Version 6 added new iterator, half float and casting functions, # PyArray_CountNonzero, PyArray_NewLikeArray and PyArray_MatrixProduct2. -0x00000006 = a413221a7ff73fcf251aeb5ee8fa73ff +0x00000006 = e61d5dc51fa1c6459328266e215d6987 |