Skip to content

Commit 06b94ce

Browse files
committed
Release notes for v0.2.4
1 parent 5014a2c commit 06b94ce

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# History
22

3+
## 0.2.4
4+
5+
### Internal Improvements
6+
7+
* Issue #62: Test for `None` in `HyperParameter.cast` instead of `HyperParameter.__init__`
8+
9+
### Bug fixes
10+
11+
* Issue #98: Categorical hyperparameters do not support `None` as input
12+
* Issue #89: Fix the computation of `avg_rewards` in `BestKReward`
13+
14+
## 0.2.3
15+
16+
### Bug fixes
17+
18+
* Issue #84: Error in GP tuning when only one parameter is present bug
19+
* Issue #96: Fix pickling of HyperParameters
20+
* Issue #98: Fix implementation of the GPEi tuner
21+
322
## 0.2.2
423

524
### Internal Improvements

0 commit comments

Comments
 (0)