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
The documentation does not reflect the deprecations of remove_xxx!() functions. These functions also use a nonstandard deprecation mechanism which makes it hard for users to understand how to transition to the new API. Consider using @deprecate.
The text was updated successfully, but these errors were encountered:
It rather depends on having an understanding of how the package has changed over time,
and also on a undocumented nonexported function of julia (@deprecate) which actually doesn’t really work right in julia 1.0.
You kinda want to know your way around the package and julia before doing this
The documentation does not reflect the deprecations of
remove_xxx!()
functions. These functions also use a nonstandard deprecation mechanism which makes it hard for users to understand how to transition to the new API. Consider using@deprecate
.The text was updated successfully, but these errors were encountered: