|
1 | 1 | # Release Notes |
2 | 2 |
|
| 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 | + |
3 | 31 | ## 0.8.0 - (released on 24-01-28) |
4 | 32 |
|
5 | 33 | some significant updates. main goals were: |
@@ -29,4 +57,4 @@ some significant updates. main goals were: |
29 | 57 |
|
30 | 58 | - Removed deprecated agent and submodule components. |
31 | 59 | - 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. |
0 commit comments