forked from pool/python-python-louvain
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-python-louvain?expand=0&rev=21
62 lines
2.3 KiB
Plaintext
62 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 15 14:56:29 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Clean up the SPEC file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 14:20:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Fix tests on Python 3.12 with tests-int-division.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 09:09:53 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update to 0.16:
|
|
* Fix #86. When computing the change in modularity after alternating the
|
|
block membership of a node, the resolution parameter was multiplied to the
|
|
wrong term.
|
|
As a result, the current code fails to correctly implement the Louvain
|
|
algorithm, except for the special case when the resolution parameter is set
|
|
to one.
|
|
- Add fix-test-karate.patch to fix tests with networkx<=2.7
|
|
gh#taynaud/python-louvain#95
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 23 05:57:36 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.15:
|
|
* Stop relabelling stable partitions, tests on power, doc fixes
|
|
- Do not build for Python 3.6, due to no NumPy.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 6 15:19:20 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Drop python2 subpackage due to dependencies dropping python2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 22 04:01:47 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to 0.13
|
|
* Improve readme about library usage
|
|
* Make cluster be 0,1...,n_clusters in the special case of no links
|
|
* Include tests in sdists
|
|
* Include license and documentation in sdists
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 15 00:30:43 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version
|