Releases: bio4j/angulillos-titan
Releases · bio4j/angulillos-titan
angulillos-titan v0.3.0
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
This is a bugfix release. It solves problems linked with Titan index creation:
angulillos-titan v0.2.0
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 nowVertexLabelMaker
- 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
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.