- Support Python 3.12
- Refactor
FunctionWrapper
, remove the Fugue contraint
- Added Fugue version constraint to avoid breaking changes
- 54: Integrated with MLFlow
- 60: Integrated with W&B
- 57: Expanded test coverage from Python 3.6 - 3.10, Linux and Windows
- 58: Fixed Bayesian optimizations min_better bug
- Replace all
pickle
withcloudpickle
- Major refactoring on Space to use parameters template
- Add TransitionChoice
- Enable local optimizers (optuna and hyperopt) to handle nested data structures
- Fixed the lower bound of Rand expression
- Optuna integration and make Optuna and Hyperopt consistent
- Make test coverage 100
- Early stop for non iterative
- Work on local optimizer 1 2
- Added initialize and finalize hooks for monitors
- Improved realtime chart rendering
- Fixed prerelease
- Fixed report timeout bug
- Implemented main features for iterative and non iterative tuning