Skip to content

Releases: kiudee/bayes-skopt

bayes-skopt 0.11.0 (26 October 2025)

26 Oct 06:54
4244521

Choose a tag to compare

0.11.0 (2025-10-26)

  • Add support for Python 3.10, 3.11, 3.12, and 3.13
  • Update numpy requirement to >=2.0.0 for Python 3.13 compatibility
  • Add missing data extra in pyproject.toml
  • Update poetry.lock for Python 3.13-compatible dependencies

bayes-skopt 0.10.9 (19 July 2023)

19 Jul 14:36

Choose a tag to compare

0.10.9 (2022-07-19)

  • Update scikit-learn dependency
  • Remove support for python 3.7

bayes-skopt 0.10.8 (02 April 2022)

02 Apr 14:49

Choose a tag to compare

0.10.8 (2022-04-02)

  • Remove dependency Click, since it was not used.
  • Widen dependency ranges, where appropriate, to make the library easier to install.

bayes-skopt 0.10.7 (30 January 2021)

30 Jan 15:12

Choose a tag to compare

0.10.7 (2022-01-30)

  • Expand version range for importlib_metadata to be compatible with other libraries.

bayes-skopt 0.10.6 (15 July 2021)

15 Jul 08:11

Choose a tag to compare

0.10.6 (2021-07-15)

  • Fix a crash resulting from bask passing a numpy.float64 value where
    an int was expected.