Skip to content

Commit 5eea854

Browse files
committed
Add CHANGELOG.md.
1 parent 5303897 commit 5eea854

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

CHANGELOG.md

Whitespace-only changes.

Problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Update your `control` package.
1010

1111
### Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.
1212

13-
The Intel Math Kernel Library (MKL) is missing or not properly set. I assume the MKL is required by `control` module.
13+
The Intel Math Kernel Library (MKL) is missing or not properly set. I assume MKL is required by the `control` module.
1414

1515
Install MKL. Then add the following to your path:
1616

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,20 @@ A comparison of performances of graph kernels on benchmark datasets can be found
131131

132132
Fork the library and open a pull request! Make your own contribute to the community!
133133

134+
## Authors
135+
136+
* [Linlin Jia](https://jajupmochi.github.io/), LITIS, INSA Rouen Normandie
137+
* [Benoit Gaüzère](http://pagesperso.litislab.fr/~bgauzere/#contact_en), LITIS, INSA Rouen Normandie
138+
* [Paul Honeine](http://honeine.fr/paul/Welcome.html), LITIS, Université de Rouen Normandie
139+
140+
## Citation
141+
142+
Still waiting...
143+
144+
## Acknowledgments
145+
146+
This research was supported by CSC (China Scholarship Council) and the French national research agency (ANR) under the grant APi (ANR-18-CE23-0014). The authors would like to thank the CRIANN (Le Centre Régional Informatique et d’Applications Numériques de Normandie) for providing computational resources.
147+
134148
## References
135149
[1] Thomas Gärtner, Peter Flach, and Stefan Wrobel. On graph kernels: Hardness results and efficient alternatives. Learning Theory and Kernel Machines, pages 129–143, 2003.
136150

@@ -153,17 +167,3 @@ Fork the library and open a pull request! Make your own contribute to the commun
153167
[10] Gaüzere, B., Brun, L., Villemin, D., 2012. Two new graphs kernels in chemoinformatics. Pattern Recognition Letters 33, 2038–2047.
154168

155169
[11] Shervashidze, N., Schweitzer, P., Leeuwen, E.J.v., Mehlhorn, K., Borgwardt, K.M., 2011. Weisfeiler-lehman graph kernels. Journal of Machine Learning Research 12, 2539–2561.
156-
157-
## Authors
158-
159-
* [Linlin Jia](https://jajupmochi.github.io/), LITIS, INSA Rouen Normandie
160-
* [Benoit Gaüzère](http://pagesperso.litislab.fr/~bgauzere/#contact_en), LITIS, INSA Rouen Normandie
161-
* [Paul Honeine](http://honeine.fr/paul/Welcome.html), LITIS, Université de Rouen Normandie
162-
163-
## Citation
164-
165-
Still waiting...
166-
167-
## Acknowledgments
168-
169-
This research was supported by CSC (China Scholarship Council) and the French national research agency (ANR) under the grant APi (ANR-18-CE23-0014). The authors would like to thank the CRIANN (Le Centre Régional Informatique et d’Applications Numériques de Normandie) for providing computational resources.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="graphkit-learn",
11-
version="0.2b4",
11+
version="0.2.0",
1212
author="Linlin Jia",
1313
author_email="linlin.jia@insa-rouen.fr",
1414
description="A Python library for graph kernels, graph edit distances, and graph pre-images",

0 commit comments

Comments
 (0)