Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz authored and AdrianSosic committed Jan 28, 2025
1 parent 8f9f274 commit d86dbe2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
between constraints and dropped parameters yielding empty parameter sets
- Minimizing a single `NumericalTarget` with specified bounds/transformation via
`SingleTargetObjective` no longer erroneously maximizes it
- Improvement-based Monte Carlo acquisition functions now use the correct
reference value in minimization mode
- `allow_*` flags are now context-aware, i.e. setting them in a context where they are
irrelevant now raises an error instead of passing silently

Expand All @@ -82,6 +80,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
metadata required for the flags is no longer available at that level. The
functionality has been taken over by `Campaign`.

## [0.11.4] - 2025-01-27
### Changed
- Polars lazy streaming has been deactivated due to instabilities

### Fixed
- Improvement-based Monte Carlo acquisition functions now use the correct
reference value for single-target minimization

## [0.11.3] - 2024-11-06
### Fixed
- `protobuf` dependency issue, version pin was removed
Expand Down

0 comments on commit d86dbe2

Please sign in to comment.