Timeline
10/10/08:
- 18:09 Changeset [d6b03c] by
- 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
- 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
- Fix compilation error with OpenMP
- 17:49 Changeset [1dad20] by
- masterpython3Fix compilation error with OpenMP
10/07/08:
- 21:23 Changeset [f35904] by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- masterpython3Avoid unnecessary string assembly inside inline()
- 13:59 Changeset [4f0661] by
- Avoid unnecessary string assembly inside inline()
09/10/08:
- 11:29 Changeset [a4bff0] by
- masterpython3Fix proper handling of properties in graph_draw
- 11:29 Changeset [948ccb] by
- Fix proper handling of properties in graph_draw
- 11:29 Changeset [ada695] by
- Fix problem with ugly type names in run_action
- 11:29 Changeset [1d474de] by
- masterpython3Fix problem with ugly type names in run_action
- 11:12 Changeset [d62201] by
- Convert histograms counts to float64 by default
- 11:12 Changeset [98ee95] by
- masterpython3Convert histograms counts to float64 by default
Note: See TracTimeline
for information about the timeline view.


