Skip to content

Releases: bio4j/angulillos-titan

angulillos-titan v0.3.0

18 Nov 17:09
Compare
Choose a tag to compare

The only change is update to the titan-0.5.4.
The storage format is claimed to be compatible with 0.5.2, but there is a breaking API change in 0.5.3 (see release notes).

angulillos-titan v0.2.1

26 Jan 09:42
Compare
Choose a tag to compare

This is a bugfix release. It solves problems linked with Titan index creation:

angulillos-titan v0.2.0

08 Dec 18:29
Compare
Choose a tag to compare

The most significant change is updating to Titan 0.5.2, which supports proper vertex types and a dramatically simplified type management interface. This introduced

  • the PropertyKey used to model a vertex type is now VertexLabelMaker
  • type creation is simpler and more expressive
  • index creation can now be done through this API, without needing to resort to the raw Titan objects

Note that we use xxxMakers instead of types so that we can make this independent of any transaction management.

angulillos-titan v0.1.0

10 Nov 15:31
Compare
Choose a tag to compare

First release of a Titan 0.4.1 angulillos implementation. It is functional but pretty minimal at this point: a default Titan untyped graph with helpers for Titan type creation, and standard indexes for vertices and edges.