From 93e42ddff0005b51fcecbc6731ab8cbd268e6e6b Mon Sep 17 00:00:00 2001 From: "Travis E. Oliphant" Date: Tue, 17 Jul 2012 03:03:46 -0500 Subject: DOC: update language of C-API deprecations. --- doc/source/reference/c-api.deprecations.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/source/reference') 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. -- cgit v1.2.1