Skip to content

Commit b8d7870

Browse files
chore: release 0.8.0
1 parent c0b3ab0 commit b8d7870

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.8.0](https://www.github.com/kjappelbaum/pyepal/compare/v0.7.0...v0.8.0) (2022-12-27)
4+
5+
6+
### Features
7+
8+
* basic catboost support ([#234](https://www.github.com/kjappelbaum/pyepal/issues/234)) ([766b946](https://www.github.com/kjappelbaum/pyepal/commit/766b9466605c21e8cd096deb53710835b0013da5))
9+
* Implement some of the GPR tricks from HEBO via BoTorch ([#221](https://www.github.com/kjappelbaum/pyepal/issues/221)) ([feef587](https://www.github.com/kjappelbaum/pyepal/commit/feef5872d999778211b20e03bf25a5d89beec84a))
10+
* introduce `means` property ([#186](https://www.github.com/kjappelbaum/pyepal/issues/186)) ([88aab4f](https://www.github.com/kjappelbaum/pyepal/commit/88aab4f9efb4a815a094a360639e9945c27dd844))
11+
312
## [0.7.0](https://www.github.com/kjappelbaum/pyepal/compare/v0.6.2...v0.7.0) (2021-06-15)
413

514

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyepal
3-
version = 0.8.0-dev0
3+
version = 0.8.0
44
description = PyePAL implements the epsilon-PAL active learning algorithm
55
author = Kevin Maik Jablonka, Brian Yoo
66

0 commit comments

Comments
 (0)