-
Notifications
You must be signed in to change notification settings - Fork 46
/
CHANGELOG
53 lines (42 loc) · 1.39 KB
/
CHANGELOG
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
0.8.2
- Also allow python-igraph >= 0.11
- Upgrade C core to 0.10.10
0.8.1
- Updated igraph C core to 0.10.6
- Corrected aarch64 binary wheels
- Corrected building from source
0.8.0
- Updated igraph C core to 0.10.2
0.7.2
- Constrained to igraph<=0.10.
0.7.1
- Updated build system to support setuptools>=58
0.7.0
- Corrected set_rng_seed
0.6.1
- Minor corrections to documentation
- Added doctest to examples in documentation
- Removed trailing semicolons throughout code
- Corrected some errors in CPMVertexPartition.Bipartite
0.6.0
- Major API changes, now exposing actual classes and optimisation routine.
- Improved algorithm, now runs faster and finds better solutions.
- Improved error handling, doing more type checking.
- Improved documentation throughout, now done using Sphinx and available from
readthedocs.org.
- Now includes testing module, available through python setup.py test.
0.5.3
- Fixed bug concerning weights (were rounded to integers).
- Improved documentation.
- Included an HOWTO on extending the current package.
- Fixed some minor bugs.
0.5.2
- Ensured that random neighbour selection works in O(1) rather than O(k), with
k the average number of neighbours.
- Optimized the calculation of weight from/to community.
- Included some missing references.
0.5.1
Corrected some mistakes which prevented it from being properly used on PyPi.
No serious changes were made.
0.5
Initial release