Skip to content

Commit 25396fd

Browse files
committed
update README.md with the new versions
1 parent cc4ed02 commit 25396fd

2 files changed

Lines changed: 28 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: coverage
1+
name: build
22

33
on:
44
push:

README.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
# Valentine: (Schema-) Matching DataFrames Made Easy
22

3-
[![build](https://github.com/delftdata/valentine/actions/workflows/coverage.yml/badge.svg)](https://github.com/delftdata/valentine/actions/workflows/coverage.yml)
4-
[![codecov](https://codecov.io/gh/delftdata/valentine/branch/master/graph/badge.svg?token=4QR0X315CL)](https://codecov.io/gh/delftdata/valentine)
5-
[![PyPI version](https://badge.fury.io/py/valentine.svg)](https://badge.fury.io/py/valentine)
6-
![PyPI - Downloads](https://img.shields.io/pypi/dm/valentine)
7-
[![Python 3.9+](https://img.shields.io/badge/python-3.9|3.10|3.11|3.12|3.13-blue.svg)](https://www.python.org/downloads/release/python-380/)
8-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/85cfebfc9c6a43359c5b2e56a5fdf3a3)](https://app.codacy.com/gh/delftdata/valentine/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
3+
<p align="center">
4+
<a href="https://github.com/delftdata/valentine/actions/workflows/build.yml">
5+
<img src="https://github.com/delftdata/valentine/actions/workflows/build.yml/badge.svg" alt="Build">
6+
</a>
7+
<a href="https://codecov.io/gh/delftdata/valentine">
8+
<img src="https://codecov.io/gh/delftdata/valentine/branch/master/graph/badge.svg?token=4QR0X315CL" alt="codecov">
9+
</a>
10+
<a href="https://app.codacy.com/gh/delftdata/valentine/dashboard">
11+
<img src="https://app.codacy.com/project/badge/Grade/85cfebfc9c6a43359c5b2e56a5fdf3a3" alt="Codacy Badge">
12+
</a>
13+
<a href="https://pypi.org/project/valentine/">
14+
<img src="https://img.shields.io/pypi/v/valentine.svg" alt="PyPI version">
15+
</a>
16+
<a href="https://pypi.org/project/valentine/">
17+
<img src="https://img.shields.io/pypi/pyversions/valentine.svg" alt="Python versions">
18+
</a>
19+
<a href="https://pypi.org/project/valentine/">
20+
<img src="https://img.shields.io/pypi/dm/valentine.svg" alt="PyPI downloads">
21+
</a>
22+
<a href="https://github.com/delftdata/valentine/blob/master/LICENSE">
23+
<img src="https://img.shields.io/github/license/delftdata/valentine.svg" alt="License">
24+
</a>
25+
<a href="https://delftdata.github.io/valentine/">
26+
<img src="https://img.shields.io/badge/docs-GitHub%20Pages-blue.svg" alt="Docs">
27+
</a>
28+
</p>
929

1030
A python package for capturing potential relationships among columns of different tabular datasets, which are given in the form of pandas DataFrames. Valentine is based on [Valentine: Evaluating Matching Techniques for Dataset Discovery](https://ieeexplore.ieee.org/abstract/document/9458921)
1131

@@ -18,7 +38,7 @@ The original experimental suite version of Valentine, as first published for the
1838
## Installation instructions
1939
### Requirements
2040

21-
* *Python* >=3.9,<3.14
41+
* *Python* >=3.10,<3.15
2242
* *Java*: For the Coma matcher it is required to have java (jre) installed
2343

2444
To install Valentine simply run:

0 commit comments

Comments
 (0)