Timeline


and

11/26/07:

14:10 Changeset [e1375c] by Tiago de Paula Peixoto <tiago@…>
masterpython3Line breaks at column 80 and remove trailing whitespace
14:10 Changeset [8c74e5] by Tiago de Paula Peixoto <tiago@…>
Line breaks at column 80 and remove trailing whitespace
14:04 Changeset [b88ac9] by Tiago de Paula Peixoto <tiago@…>
Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
14:04 Changeset [069e35] by Tiago de Paula Peixoto <tiago@…>
masterpython3Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
13:57 Changeset [d857c5] by Tiago de Paula Peixoto <tiago@…>
Further improvement of python interface Vertices and edges can be accessed from the graph class, as such: import graph_tool g = graph_tool.Graph() for v in g.vertices(): for e in v.out_edges(): # do something... Additionally, the --edit-{vertex|edge|graph}-property was ported to the new interface, and is working again, as it used to. The Vertex and Edge class no longer have the 'get_property' and 'set_property' method. They'll be replaced by a new method of accessing property maps.
13:57 Changeset [06358b] by Tiago de Paula Peixoto <tiago@…>
masterpython3Further improvement of python interface Vertices and edges can be accessed from the graph class, as such: import graph_tool g = graph_tool.Graph() for v in g.vertices(): for e in v.out_edges(): # do something... Additionally, the --edit-{vertex|edge|graph}-property was ported to the new interface, and is working again, as it used to. The Vertex and Edge class no longer have the 'get_property' and 'set_property' method. They'll be replaced by a new method of accessing property maps.
13:30 Ticket #43 (problem in graphml access) closed by count0
fixed: Replying to abhishek.v@tcs.com: > hi.. > I want to make use …
12:52 Ticket #44 (problem in graphml access) closed by count0
duplicate
12:52 Ticket #45 (problem in graphml access) closed by count0
duplicate
06:05 Ticket #45 (problem in graphml access) created by abhishek.v@…
hi.. I want to make use of graphml functionality provided by boost …
06:05 Ticket #44 (problem in graphml access) created by abhishek.v@…
hi.. I want to make use of graphml functionality provided by boost …
06:05 Ticket #43 (problem in graphml access) created by abhishek.v@…
hi.. I want to make use of graphml functionality provided by boost …

11/20/07:

20:43 Changeset [8b32d7] by Tiago de Paula Peixoto <tiago@…>
masterpython3Complete re-factoring of python module and command line tool The program was split in two parts: 1. A python module, graph_tool.py, which encapsulates the graph manipulation under a Graph class. Now the following can be done: import graph_tool g1 = graph_tool.Graph() g2 = graph_tool.Graph() g1.load("foo.xml") g2.load("bar.xml") print g1.number_of_vertices(), g2.number_of_vertices() 2. A standalone command line tool, graph-tool, which imports graph_tool.py, and exposes the Graph methods as command line options. The whole command line engine was thus (once again) entirely rewritten. It is now Crack-Free™, and simply mirrors the methods of the Graph class as command line options, using, for this, the beauty of function decorators. It classifies now, I believe, as Pythonic™.
20:43 Changeset [31fb7e] by Tiago de Paula Peixoto <tiago@…>
Complete re-factoring of python module and command line tool The program was split in two parts: 1. A python module, graph_tool.py, which encapsulates the graph manipulation under a Graph class. Now the following can be done: import graph_tool g1 = graph_tool.Graph() g2 = graph_tool.Graph() g1.load("foo.xml") g2.load("bar.xml") print g1.number_of_vertices(), g2.number_of_vertices() 2. A standalone command line tool, graph-tool, which imports graph_tool.py, and exposes the Graph methods as command line options. The whole command line engine was thus (once again) entirely rewritten. It is now Crack-Free™, and simply mirrors the methods of the Graph class as command line options, using, for this, the beauty of function decorators. It classifies now, I believe, as Pythonic™.

11/11/07:

14:33 Changeset [f005e9] by Tiago de Paula Peixoto <tiago@…>
masterpython3Removed unnecessary semicolon
14:33 Changeset [309974] by Tiago de Paula Peixoto <tiago@…>
Removed unnecessary semicolon
00:50 GraphToolDownload edited by count0
(diff)
00:45 GraphToolDownload edited by count0
(diff)

11/10/07:

23:38 Changeset [4e2522] by Tiago de Paula Peixoto <tiago@…>
masterpython3Sync properties 'value_types' to that of graph_properties.hh in python interface This fixes a bug where properties with 'long long' types were not handled properly through the python interface.
23:38 Changeset [3871a9] by Tiago de Paula Peixoto <tiago@…>
Sync properties 'value_types' to that of graph_properties.hh in python interface This fixes a bug where properties with 'long long' types were not handled properly through the python interface.
18:38 Changeset [b53522] by Tiago de Paula Peixoto <tiago@…>
Remove useless unsigned comparison
18:38 Changeset [9aea84] by Tiago de Paula Peixoto <tiago@…>
masterpython3Remove useless unsigned comparison

11/05/07:

04:55 Changeset [7e824b] by Alexandre Hannud Abdo <abdo@…>
Correlated random rewiring functional Several changes in the random rewiring code, making it fully functional for the correlated case. The reshuffling operations lag in efficiency, even though already the algorithm runs in little time.
04:55 Changeset [0b1523] by Alexandre Hannud Abdo <abdo@…>
masterpython3Correlated random rewiring functional Several changes in the random rewiring code, making it fully functional for the correlated case. The reshuffling operations lag in efficiency, even though already the algorithm runs in little time.

11/04/07:

20:34 Changeset [e87d07] by Alexandre Hannud Abdo <abdo@…>
masterpython3Merge branch 'master' of git://git.forked.de/graph-tool into directed_extended_clustering Conflicts: src/graph/graph_extended_clustering.cc
20:34 Changeset [a2e5b7] by Alexandre Hannud Abdo <abdo@…>
Merge branch 'master' of git://git.forked.de/graph-tool into directed_extended_clustering Conflicts: src/graph/graph_extended_clustering.cc
19:59 Changeset [3fedbb] by Alexandre Hannud Abdo <abdo@…>
masterpython3Merge branch 'master' of git://finn.forked.de/~count0/stuff/workspace/graph-tool into rewiring-merge
19:59 Changeset [24f30c] by Alexandre Hannud Abdo <abdo@…>
Merge branch 'master' of git://finn.forked.de/~count0/stuff/workspace/graph-tool into rewiring-merge
03:11 Changeset [d15f97] by Tiago de Paula Peixoto <tiago@…>
Code cleanups, and cosmetic changes Line breaks at column 80 were added, and all trailing whitespace was deleted. Code comments were modified and some more were added.
03:11 Changeset [07be3f] by Tiago de Paula Peixoto <tiago@…>
masterpython3Code cleanups, and cosmetic changes Line breaks at column 80 were added, and all trailing whitespace was deleted. Code comments were modified and some more were added.
02:33 Changeset [a510c3] by Tiago de Paula Peixoto <tiago@…>
masterpython3Fix label-parallel-edges property type It should be 'size_t' instead of 'long'.
02:33 Changeset [077850] by Tiago de Paula Peixoto <tiago@…>
Fix label-parallel-edges property type It should be 'size_t' instead of 'long'.

11/02/07:

15:00 GraphToolDownload edited by count0
(diff)

10/27/07:

00:20 Changeset [a76a51] by Alexandre Hannud Abdo <abdo@…>
masterpython3fixes option definition for random-rewire bool entries in option random-rewire were stated as string, causing graph-tool to crash before loading.
00:20 Changeset [803cb6] by Alexandre Hannud Abdo <abdo@…>
fixes option definition for random-rewire bool entries in option random-rewire were stated as string, causing graph-tool to crash before loading.
Note: See TracTimeline for information about the timeline view.