Notable Changes
- We've published the first SK Python Beta package, 0.9.0b1. The details of the beta release can be found here.
What's Changed
- Python: check if timestamp exists by @john0isaac in #4977
- Python: Support for cases where "logprobs" does not exist(OpenAITextCompletionBase) by @ymuichiro in #5071
- Python: Update 09-groundedness-checking.ipynb - Tiny Typo by @mindlessroman in #3425
- Python: Bump google-generativeai from 0.2.2 to 0.3.2 in /python by @dependabot in #4386
- Python: Bump pydantic from 2.5.2 to 2.6.1 in /python by @dependabot in #4986
- Python: Bump psycopg from 3.1.15 to 3.1.18 in /python by @dependabot in #4988
- Python: Bump weaviate-client from 3.25.3 to 4.4.4 in /python by @dependabot in #5095
- Python: Bump cryptography from 42.0.0 to 42.0.4 in /python by @dependabot in #5111
- Python: Fixing python document pipeline by @aayush3011 in #3744
- Python: major features for the Kernel Arguments, Function Result and new Prompt Templating by @eavanvalkenburg in #5077
- Python: Remove the memory tied to the kernel. Update kernel examples and notebooks. by @moonbox3 in #5143
- Python: split kernelfunction into fromprompt and frommethod classes by @eavanvalkenburg in #5159
- Python: Bump regex from 2023.10.3 to 2023.12.25 in /python by @dependabot in #5179
- Python: update ruff to 0.2.2 by @eavanvalkenburg in #5192
- Python: test added for multiple settings in one prompt function by @eavanvalkenburg in #5194
- Python: Bump azure-core from 1.29.6 to 1.30.0 in /python by @dependabot in #5181
- Python: Bump python-dotenv from 1.0.0 to 1.0.1 in /python by @dependabot in #5177
- Python: remove _async from methods by @david-polo in #5160
- Python: updated relevant parts from xml to defusedxml by @eavanvalkenburg in #5195
- Python: rebuilt exceptions structure; pythonic version by @eavanvalkenburg in #5231
- Python: Added metadata specifying connection stems from MSK code by @Jibola in #5232
- Python: bugfix: min relevance score calculation filtering on mongodbatlas semantic search by @Jibola in #5224
- Python: updated python tests with cache and added coverage by @eavanvalkenburg in #5251
- Python: update test coverage workflow by @eavanvalkenburg in #5259
- Python: Migrate and update docs samples by @moonbox3 in #5235
- Python: Complex Type support for Method functions by @eavanvalkenburg in #5260
- Python: Enhance py test coverage message by @eavanvalkenburg in #5284
- Python: small update to python test coverage workflow by @eavanvalkenburg in #5285
- Python: remove final step of test coverage, causes errors by @eavanvalkenburg in #5286
- Python: small fix in create_function_from_prompt to match KernelFunctionFromPrompt by @eavanvalkenburg in #5288
- Python: Remove MotorCommandCursor in import typing by @Jibola in #5222
- Python: Bump pyproject.toml to 0.9.0.beta1 for beta release. Match notebooks. by @moonbox3 in #5291
New Contributors
- @ymuichiro made their first contribution in #5071
- @mindlessroman made their first contribution in #3425
Full Changelog: python-0.5.1.dev...python-0.9.0.beta1