optlang 1.8.1-2 source package in Ubuntu

Changelog

optlang (1.8.1-2) unstable; urgency=medium

  * Team upload.
  * d/control: Replaced nose with pytest in B-Depends +
    Added needed B-Depends for pytest. (Closes: #1018430)
  * d/control: replaced testsuit with autopkgtest-pkg-pybuild.
  * Added debian/pybuild.testfiles.
  * Added patch to fix floating-point arithmetic limitation
    in autopkgtests.
  * d/rules: Added PYBUILD_AFTER_BUILD to copy required test
    files to pybuild dir.

 -- Yogeswaran Umasankar <email address hidden>  Sat, 25 May 2024 22:40:00 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
optlang_1.8.1-2.dsc 2.1 KiB 02a35f3df38cb5df06cf156d88b2ed6ce84a3c7429d88e75c6e5f433244dbce9
optlang_1.8.1.orig.tar.gz 8.3 MiB e966a35a2ff9cea7e75eb224a2087a06194276432374fcf743cf27bc0ca96114
optlang_1.8.1-2.debian.tar.xz 3.3 KiB d0dbcbe611cce4dc4c22f9207adcd7110e55c492a5b448402c946dabb01c7634

Available diffs

No changes file available.

Binary packages built by this source

python3-optlang: sympy based mathematical programming language (Python 3)

 Optlang is a Python package for solving mathematical optimization problems,
 i.e. maximizing or minimizing an objective function over a set of variables
 subject to a number of constraints. Optlang provides a common interface to a
 series of optimization tools, so different solver backends can be changed in
 a transparent way. Optlang's object-oriented API takes advantage of the
 symbolic math library sympy to allow objective functions and constraints to
 be easily formulated from symbolic expressions of variables.
 .
 This package installs the library for Python 3.