Skip to content

Releases: usc-isi-i2/kgtk

KGTK Tutorial

27 Jan 01:57
269e3b5
Compare
Choose a tag to compare
0.6.0

Update __init__.py

KGTK 0.5.0: Kypher and other improvements

09 Dec 18:44
f6aec60
Compare
Choose a tag to compare

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

10 Sep 19:06
e8b45e3
Compare
Choose a tag to compare
Merge pull request #140 from usc-isi-i2/dev

merging dev to master for a release

Consistent command names and options

06 Jul 22:42
c26a159
Compare
Choose a tag to compare

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

12 Jun 22:51
e694425
Compare
Choose a tag to compare

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

21 May 20:19
Compare
Choose a tag to compare

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

15 May 01:14
1ae5393
Compare
Choose a tag to compare

Intermediate release in preparation for the ISWC paper

First pypi release

28 Apr 00:20
5a076d5
Compare
Choose a tag to compare
Merge pull request #11 from usc-isi-i2/dev

Dev