Changes between Version 3 and Version 4 of Ticket #11108
- Timestamp:
- 04/04/11 09:21:38 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11108
-
Property
Reviewers
changed from
to
Nathann Cohen
-
Property
Reviewers
changed from
-
Ticket #11108 – Description
v3 v4 1 1 Improvements to class_graph: 2 2 3 - Return directly a DiGraph by default3 - Returns directly a DiGraph by default 4 4 - Supports a class or an object as input 5 - Improve the doc5 - Improves the doc 6 6 7 7 Apply : 8 8 - trac_11108-classgraph-nt.patch 9 - trac_11108-review.patch10 11 (please, someone, delete trac_11108-classgraph-nt.2.patch!)