diff options
author | Pierre Glaser <pierreglaser@msn.com> | 2018-10-05 15:29:33 +0200 |
---|---|---|
committer | Pierre Glaser <pierreglaser@msn.com> | 2018-10-05 15:29:33 +0200 |
commit | 02d5619d70bf7bc6bb23c95cba7ef19aaf0b6e32 (patch) | |
tree | 859f67f74ac1eca6645457804b49a0495d27e519 /numpy | |
parent | cc39290df8c41905202cd37cb8ab392a922cce8b (diff) | |
download | numpy-02d5619d70bf7bc6bb23c95cba7ef19aaf0b6e32.tar.gz |
add the versionadded mention in the docs
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/_add_newdocs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index a2fbd1018..680bd9958 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -3774,6 +3774,8 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('dump', The pickle protocol used to serialize the array. The default is 2 (in order to maintain python 2 support). + .. versionadded:: 1.16.0 + """)) @@ -3790,6 +3792,8 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('dumps', The pickle protocol used to serialize the array. The default is 2 (in order to maintain python 2 support). + .. versionadded:: 1.16.0 + """)) |