#303 Package graph-tool: Efficent network analysis with python
Closed: Fixed 4 years ago by ankursinha. Opened 4 years ago by ankursinha.

New software: graph-tool

Short description: Graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library.

Upstream URL: https://graph-tool.skewed.de/

License: GPLv3 (maybe +)

Domain: Data analysis

Additional information

Requires a way to detect CGAL in its new header only form

https://git.skewed.de/count0/graph-tool/issues/613

Metadata Update from @ankursinha:
- Issue assigned to ankursinha

4 years ago

WIP here. https://pagure.io/neuro-sig/graph-tool

Needs some work since CGAL in rawhide is now header only. E-mailed the -devel list about it already.

Stable in F31, will be stable in F30 in a few days. Updated documentation also. Closing.

Metadata Update from @ankursinha:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata