diff options
author | Travis E. Oliphant <teoliphant@gmail.com> | 2012-07-17 03:03:46 -0500 |
---|---|---|
committer | Travis E. Oliphant <teoliphant@gmail.com> | 2012-07-17 03:03:46 -0500 |
commit | 93e42ddff0005b51fcecbc6731ab8cbd268e6e6b (patch) | |
tree | 17226f4ce9f219ae41c7e3aa3777b804dcd26a00 | |
parent | 6f335e02de416fc9dc569d5041e9d812d4b5f653 (diff) | |
download | numpy-93e42ddff0005b51fcecbc6731ab8cbd268e6e6b.tar.gz |
DOC: update language of C-API deprecations.
-rw-r--r-- | doc/source/reference/c-api.deprecations.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/source/reference/c-api.deprecations.rst b/doc/source/reference/c-api.deprecations.rst index 86f15527d..fead417eb 100644 --- a/doc/source/reference/c-api.deprecations.rst +++ b/doc/source/reference/c-api.deprecations.rst @@ -16,11 +16,13 @@ C-API as well as account for compiler technology of the late 90's. There is only a small group of volunteers who have had very little time to spend on improving this API. -There is an ongoing effort to improve the API to do things like remove -a "fortran" macro and ensure that the NPY_ prefixes don't collide with -names from the PyArray_ prefixes. It is important in this effort, -however, to ensure that code that compiles for NumPy 1.X continues to -compile for NumPy 1.X. At the same, time certain API's will be marked +Despite these constraints, there is an ongoing effort to improve the +API to do things like remove +stray macros (e.g. a "fortran" macro) and ensure that the NPY_ prefixes +don't prepend names that collide with +names from the PyArray_ prefixes. It is important in this effort +to ensure that code that compiles for NumPy 1.X continues to +compile for NumPy 1.X. At the same time certain API's will be marked as deprecated so that future-looking code can avoid these API's and follow better practices. |