optlang 1.8.1-1 source package in Ubuntu

Changelog

optlang (1.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #1058430
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Andreas Tille <email address hidden>  Wed, 10 Jan 2024 08:41:54 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
optlang_1.8.1-1.dsc 2.1 KiB f6d0804ee433a32ce3821800041fe8458b485e6acb2ef87094dc1fd69ccac75d
optlang_1.8.1.orig.tar.gz 8.3 MiB e966a35a2ff9cea7e75eb224a2087a06194276432374fcf743cf27bc0ca96114
optlang_1.8.1-1.debian.tar.xz 2.6 KiB 54218a7663c9ee78b176ce74e1acb80f98f9426a2f639f0a043356cfefb2308c

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.