Releases: microsoft/autogen
Release list
v0.1.6
This release fixes bugs related to function_call. Minor fixes are made to improve stability. Improvements to README and docstring are also added.
Thanks Xiaoyun Zhang (@LittleLittleCloud), @hiftielabs, Shaurya Rohatgi (@shauryr), Al-Ekram Elahee Hridoy (@alhridoy), Priyanshu Yashwant Deshmukh (@priyansh4320) and others for the contributions. Thanks Jieyu Zhang (@JieyuZ2), Gagan Bansal (@gagb) for reviewing.
What's Changed
- Fixed the formatting issue in the README by Al-Ekram Elahee Hridoy (@alhridoy) in #69
- Fix spelling error by Shaurya Rohatgi (@shauryr) in #84
- Enabling openai workflow on fork branch by Xiaoyun Zhang (@LittleLittleCloud) in #82
- In conversable_agent.py: Fix bugs related to function_call by kevin666aa in #47
- Fix MD issue by @hiftielabs in #72
- Minor fix for stability in conversable_agent.py, code_utils.py, test_conversable_agent.py and test_code.py by Xiaoyun Zhang (@LittleLittleCloud) in #31
- Expand FAQ doc and add icon image by Chi Wang (@sonichi) in #66
- Update citation info in README by Priyanshu Yashwant Deshmukh (@priyansh4320) in #43
New Contributors
- Al-Ekram Elahee Hridoy (@alhridoy) made their first contribution in #69
- Shaurya Rohatgi (@shauryr) made their first contribution in #84
- @hiftielabs made their first contribution in #72
- Priyanshu Yashwant Deshmukh (@priyansh4320) made their first contribution in #43
Full Changelog: v0.1.5...v0.1.6
v0.1.5
This release adds support to PDF files, fixes a bug and updates a parameter in RetrieveChat. Improvements to README and docstring are also added.
Thanks AW (@AaronWard), Ali Eren SALKIM (@AlyrenN) and others for the contributions.
What's Changed
- Update no_update_context, fix upsert docs by Li Jiang (@thinkall) in #52
- Update README.md by Ali Eren SALKIM (@AlyrenN) in #54
- retrieve_utils.py - Updated.py to have the ability to parse text from PDF Files by AW (@AaronWard) in #50
- Bump version to 0.1.5 by Li Jiang (@thinkall) in #60
- typing & docstr update by Chi Wang (@sonichi) in #59
New Contributors
- Ali Eren SALKIM (@AlyrenN) made their first contribution in #54
- AW (@AaronWard) made their first contribution in #50
Full Changelog: v0.1.4...v0.1.5
v0.1.4
This release makes it convenient to configure retry time to deal with rate limit error.
What's Changed
- Improves clarity and fixes punctuation in README and Multi-agent documentation by Juanma Cuevas (@juanmacuevas) in #40
- make retry time configurable, add doc by Chi Wang (@sonichi) in #53
New Contributors
- Juanma Cuevas (@juanmacuevas) made their first contribution in #40
Full Changelog: v0.1.3...v0.1.4
v0.1.3
This release fixes bug for windows and improves sample code.
What's Changed
- Remove duplicated sentence by Danizord (@danizord) in #35
- Fix bug for windows and improve sample code by Chi Wang (@sonichi) in #38
- Fix typo in README.md by Ikko Eltociear Ashimine (@eltociear) in #37
New Contributors
- Danizord (@danizord) made their first contribution in #35
- Ikko Eltociear Ashimine (@eltociear) made their first contribution in #37
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Extact_code can detect single-line code now by Beibin Li (@BeibinLi) in #2
- fix invalid link by Qingyun Wu (@qingyun-wu) in #20
- Improve RetrieveChat by Li Jiang (@thinkall) in #6
Improvement details:- Use upsert in batch of 40000 to improve chromadb upsert stability, avoid error for super large corpus.
- Improve Update Context logic, support customizing trigger words customized_answer_prefix. If customized_answer_prefix is given and it is not in the answer, Update Context will also be triggered.
- Add a parameter no_update_context to stop Update Context.
- Add an example of customizing prompt, trigger word, and few-shot learning to the RetrieveChat notebook.
- Update tests.
New Contributors
- Beibin Li (@BeibinLi) made their first contribution in #2
- Qingyun Wu (@qingyun-wu) made their first contribution in #20
Full Changelog: v0.1.1...v0.1.2