Skip to content

Commit ee6f5a2

Browse files
committed
update changelog
1 parent 1ceb2a1 commit ee6f5a2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ For detailed release notes, see [GitHub Releases](https://github.com/SimonBlanke
99

1010
## [Unreleased]
1111

12+
## [1.10.1] - 2026-02-19
13+
14+
### Fixed
15+
- `optimum="minimum"` parameter in `search()` had no effect on the actual optimization. The objective adapter received the raw function instead of the negated one, causing the optimizer to maximize regardless of the `optimum` setting. The negation was only applied to the progress bar display.
16+
1217
## [1.10.0] - 2026-02-14
1318

1419
Major release introducing a new optimizer architecture based on the Template Method Pattern, extended search space support with continuous, categorical, and discrete dimension types, and vectorized operations for high-dimensional optimization.

0 commit comments

Comments
 (0)