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

[RFC, WIP]: Remove evaluate kernel #2342

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Commits on Jul 11, 2024

  1. Remove convert_legacy_grid option.

    **Note**: This is not a breaking change; "legacy" grids were deprecated
    pre v1.0.
    gpleiss committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    70af591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8326781 View commit details
    Browse the repository at this point in the history
  3. [Breaking Change] remove AdditiveStructureKernel and ProductStructure…

    …Kernel
    
    - The functionality of both kernels has not disappeared, but both
      kernels cannot work without the last_dim_is_batch_option.
    - The examples/00_Basic_Usage/kernels_with_additive_or_product_structure.ipynb
      notebook describes how to replicate the functionality of both kernels
      without last_dim_is_batch.
    gpleiss committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    12843d8 View commit details
    Browse the repository at this point in the history
  4. [Breaking Change] remove NewtonGirardAdditiveKernel

    - The functionality of this kernels has not disappeared, but this
      kernel cannot work without the last_dim_is_batch_option.
    - The examples/00_Basic_Usage/kernels_with_additive_or_product_structure.ipynb
      notebook describes how to replicate the functionality of this kernel
      using the gpytorch.utils.sum_interaction_terms utility.
    gpleiss committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fe08545 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc61fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. WIP

    gpleiss committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    daf43a3 View commit details
    Browse the repository at this point in the history