Releases: mazlo/lodcc
v0.5.1
With this minor release refactorings and changes in the package structure were expanded. This concerns in particular the util
and graph.helpers
package. Code in these packages was split up. New packages extras
and graph.extras
were introduced.
Besides that, this release comes with some fixes and improvements.
v0.5
This release publishes a major refactoring and changes in the package structure of the framework. For instance,
- core graph measures were extracted into a separate subpackage,
- executable code can now be found in additional subpackages called
*.tasks.*
, - README files were updated and added for each of the subpackages.
Additionally, support for sqlite3 database was added and support for postgresql and mysql database was removed.
v0.4
This release includes a whole bunch of new measures that can be computed on the graphs: RDF graph measures. The measures are contained in the sub-package graph/fernandez_at_el
. It is a subset of measures from the paper "Characterizing RDF Graphs" by Fernandez et al.
Apart from that it includes lot of fixes.
v0.3
v0.2
v0.1.2
v0.1.1
v0.1.0
This release contains the last stable version of the framework, used for
the analysis of 280 datasets in the LOD Cloud August 2017.
Supported feature sets:
- Basic graph measures, e.g. vertices, edges, unique-edges, ..,
- Degree-based measures, e.g. max-{in|out}-degree, graph
centralization, ..,
etc), - Edge-based measures, e.g. parallel-edges, diameter, .., and
- Decriptive statistical measures, e.g. standard deviation and variable,
power-law exponent values, ..