Merged
Conversation
…ort-safe without GPy; replace deprecated numpy/scipy constants; add optional extras and markers; remove internal ticket comments
…oE deps to core - Add sklearn & notebooks pytest markers and annotate related tests - Complete GPy gating (all tests use importorskip + marker) - Simplify BenchmarkPlot (matplotlib now mandatory) - Move PyDOE & sobol_seq to core requirements; adjust extras - Add pybnn/sklearn/notebooks markers to setup.cfg - Fix NumPy 2.0 deprecations (np.int -> int) in examples - Adjust parameter_space test to avoid NumPy 2 recursion - Add timeline file documenting tickets 001-003,007,014,021-023
…o pip install with docs extra
…ional-gpy-gating-cleanup
…\nAdd new extras: bnn (pybnn+torch), sklearn, examples bundle, expand full meta extra. Document usage in README and installation.rst. Unify Bohamiann import guidance and improve torch ImportError wording. Add ipykernel gating for notebook integration tests and explicitly set kernel. Minor test adjustments (import GPy explicitly, relax gradient tolerance). Simplify numpy requirement to avoid premature 2.x pin conflicts.
…rsion and setup.py shim
Collaborator
|
thanks @AlejandroGomezFrieiro . any idea why the GPy tests fail? i am guessing something to do with version resolution |
Collaborator
|
as a quick workaround i suggest we stick to |
Contributor
Author
That's an acceptable solution too |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #482 +/- ##
=======================================
Coverage 89.10% 89.10%
=======================================
Files 137 137
Lines 4847 4847
Branches 479 479
=======================================
Hits 4319 4319
Misses 402 402
Partials 126 126 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apaleyes
approved these changes
Feb 20, 2026
Collaborator
|
thanks @AlejandroGomezFrieiro for catching the issue! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
pydoe updating after 10 years broke imports
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.