Skip to content

Releases: numericalalgorithmsgroup/pybobyqa

Release v1.5.0

16 Sep 03:51
09cace9
Compare
Choose a tag to compare

Added functionality to handle general convex constraints

Release v1.4.1

11 Apr 07:18
Compare
Choose a tag to compare

Migrate installation to pyproject.toml (required for Python 3.12+) and drop support for Python 2.7 and <=3.7. No change to the expected behavior of the Py-BOBYQA algorithm.

Release v1.4

16 May 02:38
Compare
Choose a tag to compare

Various error handling improvements; see documentation for release notes.

Release v1.3

14 Apr 00:41
Compare
Choose a tag to compare

Remove NumPy deprecation warnings from use of np.int and np.float. No change to performance expected.

Release v1.2

25 Feb 06:00
Compare
Choose a tag to compare

Variety of speed improvements and bugfixes. See documentation for more details.

Release 1.1.1

05 Apr 12:20
Compare
Choose a tag to compare

No changes to code, just re-releasing with Zenodo activated (for DOI creation).

Release v1.1

24 Dec 15:50
Compare
Choose a tag to compare

Extra parameters to control the trust region radius over multiple restarts, designed for global optimization.

Release v1.0.2

20 Jun 11:50
Compare
Choose a tag to compare

Added optional 'args' input for arguments to objfun. Bug fixes for default parameters, safety step and installation.

Release v1.0.1

20 Feb 17:03
Compare
Choose a tag to compare

Minor bugfix to trust region subproblem solver - this has minimal impact on the performance of Py-BOBYQA.

Release v1.0

06 Feb 11:51
Compare
Choose a tag to compare

Initial release of Py-BOBYQA.