Skip to content

Releases: flashxio/FlashX

This release have the latest updates on FlashX

31 Dec 03:47
Compare
Choose a tag to compare
FlashX-latest

[R]: update manuals.

v0.3.2

15 Aug 14:46
Compare
Choose a tag to compare

Fix some bugs.

v0.3.1

19 Jan 16:19
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

This contains some small updates:

  1. disable FlashEigen by default.
  2. create utility tools: el2fg, fg2fm.

FlashGraph+FlashMatrix+FlashR

19 Jan 16:17
Compare
Choose a tag to compare
Pre-release
v0.3.0

Update README.

Version 0.2.1

11 Nov 01:40
Compare
Choose a tag to compare

Fix some minor bugs when stxxl library doesn't exist

Version 0.2.0

10 Nov 15:38
Compare
Choose a tag to compare

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

31 Oct 23:19
Compare
Choose a tag to compare
The first release Pre-release
Pre-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.