Added:
- support for Python 3.5
Fixed:
- moved important links to bottom of documentation to let examples shine
Fixed:
- rendering issues due to linked README.rst and docs/readme.rst
Added:
- utility module with dump_entities_to_json function
- example directory referenced from README
Fixed:
- typo in string representation of WikidataForm and WikidataSense.
Removed:
- Jsonl output support from WikidataJsonDump class so that chunks produced by the class can always be read by the class.
Fixed:
- Bug that required datavalue field in Qualifiers even if snaktype is somevalue or novalue.
Fixed:
- Updated docs about module name change (types was renamed typedefs)
Fixed:
- Module that was named types was renamed typedefs
Fixed:
- Bug that prevented json dump file chunks from being compressed
Added:
- Updated README with important links
Added:
- Support for gz compressed json dump files.
- pre-commit config file.