Skip to content

v0.0.6

Choose a tag to compare

@Bronzila Bronzila released this 04 Aug 10:10
· 216 commits to master since this release

Version 0.0.6 - 2023-08-04

Added

  • Unittest and documentation setup via pytest and mkdocs respectively
  • Pre-commit pipeline for style-checking via ruff, mypy and black
  • Better logging for min_budget >= max_budget (#33)
  • CONTRIBUTING.md for future contributions

Fixed

  • Use of deprecated numpy method np.int in dehb setup (#41)
  • If condition for proper Client cleanup, since it was never True (#45)
  • Data leak in example 01_Optimizing_RandomForest_using_DEHB (#23)

Changed

  • README.md to feature badges