munkres 1.1.4-3 source package in Ubuntu

Changelog

munkres (1.1.4-3) unstable; urgency=medium

  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 10:41:11 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
munkres_1.1.4-3.dsc 2.0 KiB f8ef69f324dedccc097947b572c1348a1991953e074f2a723554ae651e53bfef
munkres_1.1.4.orig.tar.gz 13.7 KiB fc44bf3c3979dada4b6b633ddeeb8ffbe8388ee9409e4d4e8310c2da1792db03
munkres_1.1.4-3.debian.tar.xz 3.9 KiB 8e0ff40028ba1bd9f34dbac00957c9869525c80c2059bc4d33a66ee00bec1914

Available diffs

No changes file available.

Binary packages built by this source

python3-munkres: munkres algorithm for the Assignment Problem - Python 3 library

 The Munkres module provides an implementation of the Munkres algorithm (also
 called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
 solving the Assignment Problem.
 .
 The Assignment Problem:
 Let C be an nxn matrix representing the costs of each of n workers to perform
 any of n jobs. The Assignment Problem is to assign jobs to workers in a way
 that minimizes the total cost.
 .
 This package contains the munkres module for Python 3.x.