17
0

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
This commit is contained in:
Tomáš Chvátal
2020-07-14 13:51:34 +00:00
committed by Git OBS Bridge
parent bb8f4c9531
commit e4d2efacbb
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4938f20063bc53e68d5b182dcea0634dfb63a0e3489f929d4083c24a920b2fe
size 18577

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0a50c7a1e87b45410cd2a1d6298268862e55edaa46f90ae6b834bbb62df0951
size 19097

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 14 13:44:51 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <pgajdos@suse.com>

View File

@@ -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