From fb6358ff8b6608ca555a53c79a10c520db923d3c Mon Sep 17 00:00:00 2001 From: simmdan Date: Tue, 28 Nov 2023 17:20:17 +0000 Subject: [PATCH] Update release notes --- release-notes/8-x.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/release-notes/8-x.md b/release-notes/8-x.md index 1da7a7e..bc066c9 100644 --- a/release-notes/8-x.md +++ b/release-notes/8-x.md @@ -1,4 +1,25 @@ # Release Notes for PROSE SDK versions 8.x + +## [Release 8.29.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/8.29.0) - 2023/11/27 + +- Microsoft.ProgramSynthesis 8.29.0 + * Detection + - Removed ability to translate programs to Python/Pandas + - Removed dependency on Transformation.Formula + - Added a new Detection.Translation project +- Microsoft.ProgramSynthesis.Lab 8.29.0 + * Copilot.Fabric + - Example bank and prompt builder are updated to scoped-down scenarios: only Copy activities are supported with a limited set of sources and sinks. + * Extraction.Pdf + - Fixed exception thrown when loading certain PDFs with text less than a pixel tall. + * Copilot.PowerQuery + - Disabled Summary and Document Explanations + * Copilot{PowerQuery,Fabric} + - If the provided endpoint supports both chat and completion, prioritize the chat model. +* Python Packages: + - prose.suggestions 8.29.0 + - prose.pandas2pyspark 8.29.0 + ## [Release 8.28.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/8.28.0) - 2023/10/24 - Microsoft.ProgramSynthesis - Data.Diff is no longer included in the SDK.