Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.8.0](https://www.github.com/kjappelbaum/pyepal/compare/v0.7.0...v0.8.0) (2022-12-27)


### Features

* basic catboost support ([#234](https://www.github.com/kjappelbaum/pyepal/issues/234)) ([766b946](https://www.github.com/kjappelbaum/pyepal/commit/766b9466605c21e8cd096deb53710835b0013da5))
* 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))
* introduce `means` property ([#186](https://www.github.com/kjappelbaum/pyepal/issues/186)) ([88aab4f](https://www.github.com/kjappelbaum/pyepal/commit/88aab4f9efb4a815a094a360639e9945c27dd844))

## [0.7.0](https://www.github.com/kjappelbaum/pyepal/compare/v0.6.2...v0.7.0) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyepal
version = 0.8.0-dev0
version = 0.8.0
description = PyePAL implements the epsilon-PAL active learning algorithm
author = Kevin Maik Jablonka, Brian Yoo
author_email = [email protected], [email protected]
Expand Down