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
Per review feedback, removing parser and using sentencizer causes
sentence splitting regressions. Keep parser loaded, only exclude
ner, lemmatizer, and attribute_ruler.
Copy file name to clipboardExpand all lines: CHANGELOG.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,13 @@
29
29
### Enhancements
30
30
-**`partition_md` Markdown `extensions`**: Optional `extensions` list is passed to `markdown.markdown()`; entries may be registered names (`str`) or `markdown.extensions.Extension` instances. Defaults to `["tables", "fenced_code"]`. Invalid values raise `ValueError`.
31
31
32
-
<<<<<<< HEAD
33
32
## 0.22.2
34
33
35
34
### Enhancements
36
35
- Store routing in ElementMetadata
37
36
38
37
## 0.22.1
39
38
40
-
=======
41
-
>>>>>>> 2291c234 (Bump version to 0.22.3 for changelog CI check)
42
39
### Fixes
43
40
-**Security update**: Bumped dependencies to address security vulnerabilities
0 commit comments