Skip to content

Commit 2291c23

Browse files
committed
Bump version to 0.22.3 for changelog CI check
1 parent 8dd294a commit 2291c23

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
## Unreleased
1+
## 0.22.3
22

33
### Enhancements
44
- **Exclude unused spaCy components**: Only load `tok2vec`, `tagger`, and `sentencizer` when loading `en_core_web_sm`, excluding `ner`, `parser`, `lemmatizer`, and `attribute_ruler`. Saves ~12.7 MiB peak memory.
55

6-
## 0.22.2
7-
8-
### Enhancements
9-
- **Reduce spaCy model memory**: Exclude unused pipeline components (`ner`, `parser`, `lemmatizer`, `attribute_ruler`) when loading `en_core_web_sm`, and use lightweight `sentencizer` for sentence splitting instead of the dependency parser
10-
116
### Fixes
127
- **Security update**: Bumped dependencies to address security vulnerabilities
138

unstructured/__version__.py

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

0 commit comments

Comments
 (0)