diff options
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index dde0217cd..4276a010e 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1511,6 +1511,9 @@ def unwrap(p, discont=None, axis=-1, *, period=2*pi): Axis along which unwrap will operate, default is the last axis. period: float, optional Size of the range over which the input wraps. By default, it is ``2 pi``. + + .. versionadded:: 1.21.0 + Returns ------- out : ndarray |