Timeline


and

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()

09/10/08:

11:29 Changeset [a4bff0] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix proper handling of properties in graph_draw
11:29 Changeset [948ccb] by Tiago de Paula Peixoto <tiago@…>
Fix proper handling of properties in graph_draw
11:29 Changeset [ada695] by Tiago de Paula Peixoto <tiago@…>
Fix problem with ugly type names in run_action
11:29 Changeset [1d474de] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix problem with ugly type names in run_action
11:12 Changeset [d62201] by Tiago de Paula Peixoto <tiago@…>
Convert histograms counts to float64 by default
11:12 Changeset [98ee95] by Tiago de Paula Peixoto <tiago@…>
masterpython3Convert histograms counts to float64 by default
Note: See TracTimeline for information about the timeline view.