From c64a3f92e421a4e60ea5e5860e2d583916ca6474 Mon Sep 17 00:00:00 2001 From: yeus Date: Tue, 13 Feb 2024 09:26:15 -0800 Subject: [PATCH] update version to 0.8.1 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3639f..619611d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Release Notes +## 0.8.1 - (released on 24-02-13) + +Bugfix release with changes aimed to increase stability. + +- Further improvements to document processing, including an update in document demo functionality and the introduction of functional programming approaches to document generation. +- Enhanced type hinting across the system, ensuring better code quality and readability. +- Updated several type definitions for increased accuracy and clarity. +- Refined error handling mechanisms for more robust operation under various conditions. +- Advanced our documentation generation, making it more comprehensive and easier to navigate. +- Made adjustments to accommodate Pydantic v2 changes, ensuring compatibility and leveraging new features. +- Enhanced pipeline graphs for improved visualization and analysis. + +### Bug Fixes + +- Addressed multiple small bugs and typing errors identified in the codebase, enhancing system stability. +- Fixed specific issues with multi-output handling in the code, ensuring correct operation in diverse scenarios. +- Resolved problems with typed class recognition, improving the system's ability to handle complex data structures. +- Repaired and updated documentation, making it more accurate and useful for users. +- Eliminated a return overload issue in FunctionOperator, simplifying the code structure. +- Fixed a minor bug in type declarations, ensuring consistency and correctness. +- Made clone_data executable, enhancing its usability in practical scenarios. + +### Miscellaneous + +- Refactored operator type hints and other parts of the code for cleaner, more efficient operation. +- Removed more deprecated documentation related to agents, focusing on the streamlined functionality of the current system. +- Improved offline handling capabilities, offering better performance in environments without constant internet access. + ## 0.8.0 - (released on 24-01-28) some significant updates. main goals were: @@ -29,4 +57,4 @@ some significant updates. main goals were: - Removed deprecated agent and submodule components. - Replaced testdata submodule with a download script for streamlined setup. -- Updated visualization capabilities for non-pdf pages. \ No newline at end of file +- Updated visualization capabilities for non-pdf pages. diff --git a/pyproject.toml b/pyproject.toml index 9be4c5c..6fa2310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydoxtools" -version = "0.8.0" +version = "0.8.1" description = "This library contains a set of tools in order to extract and synthesize structured information from documents" authors = ["thomas meschede "] license = "MIT"