Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Togninalli Matteo committed Dec 2, 2019
1 parent ca2e3e2 commit 20fefdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@
__pycache__

dist
src/dist

Binary file removed src/dist/wwl-0.1.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/wwl/__init__.py
@@ -1,6 +1,6 @@
'''Wasserstein Weisfeiler-Lehman Graph Kernels'''

__version__ = '0.1.1'
__version__ = '0.1.2'
from .wwl import wwl, pairwise_wasserstein_distance
from .propagation_scheme import WeisfeilerLehman, ContinuousWeisfeilerLehman
from .utilities import wwl_custom_grid_search_cv, retrieve_graph_filenames

0 comments on commit 20fefdd

Please sign in to comment.