- First release on PyPI.
- Adds reconciliation_endpoint argument, so the user can define the service (Defaults to Wikidata)
- Changes qid_type argument to be called type_id.
-
Dataframes with more than 10 rows are now split in multiple dataframes, to avoid timeouts due to large requests.
-
Adds a tqdm progress bar for the reconciliation.
- Adds a new argument to the main function, has_property, which allows to reconcile against specific property-value pairs.
- Makes the type_id argument optional, to allow reconciliation against any term.
- Fixes bug on reconciler.reconcile when parsing empty results.
- Minor styling fixes, start using isort.