Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
c64c88ec
Commit
c64c88ec
authored
Jul 02, 2015
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README and remove outdated crud (ChangeLog, TODO, etc)
parent
4eca7b1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
67 additions
and
7 deletions
+67
-7
ChangeLog
ChangeLog
+0
-2
Makefile.am
Makefile.am
+1
-3
NEWS
NEWS
+0
-1
README.md
README.md
+66
-0
TODO
TODO
+0
-1
No files found.
ChangeLog
deleted
100644 → 0
View file @
4eca7b1e
To see the full detailed changelog, see the git repository
at git://git.skewed.de/graph-tool or http://git.skewed.de/?p=graph-tool
Makefile.am
View file @
c64c88ec
...
...
@@ -4,12 +4,10 @@ SUBDIRS = src
graphtooldocdir
=
${PACKAGE_DOC_DIR}
nobase_dist_graphtooldoc_DATA
=
\
README
\
README
.md
\
COPYING
\
AUTHORS
\
INSTALL
\
NEWS
\
TODO
\
src/boost-workaround/LICENSE_1_0.txt
\
doc/centrality.rst
\
doc/correlations.rst
\
...
...
NEWS
deleted
100644 → 0
View file @
4eca7b1e
See the website for details: http://graph-tool.skewed.de
\ No newline at end of file
README
→
README
.md
View file @
c64c88ec
graph-tool -- an efficient python module for analysis of graphs
===============================================================
graph-tool --
-
an efficient python module for analysis of graphs
===============================================================
=
graph-tool is an efficient python module for manipulation and
statistical analysis of graphs. It contains several general graph
measurements data structures and algorithms, such as degree or
properties distributions, degree or properties correlations,
clustering, graph filtering, graph layout, and more, as well as a
random graph generation routine. For more information and
documentation, please take a look at the website
http://graph-tool.skewed.de.
clustering, graph filtering, interactive graph layout, random graph
generation, detection of community structure, and more.
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.
For more information and documentation, please take a look at the
website http://graph-tool.skewed.de.
graph-tool is free software, you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 3 or
...
...
@@ -19,39 +27,37 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Availability
============
------------
The current stable version of graph-tool is always available from the
project's website: http://graph-tool.skewed.de
Installation
============
------------
graph-tool follows the standard GNU installation procedure. Please
consult the INSTALL file in this distribution for more detailed
instructions.
Note that recent versions of GCC (4.
4 or above) are required for
c
ompilation, and due to the usage of template metaprogramming
te
chniques in the program, relatively large amounts of RAM are
required during compilation. You have been warned! For this reason,
pre-compiled packages are available in the website.
Note that recent versions of GCC (4.
8 or above) or clang, with good
c
++11 support, are required for compilation. Due to the heavy use of
te
mplate metaprogramming techniques,
*
relatively large amounts of RAM
are required during compilation
*
. You have been warned! For this
reason,
pre-compiled packages are available in the website.
More information about graph-tool
==================================
---------------------------------
The project homepage is http://graph-tool.skewed.de. It contains
documentation, info on mailing lists, a wiki, as well as a
bug-tracking function. You should be reading it, instead of this. :-)
See the NEWS file for recent changes to the program.
documentation, info on mailing lists, as well as a bug-tracking
function. You should be reading it, instead of this. :-)
Reporting Bugs
==============
--------------
A list of known bugs can be found in the website:
http://graph-tool.skewed.de/
ticket
s
http://graph-tool.skewed.de/
issue
s
If you found a bug in the program which is not included in this list,
please submit a ticket through the provided interface.
...
...
TODO
deleted
100644 → 0
View file @
4eca7b1e
see website for details: http://graph-tool.skewed.de
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment