You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update resample time offset FutureWarning and docs (#8479)
* Improve FutureWarning re: resample() loffset parameter
As discussed in #8175
* Add docs re: resample time offset arithmetic
Illustrate updating the time coordinate values of a resampled dataset
using time offset arithmetic. This is the recommended technique to
replace the use of the deprecated `loffset` parameter in `resample()`
re: issue #7596 and discussion
#8175
* Add loffset deprecation warning to resample docstrings
* Add docs change to whats-new.rst
* Drop redundant FutureWarning in warning text
* Change deprecation warning to present tense
* Add code example for FutureWarning message
---------
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
0 commit comments