v1.12
What's Changed
- Minor patch to Matern covariances by @j-wilson in #2378
- Fix error messages for ApproximateGP.get_fantasy_model by @gpleiss in #2374
- Fix lazy kernel slicing when there are multiple outputs by @douglas-boubert in #2376
- Fix training status of noise model of
HeteroskedasticNoiseafter exceptions by @fjzzq2002 in #2382 - Stop rbf_kernel_grad and rbf_kernel_gradgrad creating the full covariance matrix unnecessarily by @douglas-boubert in #2388
- Likelihood bugfix by @gpleiss in #2395
- Update RTD configuration, and linear_operator requirement. by @gpleiss in #2399
- Better support for missing labels by @Turakar in #2288
- Fix latex of gradients in docs by @jlperla in #2404
- Skip the warning in
gpytorch.lazy.__getattr__if name starts with_by @saitcakmak in #2423 - Fix KeOps regressions from #2296. by @gpleiss in #2413
- Update index.rst by @mkomod in #2449
pythonshould also be a runtime dependency by @jaimergp in #2457- fix a typo: cannonical -> canonical by @partev in #2461
- Update distributions.rst by @chrisyeh96 in #2487
- Fix flaky SVGP classification test by @gpleiss in #2495
- DOC: Fix typo in docstring. by @johanneskopton in #2493
- fix a typo by @partev in #2464
- DOC: fix formatting issue in RFFKernel documentation by @partev in #2463
- DOC: fix broken formatting in leave_one_out_pseudo_likelihood.py by @partev in #2462
ConstantKernelby @SebastianAment in #2511- DOC: fix broken URL in periodic_kernel.py by @partev in #2513
- Bug: Exploit Structure in get_fantasy_strategy by @naefjo in #2494
- Matern52 grad by @m-julian in #2512
- Added optional
kwargstoExactMarginalLogLikelihoodcall by @rafaol in #2522 - Corrected configuration of
excludestatements inpre-commitconfiguration by @JonathanWenger in #2541
New Contributors
- @douglas-boubert made their first contribution in #2376
- @fjzzq2002 made their first contribution in #2382
- @jlperla made their first contribution in #2404
- @mkomod made their first contribution in #2449
- @jaimergp made their first contribution in #2457
- @partev made their first contribution in #2461
- @chrisyeh96 made their first contribution in #2487
- @johanneskopton made their first contribution in #2493
- @naefjo made their first contribution in #2494
- @rafaol made their first contribution in #2522
Full Changelog: v1.11...v1.12