FLAML Versions Save

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.

v2.0.0rc2

11 months ago

Highlights

  • Support new OpenAI gpt-3.5-turbo and gpt-4 models in autogen. Thanks to @gagb @kevin666aa @qingyun-wu @ekzhu @BeibinLi .
  • MathChat implemented with autogen.agents. Thanks to @kevin666aa @qingyun-wu.
  • Time-series related functionality in automl is factored out. Thanks to @EgorKraevTransferwise .

Thanks to all the contributors and reviewers @thinkall @qingyun-wu @EgorKraevTransferwise @kevin666aa @liususan091219 @skzhang1 @jtongxin @pcdeadeasy @markharley @int-chaos !

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/2.0.0rc1...v2.0.0rc2

2.0.0rc1

1 year ago

This release includes:

  • A Major Refactor: the creation of an automl option to remove unnecessary dependencies for autogen and tune (thanks to @sonichi.)
  • A newly added blog post addressing adaptation in HumanEval (thanks to @sonichi.)
  • A newly added tutorials folder containing all the tutorials on FLAML (thanks to @qingyun-wu, @sonichi, and @thinkall.)
  • Documentation Improvement and Link Corrections.
  • The addition of documentation and a notebook example on interactive LLM agents in FLAML (thanks to @qingyun-wu, @sonichi, @thinkall, and @pcdeadeasy.)
  • Support more azure openai api_type (thanks to @thinkall )
  • Suppress warning message of pandas_on_spark to_spark (thanks to @thinkall )
  • Support shell command and multiple code blocks (thanks to @sonichi )
  • Improve the system message for assistant agent (thanks to @sonichi and @gagb )
  • Improve utility functions for config lists (thanks to @sonichi )
  • Reuse docker image in a session (thanks to @sonichi and @gagb )

A hearty welcome to our new contributor, @badjouras, who made their first contribution. Thanks to code reviewers @gagb @pcdeadeasy @liususan091219 @thinkall @levscaut @sonichi @qingyun-wu.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.2.4...2.0.0rc1

v1.2.4

1 year ago

This release contains:

  • improved support for using a list of configurations (thanks to @BeibinLi ),
  • using a filter to select from the responses out of a sequence of configurations (doc).
  • a new experimental human-proxy agent (thanks to @qingyun-wu and @gagb).
  • utility function to create config lists.
  • method clear_cache added in oai.Completion.
  • update of the default search space (thanks to @Kyoshiin and @LittleLittleCloud ).
  • prepare for flaml v2 (thanks to @qingyun-wu for writing the blogpost).

Breaking change:

  • cache_path is renamed into cache_path_root in set_cache.

Thanks to code reviewers @skzhang1 @jtongxin @pcdeadeasy @ZviBaratz @LittleLittleCloud @Borda , and to @liususan091219 @thinkall for fixing test error.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.2.3...v1.2.4

v1.2.3

1 year ago

This release contains a number of updates in autogen and automl.

  • We added more utilities and documentation improvement to flaml.oai such as logging, templating and using multiple configs to make developing and experimentation with OpenAI models more convenient. (thanks to @afourney @victordibia @torronen @ekzhu )
  • We added an experimental coding agent based on GPT-4. (thanks to @BeibinLi @qingyun-wu @skzhang1 )
  • We added options to disable the default mlflow logging in automl. (thanks to @garar)
  • We make better use of parallelism in auto-scale spark cluster for automl and tune. (thanks to @thinkall )

Thanks to @royninja @luckyklyist @Borda @qingyun-wu @thinkall @liususan091219 for other bug fixes, documentation improvement, and engineering improvement. Thanks to @victordibia @skzhang1 @kevin666aa @jtongxin @levscaut for code reviews.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.2.2...v1.2.3

v1.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.2.1...v1.2.2

v1.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.2.0...v1.2.1

v1.2.0

1 year ago

This is a major release with many new features.

Highlights

  • autogen subpackage in preview: text generation optimization, including support for ChatGPT and GPT-4.
  • Spark dataframe and SynapseML support in preview.
  • Holt-Winters exponential smoothing for time series forecasting.
  • Task class abstraction for easier task-specific development.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.1.3...v1.2.0

v1.1.3

1 year ago

This version contains multiple updates, including support of Azure OpenAI APIs, user-defined meta features in zero-shot AutoML, and time monitoring for spark jobs. Thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

News

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v1.1.0...v1.1.1