Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Nov 18, 2024
1 parent ca037fb commit 50f33d4
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v3.5.5](https://github.com/BoostV/process-optimizer-api/tree/v3.5.5)
## [v3.6.0](https://github.com/BoostV/process-optimizer-api/tree/v3.6.0) (2024-11-18)

[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v3.5.5...v3.6.0)

**Merged pull requests:**

- Update to ProcessOptimizer 1.0.2 [\#86](https://github.com/BoostV/process-optimizer-api/pull/86) ([langdal](https://github.com/langdal))

## [v3.5.5](https://github.com/BoostV/process-optimizer-api/tree/v3.5.5) (2024-11-08)

[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v3.5.4...v3.5.5)

Expand All @@ -14,11 +22,11 @@

**Closed issues:**

- Pass strategy=cl_min to ask method when using constraints [\#83](https://github.com/BoostV/process-optimizer-api/issues/83)
- Pass strategy=cl\_min to ask method when using constraints [\#83](https://github.com/BoostV/process-optimizer-api/issues/83)

**Merged pull requests:**

- Use strategy cl_min when using cosntraints [\#84](https://github.com/BoostV/process-optimizer-api/pull/84) ([langdal](https://github.com/langdal))
- Use strategy cl\_min when using cosntraints [\#84](https://github.com/BoostV/process-optimizer-api/pull/84) ([langdal](https://github.com/langdal))

## [v3.5.3](https://github.com/BoostV/process-optimizer-api/tree/v3.5.3) (2024-05-06)

Expand Down Expand Up @@ -76,7 +84,7 @@

**Implemented enhancements:**

- Return expected_minimum with std-dev [\#68](https://github.com/BoostV/process-optimizer-api/issues/68)
- Return expected\_minimum with std-dev [\#68](https://github.com/BoostV/process-optimizer-api/issues/68)

**Merged pull requests:**

Expand Down Expand Up @@ -181,7 +189,7 @@

**Merged pull requests:**

- Read plot_objective "pars" from extras [\#54](https://github.com/BoostV/process-optimizer-api/pull/54) ([langdal](https://github.com/langdal))
- Read plot\_objective "pars" from extras [\#54](https://github.com/BoostV/process-optimizer-api/pull/54) ([langdal](https://github.com/langdal))

## [v2.1.1](https://github.com/BoostV/process-optimizer-api/tree/v2.1.1) (2023-02-06)

Expand Down Expand Up @@ -220,15 +228,15 @@
**Merged pull requests:**

- Return error message instead of throwing exception [\#43](https://github.com/BoostV/process-optimizer-api/pull/43) ([langdal](https://github.com/langdal))
- Update to process_result in optimizer.py [\#37](https://github.com/BoostV/process-optimizer-api/pull/37) ([abbl-DTI](https://github.com/abbl-DTI))
- Update to process\_result in optimizer.py [\#37](https://github.com/BoostV/process-optimizer-api/pull/37) ([abbl-DTI](https://github.com/abbl-DTI))

## [v2.0.1](https://github.com/BoostV/process-optimizer-api/tree/v2.0.1) (2022-03-29)

[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v2.0.0...v2.0.1)

**Fixed bugs:**

- API fails when using less than N_points data points [\#33](https://github.com/BoostV/process-optimizer-api/issues/33)
- API fails when using less than N\_points data points [\#33](https://github.com/BoostV/process-optimizer-api/issues/33)

## [v2.0.0](https://github.com/BoostV/process-optimizer-api/tree/v2.0.0) (2022-03-29)

Expand Down Expand Up @@ -291,7 +299,7 @@
- Bump urllib3 from 1.26.3 to 1.26.5 [\#24](https://github.com/BoostV/process-optimizer-api/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pillow from 8.1.0 to 8.3.2 [\#23](https://github.com/BoostV/process-optimizer-api/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot))
- Feature/version information [\#22](https://github.com/BoostV/process-optimizer-api/pull/22) ([langdal](https://github.com/langdal))
- set bbox_inches = 'tight' in savefig\(\) to avoid cropping [\#20](https://github.com/BoostV/process-optimizer-api/pull/20) ([AkselObdrup](https://github.com/AkselObdrup))
- set bbox\_inches = 'tight' in savefig\(\) to avoid cropping [\#20](https://github.com/BoostV/process-optimizer-api/pull/20) ([AkselObdrup](https://github.com/AkselObdrup))
- Convert continuous and discrete values to float or int [\#18](https://github.com/BoostV/process-optimizer-api/pull/18) ([j-or](https://github.com/j-or))

## [v1.2.0](https://github.com/BoostV/process-optimizer-api/tree/v1.2.0) (2021-06-28)
Expand Down Expand Up @@ -346,4 +354,6 @@

[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/6ed22c1622a302ab6ee66714cc1e40b334c43e16...v0.0.1)

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 50f33d4

Please sign in to comment.