Skip to content
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d75b8a7
Gate optional GPy dependencies; add pytest markers; make wrappers imp…
AlejandroGomezFrieiro Oct 14, 2025
ee58765
refactor: unify dependency gating and markers; promote matplotlib & D…
AlejandroGomezFrieiro Oct 15, 2025
f5bc001
docs: document pytest marker taxonomy and gating (Ticket 024)
AlejandroGomezFrieiro Oct 15, 2025
82e5308
docs: clarify optional extras; add GPy to docs extra and switch RTD t…
AlejandroGomezFrieiro Oct 15, 2025
d01caa6
merge: bring docs extras clarification and RTD config update from opt…
AlejandroGomezFrieiro Oct 15, 2025
f4c3902
ci: split core and gpy test jobs; document optional extras in changelog
AlejandroGomezFrieiro Oct 15, 2025
3c057c5
feat(extras): introduce optional dependency groups and docs updates\n…
AlejandroGomezFrieiro Oct 15, 2025
b7cc71f
chore: remove tracked .opencode timeline file
AlejandroGomezFrieiro Oct 15, 2025
61aa33e
build: migrate packaging to PEP 621 in pyproject.toml with dynamic ve…
AlejandroGomezFrieiro Oct 15, 2025
4fd20bd
build: migrate CI & docs to extras-based installation; add packaging …
AlejandroGomezFrieiro Oct 15, 2025
4fe9a61
chore: Run black and isort
AlejandroGomezFrieiro Oct 15, 2025
70f66a8
Answer comments with minor changes
AlejandroGomezFrieiro Nov 5, 2025
7f27f2f
Adds random seed fixture for uniform sampling
AlejandroGomezFrieiro Nov 5, 2025
0128fc2
Passes to , and updates the tests
AlejandroGomezFrieiro Nov 5, 2025
39e5d33
Cleanup pyproject.toml dependencies
AlejandroGomezFrieiro Nov 5, 2025
9a614ec
Fixes bad definition in pyproject toml
AlejandroGomezFrieiro Nov 5, 2025
a7e9de8
Add comments to all guarded imports
AlejandroGomezFrieiro Nov 12, 2025
574b94d
Remove gpy from several tests and one notebook
apaleyes Dec 19, 2025
4c72915
Notice, update rtd python version
apaleyes Dec 19, 2025
f1e24e1
Test for modern python versions
apaleyes Dec 19, 2025
387f90b
Add nbformat
apaleyes Dec 19, 2025
df270b6
Add integ tests install, fix a warning, fix linting
apaleyes Dec 19, 2025
6d8e7e0
improve test skipping
apaleyes Dec 19, 2025
9d5b1ac
fix?
apaleyes Dec 19, 2025
e8685e3
Improve coverage reports, remove editable installs
apaleyes Dec 19, 2025
ff9f010
One job to monitor
apaleyes Dec 19, 2025
b24a4c4
fix?
apaleyes Dec 19, 2025
c404cda
Sync with upstream
AlejandroGomezFrieiro Feb 20, 2026
62dd350
fix_doe
AlejandroGomezFrieiro Feb 20, 2026
9707f14
Fix pyproject
AlejandroGomezFrieiro Feb 20, 2026
7159c4b
Fix pyproject
AlejandroGomezFrieiro Feb 20, 2026
bc980de
Fix project
AlejandroGomezFrieiro Feb 20, 2026
ee7b4bb
Update pyproject.toml
apaleyes Feb 20, 2026
2fed595
Update latin_design.py
apaleyes Feb 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"scipy",
"matplotlib>=3.9",
"emcee>=2.2.1",
"PyDOE>=0.3.0",
"pydoe<0.9.6",
"sobol_seq>=0.1.2",
]

Expand Down