-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf52e3
commit c2760d2
Showing
6 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ v0.7.2 | |
v0.7.3 | ||
v0.8.0 | ||
v0.9.0 | ||
v0.9.1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# v0.9.1 | ||
|
||
**CADET-Process** v0.9.1 is a hotfix release which fixes a couple of minor issues. | ||
All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. | ||
|
||
This release requires Python 3.10+ | ||
|
||
## Highlights and new features of this release | ||
|
||
- Fix updating {class}`~CADETProcess.optimization.ParetoFront` with a from a {class}`~CADETProcess.optimization.Population`. | ||
- Add option to instantiate a {class}`~CADETProcess.optimization.Population` from an {class}`~CADETProcess.optimization.OptimizationProblem`. | ||
- Add option to include meta scores and infeasible points in {meth}`~CADETProcess.optimization.Population.plot_pareto`. | ||
- Add option to set time axis in plots to seconds. | ||
|
||
## Issues closed for 0.9.1 | ||
|
||
- [121](https://github.com/fau-advanced-separations/CADET-Process/issues/121): optimization_problem.evaluate_callbacks(ind) doesn't evaluate if callback frequency is set to != 1 | ||
|
||
## Pull requests for 0.9.1 | ||
|
||
- [125](https://github.com/fau-advanced-separations/CADET-Process/pull/125): Use seconds in plot time axis | ||
- [126](https://github.com/fau-advanced-separations/CADET-Process/pull/126): AxInterface Runner `staging_required` should be a property |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = CADET-Process | ||
version = 0.9.0 | ||
version = 0.9.1 | ||
author = Johannes Schmölder | ||
author_email = [email protected] | ||
description = A Framework for Modelling and Optimizing Advanced Chromatographic Processes | ||
|