- Add support of Python 3.10.
- Enable ensemble when using ray.
- Enable nested tuning runs.
- Made BlendSearch reproducible when constructed outside tune.run().
- Fix resource limit issue in some macos version.
- Bug fix in nlp.
- Make set_search_properties() compatible with ray tune.
What's Changed
- enable ensemble when using ray by @sonichi in #583
- update time from start when using ray by @sonichi in #586
- Class variables, cost_attr, and reproducibility by @qingyun-wu in #587
- backup & recover global vars for nested tune.run by @sonichi in #584
- fixing a bug in nlp/utils.py by @liususan091219 in #590
- fix resource limit issue by @sonichi in #589
- Modified setup instructions by @daniel-555 in #593
- Add python 3.10 in the CI by @sonichi in #591
- trying to fix the indexerror for ner by @liususan091219 in #596
- Update documentation for NLP by @liususan091219 in #594
- set_search_properties by @sonichi in #595
New Contributors
- @daniel-555 made their first contribution in #593
Full Changelog: v1.0.6...v1.0.7