Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 22, 2024
1 parent 3ebce9e commit 1c86a50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.4]
### Added
- Campaign X_best method
- Optimizer X_best_f attribute(s)

### Modified
- Switched all usages of X_ref = X_space.mean() to optimizer.X_best_f

## [0.8.3]
### Added
- Default values for NParEGO scalarization_weights
Expand Down
2 changes: 1 addition & 1 deletion obsidian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""obsidian: Automated experiment design and black-box optimization"""
__version__ = '0.8.3'
__version__ = '0.8.4'

# Import key objects
from obsidian.campaign import Campaign
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "obsidian-apo"
version = "0.8.3"
version = "0.8.4"
description = "Automated experiment design and black-box optimization"
authors = [
"Kevin Stone <kevin.stone38@gmail.com>",
Expand Down

0 comments on commit 1c86a50

Please sign in to comment.