diff options
Diffstat (limited to 'doc/source')
-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. |