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

Deprecate the engine argument of Spline/SplineCV #373

Merged
merged 2 commits into from
Aug 25, 2022
Merged

Conversation

leouieda
Copy link
Member

The numpy-based engine will be removed in favour of the numba-based one
which is faster and more memory efficient. This will make numba a
required dependency.

Relevant issues/PRs: Fixes #370

The numpy-based engine will be removed in favour of the numba-based one
which is faster and more memory efficient. This will make numba a
required dependency.
@leouieda leouieda changed the title Deprecate the engine argument of Spline\SplineCV Deprecate the engine argument of Spline/SplineCV Aug 25, 2022
@leouieda leouieda merged commit 9475140 into main Aug 25, 2022
@leouieda leouieda deleted the deprecate-engine branch August 25, 2022 15:52
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.

Warn that numpy-based backends are deprecated
1 participant