Skip to content
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

Use a better Spline Green's function for small distances #401

Merged
merged 5 commits into from
May 4, 2023

Conversation

leouieda
Copy link
Member

@leouieda leouieda commented Dec 9, 2022

If distance is small change the Green's function to x(log(x**x)-1) which evaluates to the correct limit of 0. Deprecate the mindist parameter in Spline and SplineCV since it's no longer needed. Remove use of this parameter from the documentation and present damping as the only configurable parameter for the splines.

If distance is small change the Green's function to x(log(x**x)-1)
which evaluates to the correct limit of 0. Deprecate the mindist
parameters since it's no longer needed. Need to propagate changes to the
SplineCV class now.
@leouieda
Copy link
Member Author

leouieda commented Dec 9, 2022

TODO:

  • Implement this on the SplineCV
  • Make sure examples don't set the mindist parameter.
  • Open an issue for removing mindist entirely for v2.0.0.

@leouieda leouieda marked this pull request as ready for review May 3, 2023 14:34
@leouieda leouieda merged commit 014fd48 into main May 4, 2023
@leouieda leouieda deleted the remove-mindist branch May 4, 2023 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant