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 scatter method of BaseGridder #357

Merged
merged 5 commits into from Oct 26, 2022
Merged

Deprecate the scatter method of BaseGridder #357

merged 5 commits into from Oct 26, 2022

Commits on Dec 23, 2021

  1. Deprecate the scatter method of BaseGridder

    The method is a bit useless since we rarely want to predict on random
    points. Copy the code to the `CheckerBoard` function since that's where
    it is most useful. Issue a `FutureWarning` from the base `scatter`
    method.
    leouieda committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    040a0ee View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    f67f11e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468bf62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20741ec View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    1a8f99e View commit details
    Browse the repository at this point in the history