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 following is a list of changes I intended for v1.0.0. However, since that version has already been released, these changes will be targeted for v2.0.0:
Remove gausschebyshev
Remove besselroots
Organize function names etc.
For example, FastGaussQuadrature.asy should be renamed to FastGaussQuadrature.gausslegenedre_asy.
They (gausslegendre_asy, gausslaguerre_asy, etc.) will be treated as 'non-exported stable API', meaning they won't be exported but are stable for use.
Consider adding an _ prefix for purely internal functions, such as underflow_threshold.
The text was updated successfully, but these errors were encountered:
Please don't remove deprecated functions such as gausschebyshev without a breaking change, as these used to be a part of the official API. By default, Julia doesn't warn about the deprecation unless one starts it with --depwarn=yes, so this may confuse users. Is there a pressing need to remove these functions right away anyway?
The following is a list of changes I intended for v1.0.0. However, since that version has already been released, these changes will be targeted for v2.0.0:
gausschebyshev
besselroots
FastGaussQuadrature.asy
should be renamed toFastGaussQuadrature.gausslegenedre_asy
.gausslegendre_asy
,gausslaguerre_asy
, etc.) will be treated as 'non-exported stable API', meaning they won't be exported but are stable for use._
prefix for purely internal functions, such asunderflow_threshold
.The text was updated successfully, but these errors were encountered: