Skip to content

Commit 2dbafed

Browse files
committed
v0.3.0
1 parent e4a0880 commit 2dbafed

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.2.1] - work in progress
3+
## [0.3.0] - 11-04-2026
44

55
### Added
66

@@ -14,8 +14,6 @@
1414
- Adopted new hyperbase API (0.10.0).
1515
- Adopted REPL API.
1616

17-
### Removed
18-
1917
## [0.2.0] - 05-04-2026
2018

2119
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "hyperbase-parser-ab"
33
dynamic = ["version"]
4-
description = "Semantic Hypergraph AlphaBeta Parser"
4+
description = "Semantic Hypergraph Alpha-Beta Parser"
55
readme = "README.md"
66
license = "MIT"
77
requires-python = ">=3.10"
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Scientific/Engineering :: Information Analysis",
2727
]
2828
dependencies = [
29-
"hyperbase>=0.9.0",
29+
"hyperbase>=0.10.0",
3030
"scikit-learn>=1.3.0",
3131
"spacy>=3.8.0",
3232
"torch>=2.0.0",

0 commit comments

Comments
 (0)