diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2021-02-16 09:22:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 09:22:50 +0000 |
commit | fa7f79d05936164cf5907880e68a8929bee074a5 (patch) | |
tree | f56ea94414ff485c49b59e200d63efde2c5572b4 /numpy/lib/function_base.py | |
parent | e54a06ca81dd93cfda4570ae03740711092e08d3 (diff) | |
download | numpy-fa7f79d05936164cf5907880e68a8929bee074a5.tar.gz |
Update numpy/lib/function_base.py
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 |