Recent posts (max 20) - Browse or Archive for more

Version 2.2.24 of graph-tool released!

This version contains bug fixes, improvements to random graph generation, much faster implementation of the spectral module, as well as the complete_graph() and circular_graph() convenience functions. Get it in the download section.

Version 2.2.23 of graph-tool released!

This version contains many bug fixes, includes a new kcore_decomposition function as well as a closeness centrality implementation. Get it in the download section.

Version 2.2.22 of graph-tool released!

This version contains many bug fixes, and switches the underlying graph representation from a boost's adjacency_list to a much simpler, vector-based custom class which uses only about half as much memory. Get it in the download section.

Version 2.2.21 of graph-tool released!

This release contains mainly bug fixes, as well as some improvements to blockmodel inference, and the collection module, as well as a new cookbook section in the documentation about animations.

Version 2.2.19 of graph-tool released!

This release contains several improvements and bug fixes. Highlights include support for blockmodel inference, a collection of useful networks in the new collection module, pie chart vertex shape in graph_draw, several python3 fixes, and many other bug fixes.

Version 2.2.18 of graph-tool released!

This release contains improvements and bug fixes. Highlights include new Katz and HITS centrality algorithms (in centrality), and make_maximal_planar (in topology).

Version 2.2.17 of graph-tool released!

This release contains improvements and bug fixes. Highlights include Python 3 support, and several new functions in the topology module, including tsp_tour() and random_spanning_tree(). This release also fixes issues with the  Clang compiler, which becomes the preferred compiler in MacOS X.

  • Posted: 2012-06-23 09:16 (Updated: 2012-06-26 08:53)
  • Author: tiago peixoto
  • Categories: (none)
  • Comments (0)

Version 2.2.16 of graph-tool released!

This release contains major improvements and bug fixes. Highlights include a completely new graph_draw() function, which is based on  cairo and GTK+3, has an interactive window, and no longer requires graphviz (the old function is still available as graphviz_draw()), implementation of the SFDP mulilevel layout algorithm, and support for reading and writing in  GML format. Get it in the download section.

Version 2.2.15 of graph-tool released!

This release contains several enhancements and bug fixes, such as a comprehensive improvement of the random_graph() and random_rewire() functions (with the inclusion of blockmodel generation), the implementation of eigenvector centrality and the similarity() function. Array access to the property maps of filtered graphs has also been improved with the addition of the fa and ma attributes. Get it in the download section.

Version 2.2.14 of graph-tool released!

This release includes some bug fixes, improvements to the PageRank code, and an implementation of BGL's Fruchterman-Reingold layout algorithm. Get it in the download section.

Version 2.2.13 of graph-tool released!

This release is a just a follow-up to 2.2.12, with some compilation bugfixes which affect some versions of Boost. Get it in the download section.

Version 2.2.12 of graph-tool released!

This version includes bug fixes, a new label_largest_component() function, and better support for MacOS X. Get it in the download section.

Version 2.2.11 of graph-tool released!

This version includes bug fixes, and a new feature called "graph views", which provides a very convenient and powerful interface to the graph filtering functionality (see the documentation for more details). Get it in the download section.

Version 2.2.10 of graph-tool released!

This version includes several bugfixes, specially to the flow module. Get it in the download section.

Version 2.2.9 of graph-tool released!

This version includes several bugfixes, and a brand new search module. Get it in the download section.

Version 2.2.8 of graph-tool released!

This version includes several bugfixes, and new graph generators. Get it in the download section.

Important note

The graph-tool website permanently moved to  http://graph-tool.skewed.de, and the documentation now reflects this. Please update your bookmarks!

Version 2.2.7 of graph-tool released!

This version includes several bugfixes, and a slight modification of the binning semantics of the various histogram functions, so that it corresponds to the numpy  histogram function. Get it in the download section.

Version 2.2.6 of graph-tool released!

This version includes some bugfixes, and a significative speedup of the implementation of random graph generation. Get it in the download section.

Version 2.2.5 of graph-tool released!

This version includes several bugfixes, a revamped implementation of random graph generation and rewiring and a new shortest path function. Get it in the download section.

Version 2.2.4 of graph-tool released!

This version includes bugfixes (including compilation fixes for MacOS) and an implementation of subgraph isomorphism. Get it in the download section.