<
From version < 2.1 >
edited by cds
on 2014/12/16 11:15
To version < 4.1 >
edited by cds
on 2014/12/19 15:11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,9 @@
1 +{{note title="Work in Progress"}}
2 +We are currently working on this release. These release notes are work-in-progress.
3 +{{/note}}
4 +
5 +
6 +
1 1  = KIELER Pragmatics 2014/12 =
2 2  
3 3  * [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]]
... ... @@ -31,14 +31,17 @@
31 31  
32 32  This is a summary of the API changes introduced with version 2014/12:
33 33  
34 -* TO BE ADDED
40 +* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
41 +** KLay Layered's layout option {{code language="none"}}Properties.MERGE_PORTS{{/code}} was renamed to {{code language="none"}}Properties.MERGE_EDGES{{/code}}. Its ID was changed from {{code language="none"}}de.cau.cs.kieler.klay.layered.mergePorts{{/code}} to {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeEdges{{/code}}.
42 +** Similarly, KLay Layered's layout option {{code language="none"}}Properties.MERGE_HIERARCHICAL_PORTS{{/code}} was renamed to {{code language="none"}}Properties.MERGE_HIERARCHICAL_EDGES{{/code}}. Its ID was changed from {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeHierarchicalPorts{{/code}} to {{code language="none"}}de.cau.cs.kieler.klay.layered.mergeHierarchicalEdges{{/code}}.
35 35  
36 36  === New Features Included in 2014/12 ===
37 37  
38 38  Here's a few highlights of what's new in version 2014/12:
39 39  
48 +* [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
49 +** A new interactive node placement algorithm in KLay Layered keeps the y coordinates of nodes intact if they don't overlap. This node placement algorithm is supposed to be used together with the interactive implementations of the other layout phases.
40 40  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
41 -* [[KGraph Text>>doc:KGraph Text (KGT)]]
42 42  
43 43  === Important Bugs Fixed in 2014/12 ===
44 44  
... ... @@ -45,6 +45,10 @@
45 45  Among others, the following bugs were fixed in version 2014/12:
46 46  
47 47  * [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
57 +** Computing layouts with the layout direction set to {{code language="none"}}UP{{/code}} failed for compound nodes in KLay Layered.
58 +** KLay Force allowed the object spacing to be zero, which does not make sense and, more importantly, crashed the algorithm.
59 +* [[KGraph Text>>doc:KGraph Text (KGT)]]
60 +** Converting KGX files into the KGT format failed when certain properties were set.
48 48  
49 49  == Quickstart ==
50 50  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -10748040
1 +10748061
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748040/KIELER Pragmatics Release 2014/12
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/10748061/KIELER Pragmatics Release 2014/12