File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ and this project adheres to
2020## [ Unreleased]
2121
2222This release focuses on stability and performance, featuring optimized memory
23- efficiency and standardized error messaging. We’ve expanded our test suite to
24- include Python 3.14 and broadened type hint support for a better developer
25- experience.
23+ efficiency, better read-only environment support, and standardized error
24+ messaging.
25+ We’ve expanded our test suite to include Python 3.14 and broadened type hint
26+ support for a better developer experience.
2627
2728The minimum requirement is now Python 3.9.
2829
@@ -60,9 +61,9 @@ The minimum requirement is now Python 3.9.
6061
6162- ` PYTHAINLP_DATA_DIR ` env var; use ` PYTHAINLP_DATA ` instead
6263 (follows ` NLTK_DATA ` convention from NLTK)
63- ` PYTHAINLP_DATA_DIR ` will be removed in future version (#1306 )
64- - ` PYTHAINLP_READ_MODE ` env var; use ` PYTHAINLP_READ_ONLY ` instead.
65- Setting both at the same time raises ` ValueError ` .
64+ ` PYTHAINLP_DATA_DIR ` will be removed in a future version (#1306 )
65+ - ` PYTHAINLP_READ_MODE ` env var; use ` PYTHAINLP_READ_ONLY ` instead
66+ ` PYTHAINLP_READ_MODE ` will be removed in a future version ( # 1317 )
6667
6768### Removed
6869
You can’t perform that action at this time.
0 commit comments