You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the fvgp pin to ~=4.8.1 and adapt to its breaking API changes:
- rename constructor args gp2Scale_dask_client->dask_client and
gp2Scale_linalg_mode->linalg_mode; store them privately to avoid
fvgp 4.8's new read-only `dask_client` property
- remove calc_inv (folded into linalg_mode="CholInv"/"Inv" upstream)
- rename update_gp_data/tell kwarg gp_rank_n_update->rank_n_update
- update test_gpCAM for renamed fvgp internals (marginal_density->
marginal_likelihood, .KVlinalg->.kv)
Sync GPOptimizer/fvGPOptimizer docstrings with fvgp 4.8.1 GP/fvGP
(keeping cost_function/logging and optional x_data/y_data), surface
new fvgp 4.8 features (validation metrics, bump/sle_kernel, new
linalg_mode values) in the API docs, and drop the duplicate-autodoc
fvgp_* attribute entries.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments