diff options
| author | mattip <matti.picus@gmail.com> | 2018-10-07 18:48:54 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2018-10-07 18:48:54 +0300 |
| commit | 1462362754f2053561d08eba5bc12960056104af (patch) | |
| tree | 8b03f0d29c75980ac03292720a88715f17508c1e /doc | |
| parent | a6a0b0f6f75a3f00879506191e42328e1314016b (diff) | |
| download | numpy-1462362754f2053561d08eba5bc12960056104af.tar.gz | |
ENH: increment and use NPY_API_VERSION in PyUFuncObject->version
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release/1.16.0-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst index 8d068079e..8c14e0070 100644 --- a/doc/release/1.16.0-notes.rst +++ b/doc/release/1.16.0-notes.rst @@ -72,6 +72,8 @@ comparisons. C API changes ============= +The ``NPY_API_VERSION`` was incremented to 0x0000D since the `PyUFuncObject`'s +size changed. New Features ============ |
