./math/py-quadprog, Solver for a strictly convex quadratic program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.12, Package name: py311-quadprog-0.1.12, Maintainer: minskim

quadprog solves a strictly convex quadratic program using the
Goldfarb/Idnani dual algorithm.


Required to run:
[devel/py-setuptools] [devel/py-cython] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 16.488 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-21 23:41:47 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-quadprog: update to 0.1.12.

Changes not documented.
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
   2022-11-14 16:03:47 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-quadprog: fix build with python 3.11
   2022-02-17 11:29:57 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-quadprog: mark as only for Python 3.x per upstream classification
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-11 22:01:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-quadprog: updated to 0.1.11

0.1.11:
Unknown changes
   2021-11-06 13:04:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-quadprog: updated to 0.1.10

v0.1.10
Fixed treatment of Lagrange multipliers for equality constraints.

v0.1.9
Installation of the package no longer requires Cython.