diff --git a/HISTORY b/HISTORY index 0db4af1d..5fd8736d 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,13 @@ # Copyright S.A.Mitchell (s.mitchell@auckland.ac.nz), 2007- # Copyright F.Peschiera (pchtsp@gmail.com), 2019- # See the LICENSE file for copyright information. +3.0.0 2025-02-19 + Improved performance for large models + new solvers: SAS SAS94 and SASCAS + improvements to HiGHS API + some typing added + Add support for bound type `MI` in MPS reading + minor fixes 2.9.0 2024-07-12 HiGHS available as solver added HiGHS_CMD to github actions diff --git a/pulp/constants.py b/pulp/constants.py index 976bb457..fd67a8ae 100644 --- a/pulp/constants.py +++ b/pulp/constants.py @@ -27,7 +27,7 @@ This file contains the constant definitions for PuLP Note that hopefully these will be changed into something more pythonic """ -VERSION = "2.9.0" +VERSION = "3.0.0" EPS = 1e-7 # variable categories