|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v3.5.5](https://github.com/BoostV/process-optimizer-api/tree/v3.5.5) |
| 3 | +## [v3.6.0](https://github.com/BoostV/process-optimizer-api/tree/v3.6.0) (2024-11-18) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v3.5.5...v3.6.0) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Update to ProcessOptimizer 1.0.2 [\#86](https://github.com/BoostV/process-optimizer-api/pull/86) ([langdal](https://github.com/langdal)) |
| 10 | + |
| 11 | +## [v3.5.5](https://github.com/BoostV/process-optimizer-api/tree/v3.5.5) (2024-11-08) |
4 | 12 |
|
5 | 13 | [Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v3.5.4...v3.5.5) |
6 | 14 |
|
|
14 | 22 |
|
15 | 23 | **Closed issues:** |
16 | 24 |
|
17 | | -- Pass strategy=cl_min to ask method when using constraints [\#83](https://github.com/BoostV/process-optimizer-api/issues/83) |
| 25 | +- Pass strategy=cl\_min to ask method when using constraints [\#83](https://github.com/BoostV/process-optimizer-api/issues/83) |
18 | 26 |
|
19 | 27 | **Merged pull requests:** |
20 | 28 |
|
21 | | -- Use strategy cl_min when using cosntraints [\#84](https://github.com/BoostV/process-optimizer-api/pull/84) ([langdal](https://github.com/langdal)) |
| 29 | +- Use strategy cl\_min when using cosntraints [\#84](https://github.com/BoostV/process-optimizer-api/pull/84) ([langdal](https://github.com/langdal)) |
22 | 30 |
|
23 | 31 | ## [v3.5.3](https://github.com/BoostV/process-optimizer-api/tree/v3.5.3) (2024-05-06) |
24 | 32 |
|
|
76 | 84 |
|
77 | 85 | **Implemented enhancements:** |
78 | 86 |
|
79 | | -- Return expected_minimum with std-dev [\#68](https://github.com/BoostV/process-optimizer-api/issues/68) |
| 87 | +- Return expected\_minimum with std-dev [\#68](https://github.com/BoostV/process-optimizer-api/issues/68) |
80 | 88 |
|
81 | 89 | **Merged pull requests:** |
82 | 90 |
|
|
181 | 189 |
|
182 | 190 | **Merged pull requests:** |
183 | 191 |
|
184 | | -- Read plot_objective "pars" from extras [\#54](https://github.com/BoostV/process-optimizer-api/pull/54) ([langdal](https://github.com/langdal)) |
| 192 | +- Read plot\_objective "pars" from extras [\#54](https://github.com/BoostV/process-optimizer-api/pull/54) ([langdal](https://github.com/langdal)) |
185 | 193 |
|
186 | 194 | ## [v2.1.1](https://github.com/BoostV/process-optimizer-api/tree/v2.1.1) (2023-02-06) |
187 | 195 |
|
|
220 | 228 | **Merged pull requests:** |
221 | 229 |
|
222 | 230 | - Return error message instead of throwing exception [\#43](https://github.com/BoostV/process-optimizer-api/pull/43) ([langdal](https://github.com/langdal)) |
223 | | -- Update to process_result in optimizer.py [\#37](https://github.com/BoostV/process-optimizer-api/pull/37) ([abbl-DTI](https://github.com/abbl-DTI)) |
| 231 | +- Update to process\_result in optimizer.py [\#37](https://github.com/BoostV/process-optimizer-api/pull/37) ([abbl-DTI](https://github.com/abbl-DTI)) |
224 | 232 |
|
225 | 233 | ## [v2.0.1](https://github.com/BoostV/process-optimizer-api/tree/v2.0.1) (2022-03-29) |
226 | 234 |
|
227 | 235 | [Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v2.0.0...v2.0.1) |
228 | 236 |
|
229 | 237 | **Fixed bugs:** |
230 | 238 |
|
231 | | -- API fails when using less than N_points data points [\#33](https://github.com/BoostV/process-optimizer-api/issues/33) |
| 239 | +- API fails when using less than N\_points data points [\#33](https://github.com/BoostV/process-optimizer-api/issues/33) |
232 | 240 |
|
233 | 241 | ## [v2.0.0](https://github.com/BoostV/process-optimizer-api/tree/v2.0.0) (2022-03-29) |
234 | 242 |
|
|
291 | 299 | - 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)) |
292 | 300 | - 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)) |
293 | 301 | - Feature/version information [\#22](https://github.com/BoostV/process-optimizer-api/pull/22) ([langdal](https://github.com/langdal)) |
294 | | -- set bbox_inches = 'tight' in savefig\(\) to avoid cropping [\#20](https://github.com/BoostV/process-optimizer-api/pull/20) ([AkselObdrup](https://github.com/AkselObdrup)) |
| 302 | +- set bbox\_inches = 'tight' in savefig\(\) to avoid cropping [\#20](https://github.com/BoostV/process-optimizer-api/pull/20) ([AkselObdrup](https://github.com/AkselObdrup)) |
295 | 303 | - 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)) |
296 | 304 |
|
297 | 305 | ## [v1.2.0](https://github.com/BoostV/process-optimizer-api/tree/v1.2.0) (2021-06-28) |
|
346 | 354 |
|
347 | 355 | [Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/6ed22c1622a302ab6ee66714cc1e40b334c43e16...v0.0.1) |
348 | 356 |
|
349 | | -\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ |
| 357 | + |
| 358 | + |
| 359 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments