diff --git a/networkx-2.6.1.tar.gz b/networkx-2.6.1.tar.gz deleted file mode 100644 index 65b98e3..0000000 --- a/networkx-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4cb807d1bccf1593c7d0742d9127d9e04e021867299082658b0fc3907924e8 -size 1842369 diff --git a/networkx-2.6.3.tar.gz b/networkx-2.6.3.tar.gz new file mode 100644 index 0000000..26c2a07 --- /dev/null +++ b/networkx-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51 +size 1844862 diff --git a/python-networkx.changes b/python-networkx.changes index 4c84c5b..fd073d7 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 13 22:37:10 CEST 2021 - Fabrice Bauzac + +- 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 diff --git a/python-networkx.spec b/python-networkx.spec index f0b3352..a2c2cf1 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-networkx -Version: 2.6.1 +Version: 2.6.3 Release: 0 Summary: Python package for the study of complex networks License: BSD-3-Clause