version bump
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -1,6 +1,8 @@
|
|||||||
# PuLP, Copyright J.S. Roy (js@jeannot.org), 2002-2005
|
# PuLP, Copyright J.S. Roy (js@jeannot.org), 2002-2005
|
||||||
# Copyright S.A.Mitchell (s.mitchell@auckland.ac.nz), 2007-
|
# Copyright S.A.Mitchell (s.mitchell@auckland.ac.nz), 2007-
|
||||||
# See the LICENSE file for copyright information.
|
# See the LICENSE file for copyright information.
|
||||||
|
1.6.1, 2015-12-25
|
||||||
|
Fix for dummy variables
|
||||||
1.5.4, 2013-03-18
|
1.5.4, 2013-03-18
|
||||||
Added cbc support for osx (hopefully)
|
Added cbc support for osx (hopefully)
|
||||||
1.4.9, 2011-03-30
|
1.4.9, 2011-03-30
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
This file contains the constant definitions for PuLP
|
This file contains the constant definitions for PuLP
|
||||||
Note that hopefully these will be changed into something more pythonic
|
Note that hopefully these will be changed into something more pythonic
|
||||||
"""
|
"""
|
||||||
VERSION = '1.6.0'
|
VERSION = '1.6.1'
|
||||||
EPS = 1e-7
|
EPS = 1e-7
|
||||||
|
|
||||||
# variable categories
|
# variable categories
|
||||||
|
|||||||
Reference in New Issue
Block a user