Skip to content

Commit c18e708

Browse files
authored
Prepare release 0.34 (#337)
* Warn only if less than 20% valid values * Add rastrigin example * Update py API doc * Add python sampling example * Bump version to 0.34 * Update changelog * Update changelog
1 parent d832b07 commit c18e708

File tree

12 files changed

+240
-159
lines changed

12 files changed

+240
-159
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changes
22

3-
## Version 0.34.0 - unreleased
3+
## Version 0.35.0 - unreleased
4+
5+
## Version 0.34.0 - 17/11/2025
6+
7+
* **Breaking changes**:
8+
* Add Egor configuration validation by @relf in <https://github.com/relf/egobox/pull/335>
9+
* Use Logarithm of Expected Improvement (LogEI) as the default infill strategy by @relf in <https://github.com/relf/egobox/pull/336>
10+
* Enable middle points picker heuristic by @relf in <https://github.com/relf/egobox/pull/334>
11+
* Add new surrogate API functions to optimize GP usage in Egor optimizer by @relf in <https://github.com/relf/egobox/pull/332>
12+
* Add Egor examples on rosenbrock, michalewicz and ackley test functions by @relf in <https://github.com/relf/egobox/pull/325>
13+
* Parallelize distance calculations and eliminate allocations in hot paths by @Copilot in <https://github.com/relf/egobox/pull/328>
414

515
## Version 0.33.0 - 11/10/2025
616

0 commit comments

Comments
 (0)