File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22# Copyright S.A.Mitchell (
[email protected] ), 2007-
33# Copyright F.Peschiera (
[email protected] ), 2019-
44# See the LICENSE file for copyright information.
5+ 3.3.0 2025-09-18
6+ fixed some docs
7+ changes to unit tests
8+ mypy fixes
9+ fixes to GUROBI API
10+ callbacks in CPLEX_PY API
11+ fixes to CUOPT API
12+ compatibility with new XPRESS_PY API
13+ allow joint installation of python-based APIs
5143.2.0 2025-05-29
615 Callbacks in HiGHS solver
716 Added CuOpt solver
Original file line number Diff line number Diff line change 2727This file contains the constant definitions for PuLP
2828Note that hopefully these will be changed into something more pythonic
2929"""
30- VERSION = "3.2.3 "
30+ VERSION = "3.3.0 "
3131EPS = 1e-7
3232
3333# variable categories
You can’t perform that action at this time.
0 commit comments