forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_notes_2_8_1.html
41 lines (35 loc) · 1.53 KB
/
release_notes_2_8_1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/main.css" type="text/css" rel="stylesheet"
media="screen">
<title>Cytoscape Release Notes</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/global_variables.js"></script>
<script type="text/javascript" src="js/menu_generator.js"></script>
</head>
<body>
<div id="container"><script src="js/header.js"></script>
<div id="documents">
<p>
<h1>Updates in Cytoscape 2.8.1</h1>
</p>
<p>
<h3>Bug Fixes</h3>
<ul>
<li>"Select All Attributes" button on the data panel selects the attributes in a sorted order.</li>
<li>Added the ability to load a plugin from a local file</li>
<li>Changed internal structures for group viewers to allow group viewer information about a group to be tracked before the group viewer is actually registered</li>
<li>Added a "discrete layout" setting for ForceDirected so that the force directed layout will now always give the same answer</li>
<li>Cleaned up XGMML group reading and writing</li>
<li>Several fixes to group handling</li>
<li>Minor fixes to tunable presentations</li>
</ul>
</div>
<script src="js/footer.js"></script></div>
</body>
</html>