Releases: flashxio/FlashX
Releases · flashxio/FlashX
This release have the latest updates on FlashX
FlashX-latest [R]: update manuals.
v0.3.2
v0.3.1
FlashGraph+FlashMatrix+FlashR
v0.3.0 Update README.
Version 0.2.1
Fix some minor bugs when stxxl library doesn't exist
Version 0.2.0
The main improvement in this release is to load a graph to FlashGraphR more easily. It can now load a graph in edge list format and adjacency list format from Linux filesystem directly. It can also load a graph from iGraph directly.
The first release
This release provides the programming framework for users to implement graph algorithms for processing massive graphs. It also provides some graph algorithm implementation such as
- weakly connected components,
- strongly connected components,
- PageRank,
- triangle counting,
- diameter estimation,
- Kcore,
- clustering coefficient,
- spectral clustering,
...
It also provides an eigensolver and SVD.
The release also provides R bindings, so that R users can invoke the existing graph implementation in FlashGraph to process massive graphs.