forked from snap-stanford/snap-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE.txt
169 lines (148 loc) · 6.85 KB
/
RELEASE.txt
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
Snap.py 5.0 Release Notes
August 2019
Snap.py is a Python interface for SNAP (Stanford Network Analysis Platform).
SNAP is a general purpose, high performance system for analysis and
manipulation of large networks. SNAP is written in C++ and optimized
for maximum performance and compact graph representation. It easily scales
to massive networks with hundreds of millions of nodes, and billions of edges.
Snap.py provides performance benefits of SNAP, combined with flexibility
of Python. Most of the SNAP functionality is available via Snap.py in Python.
This file contains a high-level description of changes in Snap.py releases.
Release 5.0.0, Aug 30, 2019
- implemented support for py3
- implemented wheel packages and pip for py2 and py3
- updated tests and documentation for py3
- updated other python code for the py3 print function
- upgraded build platforms to Ubuntu 18.04, macOS 14.10, Windows 10
- upgraded Visual Studio files to VS2019
- updated install_name_tool to the version from High Sierra 10.13
- updated setup.py from distutils to setuptools
- improved the tests for generated files, such as gnuplot files
- removed the need for Unix dependent commands grep and rm in tests
- commented out tests for PNG files, since these differ on various platforms
- implemented various other improvements in tests
- improved the update_dynlib.sh script
- improved the package build process
- added a license text
- added troubleshooting notes
- improved documentation on graph creation
- updated conf.py for the next release
Release 4.1.0, Jul 27, 2018
- updated C++ codebase to SNAP 4.1
- implemented GetSubGraphRenumber()
- implemented GetLen2Paths()
- implemented GetEigVec()
- implemented GetSngVec()
- implemented GetBfsEffDiamAll()
- implemented GetClustCfAll()
- implemented GetTriadsAll()
- implemented GetNodeTriadsAll()
- improved support for node2vec
- expanded the set of supported node iterator methods
- defined TFltVFltV
- added test programs for gnuplot and Graphviz
- improved documentation for GetEdgesInOut()
- improved documentation for GetSubTreeSz()
- improved documentation for IsTree()
- improved documentation for GetMxNId()
- improved documentation for CommunityCNM()
- improved documentation for CommunityCNM()
- improved documentation for GetRndNId()
- performed other minor updates in the documentation
Release 4.0.0, Jul 28, 2017
- updated C++ codebase to SNAP 4.0
- added a test for TTable
- minor updates in the documentation
Release 3.0.2, Oct 7, 2016
- fixed a missing ToNetwork() function
- fixed a few issues with documentation
- further improved Anaconda Python handling in setup.py
Release 3.0.1, Sep 28, 2016
- improved setup.py for installations with Anaconda Python
Release 3.0.0, Sep 14, 2016
- this is a major release with many new features
- version number synced up with SNAP
- updated C++ codebase to SNAP 3.0
- added support for new classes: multimodal networks TMMNet, TModeNet,
TCrossNet, TDirNet, TUndirNet, TNGraphMP, TNEANetMP
- included support for GetBetweennessCentr(), GetClosenessCentr(),
GetFarnessCentr() on TUNGraph(), TNGraph(), TNEANet()
- implemented multithreaded execution of many operations on Linux and Mac OS X
- extended test suite in snap-test.py
- added a batch script for testing on Windows
- fixed attributes in TNEANet and added a test
- fixed edge iterators and added a test
- fixed edge deletion in TNEANet and added a test
- fixed LoadConnListStr() and added a test
- fixed LoadEdgeListStr() and added a test
- fixed GetBfsTree() and added a test
- fixed GetBetweennessCentr() and added a test
- fixed GetClosenessCentr() and added a test
- fixed GetFarnessCentr() and added a test
- fixed THashKeyDatI and added a test
- added a test for vector operations
- extended Makefile with support for new classes: multimodal networks TMMNet,
TModeNet, TCrossNet, TNGraphMP, TNEANetMP
- added documentation for multimodal networks TMMNet
- added documentation for tables TTable
- added documentation for conversion of tables to graphs
- added documentation for sparse attributes
- added documentation for TUndirNet, TDirNet
- added documentation for sparse attributes for TNEANet
- fixed documentation for LoadConnListStr(), LoadEdgeListStr()
- added GetDat() to documentation on THash
- fixed a minor typo in documentation for PlotSccDistr()
Release 1.2, May 12, 2015
- updated C++ codebase to SNAP 2.4
- implemented and documented IsAttrDeletedN(), IsIntAttrDeletedN(),
IsFltAttrDeletedN(), IsStrAttrDeletedN(), IsAttrDeletedE(),
IsIntAttrDeletedE(), IsFltAttrDeletedE(), IsStrAttrDeletedE(),
GetNIdV(), GetEIdV(), GetRndEI()
- implemented GetIntAttrIndDatE(), GetFtlAttrIndDatE(), GetStrAttrIndDatE()
- implemented and documented GetAttrIndN(), GetAttrIndE(), IntAttrNameNI(),
FltAttrNameNI(), StrAttrNameNI(), IntAttrValueNI(), FltAttrValueNI(),
StrAttrValueNI(), GetIntAttrIndDatN(), GetFltAttrIndDatN(),
GetStrAttrIndDatN()
- expanded the code for the TNEAnet.GetEI()
- changed THashSet iterator to use THashSetKeyI
- fixed redefinition of Python built-in len() function
- fixed error with THashSet iterator
- fixed the code and the documentation for GetEI() in graphs and networks
- improved tneanet.py, fixed a few typos
- added tests for empty strings and nested iterators over TIntSet()
- added programs for the bug reports from CS224W
- added a bug program for GenRndPowerLaw()
- added a code that reproduces problem with LoadEdgeListStr()
- configured short compilation
- updated documentation and test program for AttrNameNI(), AttrValueNI(),
AttrNameEI(), AttrValueEI()
- documented GetIntAttrIndDatN(), GetFtlAttrIndDatN(), GetStrAttrIndDatN(),
IntAttrNameEI(), FltAttrNameEI(), StrAttrNameEI(), IntAttrValueEI(),
FltAttrValueEI(), StrAttrValueEI()
- updated typo in the documentation for GetNodeWcc()
- improved documentation for GetNodesAtHop() and GetNodesAtHops()
- fixed typos in documentation for GetMxSccSz
- fixed the documentation about the THashKeyDatI Next() iterator
- fixed errors in reference manual for GetOutDegCnt and GetInDegCnt
- fixed an small bug in the sample code for GetMxSccSz in the reference manual
- split documentation on node and edge attribute methods for TNEANet
- fixed documentation for TNEANetEdgeI.GetId()
- improved the documentation and a test for the set iterator
- improved documentation on PrintInfo()
Release 1.1, Jun 16, 2014
- updated C++ codebase to SNAP 2.3
- added support for installation with Anaconda or Homebrew python on Mac
- added StackOverflow example
- added AGM related functionality for community detection
- added clique percolation method for community detection
- added a test program and data for clique percolation method for
community detection
- added OpenMP support
- added more comprehensive tests
- updated TVec and THash samples
- added README.txt
- updated Makefile for tests
- improved top level Makefile
Release 1.0, Mar 20, 2014
- initial public release of Snap.py
- included C++ codebase SNAP 2.2