-
Changed some types in
rand_binomial
documentation -
Added some more customizeable options to
graphlets_stack_plot
(border width, grid color, bordercolor etc.) -
Added possibility to call "subnetwork" option in
volatility
-
Added function,
clean_subnetwork_indexes
which network index assignment to range between 0 and max(NrSubnetwork)-1. -
Updated some of the examples. Also added a ./examples/previous/vx.x.x where previous versions of examples are listed (examples are not created with every new update).
-
Added (uncommented) the
taxicab_distance
inmisc.distance_functions
option. Won't be added to the documentation of distance functions until I check there is no reason why I commented it. But preliminary testing says it gives the correct answer. -
Functions
misc.correct_pvalues_for_multiple_testing
andmisc.corrcoef_matrix
are added but not yet implemented in any of the main functions.
-
Provided clearer documentation in
shortest_temporal_path
-
Add possibility of calculating per time point (or per edge/node - but this takes a tone of time) in
volatility
-
Added possibility of calculating
temporal_efficiency
per node (either "_from" to "_to") -
Improved documentation and added references to
rand_binomial
.
-
Fixed bug in
graphlet_stack_plot
which made white colours have black smudges on them. (Also multiple background colours should theoretically be possible now.) -
Added option to remove sharpening filter in
graphlet_stack_plot
-
Added
misc
anddistance_functions
(fixingvolatility
) -
Fixed naming of call to
temporal_shortest_path
intemporal_efficiency
,reachability_latency
andtemporal_closeness_centrality
-
Added
process_input
function to cut down on repeating code at beginning of networkmeasures
The changes in v0.1.1 make some functions obsolete in v0.1
-
setup.py has been added for installation (e.g. via pip)
-
Restructured file structure so that importing teneto has 4 submodules:
plot
,utils
,networkmeasures
,generatenetwork
. -
Functions renamed from camel-case to underscore for python-like code.
-
More comments added to plotting functions
-
Docs generated and integration with readthedocs.io
-
Contact representation field
contacts
is now numpy array instead of tuple. -
graphlet_stack_plot
plotting function added. -
Examples folder added with several jupyter notebook examples.
-
Generatenetwork module added.
rand_binomial
function added which generates a random temporal network. -
circle_plot.py
created containingcircle_plot
function (previously inslice_graph.py
). -
variable
vlabs
has been changed tonlabs
.dlabs
has been changed totlabs
. -
Field
nlabs
has been added to contact representation. -
slice_plot
uses information in contact representation when plotting. -
scipy dependency now exists (in graphlet_stack_plot).
-
removed unnecessary and unused import of networkx
-
restructured the
__init__.py
files for better import of teneto.
-
Measures, misc, plot, utils folders added.
-
All measures outlined in From static to temporal network theory paper are added. (temporal efficiency, closeness centrality, bursty coefficient, reachability latency, intercontactitmes, shortest temporal path, fluctuability, volatility)
-
Circle_plot and slice_graph added.