-
Notifications
You must be signed in to change notification settings - Fork 26
/
NEWS
297 lines (246 loc) · 10.4 KB
/
NEWS
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
Social Network Visualizer (SocNetV)
SocNetV News
-==========-
June 2023
========
- Version 3.1 release. The first Qt6 only version.
Improved large file loading and responsivess with large nets (>20000 edges), while having less memory footprint.
Fixed Edge filtering (see issue #140).
Find Node by index score dialog has been fixed and allows more meaningful comparisons.
Fixed many other bugs, improved usability and help messages.
Jul 2021
========
- Version 3.0 released for Windows, macOS and Linux, with improved Graph calculations speed and new command line parameters.
This is the first version to support hardware accelerated (OpenGL) rendering of the networks.
The Web Crawler has been improved to test for OpenSSL support in the OS and give the user hints what to
do if no OpenSSL is present. Also, the delay between requests has been fixed and it works.
Among various bug fixes: fixed a serious bug in weighted network centrality computations (see #123).
Note: To run SocNetV 3.0 AppImage in Fedora 34 which uses Wayland by default, use:
env GDK_BACKEND=x11 ./SocNetV-3.0-dev-x86_64.AppImage
The OBS repositories are working again, and you can download Fedora/openSUSE packages from there:
https://download.opensuse.org/repositories/home:/oxy86/
Jun 2021
========
- Version 2.9 released, bugfixes
- Version 3.0 development. To run 3.0-dev in Fedora, use:
env GDK_BACKEND=x11 ./SocNetV-3.0-dev-x86_64.AppImage
Jan 2021
========
- Version 2.8, with some bugfixes
Dec 2020
=======
- Version 2.6 and 2.7 release with bugfixes and new features.
Feb 2019
========
- Version 2.5 released with new features and bugfixes:
Prominence scores distribution in reports and in-app mini chart.
Support for custom node icons (PNG, JPEG, SVG, etc).
Edge dichotomization algorithm.
High quality theme, inspired from Material Design, for uniform look'n'feel of SocNetV across all OSes.
Support for (double) edge weights in all formats.
Improved export to PDF and Image (with lots of new formats).
Improved web crawler.
Lattice network generator.
Improved memory consumption and faster measure computations.
Search and select multiple nodes by their numbers / labels / prominence scores.
Many bug fixes.
Feb 2018
=======
- Version 2.4 released with many new features:
New Force-Directed Placement layout: Kamada-Kawai.
New layout type by prominence score: Node colors.
Less clutter in visualization due to reciprocated edges. These are now being drawn in a single line.
Improved memory consumption during user interaction with large networks
Improved web crawler with pattern include and exclude options
Improved Statistics Panel.
Performance options in Settings dialog
Improved UCINET format support (fullmatrix two-mode and edgelist).
New "Check for updates" procedure.
Much improved stability. See Changelog for bugs closed.
Jul 2017
========
- Version 2.3 released with bugfixes and new features:
Dyad and Actor/Ego reciprocity
Zero-weighted edge support and zero-weighted edge color selection functionality in Settings
Bug Closed:
#28 Edges with values in [-1,0) are not visible
#29 Settings: Negative edge colour preferences break positive edge colours
Jan 2017
========
- Version 2.2 released with major new features:
Hierarchical Clustering Analysis (HCA)
Pearson correlation coefficients
Actor Similarities
Tie profile dissimilarities
Maximal clique census
New network symmetrization methods: Strong Ties, Cocitation
Multi-relational data read and write in GraphML
GML format support
Support for EdgeLists with labels
Support for Pajek multirelational directed networks
Adjacency matrix plotting
Better reports (in HTML with JS)
Improved performance and GUI
Sep 2016
========
- Version 2.1 released with a few new features but lots of bug fixes.
This version brings a new algorithm for d-regular random network generation,
and also a nice new dialog to control it.
See ChangeLog for a complete log of new features and bugfixes.
- Version 2.0 released with major code overhaul, new GUI layout and lots of bugfixes and improvements.
The new version brings stability, great performance boost, and nice new features such as separate modes
for graphs and digraphs, permanent settings/preferences functionality, edge labeling, recent files,
keyboard shortcuts, etc. Also there are improvements in Force-Directed layouts, i.e. Fructherman-Reingold.
See ChangeLog for a complete overview of the new features.
- The SocNetV Manual is now build with Doxygen and it is available at http://socnetv.sf.net/documentation
June 2015
=========
- Version 1.9 released with lots of bugfixes and a faster matrix inverse routine using LU decomposition.
Also Information Centrality is greatly improved in terms of computation speed.
PageRank Prestige algorithm corrected to compute PR using the correct formula. The initial PR score
of each node is now 1/N.
Bugs closed:
#1463069 wrong average distance when there are isolates
#1365037 certain sparse matrices crash socnetv on invertMatrix method
#1365582 centralityInformation() is slow when network N>100
#1463095 edge filter works but the user cannot undo
#1464422 wrong pagerank results
#1464430 socnetv refuses to read pajek files not starting with *Network
#1465774 edges do not always follow relations
#1463082 edge color change is not taking place
#1464418 socnetv crashes on pagerank computation on isolated nodes
- Version 1.8 released with the following new features:
New clique census routine to compute maximal cliques with up to 4 vertices.
New Scale-free random generation methods. Improved Erdos-Renyi generation to include G(n,M) model.
Fixed bug in Clustering Coefficient - SocNetV now computes CluCof correctly in all cases.
New improved dialogs for easy random network generation (Scale-free, Erdos-Renyi, and Small-World)
Fixed bug in Node Properties dialog. It is now populated with current node settings.
May 2015
========
- Version 1.7 released. New node group select/edit functionality and file previewer supporting different codecs
- Version 1.6 released. New and improved web crawler functionality. See Changelog for more.
Oct 2014
========
- Version 1.5 released. First version with dijkstra algorithm for the SSSP in weighted nets. See Changelog for more.
Sep 2014
========
- Version 1.4 released. Brought new layout type (nodal size by prominence index), edgelist1 UCINET format import method and many bugfixes.
Aug 2014
========
- Version 1.3 released.
- First time SocNetV works with multigraphs
Aug 2014
=======
- Version 1.2 released. It features a major GUI overhaul and brings in a new "prominence indices" conceptualization based on Wasserman & Faust.
In general, Centrality indices focus on outLinks (choices given) while Prestige indices consider inLinks (choices received).
Added 3 Prestige indices (Degree, Proximity and PageRank), new reachability measures (Walks, Connectedness, and Reachability Matrix) and fixed a slew of bugs in indices calculation.
All algorithms are now tested to report 100% correct results.
- Version 1.1 released with major bug fixes. See ChangeLog.
- First time distribution of a disk image for installation in Mac OS X
Feb 2014
========
- Version 1.0 released, starting a new 1.x series based on Qt5. The 0.x series is no longer maintained. Please upgrade :)
- PageRank calculation and layout
- SRS Documentation by Vagelis Motesnitsalis
July 2013
========
- Moved project code to git/BB
- Started development for Qt5
Oct 2010
========
- Version 0.90 released
- New Power & Information Centralities
Jan 2010
========
- Version 0.80
- New List import feature
- New Triad Census feature
- Various Bug Fixes
June 2009
=========
- Version 0.70
- First web crawler implementation
May 2009
========
- Version 0.6 (release)
- GraphML becomes native SocNetV load format
Feb 2009
=======
- Version 0.51 (bugfix release)
- Version 0.50 (released)
- Small world creation
- Clustering coefficient
- Exporting to PDF
- Printing works OK.
Jan 2009
========
- Version 0.49 (released)
- Ubuntu repository created.
Sep 2008
========
- New logo
- New openSUSE package repo.
- Version 0.48 released
- Version 0.47 released
- Version 0.46 released.
Lots of bugfixes.
New features:
- Node sizes may reflect degree.
Aug 2008
========
- New Debian Package
- Version 0.45 released.
New features:
- GraphML initial support.
- New man page and updated online documentation.
- HtmlViewer renders online help with the help of QtWebKit (openSUSE: libQtWebKit-devel)
- New widget for network rotation.
- New widget for zooming replaces the old one.
- Nodes may have 4 different shapes: circles, diamonds, triangles, boxes and ellipses are supported.
- There was a bug in Qt 4.3 QGraphicsView causing redraw delays. Is fixed in Qt 4.4 :)
- Cosmetic changes, i.e. new icons, new layout for the left dock.
- Code clean-up in MainWindows Class and Matrix.
- Deleted obsolete members and functions such as nodeExists(), mousePosGW(), Dijkstra, etc.
- Bug-fixes on loading Pajek networks and layout algorithm.
May 2008
========
- Version 0.44 released one year after v.0.43.
New features:
Ported to Qt4: Code rewritten almost from scratch.
Splitted MainWindow/GUI from algorithms via a new Graph Class.
Improved GUI with docks.
Network zooming via mouse wheel.
Spring Embedder: Dynamic network reallocation
Thread support.
Much faster calculation of distances and centralities (BFS/dijkstra).
Betweenness centrality now is much more efficiently calculated.
Changed license to GPL3
Layout in circles and levels by centrality.
Better graphics and antialiasing (disabled - enable by pressing F8).
New centrality index: Eccentricity.
Sep 2006
========
- version 0.43 released with new layout features.
June 2006
=========
- version 0.42 released with updated help files.
May 2006
========
- Did some work on the webpages at http://socnetv.org. Hope it is better now.
April 2006
==========
March 2006
==========
- version 0.41 released.
February 2006
-------------
- version 0.40 released. Efforts to be a pretty trustworthy release.
- sourceforge project downloads are more than enough daily, but there is no feedback yet for versions 0.38 and 0.39.
- version 0.39 released. Somewhat rushed release.
- constant changes in the homepage.
- updated links in www.insna.org
January 2006
------------
- version 0.38 released after one year of silence.
- The project moved to sourceforge.net
- The homepage is http://socnetv.org