Skip to content

Releases: plume-oss/plume

v0.2.6

01 Mar 12:14
Compare
Choose a tag to compare
:bookmark: Release v0.2.6

v0.2.5

28 Feb 11:22
Compare
Choose a tag to compare
:bookmark: Release v0.2.5

v0.2.4

26 Feb 14:15
Compare
Choose a tag to compare
:bookmark: Release v0.2.4

v0.2.3.2

25 Feb 13:27
Compare
Choose a tag to compare
:ambulance: TigerGraph schema hotfix no 2

v0.2.3.1

25 Feb 13:10
Compare
Choose a tag to compare
:ambulance: TigerGraph schema hotfix

v0.2.3

25 Feb 12:51
Compare
Choose a tag to compare
:bookmark: Release v0.2.3

v0.2.2

24 Feb 18:05
Compare
Choose a tag to compare
:bookmark: Release v0.2.2

v0.2.1

24 Feb 12:40
Compare
Choose a tag to compare
Release v0.2.1

v0.2.0

19 Feb 15:18
Compare
Choose a tag to compare
:bookmark: Release v0.2.0

v0.1.8

15 Feb 11:47
464905c
Compare
Choose a tag to compare
:sparkles: Can Process DiffGraphs (#68)

* Vertex mapper can handle the case where ID isn't given

* Initial work on DiffGraph conversion

* Created initial diff graph processor

* Adjusted delete vertex for builders but ran into circular dependency

* Adjusted tests for new deleteVertex signature

* Added basic create and delete node

* Have tested DiffGraph operations

* Fixed ID bug in TigerGraphDriver.kt

* Documented new features and bumped version

* Added `updateVertexProperty` to IDriver and DiffGraphUtil.kt