Skip to content

Commit 46782f0

Browse files
authored
Merge pull request #975 from bact/add-changelog
Create CHANGELOG.md
2 parents 0c970fd + fbe740e commit 46782f0

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
# SPDX-FileCopyrightText: 2024 PyThaiNLP Project
3+
# SPDX-License-Identifier: Apache-2.0
4+
---
5+
6+
# Changelog
7+
8+
Notable changes between versions.
9+
10+
- For full release notes, see:
11+
<https://github.com/PyThaiNLP/pythainlp/releases>
12+
- For detailed commit changes, see:
13+
<https://github.com/PyThaiNLP/pythainlp/compare/v5.0.4...dev> (select tags to compare)
14+
15+
## Version 5.0.4 -> Dev
16+
17+
- Add Thai Discourse Treebank postag #910
18+
- Add Thai Universal Dependency Treebank postag #916
19+
- Add Thai G2P v2 Grapheme-to-Phoneme model #923
20+
- Add support for list of strings as input to sent_tokenize() #927
21+
- Add pythainlp.tools.safe_print to handle UnicodeEncodeError on console #969
22+
- Fix collate() to consider tonemark in ordering #926
23+
- Fix maiyamok() that expanding the wrong word #962
24+
25+
## Version 5.0.3 -> 5.0.4
26+
27+
- Fix: pythainlp.util.maiyamok does not duplicate words when more than one
28+
Maiyamok is used #917
29+
30+
## Version 5.0.2 -> 5.0.3
31+
32+
- Fix: empty string ('') added when using word_tokenize with
33+
join_broken_num=True #912
34+
35+
## Version 5.0.1 -> 5.0.2
36+
37+
- Fix: crfcut: Ensure splitting of sentences using terminal punctuation #905
38+
39+
## Version 5.0.0 -> 5.0.1
40+
41+
- Fix: delay calling syllable_tokenize to avoid pycrfsuite ImportError #901

0 commit comments

Comments
 (0)