-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change and remove FunctionsEngine functions (#129)
* Update delete_statement BREAKING CHANGES Change parameters order revision is now optional Add summary parameter * Update delete_item BREAKING CHANGE Change parameter order reason is now optional * Update wbi_core.py Move format force to json to mediawiki_api_call() Add Exception if format is not json * Update wbi_core.py Remove FunctionsEngine.get_linked_by() and FunctionsEngine.delete_item() WikibaseIntegrator will only support wikibase-oriented functions. * Update wbi_core.py Move _sparql_query_result_to_df() to the end of FunctionsEngine * Rename functions * Rename delete_statements to remove_claims * Rename get_search_results to search_entities * Update wbi_core.py * Remove dataframe support Use sparqldataframe instead * Corretly remove dataframe support * Bump to v0.11.0.dev0 Support python 3.10 * Split wbi_core into exceptions and functions * Update wbi_functions.py Sync with master branch * Add 3.10 to Code Compatibility Inspection * For to Python 3.10.0-alpha.7 Because beta1 from Github actions is bogus * Add MediaWiki API Call example in README.md * Bogus version has been removed * I tried * Typo in comments * Update README.md
- Loading branch information
Showing
12 changed files
with
547 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
simplejson~=3.17.2 | ||
requests~=2.25.1 | ||
pandas~=1.2.4 | ||
mwoauth~=0.3.7 | ||
backoff~=1.10.0 | ||
pytest~=6.2.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.