Releases: opencobra/optlang
Releases · opencobra/optlang
0.6.2: Small fix 1 (#39)
* fix: glpk reduced_costs indentation * test: improve tests for problem value batch functions primal_values, dual_values, shadow_prices, reduced_costs
0.6.1: fix: allow sympy.Number to be used as bounds (#35)
* 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
New gurobi interface
0.6.0b1
Pre-release with experimental gurobi_interface
0.5.0
New interface to scipy's linprog
0.4.2
fix: get rid of stray print statement
0.4.1
Fixes logging in cplex_interface
0.4.0
Low-level API for manipulating objective and constraint coefficients
0.3.3: chore: remove unnecessary excepts
The sympy error is no longer raised. None is returned instead if expression cannot be converted to a polynomial
0.3.2
Pickling glpk and cplex models is a lot faster now