Skip to content

Commit

Permalink
update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeus committed Feb 13, 2024
1 parent 60aa205 commit c64a3f9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
- Updated visualization capabilities for non-pdf pages.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c64a3f9

Please sign in to comment.