Skip to content

Commit

Permalink
bump: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jul 24, 2024
1 parent 938c702 commit bf03f87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.1.2

* FIX #382: Fix `to_value` of `Cateogorical`, `Constant` and `Ordinal` hyperparameters when
they contain nested objects.

# Version 1.1.1

* FIX #ebb89f4: Prevent infinite recursion when checking `"key" in Configuration`.
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# The following line *must* be the last in the module, exactly as formatted:
from __future__ import annotations

__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit bf03f87

Please sign in to comment.