Skip to content

Grakn Core 0.7.0 (no longer supported)

Compare
Choose a tag to compare
@bolerio bolerio released this 26 Nov 02:26
· 5883 commits to master since this release

We're happy to announce our 0.7.0 release! Please visit https://grakn.ai/install for setup guide.

This release contains:

  1. Graql now supports the ability to compare between two resource values, get all resources of entity regardless of type, evaluate != (not equals) inequality, a more user-friendly output, and better query optimisation that improved speed.
  2. The Dashboard is now able to execute reasoner and analytics queries, visualise the ontology, paginate results, and a smoother, prettier and more user-friendly graph visualisation.
  3. Reasoner supports more constructs, including the non-trivial handling of variable relation types, and is much more stable.
  4. The Engine has a new asynchronous tasks framework, moving towards a scalable distributed engine.
  5. Graql Analytics is now able to compute the shortest path between instances, on either subgraphs or the whole graph.
  6. Graph API has various bug fixes and refactorings.

Overall, this release continues our shift towards stability with a lot of testing and bug fixes. Stress testing and performance benchmarks are well underway as well. Soon we will have benchmarks that we could use as a reference point for our partners and future performance improvements.