Skip to content

Feature/fvgp 4.8#51

Merged
MarcusMNoack merged 4 commits into
masterfrom
feature/fvgp-4.8
May 29, 2026
Merged

Feature/fvgp 4.8#51
MarcusMNoack merged 4 commits into
masterfrom
feature/fvgp-4.8

Conversation

@MarcusMNoack
Copy link
Copy Markdown
Collaborator

No description provided.

MarcusMNoack and others added 4 commits May 28, 2026 14:10
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>
Extend test_pickle with value-level round-trip checks of the gpcam
config attributes (cost_function, _gp2Scale, gp2Scale_batch_size,
_linalg_mode, ram_economy, _args, logging, multi_task, x_out, gp) and
an fvGPOptimizer round-trip exercising multi_task=True and x_out.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

❌ Patch coverage is 96.29630% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 87.59%. Comparing base (149e725) to head (735d902).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
tests/test_gpCAM.py 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   87.52%   87.59%   +0.07%     
==========================================
  Files           9        9              
  Lines         617      637      +20     
==========================================
+ Hits          540      558      +18     
- Misses         77       79       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MarcusMNoack MarcusMNoack merged commit c2bb3a7 into master May 29, 2026
6 checks passed
@MarcusMNoack MarcusMNoack deleted the feature/fvgp-4.8 branch May 29, 2026 18:27
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.

1 participant