python-1.3.0
版本发布时间: 2024-07-23 22:59:04
microsoft/semantic-kernel最新发布版本:dotnet-1.22.0(2024-10-09 04:35:09)
New Features
- Python: Introduce the single, non-group chat completion agent including concept samples by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7116
- Python: add experimental unit tests for python 3.13 by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7204
- Python: Migrate to Ollama Python SDK by @TaoChenOSU in https://github.com/microsoft/semantic-kernel/pull/7165
- Python: MaaS sample with MMLU by @TaoChenOSU in https://github.com/microsoft/semantic-kernel/pull/7299
- Python: Add application ID for Azure AI Inference by @TaoChenOSU in https://github.com/microsoft/semantic-kernel/pull/7341
- Python: Bump Python version to 1.3.0 from 1.2.0 for a release. by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7408
Python Package Updates
- Python: Bump zipp from 3.18.2 to 3.19.1 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7179
- Python: Bump motor from 3.4.0 to 3.5.0 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7160
- Python: Bump ruff to 0.5.1 by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7180
- Python: Bump pydantic-settings from 2.3.3 to 2.3.4 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7159
- Python: Bump mistralai from 0.4.1 to 0.4.2 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7161
- Python: Bump certifi from 2024.2.2 to 2024.7.4 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7120
- Python: Bump transformers from 4.41.2 to 4.42.4 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7275
- Python: Bump chromadb from 0.5.3 to 0.5.4 in /python by @dependabot in https://github.com/microsoft/semantic-kernel/pull/7276
- Python: Bump ruff from 0.5.1 to 0.5.2 by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7358
Enhancements and Fixes
- Python: mypy and tests for OpenAI by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7144
- Python: allow more options for FunctionCallContent constructor by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7105
- Python: Increase unit test coverage by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7211
- Python: added singular get methods by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7202
- Python : CQ MyPy Fix for MistralAI Connector by @nmoeller in https://github.com/microsoft/semantic-kernel/pull/7182
- Python: Azure AI Inference connector code quality improvement by @TaoChenOSU in https://github.com/microsoft/semantic-kernel/pull/7217
- Python: Notebook ServiceSettings needs the create method. by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7366
- Python: Json schema improvements for Union and Optional by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7367
Bug Fixes and Improvements
- Python: Small docstring fix by @qowlsdn8007 in https://github.com/microsoft/semantic-kernel/pull/7187
- Python: File id fix by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7219
- Python: remove continue on error on steps by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7220
- Python: updated test coverage run by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7224
- Python: fix runs on by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7226
- Python: Fix test coverage by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7227
- Python: filepath fix by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7228
- Python: added tests for singular and small fix to code coverage by @eavanvalkenburg in https://github.com/microsoft/semantic-kernel/pull/7223
- Python: fix for kernel function type_object when not using Annotations. Add more unit tests. by @moonbox3 in https://github.com/microsoft/semantic-kernel/pull/7338
New Contributors
- @qowlsdn8007 made their first contribution in https://github.com/microsoft/semantic-kernel/pull/7187
Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-1.2.0...python-1.3.0