Skip to content

Releases: microsoft/FLAML

v2.1.2

13 Mar 04:07
3de0dc6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Oct 05:39
fda9fa0
Compare
Choose a tag to compare

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: v2.1.0...v2.1.1

v2.1.0

14 Sep 03:24
4886cb5
Compare
Choose a tag to compare

This update renames a few classes and methods.

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

07 Sep 15:47
93b9e09
Compare
Choose a tag to compare

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: v2.0.2...v2.0.3

v2.0.2

30 Aug 16:20
4493271
Compare
Choose a tag to compare

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: v2.0.1...v2.0.2

v2.0.1

28 Aug 15:51
3a3e115
Compare
Choose a tag to compare

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: v2.0.0...v2.0.1

v2.0.0

15 Aug 00:52
7ab4d11
Compare
Choose a tag to compare

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: v1.2.4...v2.0.0

v2.0.0rc5

09 Aug 18:13
c44d2f4
Compare
Choose a tag to compare
v2.0.0rc5 Pre-release
Pre-release

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: v2.0.0rc4...v2.0.0rc5

v2.0.0rc4

04 Aug 16:23
2208dfb
Compare
Choose a tag to compare
v2.0.0rc4 Pre-release
Pre-release

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: v2.0.0rc3...v2.0.0rc4

v2.0.0rc3

10 Jul 21:06
784c4c4
Compare
Choose a tag to compare
v2.0.0rc3 Pre-release
Pre-release

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: v2.0.0rc2...v2.0.0rc3