Skip to content

Commit 56c983d

Browse files
committed
Prepare for v0.8.0
Change-Id: I4ffde284dfe75d752f5f24663a93d867ec5b78c3
1 parent 30c6afb commit 56c983d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Version history
22

3-
- advertise support for Python 3.11
3+
## 0.8.0
4+
5+
- Updates recommended RKorAPClient version to 0.8.0
6+
- Added `textMetadata` KorAPConnection method to retrieve all metadata for a text based on its sigle
7+
- Added `webUiRequestUrl` column also to corpusStats results, so that also virtual corpus definitions can be linked to / tested directly in the KorAP UI
8+
- Uses server side tokenized matches in collocation analysis, if supported by KorAP server
9+
- Unless `metadataOnly` is set, also tokenized snippets are now retrieved in corpus queries
10+
(stored in `res.slots['collectedMatches']['tokens.left']`, `res.slots['collectedMatches']['tokens.match']`,
11+
`res.slots['collectedMatches']['tokens.right']`). Because Pandas data frames cannot store lists, tokens are stored as strings, tab separated.
12+
13+
- Python 3.11 and 3.12 are now supported
14+
- Python 3.7 support has been dropped (by rpy2 dependency)
415

516
## 0.7.5
617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "KorAPClient"
3-
version = "0.7.5.9000"
3+
version = "0.8.0"
44
description = "Client package to access KorAP's web service API"
55
authors = [
66
{name = "Marc Kupietz",email = "[email protected]"},

0 commit comments

Comments
 (0)