Skip to content

Releases: flashxio/FlashX

This release have the latest updates on FlashX

Choose a tag to compare

@flashxio flashxio released this 31 Dec 03:47
FlashX-latest

[R]: update manuals.

v0.3.2

Choose a tag to compare

@zheng-da zheng-da released this 15 Aug 14:46

Fix some bugs.

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@zheng-da zheng-da released this 19 Jan 16:19

This contains some small updates:

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

FlashGraph+FlashMatrix+FlashR

Pre-release

Choose a tag to compare

@zheng-da zheng-da released this 19 Jan 16:17
v0.3.0

Update README.

Version 0.2.1

Choose a tag to compare

@zheng-da zheng-da released this 11 Nov 01:40

Fix some minor bugs when stxxl library doesn't exist

Version 0.2.0

Choose a tag to compare

@zheng-da zheng-da released this 10 Nov 15:38

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

The first release Pre-release
Pre-release

Choose a tag to compare

@zheng-da zheng-da released this 31 Oct 23:19

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.