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 https://github.com/usc-isi-i2/kgtk/pull/197) - Parallel processing when importing triples - Updated Tutorial materials
0.4.0
0.3.2
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
0.2.1
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 * ...