-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
38 lines (23 loc) · 939 Bytes
/
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
# version 1.1.4
- fixed bug on get_edges (could swap layers)
# version 1.1.3
- fixed bug on get_values when applied to edges (did not return the values)
- updated license
# version 1.1.2
- values2graphics supports up to 12 distinct values (not included in previous version)
# version 1.1.1
- values2graphics supports up to 12 distinct values
- fixed bug in generate_communities (was returning only with input "pep")
# version 1.1
- Updated description
# version 1.0
- the multilayer network data structure has been re-implemented using multilayer cubes
- actors must exist on at least one layer
- removed actor Pucci from florentine data, not being present in any layer
- added generate_communities, to create simple community structures
- added flat_ec, flat_nw and mdlp clustering algorithms
- added nmi and omega_index evaluation functions
# version 0.10
- new default: loops are allowed.
# version 0.9
- added project()