Mon, 29 Apr 2024 04:02:38 UTC | login

Information for build python-munkres-1.0.12-2.fc27

ID17595
Package Namepython-munkres
Version1.0.12
Release2.fc27
Epoch
SummaryA Munkres algorithm for Python
DescriptionThe Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithm models an assignment problem as an NxM cost matrix, where each element represents the cost of assigning the ith worker to the jth job, and it figures out the least-cost solution, choosing a single item from each row and column in the matrix, such that no row and no column are used more than once.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:27:13 UTC
CompletedSat, 14 Apr 2018 20:27:13 UTC
Tags
f28
f29
RPMs
src
python-munkres-1.0.12-2.fc27.src.rpm (info) (download)
noarch
python2-munkres-1.0.12-2.fc27.noarch.rpm (info) (download)
python3-munkres-1.0.12-2.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 29 2017 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.12-1 - Update to latest upstream release 1.0.12 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.0.8-2 - Rebuild for Python 3.6 * Tue Nov 15 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.8-1 - Update to latest upstream release 1.0.8 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.7-1 - Update spec file - Update to latest upstream release 1.0.7 * Fri Sep 13 2013 Ian Weller <iweller@redhat.com> - 1.0.5.4-1 - Initial package build