-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deprecation decorator #295
Conversation
Codecov Report
@@ Coverage Diff @@
## master #295 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 77 77
Lines 4119 4135 +16
=======================================
+ Hits 4104 4120 +16
Misses 15 15
Continue to review full report at Codecov.
|
Alternatively, we can use the deprecation package which is a better solution I guess. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :)
Changes
Add a decorator to mark functions as deprecated
Related Issues
#294
Checks
update example/tutorial notebooks