Timeline


and

10/13/08:

16:09 Changeset [b70e3f] by Tiago de Paula Peixoto <tiago@…>
Added util sub-module This contains at the moment functions to perform basic vertex and edge searches.
16:09 Changeset [4cfd77] by Tiago de Paula Peixoto <tiago@…>
masterpython3Added util sub-module This contains at the moment functions to perform basic vertex and edge searches.
16:04 Changeset [7538d8] by Tiago de Paula Peixoto <tiago@…>
masterpython3Add --with-numpy and --with-scipy options to configure This allows specifying where numpy and scipy are installed, which can be useful when installing graph_tool in a different location.
16:04 Changeset [2b69a9] by Tiago de Paula Peixoto <tiago@…>
Add --with-numpy and --with-scipy options to configure This allows specifying where numpy and scipy are installed, which can be useful when installing graph_tool in a different location.

10/10/08:

18:09 Changeset [d6b03c] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix compilation error on 64 bit architectures This adds missing uint64_t type to the list o supported numpy types.
18:09 Changeset [ab114c] by Tiago de Paula Peixoto <tiago@…>
Fix compilation error on 64 bit architectures This adds missing uint64_t type to the list o supported numpy types.
17:49 Changeset [b4010d] by Tiago de Paula Peixoto <tiago@…>
Fix compilation error with OpenMP
17:49 Changeset [1dad20] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix compilation error with OpenMP

10/07/08:

21:23 Changeset [f35904] by Tiago de Paula Peixoto <tiago@…>
Add convenience module graph_tool.all This allows to import all submodules from graph_tool with one command, e.g., from graph_tool.all import *
21:23 Changeset [16d856] by Tiago de Paula Peixoto <tiago@…>
masterpython3Add convenience module graph_tool.all This allows to import all submodules from graph_tool with one command, e.g., from graph_tool.all import *
19:46 Changeset [d4c3e0] by Tiago de Paula Peixoto <tiago@…>
Makefiles: AM_CPPFLAGS use srcdir Add $(srcdir) to include paths in AM_CPPFLAGS so that we can compile the program writing all targets into a directory separate from the sources. This is done simply by creatig a subdirectory of the project root and running "../configure" and "make" inside it.
19:46 Changeset [1c8432] by Tiago de Paula Peixoto <tiago@…>
masterpython3Makefiles: AM_CPPFLAGS use srcdir Add $(srcdir) to include paths in AM_CPPFLAGS so that we can compile the program writing all targets into a directory separate from the sources. This is done simply by creatig a subdirectory of the project root and running "../configure" and "make" inside it.
19:46 Changeset [48aec7] by Tiago de Paula Peixoto <tiago@…>
masterpython3Add dedicated average correlation calculation This is a re-implementation based on new histogram code, which does not build a 2D histogram, and is thus more exact and uses less memory.
19:46 Changeset [157c43] by Tiago de Paula Peixoto <tiago@…>
Add dedicated average correlation calculation This is a re-implementation based on new histogram code, which does not build a 2D histogram, and is thus more exact and uses less memory.

09/24/08:

16:02 Changeset [dc184b] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix edge indexing problem when modifying graph This fixes a rather central bug, which causes duplicated indexes if edges are removed and then new ones are added. Edge indexes are now recycled as they are removed and then new ones are added. This still guarantees O(1) complexity when adding or removing edges.
16:02 Changeset [ce1a7f] by Tiago de Paula Peixoto <tiago@…>
Fix edge indexing problem when modifying graph This fixes a rather central bug, which causes duplicated indexes if edges are removed and then new ones are added. Edge indexes are now recycled as they are removed and then new ones are added. This still guarantees O(1) complexity when adding or removing edges.
13:48 Changeset [562d8a] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix autogen.sh Simplify autogen.sh and remove ltmain.sh from repository, which should be included as necessary from libtoolize.
13:48 Changeset [3d3f56] by Tiago de Paula Peixoto <tiago@…>
Fix autogen.sh Simplify autogen.sh and remove ltmain.sh from repository, which should be included as necessary from libtoolize.
11:23 Changeset [ea26eb] by Tiago de Paula Peixoto <tiago@…>
Add load_graph utility function Avoids having to do g = Graph() g.load("foo") each time. Now one can do simply, g = load_graph("foo") Fantastic.
11:23 Changeset [c804ff] by Tiago de Paula Peixoto <tiago@…>
masterpython3Add load_graph utility function Avoids having to do g = Graph() g.load("foo") each time. Now one can do simply, g = load_graph("foo") Fantastic.

09/19/08:

13:59 Changeset [ecabb9] by Tiago de Paula Peixoto <tiago@…>
masterpython3Avoid unnecessary string assembly inside inline()
13:59 Changeset [4f0661] by Tiago de Paula Peixoto <tiago@…>
Avoid unnecessary string assembly inside inline()
Note: See TracTimeline for information about the timeline view.