66 < head >
77 < meta http-equiv ="X-UA-Compatible " content ="IE=Edge " />
88 < meta http-equiv ="Content-Type " content ="text/html; charset=iso-8859-1 " />
9- < title > Changelog — IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.22 documentation</ title >
9+ < title > Changelog — IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.23 documentation</ title >
1010 < link rel ="stylesheet " href ="_static/bizstyle.css " type ="text/css " />
1111 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1212
@@ -29,15 +29,16 @@ <h3>Navigation</h3>
2929 < li class ="right " style ="margin-right: 10px ">
3030 < a href ="genindex.html " title ="General Index "
3131 accesskey ="I "> index</ a > </ li >
32- < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.22 documentation</ a > »</ li >
32+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.23 documentation</ a > »</ li >
3333 </ ul >
3434 </ div >
3535 < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
3636 < div class ="sphinxsidebarwrapper ">
3737 < h3 > < a href ="index.html "> Table of Contents</ a > </ h3 >
3838 < ul >
3939< li > < a class ="reference internal " href ="# "> Changelog</ a > < ul >
40- < li > < a class ="reference internal " href ="#changed-in-2-22-213 "> Changed in 2.22.213:</ a > </ li >
40+ < li > < a class ="reference internal " href ="#changed-in-2-23-222 "> Changed in 2.23.222:</ a > </ li >
41+ < li > < a class ="reference internal " href ="#changed-in-2-22-213-2021-09 "> Changed in 2.22.213 (2021.09):</ a > </ li >
4142< li > < a class ="reference internal " href ="#changed-in-2-21-207-2021-06 "> Changed in 2.21.207 (2021.06):</ a > </ li >
4243< li > < a class ="reference internal " href ="#changed-in-2-20-204-2021-02 "> Changed in 2.20.204 (2021.02):</ a > </ li >
4344< li > < a class ="reference internal " href ="#changed-in-2-19-202-2020-12 "> Changed in 2.19.202 (2020.12):</ a > </ li >
@@ -77,8 +78,38 @@ <h3><a href="index.html">Table of Contents</a></h3>
7778
7879 < div class ="section " id ="changelog ">
7980< h1 > Changelog< a class ="headerlink " href ="#changelog " title ="Permalink to this headline "> ¶</ a > </ h1 >
80- < div class ="section " id ="changed-in-2-22-213 ">
81- < h2 > Changed in 2.22.213:< a class ="headerlink " href ="#changed-in-2-22-213 " title ="Permalink to this headline "> ¶</ a > </ h2 >
81+ < div class ="section " id ="changed-in-2-23-222 ">
82+ < h2 > Changed in 2.23.222:< a class ="headerlink " href ="#changed-in-2-23-222 " title ="Permalink to this headline "> ¶</ a > </ h2 >
83+ < ul class ="simple ">
84+ < li > Support for CPLEX Optimization Studio 22.1 runtimes.</ li >
85+ < li > < dl class ="first docutils ">
86+ < dt > In < code class ="docutils literal notranslate "> < span class ="pre "> docplex.mp</ span > </ code > :</ dt >
87+ < dd > < ul class ="first last ">
88+ < li > Support of parameter sets for multi objective optimization.</ li >
89+ < li > Bug fix for multi objective optimization.</ li >
90+ < li > Correct documentation urls to current CPLEX offering.</ li >
91+ < li > Removal of the deprecated < code class ="docutils literal notranslate "> < span class ="pre "> docloud_context</ span > </ code > .</ li >
92+ < li > Performance improvements for model building with 22.1</ li >
93+ </ ul >
94+ </ dd >
95+ </ dl >
96+ </ li >
97+ < li > < dl class ="first docutils ">
98+ < dt > In < code class ="docutils literal notranslate "> < span class ="pre "> docplex.cp</ span > </ code > :</ dt >
99+ < dd > < ul class ="first last ">
100+ < li > Added a new module blackbox to allow the new blackbox function feature</ li >
101+ < li > Wrote full documentation on blackbox functions</ li >
102+ < li > Added a new SearchType ‘Neighborhood’</ li >
103+ < li > Fixed a bug in modeler.same_common_subsequence</ li >
104+ < li > Fixed problem of order of computation of actual solving parameters.</ li >
105+ </ ul >
106+ </ dd >
107+ </ dl >
108+ </ li >
109+ </ ul >
110+ </ div >
111+ < div class ="section " id ="changed-in-2-22-213-2021-09 ">
112+ < h2 > Changed in 2.22.213 (2021.09):< a class ="headerlink " href ="#changed-in-2-22-213-2021-09 " title ="Permalink to this headline "> ¶</ a > </ h2 >
82113< ul class ="simple ">
83114< li > Removed zeppelin examples</ li >
84115< li > < dl class ="first docutils ">
@@ -828,7 +859,7 @@ <h3>Navigation</h3>
828859 < li class ="right " style ="margin-right: 10px ">
829860 < a href ="genindex.html " title ="General Index "
830861 > index</ a > </ li >
831- < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.22 documentation</ a > »</ li >
862+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.23 documentation</ a > »</ li >
832863 </ ul >
833864 </ div >
834865 < div class ="footer " role ="contentinfo ">
0 commit comments