forked from pool/python-networkx
Accepting request 925266 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/925266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=31
This commit is contained in:
commit
e260b97117
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf4cb807d1bccf1593c7d0742d9127d9e04e021867299082658b0fc3907924e8
|
|
||||||
size 1842369
|
|
3
networkx-2.6.3.tar.gz
Normal file
3
networkx-2.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
|
||||||
|
size 1844862
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 13 22:37:10 CEST 2021 - Fabrice Bauzac <noon@mykolab.com>
|
||||||
|
|
||||||
|
- update to 2.6.3:
|
||||||
|
* Fix modularity functions (gh#networkx/networkx#5072)
|
||||||
|
* CI/MAINT: drop gdal tests (gh#networkx/networkx#5068)
|
||||||
|
* modularity_max: provide labels to get_edge_data (gh#networkx/networkx#4965)
|
||||||
|
* Improvements to greedy_modularity_community (gh#networkx/networkx#4996)
|
||||||
|
* use weight arg instead of 'weight' key at greedy_modularity_communities()
|
||||||
|
* modularity_max: breaking the loop when given community size is reached (gh#networkx/networkx#4950)
|
||||||
|
* modularity_max: allow input of desired number of communities
|
||||||
|
* greedy_modularity_communities with digraphs and multi(di)graphs (gh#networkx/networkx#5007) (gh#networkx/networkx#5007)
|
||||||
|
* Allow greedy_modularity_communities to use floating point weights or resolution (gh#networkx/networkx#5065)
|
||||||
|
* change i,j,k notation to u,v,w (no indexes since gh#networkx/networkx#5007)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 2 07:28:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Aug 2 07:28:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-networkx
|
Name: python-networkx
|
||||||
Version: 2.6.1
|
Version: 2.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package for the study of complex networks
|
Summary: Python package for the study of complex networks
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user