We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.5.3
1 parent 35b5d91 commit 0cc89acCopy full SHA for 0cc89ac
doc/release_notes.rst
@@ -1,15 +1,23 @@
1
Release Notes
2
=============
3
4
-Upcoming Version
5
-----------------
+.. Upcoming Version
+.. ----------------
6
+
7
8
+Version 0.5.3
9
+--------------
10
11
**Bug Fixes**
12
13
* Fix the parsing of solutions returned by the CBC solver when solving from a file to not
14
assume that variables start with `x`.
15
* Fix the retrieval of solutions from the SCIP solver, and do not turn off presolve.
16
17
+**Minor Improvements**
18
19
+* Support pickling models.
20
21
Version 0.5.2
22
--------------
23
@@ -19,10 +27,6 @@ Version 0.5.2
27
This is mainly affecting operations where single numerical items from pandas objects
28
are selected and used for multiplication.
29
-**Feature**
-
24
-* Support pickling models.
25
26
30
Version 0.5.1
31
32
0 commit comments