Releases: socnetv/app
v3.0.1
Release build (v3.0)
Travis CI build log: https://app.travis-ci.com/socnetv/app/builds/234041223
Pre-release build (v3.0-rc2)
Travis CI build log: https://app.travis-ci.com/socnetv/app/builds/233927244
Release build (v2.9)
New release 2.9
Travis/AppVeyor CI build logs:
Linux: https://travis-ci.org/socnetv/app/builds/774507008
macOS: https://travis-ci.org/github/socnetv/app/jobs/774507033
Windows: https://ci.appveyor.com/project/oxy86/app/builds/39587068
Release build (v2.8)
Travis CI build log: https://travis-ci.org/socnetv/app/builds/752654505
Appveyor build log: https://ci.appveyor.com/project/oxy86/app/builds/37086408
Release build (v2.7)
Travis CI build log: https://travis-ci.org/socnetv/app/builds/751871148
Appveyor CI build log: https://ci.appveyor.com/project/oxy86/app/builds/37026048
Release build (v2.6)
Travis CI build log: https://travis-ci.org/socnetv/app/builds/751802398
Release build (v2.6f)
Travis CI build log: https://travis-ci.org/socnetv/app/builds/751851130
Release build (v2.5)
- New feature: Prominence scores distribution in HTML reports and mini-chart in app sidebar
- New feature: Search for and select multiple nodes by their numbers / labels / scores
You can now search for multiple nodes by their number, label or prominence
score. Matched nodes are highlighted. - New feature: Lattice network generator
SocNetV can now create regular lattices of arbitrary dimensions.
You can define the lattice dimension d, and the length/size l of each dimension.
Also, you can define custom neighborhood size n, which is the distance within which
the neighbors on the lattice will be connected. - New feature: Edge dichotomization
In weighted networks with valued edges, the user can now ask SocNetV to
dichotomize the edges according to some threshold. All edges with weight
above that threshold will become binary. The result is a non-valued graph,
which is displayed in a new relation. - New feature: Custom icons in nodes
You can now select and use any image (i.e. PNG, JPEG, SVG) as node icon.
Also, except the legacy node shapes (box, circle, diamond, etc), SocNetV
offers many more built-in icons (person, computer, bug etc).
And you can select any image file from your filesysten to be used
as custom node icon in your network. - New feature: Export network to any image format
You can now export the network to any of the image formats
supported by Qt - New feature: Much improved PDF exporting
You can now select orientation as well as quality and DPI. - New feature: Uniform UI theme
High quality theme, inspired from Material Design,
for uniform look'n'feel of SocNetV across all OSes. - New Control Panel toolbox menu: Network Auto Create
You can now automatically create a network with one click in the new toolbox
menu. Random nets, famous data-sets and web crawler are supported. - Improved Web Crawler
The built-in web crawler runs faster and allows you to exclude/include
social network links, parent and child links. - Support for network files where edge weights are (double)
SocNetV now understands (double) edge weights in Adjacency, GraphML, Pajek,
edgelists, GML, etc. This means that edge weights in network files can be valid numerical characters
along with the plus/minus sign, the characters g and e used in scientific notation,
and the decimal point. Fixed bug with non-integer edge weights while
importing Adjacency. - Speed optimization and improved memory management.
- Improved menu accessibility with hotkeys
- Many bugs fixed, i.e.
Added workaround for QProgressDialog bug on macOS
Release build (v2.5-beta)
Travis CI build log: https://travis-ci.org/socnetv/app/builds/495637219/