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
We need a standardized way to document that a method is deprecated. v0.4 had a lot of deprecations but the only warning was emitted at runtime when the function was called. None of the docs were updated and no warning was thrown for these methods when calling help?>. When deprecated functions are removed the docs could persist for 1 more release cycle.
What we need going forward:
A standardized way of formatting that a method is deprecated in its docstring.
An expectation that when a method is deprecated, a specific docstring is updated.
A way for the doc system to introspect that a particular method / type is deprecated.
The text was updated successfully, but these errors were encountered:
We need a standardized way to document that a method is deprecated. v0.4 had a lot of deprecations but the only warning was emitted at runtime when the function was called. None of the docs were updated and no warning was thrown for these methods when calling
help?>
. When deprecated functions are removed the docs could persist for 1 more release cycle.What we need going forward:
The text was updated successfully, but these errors were encountered: