FLAML Versions Save

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

v2.1.2

2 months ago

What's Changed

New Contributors

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

v2.1.1

7 months ago

This release adds support for xgboost 2.0, and improves the docstr of preprocessors. Welcome @domoritz to the community!

What's Changed

New Contributors

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

v2.1.0

8 months ago

This update renames a few classes and methods.

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.3...v2.1.0

v2.0.3

8 months ago

This release adds support for model name suffix "-0613" and allows admin takeover in the group chat, plus a more complex group chat example. Thanks @qingyun-wu @LeoLjl @JieyuZ2 @skzhang1 @pcdeadeasy @LittleLittleCloud for code review.

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.2...v2.0.3

v2.0.2

8 months ago

This release contains an improvement to the assistant agent prompt, and doc update. Thanks @thinkall for the contribution and @BeibinLi @qingyun-wu @kevin666aa for reviewing and testing.

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.1...v2.0.2

v2.0.1

8 months ago

This release contains prompt improvement and bug fix. In the next version, we will rename ResponsiveAgent to ConversableAgent.

Thanks @kevin666aa for the contribution, and @skzhang1 @LittleLittleCloud @JieyuZ2 @gagb for reviewing.

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.0...v2.0.1

v2.0.0

9 months ago

Prepare for a roller coaster ride of innovation with the launch of FLAML v2.0.0! This is not just another update but a culmination of numerous enhancements, novel features, and exciting improvements we've made from v2.0.0rc1 to v2.0.0rc5, leading to the grand v2.0.0 release.

  • With v2.0.0rc1, we embarked on a major refactor with the creation of an [automl] option to declutter dependencies for autogen and tune.
  • In v2.0.0rc2, we supercharged FLAML with support for new OpenAI gpt-3.5-turbo and gpt-4 models in autogen and rolled out the extensibility of autogen agents.
  • With v2.0.0rc3, we upped the ante by adding new OpenAI models' support of functions in agents and provided a handy code example in a dedicated notebook.
  • v2.0.0rc4 brought a host of improvements to the agentchat framework, enabling many new applications.
  • v2.0.0rc5 pushed the boundaries further by making auto-reply methods pluggable and supporting an asynchronous mode in agents.

Finally, we arrive at the grand v2.0.0 release! This version boasts of numerous feature enhancements in autogen, like multi-agent chat framework (in preview), expanded OpenAI model support, enhanced integration with Spark, and much more.

Documentation for AutoGen: https://microsoft.github.io/FLAML/docs/Use-Cases/Autogen Examples: https://microsoft.github.io/FLAML/docs/Examples/AutoGen-AgentChat Blogposts: https://microsoft.github.io/FLAML/blog

A huge shoutout to @qingyun-wu @kevin666aa @skzhang1 @ekzhu @BeibinLi @thinkall @LittleLittleCloud @JieyuZ2 @gagb @EgorKraevTransferwise @markharley @int-chaos @levscaut @feiran-jia @liususan091219 @royninja @pcdeadeasy as well as our new contributors @badjouras, @LeoLjl, @xiaoboxia, and @minghao51 who joined us during this journey. Your contributions have played a pivotal role in shaping this release.

What's Changed

New Contributors

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

v2.0.0rc5

9 months ago

This version makes auto-reply methods pluggable and supports asynchronous mode in agents. An example of handling data steams is added. Thanks to @qingyun-wu @ekzhu for laying the foundation and reviewing!

What's Changed

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.0rc4...v2.0.0rc5

v2.0.0rc4

9 months ago

This pre-release makes lots of improvements in the agentchat framework. Many new applications are enabled. Thanks @JieyuZ2 @gagb @thinkall @BeibinLi @ekzhu @LittleLittleCloud @kevin666aa @qingyun-wu @LeoLjl and others for your contributions!

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/FLAML/compare/v2.0.0rc3...v2.0.0rc4

v2.0.0rc3

10 months ago

Highlights

Added new OpenAI models' support of functions in agents. Thanks to @kevin666aa, @sonichi and @qingyun-wu Please find a code example in this notebook: https://github.com/microsoft/FLAML/blob/main/notebook/autogen_agent_function_call.ipynb

What's Changed

New Contributors

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