Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
0.8.1
0.8.0
0.7.41: fix: fix bugs in layoutelements (#393)
This PR fixes two bugs: - fix a type casting issue when subtracting a int array with a float. This popped up when testing with `unstructured`, and some sources of element coordinates are of `int` type. This PR adds a new unit test case for `int` coord type with the grouping function - fix element class id 0 becomes None bug: this happens when dumping `LayoutElements` as a list of `LayoutElement`. When an element class id is 0 the logic on main would treat it as no existing and use `None` as the type.
0.7.40
Full Changelog: 0.7.39...0.7.40
0.7.39
What's Changed
- update version for release by @badGarnet in #389
- use field to set default empty array by @badGarnet in #390
Full Changelog: 0.7.38...0.7.39
0.7.38
What's Changed
- fix: invalid dataclass mutable default by @ds-filipknefel in #388
New Contributors
- @ds-filipknefel made their first contribution in #388
Full Changelog: 0.7.37...0.7.38
0.7.37
What's Changed
- build(deps): update setup-python gha by @qued in #360
- Refactor: remove analysis scripts by @christinestraub in #305
- build(deps): Update requirements by @qued in #361
- build: update github action versions by @qued in #362
- Dissable tatr loading warning by @plutasnyy in #365
- fix(layout): Windows support by @scanny in #376
- update deps by @Coniferish in #386
- vectorize layout elements by @badGarnet in #384
- update version and changelog for release by @badGarnet in #387
Full Changelog: 0.7.36...0.7.37
0.7.36
0.7.36
- fix: add input parameter validation to
fill_cells()
when converting cells to html
0.7.35
0.7.35
- Fix syntax for generated HTML tables
0.7.34
- Reduce excessive logging