Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

v0.7.2

Compare
Choose a tag to compare
@holgern holgern released this 11 Feb 23:09
· 293 commits to master since this release
cff7d30

Version 0.7.2

New features

  • Add expected_minimum_random_sampling
  • New plot examples
  • Add more parameter to plot_objective
  • Return ordereddict in point_asdict
  • update_next() and get_results() added to Optimize

Bug fixes

  • Fix searchcv rank (issue #831)
  • Fix random forest regressor (issue #766)
  • Fix doc examples
  • Fix integer normalize by using round()
  • Fix random forest regressor (Add missing min_impurity_decrease)

Maintenance

  • Fix license detection in github
  • Add doctest to CI