Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Nov 21, 2024
1 parent 99d0428 commit 491c79d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
traditional mixture example
- Memory caching is now non-verbose
- `CustomDiscreteParameter` does not allow duplicated rows in `data` anymore
- `allow_repeated_recommendations` has been renamed to
`allow_recommending_already_recommended` (now available for `Campaign` instead of
recommenders)

### Fixed
- Rare bug arising from degenerate `SubstanceParameter.comp_df` rows that caused
wrong number of recommendations being returned
- State spaces are now stateless, preventing unintended side effects that could lead to
incorrect candidate sets when reused in different optimization contexts
- `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

### Deprecations
- Passing a dataframe via the `data` argument to `Objective.transform` is no longer
Expand All @@ -40,6 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `SubstanceEncoding` value `RDKIT`. As a replacement, `RDKIT2DDESCRIPTORS` can be used.
- The `metadata` attribute of `SubspaceDiscrete` no longer exists. Metadata is now
exclusively handled by the `Campaign` class.
- Passing `allow_*` flags to recommenders is no longer supported since the necessary
metadata required for the flags is no longer available at that level. The
functionality has been taken over by `Campaign`, which is now the only stateful class.

## [0.11.3] - 2024-11-06
### Fixed
Expand Down

0 comments on commit 491c79d

Please sign in to comment.