File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
doc/source/reference/c-api Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3923,9 +3923,8 @@ are defined:
3923
3923
The ``PY_ARRAY_UNIQUE_SYMBOL `` mechanism additionally mangles the names to
3924
3924
avoid conflicts.
3925
3925
3926
-
3927
3926
.. versionchanged ::
3928
- NumPy 2.0 exports the headers to avoid sharing the table outside of a
3927
+ NumPy 2.1 changed the headers to avoid sharing the table outside of a
3929
3928
single shared object/dll (this was always the case on Windows).
3930
3929
Please see :c:macro: `NPY_API_SYMBOL_ATTRIBUTE ` for details.
3931
3930
@@ -3961,7 +3960,7 @@ the C-API is needed then some additional steps must be taken.
3961
3960
3962
3961
.. c :macro :: NPY_API_SYMBOL_ATTRIBUTE
3963
3962
3964
- .. versionadded :: 2.0
3963
+ .. versionadded :: 2.1
3965
3964
3966
3965
An additional symbol which can be used to share e.g . visibility beyond
3967
3966
shared object boundaries.
You can’t perform that action at this time.
0 commit comments