Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Apr 28, 2022
1 parent a45084a commit 0231f96
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
# Changelog

## [v2.0.1](https://github.com/BoostV/process-optimizer-api/tree/HEAD)
## [v2.1.0](https://github.com/BoostV/process-optimizer-api/tree/HEAD)

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

**Implemented enhancements:**

- Return 400 instead of 500 [\#39](https://github.com/BoostV/process-optimizer-api/issues/39)
- Add CORS [\#41](https://github.com/BoostV/process-optimizer-api/pull/41) ([lasseborly](https://github.com/lasseborly))

**Fixed bugs:**

- Update swagger post example data [\#40](https://github.com/BoostV/process-optimizer-api/issues/40)

**Closed issues:**

- Show confidence interval [\#36](https://github.com/BoostV/process-optimizer-api/issues/36)

**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))

## [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 @@ -69,7 +91,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 @@ -124,4 +146,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 0231f96

Please sign in to comment.