Skip to content

Commit

Permalink
chore: Work for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SRFU-NN committed May 6, 2024
1 parent 20a8b0d commit 440f95c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@

-

## Version 0.9.5
## Version 0.9.5 (May 2024)

### Changes

- Updated package requirements for Brownie Bee user interface.
- Examples reworked.
- opt.estimate() implemented - Works in non-transformed space and on all objectives.

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion ProcessOptimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from .plots import plot_evaluations, plot_convergence
from .plots import plot_Pareto, plot_expected_minimum_convergence

__version__ = "0.9.4"
__version__ = "0.9.5"


__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ProcessOptimizer",
version="0.9.4",
version="0.9.5",
description="Sequential model-based optimization toolbox \
(forked from scikit-optimize)",
url="https://github.com/novonordisk-research/ProcessOptimizer",
Expand Down

0 comments on commit 440f95c

Please sign in to comment.