Skip to content

Commit 621f8f7

Browse files
authored
Merge pull request #1322 from bact/bump-530
Bump version: 5.2.0 → 5.3.0
2 parents 7964c7c + 003b2ce commit 621f8f7

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract: PyThaiNLP is a Thai natural language processing library for Python. It
2424
repository-code: "https://github.com/PyThaiNLP/pythainlp"
2525
type: software
2626
doi: 10.5281/zenodo.3519354
27-
version: 5.2.0
27+
version: 5.3.0
2828
license-url: "https://spdx.org/licenses/Apache-2.0"
2929
keywords:
3030
- computational linguistics
@@ -38,4 +38,4 @@ keywords:
3838
- Thai NLP
3939
- Thai language
4040
- tokenization
41-
date-released: 2025-12-20
41+
date-released: 2026-03-10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install pythainlp
3131

3232
| Version | Python version | Changes | Documentation |
3333
|:-------:|:--------------:|:-------:|:-------------:|
34-
| [5.2.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.7+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
34+
| [5.3.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
3535
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) | [pythainlp.org/dev-docs](https://pythainlp.org/dev-docs/) |
3636

3737
## Features

README_TH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install pythainlp
2929

3030
| รุ่น | รุ่นของ Python | มีอะไรเปลี่ยน | เอกสาร |
3131
| :-: | :-: | :-: | :-: |
32-
| [5.2.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.7+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
32+
| [5.3.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
3333
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) | [pythainlp.org/dev-docs](https://pythainlp.org/dev-docs/) |
3434

3535
## ความสามารถ

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"codeRepository": "https://github.com/PyThaiNLP/pythainlp",
4848
"copyrightYear": 2026,
4949
"dateCreated": "2016-06-27",
50-
"dateModified": "2025-12-20",
50+
"dateModified": "2026-03-10",
5151
"datePublished": "2016-06-27",
5252
"description": "PyThaiNLP is a Thai natural language processing library for Python. It provides standard linguistic analysis for the Thai language, including tokenization and part-of-speech tagging. Additionally, it offers standard Thai locale utility functions, such as Thai Buddhist Era date formatting and the conversion of numbers into Thai text.",
5353
"developmentStatus": "active",
@@ -197,5 +197,5 @@
197197
"https://pythainlp.org/Model-Cards/"
198198
],
199199
"url": "https://pythainlp.org/",
200-
"version": "5.2.0"
200+
"version": "5.3.0"
201201
}

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "pythainlp"
11-
version = "5.2.0"
11+
version = "5.3.0"
1212
description = "Thai Natural Language Processing library"
1313
readme = "README.md"
1414
requires-python = ">=3.9"
@@ -202,7 +202,7 @@ extra = [
202202
]
203203

204204
# Noauto test dependencies - for tests.noauto_* modules
205-
# These are further grouped by dependency framework to avoid conflicts
205+
# These are further grouped by dependency framework to avoid conflicts
206206

207207
# PyTorch-based dependencies - for tests.noauto_torch
208208
noauto-torch = [
@@ -243,8 +243,8 @@ noauto-network = [
243243

244244
# Full dependencies - pinned where available
245245
full = [
246-
"attaparse==1.0.0",
247246
"attacut==1.0.6",
247+
"attaparse==1.0.0",
248248
"bpemb>=0.3.6,<0.4",
249249
"budoux==0.7.0",
250250
"deepcut==0.7.0.0",
@@ -313,7 +313,7 @@ include = [
313313

314314
# Bumpversion configuration
315315
[tool.bumpversion]
316-
current_version = "5.2.0"
316+
current_version = "5.3.0"
317317
commit = true
318318
tag = true
319319
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)(?P<build>\\d+))?"

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2016-2026 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
4-
__version__ = "5.2.0"
4+
__version__ = "5.3.0"
55

66
thai_consonants: str = (
77
"กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars

0 commit comments

Comments
 (0)