python-lap_0.5.12-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Thu, 21 Aug 2025 08:48:08 +0200 |
Source: | python-lap |
Binary: | python3-lap python3-lap-dbgsym |
Architecture: | source amd64 |
Version: | 0.5.12-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Changed-By: | Pieter Lenaerts <plenae@disroot.org> |
Description: | python3-lap - Linear Assignment Problem solver (LAPJV/LAPMOD) |
Closes: | 1111566 |
Changes: | python-lap (0.5.12-1) unstable; urgency=medium * Initial release. Closes: #1111566 |
Files: | 888183d87c410984fb004dd341e8a62e 2174 python optional python-lap_0.5.12-1.dsc a2d774cdb7ba412f59e33e31fd3a5232 1439220 python optional python-lap_0.5.12.orig.tar.gz 845ced85212cc961733d6c118fe6b7ab 4024 python optional python-lap_0.5.12-1.debian.tar.xz a0aabfb7d11b27d26f613b42144aa830 7762 python optional python-lap_0.5.12-1_amd64.buildinfo 2ab52aea906cd92ab73fe1041d2409f9 221620 debug optional python3-lap-dbgsym_0.5.12-1_amd64.deb c199930f156b4214f9b16b196caaade6 1474508 python optional python3-lap_0.5.12-1_amd64.deb |
python-lap_0.5.12-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | python-lap |
Binary: | python3-lap |
Architecture: | any |
Version: | 0.5.12-1 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Uploaders: | Pieter Lenaerts <plenae@disroot.org> |
Homepage: | https://github.com/gatagat/lap |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/python-lap |
Vcs-Git: | https://salsa.debian.org/python-team/packages/python-lap.git |
Testsuite: | autopkgtest-pkg-pybuild |
Build-Depends: | debhelper-compat (=13), dh-sequence-numpy3, dh-sequence-python3, python3-all-dev, python3-numpy:any, python3-numpy-dev, pybuild-plugin-pyproject, python3-setuptools, python3-pytest, cython3 |
Package-List: | python3-lap deb python optional arch=any |
Files: | a2d774cdb7ba412f59e33e31fd3a5232 1439220 python-lap_0.5.12.orig.tar.gz 845ced85212cc961733d6c118fe6b7ab 4024 python-lap_0.5.12-1.debian.tar.xz |
control file for python3-lap_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
Package: | python3-lap |
Source: | python-lap |
Version: | 0.5.12-1 |
Architecture: | amd64 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 1576 |
Depends: | python3 (<<3.14), python3 (>=3.13~), python3-numpy, python3-numpy2-abi0 | python3-numpy-abi9, python3:any, libc6 (>=2.4) |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/gatagat/lap |
Description: | Linear Assignment Problem solver (LAPJV/LAPMOD) lap is a linear assignment problem solver using Jonker-Volgenant algorithm for dense LAPJV¹ or sparse LAPMOD² matrices. Both algorithms are implemented from scratch based solely on the papers and the public domain Pascal implementation provided by A. Volgenant. The LAPMOD implementation seems to be faster than the LAPJV implementation for matrices with a side of more than ~5000 and with less than 50% finite coefficients. |
contents of python3-lap_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-08-21 06:48 ./ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/ -rw-r--r-- root/root 556 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/__init__.py -rw-r--r-- root/root 123728 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/_lapjv.cpython-313-x86_64-linux-gnu.so -rw-r--r-- root/root 11325 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/lapmod.py drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/ -rw-r--r-- root/root 0 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/__init__.py -rw-r--r-- root/root 1415292 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/cost_eps.csv.gz -rw-r--r-- root/root 2806 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/test_arr_loop.py -rw-r--r-- root/root 9310 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/test_lapjv.py -rw-r--r-- root/root 9616 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/test_lapmod.py -rw-r--r-- root/root 88 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/test_simple.py -rw-r--r-- root/root 5152 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap/tests/test_utils.py drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap-0.5.12.dist-info/ -rw-r--r-- root/root 7 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap-0.5.12.dist-info/INSTALLER -rw-r--r-- root/root 6383 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap-0.5.12.dist-info/METADATA -rw-r--r-- root/root 104 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap-0.5.12.dist-info/WHEEL -rw-r--r-- root/root 4 2025-08-21 06:48 ./usr/lib/python3/dist-packages/lap-0.5.12.dist-info/top_level.txt drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/share/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/share/doc/python3-lap/ -rw-r--r-- root/root 1949 2025-08-21 06:48 ./usr/share/doc/python3-lap/README.md.gz -rw-r--r-- root/root 161 2025-08-21 06:48 ./usr/share/doc/python3-lap/changelog.Debian.gz -rw-r--r-- root/root 1706 2025-08-21 06:48 ./usr/share/doc/python3-lap/copyright |
copyright of python3-lap_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lap Upstream-Contact: gatagat, rathaROG, and co. <None> Source: https://github.com/gatagat/lap Files: * Copyright: (c) 2012-2024, Tomas Kazmar License: BSD-2-Clause Files: debian/* Copyright: 2025 Pieter Lenaerts <plenae@disroot.org> License: BSD-2-Clause License: BSD-2-Clause Copyright (c) 2012-2024, Tomas Kazmar All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
control file for python3-lap-dbgsym_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
Package: | python3-lap-dbgsym |
Source: | python-lap |
Version: | 0.5.12-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 243 |
Depends: | python3-lap (=0.5.12-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for python3-lap |
Build-Ids: | fbbd0399e48fd68a2edbe504e1cb5b053b938696 |
contents of python3-lap-dbgsym_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-08-21 06:48 ./ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/lib/debug/.build-id/fb/ -rw-r--r-- root/root 238400 2025-08-21 06:48 ./usr/lib/debug/.build-id/fb/bd0399e48fd68a2edbe504e1cb5b053b938696.debug drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/share/ drwxr-xr-x root/root 0 2025-08-21 06:48 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-08-21 06:48 ./usr/share/doc/python3-lap-dbgsym -> python3-lap |
copyright of python3-lap-dbgsym_0.5.12-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
Timestamp: 30.08.2025 / 13:02:35 (UTC)