Changeset 2266:07b533060ec5 in lemon-0.x
- Timestamp:
- 10/27/06 17:19:33 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r2265 r2266 1 1 2006-10-27 Version 0.6 Released 2 3 #Renamed: 4 *Undir -> U 5 *Minimum -> Min 6 *Work -> Aux 7 *UGraphExtender -> UndirectGraphExtender 8 -UGraphExtenders with changed meaning 9 *GridGraph -> GridUGraph 10 *UNDIRGRAPH_TYPEDEFS -> UGRAPH_TYPEDEFS 11 *LinearHeap -> BucketHeap 12 *UGraphBaseExtender -> UndirGraphExtender 13 *BpUGraphBaseExtender merged into BpUGraphExtender 14 *StaticGraph to Graph 15 *ColorSet to Palette 16 *xy -> dim2::Point 17 *DirPath to Path 18 *concept -> concepts (namespace & directory) 19 20 #Reorganized: 21 *bootstrap: quiet option 22 *utility, invalid and traits moved to bits 23 *section readers moved to own group 24 *separate group for matrices 25 *single makefile 26 *glemon is moved to own repository 27 *graph_component.h -> graph_components.h 28 *reference to modules added 29 *disable assertions in default behaviour 30 *BiVariant moved to lemon/bits/variant.h 31 *using abort() instead of exit(1) 32 33 #Taken out: 34 *SplitGraph is temporarly deleted 35 *SubBidirGraphAdaptor 36 *obsolote "id" map handling 37 *concepts for extendable and erasable graphs 38 *exceptionName() 39 *bezier.h 40 *functional interfaces 41 *UPath 42 43 #Rewritten, modificated, improved 44 *UnionFindEnum revision 45 *countItems 46 *findEdges 47 *IncEdgeIt goes through on loop edges twice. 48 *mining of the clear in heaps 49 *SplitGraphAdaptor 50 *item sets are written in the order sorted by the labels 51 *make explicit constructors 52 *snapshot 53 -rewritten 54 -implemented for SmartUGraph an SmartBpUGraph 55 *Node/Edge::operator<() is required by the concept 56 *Graph Component concepts 57 *disabled the copy constructor and operator- of {List|Smart}[U]Graph. 58 *modificated interface: colType() functions 59 *made public what() in NodeSetError 60 *improvment in exception handling 61 -exception safe erase and clear handler 62 -proper exception handling in the SmartEdgeSet 63 -rethrow of exception missing 64 *signaling alterations in BpUGraphs 65 *UnionFind 66 -takes less space 67 -UnionFindEnum 68 -changed interface 69 *updated the Path concept 70 *item readers and writers 2 71 3 72 #New … … 76 145 -some color constants added (BLACK, WHITE, RED etc) 77 146 -absolute/relative node size/link width scaling 78 79 #Taken out:80 *SplitGraph is temporarly deleted81 *SubBidirGraphAdaptor82 *obsolote "id" map handling83 *concepts for extendable and erasable graphs84 *exceptionName()85 *bezier.h86 *functional interfaces87 *UPath88 89 #Rewritten, modificated, improved90 *UnionFindEnum revision91 *countItems92 *findEdges93 *IncEdgeIt goes through on loop edges twice.94 *mining of the clear in heaps95 *SplitGraphAdaptor96 *item sets are written in the order sorted by the labels97 *make explicit constructors98 *snapshot99 -rewritten100 -implemented for SmartUGraph an SmartBpUGraph101 *Node/Edge::operator<() is required by the concept102 *Graph Component concepts103 *disabled the copy constructor and operator- of {List|Smart}[U]Graph.104 *modificated interface: colType() functions105 *made public what() in NodeSetError106 *improvment in exception handling107 -exception safe erase and clear handler108 -proper exception handling in the SmartEdgeSet109 -rethrow of exception missing110 *signaling alterations in BpUGraphs111 *UnionFind112 -takes less space113 -UnionFindEnum114 -changed interface115 *updated the Path concept116 *item readers and writers117 118 #Reorganized:119 *bootstrap: quiet option120 *utility, invalid and traits moved to bits121 *section readers moved to own group122 *separate group for matrices123 *single makefile124 *glemon is moved to own repository125 *graph_component.h -> graph_components.h126 *reference to modules added127 *disable assertions in default behaviour128 *BiVariant moved to lemon/bits/variant.h129 *using abort() instead of exit(1)130 131 #Renamed:132 *Undir -> U133 *Minimum -> Min134 *Work -> Aux135 *UGraphExtender -> UndirectGraphExtender136 -UGraphExtenders with changed meaning137 *GridGraph -> GridUGraph138 *UNDIRGRAPH_TYPEDEFS -> UGRAPH_TYPEDEFS139 *LinearHeap -> BucketHeap140 *UGraphBaseExtender -> UndirGraphExtender141 *BpUGraphBaseExtender merged into BpUGraphExtender142 *StaticGraph to Graph143 *ColorSet to Palette144 *xy -> dim2::Point145 *DirPath to Path146 *concept -> concepts (namespace & directory)147 147 148 148 #Compatibility issues:
Note: See TracChangeset
for help on using the changeset viewer.