You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
## 0.16.12-dev5
1
+
## 0.16.12
2
2
3
3
### Enhancements
4
4
5
5
-**Prepare auto-partitioning for pluggable partitioners**. Move toward a uniform partitioner call signature so a custom or override partitioner can be registered without code changes.
6
-
-**Add NDJSON file type support**
6
+
-**Add NDJSON file type support.**
7
7
8
8
### Features
9
9
10
10
### Fixes
11
11
12
-
- Base image has been updated, trigger new workflows
12
+
-**Base image has been updated.**
13
13
-**Upgrade ruff to latest.** Previously the ruff version was pinned to <0.5. Remove that pin and fix the handful of lint items that resulted.
14
14
-**CSV with asserted XLS content-type is correctly identified as CSV.** Resolves a bug where a CSV file with an asserted content-type of `application/vnd.ms-excel` was incorrectly identified as an XLS file.
15
15
-**Improve element-type mapping for Chinese text.** Fixes bug where Chinese text would produce large numbers of false-positive `Title` elements.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The Unstructured Team
115
115
| Section | Description |
116
116
|-|-|
117
117
|[Company Website](https://unstructured.io)| Unstructured.io product and company info |
118
-
|[Documentation](https://unstructured-io.github.io/unstructured)| Full API documentation |
118
+
|[Documentation](https://docs.unstructured.io/)| Full API documentation |
119
119
|[Working with Pull Requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)| About pull requests |
120
120
|[Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)| Contributor Covenant Code Of Conduct |
121
121
|[Conventional Commits](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/)| How to write better git commit messages |
0 commit comments