@@ -11,9 +11,10 @@ Notable changes between versions.
1111- For full release notes, see:
1212 < https://github.com/PyThaiNLP/pythainlp/releases >
1313- For detailed commit changes, see:
14- < https://github.com/PyThaiNLP/pythainlp/compare/v5.2.0...dev > (select tags to compare)
14+ < https://github.com/PyThaiNLP/pythainlp/compare/v5.2.0...dev >
15+ (select tags to compare)
1516
16- # Version 5.2.0 -> dev
17+ ## Version 5.2.0 -> dev
1718
1819Minimum required version is now 3.9.
1920Support for Python 3.7 and 3.8 has been removed.
@@ -34,6 +35,8 @@ See PR for prompt and details.
3435- Make package zip-safe #1212
3536- Ensure thread-safety for tokenizers #1213
3637- Add Thai-NNER integration with top-level entity filtering #1221
38+ - Reorganize noauto test suite by dependency groups
39+ (torch, tensorflow, onnx, cython, network) #935
3740- Improved documentation; code cleanup; more tests
3841
3942## Version 5.1.2 -> 5.2.0
@@ -46,26 +49,31 @@ See PR for prompt and details.
4649- Add budoux #1161
4750- Remove conceptnet #1103
4851- fix the connectivity of cli commands #1154
49- - Fix Docker build failure, add docker compose file for convenience #1132
52+ - Fix Docker build failure, add docker compose file
53+ for convenience #1132
5054
5155## Version 5.1.1 -> 5.1.2
5256
5357- Update romanize docs and keep space #1110
5458
5559## Version 5.1.0 -> 5.1.1
5660
57- - PR Description: Refactor thai_consonants_all to Use set in syllable.py #1087
61+ - PR Description: Refactor thai_consonants_all to
62+ use set in syllable.py #1087
5863- ThaiTransliterator: Select 1D CPU int64 tensor device #1089
5964
6065## Version 5.0.5 -> 5.1.0
6166
6267- Add Thai Discourse Treebank postag #910
6368- Add Thai Universal Dependency Treebank postag #916
6469- Add Thai G2P v2 Grapheme-to-Phoneme model #923
65- - Add support for list of strings as input to sent_tokenize() #927
66- - Add pythainlp.tools.safe_print to handle UnicodeEncodeError on console #969
70+ - Add support for list of strings as input
71+ to sent_tokenize() #927
72+ - Add pythainlp.tools.safe_print to handle UnicodeEncodeError
73+ on console #969
6774- Fix collate() to consider tonemark in ordering #926
68- - Fix nlpo3.load_dict() that never print error msg when not success #979
75+ - Fix nlpo3.load_dict() that never print error msg when
76+ not success #979
6977- Add Thai Solar Date convert to Thai Lunar Date #998
7078- Add Thai pangram text #1045
7179- Remove clause_tokenize #1024
@@ -77,8 +85,8 @@ See PR for prompt and details.
7785
7886## Version 5.0.3 -> 5.0.4
7987
80- - Fix: pythainlp.util.maiyamok does not duplicate words when more than one
81- Maiyamok is used #917
88+ - Fix: pythainlp.util.maiyamok does not duplicate words
89+ when more than one Maiyamok is used #917
8290
8391## Version 5.0.2 -> 5.0.3
8492
@@ -87,8 +95,10 @@ See PR for prompt and details.
8795
8896## Version 5.0.1 -> 5.0.2
8997
90- - Fix: crfcut: Ensure splitting of sentences using terminal punctuation #905
98+ - Fix: crfcut: Ensure splitting of sentences using terminal
99+ punctuation #905
91100
92101## Version 5.0.0 -> 5.0.1
93102
94- - Fix: delay calling syllable_tokenize to avoid pycrfsuite ImportError #901
103+ - Fix: delay calling syllable_tokenize to avoid
104+ pycrfsuite ImportError #901
0 commit comments