Skip to content

Commit 402b3cd

Browse files
committed
Bump version to 0.7.5 and add CHANGELOG.md
Change-Id: Iae7069e3e8d00e6944198a651f8767a109226987
1 parent 8dfa10c commit 402b3cd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Version history
2+
3+
## 0.7.5
4+
5+
- Updates recommended RKorAPClient version to 0.7.5
6+
- fixes collocation scores for lemmatized node or collocate queries
7+
- Automatically converts again between rpy and py objects, most importantly between Pandas and R data frames, also with newer versions of [rpy2](https://github.com/rpy2)
8+
- Fixes "Hello world" example in Readme.md
9+
- Updates references / citation information
10+
- Changes corpusStats to return a pandas.DataFrame by default
11+
- Advertises Python 3.10 as supported
12+
- Adds interactive plot examples using [Vega-Altair](https://altair-viz.github.io/)
13+
14+
## 0.7.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="KorAPClient",
8-
version="0.7.1.9000",
8+
version="0.7.5",
99
author="Marc Kupietz",
1010
author_email="[email protected]",
1111
description="Client package to access KorAP's web service API",

0 commit comments

Comments
 (0)