What's Changed
- Add combination of kernels handling by @NicolasJeanGonel in #653
- Add implementation of the multi-fi cokriging model, MFCK (see tutorial) by @mcastanoUQ in #657
- Add save/load methods to GPX surrogate model by @relf in #658
- Move advanced design space handling in separate
smt-design-space-ext
module by @Paul-Saves in #651 - Remove
smt
dependency toConfigSpace
andadsg-core
by @Paul-Saves in #663 - Refactor
smt.design_space
by @relf in #665, #666, #667 - Make error message to increase nugget more actionable. by @NAThompson in #661
- Fix continuous relaxation compatibility with hierarchical modeling by @Paul-Saves in #660, #664
- Update SMT tutorials, doc, affiliation by @Paul-Saves in #668, #669, #671
- Update kernel engineering notebooks by @jomorlier in #674
- Bump pypa/cibuildwheel from 2.21.1 to 2.21.3 by @dependabot in #662
- Prepare release 2.8 by @relf in #675
Implementation Note
In this release, advanced design space management has been moved in a separate smt-design-space-ext
module to decouple smt
from special design space implementations allowing hierarchical variables handling.
New Contributors
- @mcastanoUQ made their first contribution in #657
Full Changelog: v2.7.0...v2.8.0