2.5.0
What's Changed
- Add
GPX
surrogate model which wraps kriging model from egobox library by @relf in #530 - Refactor
GENN
surrogate model which now depends on jenn library with improved performances by @shb84 in #517 - Fix numba test and remove numpy deprecation by @Paul-Saves in #518
- Fix warnings by @relf in #519 and #520
- Fix Ordinal and Integer constraints in DesignSpace by @Paul-Saves in #525
- Fix a bug for mixed-integer variables by @Paul-Saves in #529
- Fix cliping in design space by @Paul-Saves in #532
- Fix noise test bad indentation by @Paul-Saves in #531
- Run CI tests in parallel by @relf in #521
- Use ruff as formatter and linter by @relf in #515 and #524
- Test non-zero variance with noise by @Paul-Saves in #533
- Add noisy kriging example by @Paul-Saves in #527
- Update Kriging with noise tutorial by @NatOnera in #536
- Prepare release 2.5.0 by @relf in #535
Full Changelog: v2.4.0...v2.5.0