-
Notifications
You must be signed in to change notification settings - Fork 16
/
release_notes_3_10_0.html
125 lines (99 loc) · 5.52 KB
/
release_notes_3_10_0.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape 3.10.0 Release Notes</title>
<meta name="description" content="Release Notes for Cytoscape">
<meta name="author" content="Alex Pico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
<!-- For Scroll -->
<script src="js/smooth-scroll.min.js"></script>
</head>
<body>
<div class="white belt">
<div class="container">
<h1 class="centering">Release Notes for Cytoscape 3.10.0</h1>
</div>
</div>
<div id="new_features" class="white">
<div class="container">
<h3>Highlights</h3><ul>
<li>New selection lasso tool. Hold Ctrl-Shift on Windows/Linux, or Cmd-Shift on Mac, then use the mouse to draw a free-form loop around nodes you wish to select.</li>
<li>Edge label rotation allows edge labels to be aligned with the edge slope.</li>
<li>Table styles are now part of the Network Style and are applied to the node and edge tables.</li>
<li>New App Store panel has replaced the old “App Manager”</li>
<li>The search bar is faster and more reliable. There are new types of search queries available such as numeric range queries.</li>
</ul>
<h3>Additional Improvements and New Features</h3><ul>
<li>The mouse wheel now zooms to the location of the mouse pointer.</li>
<li>Shape Annotations now support color gradients.</li>
<li>New Visual Properties for node and edge label background color.</li>
<li>Network image export is much faster. </li>
<li>Edge bundling is faster and uses significantly less memory.</li>
<li>New native installer for Mac computers with Apple Silicon.</li>
<li>The Image Manager has been streamlined for ease of use.</li>
<li>Networks in the Network panel can now be sorted alphabetically.</li>
<li>New toolbar button in the edge table can be used to map node table columns into the edge table.</li>
</ul>
<h3>For App and Notebook Developers</h3><ul>
<li>Cytoscape now uses Java 17</li>
<li>JavaFX version upgraded to 18.0.2</li>
<li>The OpenCL app has been moved into core. OpenCL support is now part of the Cytoscape API as the ‘cycl-api’ bundle.</li>
<li>The TableVisualMappingManager has new API methods for working with table styles.</li>
<li>The network view can now be exported using new commands “view export png, view export pdf, view export jpg, etc”. These commands provide additional parameters that can fine tune the results for each format.</li>
<li>New LEN() equation function returns the length of a list.</li>
<li>String Tunables have a “password” property that causes the text field to be masked.</li>
<li>The framework-cytoscape.log file no longer grows forever. Log entries are deleted after 30 days.</li>
</ul>
</div>
</div>
<div id="manual" class="narrow snow-white">
<h1 class="centering">User Manual</h1>
<div class="container">
<div class="row">
<div class="col-md-12 centering">
<a href="http://manual.cytoscape.org/">
<h3>HTML Version</h3>
</a>
</div>
</div>
</div>
</div>
<div class="belt light-blue">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>How to Report Bugs</h2>
<p class="lead">
Your bug reports are very important to improve quality of future versions of Cytoscape 3. If you notice any problems, please report them from:
</p>
<blockquote>Help → Report a bug...</blockquote>
<p class="lead">
Or, you can directly report it from
<a href="bug-report.html">Report a bug</a> link on the navigation bar.
</p>
</div>
<div class="col-md-6">
<h2>Need Help?</h2>
<p class="lead">
We need your feedback to improve Cytoscape 3! Please send your questions and comments to our <a href="https://groups.google.com/forum/?fromgroups#!forum/cytoscape-helpdesk">
mailing list</a>.
</p>
</div>
</div>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
<script>
smoothScroll.init({
speed: 1000,
easing: 'easeInOutCubic'
});
</script>
</body>
</html>