optlang 1.4.4-2 source package in Ubuntu

Changelog

optlang (1.4.4-2) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support.
  * Use debhelper-compat instead of debian/compat.
  * d/control: Fix wrong Vcs-*.

 -- Ondřej Nový <email address hidden>  Tue, 27 Aug 2019 11:27:40 +0200

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
optlang_1.4.4-2.dsc 2.0 KiB f47806830ee6dc77461df64f096f30bb7a992ea6751c6bb2a5b8136d342dff6a
optlang_1.4.4.orig.tar.gz 7.7 MiB 22ad894193cb1396e8d3ded041aa7db49c7df1acdd5287aea0ac3cf9e56c3414
optlang_1.4.4-2.debian.tar.xz 2.0 KiB ca16d30c9eb9d0093963d2bccc883d1a84cc41555e2b167e568e1cc1f61dfef0

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.