Skip to content

Commit 348b005

Browse files
committed
version bump
1 parent 96a8950 commit 348b005

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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
514
3.2.0 2025-05-29
615
Callbacks in HiGHS solver
716
Added CuOpt solver

pulp/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
This file contains the constant definitions for PuLP
2828
Note that hopefully these will be changed into something more pythonic
2929
"""
30-
VERSION = "3.2.3"
30+
VERSION = "3.3.0"
3131
EPS = 1e-7
3232

3333
# variable categories

0 commit comments

Comments
 (0)