Revision 280 (TP 3.3.3)
krlawrence
released this
28 Jul 17:56
·
601 commits
to master
since this release
Here is a link to the Git diffs between this release and the prior one.
The examples in this release have been tested against Apache TinkerPop at the 3.3.2 and 3.3.3 levels. They have also been tested against JanusGraph 0.2 (where appropriate) which supports TinkerPop at the 3.2.6 level. As always I am very grateful for the feedback by e-mail, issue and PR. This release resolves a number of open issues. Please check the commit log for finer grained details of all changes. Here is a list of the major improvements in this release.
- Broke out the discussion of simulating
startsWith
into its own section. - Added to the discussion of
cyclicPath
. - Added text to explain the "__." notation the first time it appears #112.
- Expanded the section that introduces the
path
step #97, #98, #99. - Added text to better introduce the concept of a
modulator
#99 . - Added text to introduce the phrase
anonymous traversal
#98 - Expanded the section covering the
cyclicPath
step. - Expanded the discussion of randomly walking a graph. #105
- Added coverage of the
Direction
Enum. #114 - Expanded and improved the
Calculating vertex degree
section. - Added the
Cardinality
enum to the tables in section 6.1.5 #110. - Miscellaneous minor wording updates and corrections.
- Resolved lots of issues.
- Sample code and data improvements.
- Updated air-routes sample data (475 new routes, 2 new airports).
- Updated demo apps to reflect the latest data updates.