Skip to content

Commit 669d717

Browse files
badGarnetscanny
authored andcommitted
chore: update changelog and bump version
1 parent 33a0c4f commit 669d717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 0.16.1-dev4
1+
## 0.16.1-dev5
22

33
### Enhancements
44

5-
* **Round coordinates**
5+
* **Round coordinates** Round coordinates when computing bounding box overlaps in `pdfminer_processing.py` to nearest machine precision. This can help reduce underterministic behavior from machine precision that affects which bounding boxes to combine.
66

77
### Features
88

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.1-dev4" # pragma: no cover
1+
__version__ = "0.16.1-dev5" # pragma: no cover

0 commit comments

Comments
 (0)