Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 2.7 kB | |
v2.3.5 source code.tar.gz | 2025-05-27 | 13.0 MB | |
v2.3.5 source code.zip | 2025-05-27 | 13.2 MB | |
Totals: 3 Items | 26.3 MB | 1 |
This release fixes some bugs and improves user experience.
Thank you @SkBlaz, @Stickic-cyber, @hexiang-x, @murunlin and all the other contributors for the PRs, issues, reviewing and testing.
Welcome @SkBlaz, @Stickic-cyber, @hexiang-x and @murunlin to the community!
What's Changed
- Bump version to 2.3.5 by @thinkall in https://github.com/microsoft/FLAML/pull/1409
- Upgrade setuptools to fix pipeline errors in python 3.8 and 3.9 by @thinkall in https://github.com/microsoft/FLAML/pull/1410
- Improved error handling in case no scikit present by @SkBlaz in https://github.com/microsoft/FLAML/pull/1402
- Bump @babel/runtime-corejs3 from 7.20.1 to 7.26.10 in /website by @dependabot in https://github.com/microsoft/FLAML/pull/1412
- Bump prismjs from 1.29.0 to 1.30.0 in /website by @dependabot in https://github.com/microsoft/FLAML/pull/1411
- Bump @babel/runtime from 7.20.1 to 7.26.10 in /website by @dependabot in https://github.com/microsoft/FLAML/pull/1414
- Bump @babel/helpers from 7.20.1 to 7.26.10 in /website by @dependabot in https://github.com/microsoft/FLAML/pull/1413
- Fix issue with "list index out of range" when max_iter=1 by @Stickic-cyber in https://github.com/microsoft/FLAML/pull/1419
- Numpy 2.x is not supported yet. by @thinkall in https://github.com/microsoft/FLAML/pull/1424
- Revert "Numpy 2.x is not supported yet." by @thinkall in https://github.com/microsoft/FLAML/pull/1426
- Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /website by @dependabot in https://github.com/microsoft/FLAML/pull/1425
- fix:When use_spark = True and mlflow_logging = True are set, an error is reported when logging the best model: 'NoneType' object has no attribute 'save' bug Something isn't working by @hexiang-x in https://github.com/microsoft/FLAML/pull/1432
- fix: best_model_for_estimator returns inconsistent feature_importances_ compared to automl.model by @murunlin in https://github.com/microsoft/FLAML/pull/1429
- Sync Fabric till 2cd1c3da by @thinkall in https://github.com/microsoft/FLAML/pull/1433
- Add the detailed info for parameter 'verbose' by @murunlin in https://github.com/microsoft/FLAML/pull/1435
- Sync Fabric till deb6dbee by @thinkall in https://github.com/microsoft/FLAML/pull/1438
New Contributors
- @SkBlaz made their first contribution in https://github.com/microsoft/FLAML/pull/1402
- @Stickic-cyber made their first contribution in https://github.com/microsoft/FLAML/pull/1419
- @hexiang-x made their first contribution in https://github.com/microsoft/FLAML/pull/1432
- @murunlin made their first contribution in https://github.com/microsoft/FLAML/pull/1429
Full Changelog: https://github.com/microsoft/FLAML/compare/v2.3.4...v2.3.5