Skip to content

Commit c64a3f9

Browse files
committed
update version to 0.8.1
1 parent 60aa205 commit c64a3f9

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release Notes
22

3+
## 0.8.1 - (released on 24-02-13)
4+
5+
Bugfix release with changes aimed to increase stability.
6+
7+
- Further improvements to document processing, including an update in document demo functionality and the introduction of functional programming approaches to document generation.
8+
- Enhanced type hinting across the system, ensuring better code quality and readability.
9+
- Updated several type definitions for increased accuracy and clarity.
10+
- Refined error handling mechanisms for more robust operation under various conditions.
11+
- Advanced our documentation generation, making it more comprehensive and easier to navigate.
12+
- Made adjustments to accommodate Pydantic v2 changes, ensuring compatibility and leveraging new features.
13+
- Enhanced pipeline graphs for improved visualization and analysis.
14+
15+
### Bug Fixes
16+
17+
- Addressed multiple small bugs and typing errors identified in the codebase, enhancing system stability.
18+
- Fixed specific issues with multi-output handling in the code, ensuring correct operation in diverse scenarios.
19+
- Resolved problems with typed class recognition, improving the system's ability to handle complex data structures.
20+
- Repaired and updated documentation, making it more accurate and useful for users.
21+
- Eliminated a return overload issue in FunctionOperator, simplifying the code structure.
22+
- Fixed a minor bug in type declarations, ensuring consistency and correctness.
23+
- Made clone_data executable, enhancing its usability in practical scenarios.
24+
25+
### Miscellaneous
26+
27+
- Refactored operator type hints and other parts of the code for cleaner, more efficient operation.
28+
- Removed more deprecated documentation related to agents, focusing on the streamlined functionality of the current system.
29+
- Improved offline handling capabilities, offering better performance in environments without constant internet access.
30+
331
## 0.8.0 - (released on 24-01-28)
432

533
some significant updates. main goals were:
@@ -29,4 +57,4 @@ some significant updates. main goals were:
2957

3058
- Removed deprecated agent and submodule components.
3159
- Replaced testdata submodule with a download script for streamlined setup.
32-
- Updated visualization capabilities for non-pdf pages.
60+
- Updated visualization capabilities for non-pdf pages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydoxtools"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "This library contains a set of tools in order to extract and synthesize structured information from documents"
55
authors = ["thomas meschede <yeusblender@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)