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
Add decorator for automatically shimming depracted functions (#105)
* Add decorator for deprecation tests
* Change to `expire_deprecation` decorator
* Add docstring
* Bump minor version
* Move `expire_deprecation` to new `deprecation` module, remove hardcoded `self` argument so it works with free functions
* Add tests
* docstring