Skip to content

Commit 70eb376

Browse files
authored
GH-770: Release version 8.0.0 (#798)
1 parent 15fb245 commit 70eb376

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/history.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
================================================================================
44

5-
8.0.0a1 (2025-09-20)
5+
8.0.0 (2025-09-20)
66
--------------------------------------------------------------------------------
77

88
* GH-747: Underthesea Languages v2 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/748
@@ -20,6 +20,9 @@ History
2020
* GH-770: Support python 3.12, 3.13 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/777
2121
* GH-770: Update dependency scikit-learn to support python 3.13 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/785
2222
* GH-770: Update pyproject.toml information by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/787
23+
* GH-770: Update project structure by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/790
24+
* Bump django from 3.2.18 to 4.2.24 in /extensions/apps/service by @dependabot[bot] in https://github.com/undertheseanlp/underthesea/pull/791
25+
* Bump gunicorn from 20.1.0 to 23.0.0 in /extensions/apps/service by @dependabot[bot] in https://github.com/undertheseanlp/underthesea/pull/792
2326

2427
6.8.4 (2024-06-22)
2528
--------------------------------------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "underthesea"
7-
version = "8.0.0a1"
7+
version = "8.0.0"
88
description = "Vietnamese NLP Toolkit"
99
readme = "README.md"
1010
requires-python = ">=3.9"

underthesea/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0a1
1+
8.0.0

underthesea/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ def info():
9393
print(" pos_tag : OK")
9494
print(" chunk : OK")
9595
print(" ner : OK")
96-
print(" classify : OK")
97-
print(" sentiment : OK")
98-
print(" dependency_parse : OK")
96+
print(" classify : SUSPENDED")
97+
print(" sentiment : SUSPENDED")
98+
print(" dependency_parse : SUSPENDED")
9999
print(" lang_detect : OK")
100100
print(" resources : OK")
101101

0 commit comments

Comments
 (0)