From e4d2efacbb8287c942c0a4d887637e79afce9e27e19631432e3da935f3f2d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 Jul 2020 13:51:34 +0000 Subject: [PATCH] Accepting request 820907 from home:mcalabkova:branches:devel:languages:python:numeric - update to version 0.14 * Replace RandomState.permutation with RandomState.shuffle * include resolution parameter in __modularity calculation * docs fixes OBS-URL: https://build.opensuse.org/request/show/820907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-python-louvain?expand=0&rev=14 --- python-louvain-0.13.tar.gz | 3 --- python-louvain-0.14.tar.gz | 3 +++ python-python-louvain.changes | 8 ++++++++ python-python-louvain.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-louvain-0.13.tar.gz create mode 100644 python-louvain-0.14.tar.gz diff --git a/python-louvain-0.13.tar.gz b/python-louvain-0.13.tar.gz deleted file mode 100644 index aa91bbf..0000000 --- a/python-louvain-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4938f20063bc53e68d5b182dcea0634dfb63a0e3489f929d4083c24a920b2fe -size 18577 diff --git a/python-louvain-0.14.tar.gz b/python-louvain-0.14.tar.gz new file mode 100644 index 0000000..099f415 --- /dev/null +++ b/python-louvain-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a50c7a1e87b45410cd2a1d6298268862e55edaa46f90ae6b834bbb62df0951 +size 19097 diff --git a/python-python-louvain.changes b/python-python-louvain.changes index 45f4ad1..6d6841f 100644 --- a/python-python-louvain.changes +++ b/python-python-louvain.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 14 13:44:51 UTC 2020 - Marketa Calabkova + +- update to version 0.14 + * Replace RandomState.permutation with RandomState.shuffle + * include resolution parameter in __modularity calculation + * docs fixes + ------------------------------------------------------------------- Wed May 20 07:26:53 UTC 2020 - Petr Gajdos diff --git a/python-python-louvain.spec b/python-python-louvain.spec index 18a50f7..9a000ca 100644 --- a/python-python-louvain.spec +++ b/python-python-louvain.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-python-louvain -Version: 0.13 +Version: 0.14 Release: 0 Summary: Louvain algorithm for community detection License: BSD-3-Clause