Releases: usc-isi-i2/kgtk
Releases · usc-isi-i2/kgtk
KGTK Tutorial
0.6.0 Update __init__.py
KGTK 0.5.0: Kypher and other improvements
This release includes Kypher, an implementation of the Cypher query language over KGTK files without the need to add them to a graph store.
Other major improvements include:
- Bug fixes (see #197)
- Parallel processing when importing triples
- Updated Tutorial materials
Unit Test Coverage
Merge pull request #140 from usc-isi-i2/dev merging dev to master for a release
Consistent command names and options
This release introduces a set of changes to homogenize the command names and make them consistent. It also addresses:
- Updates to examples and notebooks (more notebooks).
- Several bug fixes on commands and pipes.
- Consistency on inputs and output
- Docker files for accessing a lite version and a dev version of KGTK.
- Examples on how to execute KGTK in myBinder
- Updates and improvements to documentation
- New commands for creating canonical representations of tabular data
KGTK 0.2.1: Additional commands and bug fixes
This version of KGTK fixes:
- Updates installation instructions to add Docker support
- Updates stats
- Refines filter command
- adds expand and explode commands
- Refines the clean and validate command with additional options
- Bug fixes in export to WD triples (additional support for custom ns prefixes)
- new commands: lift, rename columns
- ...
KGTK 0.2.0: Extended command support
This release incorporates expands the previous set of commands for importing and exporting triples; curating and manipulating graphs (validating, cleaning, merging, filtering); and graph analysis (centrality, page rank, text embeddings). See the full documentation at https://kgtk.readthedocs.io/en/latest/
KGTK 0.1.1 release
Intermediate release in preparation for the ISWC paper
First pypi release
Merge pull request #11 from usc-isi-i2/dev Dev