Skip to content

Commit 368c667

Browse files
Added links to neer-match-utilities package.
1 parent a15d2df commit 368c667

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Forschungsgemeinschaft](https://www.dfg.de/de) (DFG) under Grant
2323
Spaces for the Social Sciences](https://www.new-data-spaces.de/en-us/)
2424
(SPP 2431).
2525

26+
Additional matching functionality for automating data preparation
27+
pipelines and creating common identifiers of matched entities is
28+
provided by the sibling
29+
[neer-match-utilities](https://pypi.org/project/neer-match-utilities)
30+
package.
31+
2632
The package has also an `R` implementation available at
2733
[r-neer-match](https://github.com/pi-kappa-devel/r-neer-match).
2834

docs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ examples: $(EXAMPLE_MD)
3636

3737
html: $(SOURCEDIR)/LICENSE.md $(SOURCEDIR)/README.md examples
3838
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
39+
40+
doc.zip: html
41+
@echo "Creating zip archive of the public site..."
42+
cd build/html && zip -r ../doc.zip .

docs/source/_static/README.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The package `neermatch` provides a set of tools for neural-symbolic entity reaso
1616

1717
The project is financially supported by the [Deutsche Forschungsgemeinschaft](https://www.dfg.de/de) (DFG) under Grant 539465691 as part of the Infrastructure Priority Programme "[New Data Spaces for the Social Sciences](https://www.new-data-spaces.de/en-us/)" (SPP 2431).
1818

19+
Additional matching functionality for automating data preparation pipelines and creating common identifiers of matched entities is provided by the sibling [neer-match-utilities](https://pypi.org/project/neer-match-utilities) package.
20+
1921
The package has also an `R` implementation available at [r-neer-match](https://github.com/pi-kappa-devel/r-neer-match).
2022

2123
## Features

docs/source/links.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Relevant Links
66

77
`📦 PyPi Package <https://pypi.org/project/neer-match/>`_
88

9+
`📦 PyPi Utilities Package <https://pypi.org/project/neer-match-utilities/>`_
10+
911
`📦 R Package <https://github.com/pi-kappa-devel/r-neer-match>`_
1012

1113
`📖 R Docs <https://r-neer-match.pikappa.eu>`_

src/neer_match/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Neural-symbolic Entity Reasoning and Matching.
44
"""
55

6-
__version__ = '0.7.40'
6+
__version__ = '0.7.41'
77

0 commit comments

Comments
 (0)