Skip to content

Releases: opencobra/optlang

0.6.1: fix: allow sympy.Number to be used as bounds (#35)

08 Nov 08:39
Compare
Choose a tag to compare
* fix: allow sympy.Number to be used as bounds

Both variable and constraint bounds can now be set to sympy.Number types

* test: add a bit more testing

* fix: typo

0.6.0

05 Nov 10:25
Compare
Choose a tag to compare
New gurobi interface

0.6.0b1

21 Oct 10:37
Compare
Choose a tag to compare
Pre-release with experimental gurobi_interface

0.5.0

20 Oct 21:05
Compare
Choose a tag to compare
New interface to scipy's linprog

0.4.2

01 Sep 10:00
Compare
Choose a tag to compare
fix: get rid of stray print statement

0.4.1

31 Aug 11:06
Compare
Choose a tag to compare
Fixes logging in cplex_interface

0.4.0

26 Jul 12:23
Compare
Choose a tag to compare
Low-level API for manipulating objective and constraint coefficients

0.3.3: chore: remove unnecessary excepts

23 Jun 12:04
Compare
Choose a tag to compare
The sympy error is no longer raised. None is returned instead if
expression cannot be converted to a polynomial

0.3.2

30 May 09:51
Compare
Choose a tag to compare
Pickling glpk and cplex models is a lot faster now

0.3.1

26 May 12:44
Compare
Choose a tag to compare
Small bug fix in cplex_interface leading to problems when changing va…