diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-02-04 10:53:05 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-02-04 16:11:40 -0700 |
commit | bbf49fcad1ac5029ab31235e90235c6161ea41ba (patch) | |
tree | b30b07685d414b08d1eb17eb05d524b493baff0e /doc | |
parent | cceb8f6dd11633cedfcc84c4498a887a4dbc056f (diff) | |
download | numpy-bbf49fcad1ac5029ab31235e90235c6161ea41ba.tar.gz |
DOC: clarify numpy version for removal, document sed script better.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index cbb77243f..defdc9c00 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -185,7 +185,7 @@ similar for PyArray_Descr* and other core objects in the future as preparation for NumPy 2.0. The macros in old_defines.h are deprecated and will be removed in the next -major release. The sed script tools/replace_old_macros.sed can be used to +minor release (>= 1.8). The sed script tools/replace_old_macros.sed can be used to replace these macros with the newer versions. You can test your code against the deprecated C API by #defining |