Skip to content

Commit 127095e

Browse files
authored
Merge pull request #13 from IBMDecisionOptimization/prepare_2.23.222
release 2.23.222
2 parents 3d33acb + 67bc336 commit 127095e

180 files changed

Lines changed: 2962 additions & 1261 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ This library is numpy friendly.
4646

4747
These third-party dependencies are automatically installed with ``pip``
4848

49-
- [docloud](https://pypi.python.org/pypi/docloud)
5049
- [enum34](https://pypi.python.org/pypi/enum34)
5150
- [futures](https://pypi.python.org/pypi/futures)
5251
- [requests](https://pypi.python.org/pypi/requests)

docs/CHANGELOG.html

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</title>
9+
<title>Changelog &#8212; IBM&reg; Decision Optimization CPLEX&reg; 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&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</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">&para;</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">&para;</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">&para;</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 &#8216;Neighborhood&#8217;</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">&para;</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&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
862+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
832863
</ul>
833864
</div>
834865
<div class="footer" role="contentinfo">

docs/README.md.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>README.md &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</title>
9+
<title>README.md &#8212; IBM&reg; Decision Optimization CPLEX&reg; 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,7 +29,7 @@ <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&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -97,7 +97,15 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
9797
<span class="normal">51</span>
9898
<span class="normal">52</span>
9999
<span class="normal">53</span>
100-
<span class="normal">54</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
100+
<span class="normal">54</span>
101+
<span class="normal">55</span>
102+
<span class="normal">56</span>
103+
<span class="normal">57</span>
104+
<span class="normal">58</span>
105+
<span class="normal">59</span>
106+
<span class="normal">60</span>
107+
<span class="normal">61</span>
108+
<span class="normal">62</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
101109

102110
Welcome to the IBM&amp;reg; Decision Optimization Modeling for Python.
103111
Licensed under the Apache License v2.0.
@@ -123,7 +131,15 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
123131

124132
## Get the documentation and examples
125133

126-
* [Documentation](http://ibmdecisionoptimization.github.io/docplex-doc/)
134+
* [Latest documentation](http://ibmdecisionoptimization.github.io/docplex-doc/)
135+
* Documentation archives:
136+
* [2.23.217](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.217)
137+
* [2.22.213](http://ibmdecisionoptimization.github.io/docplex-doc/2.22.213)
138+
* [2.21.207](http://ibmdecisionoptimization.github.io/docplex-doc/2.21.207)
139+
* [2.20.204](http://ibmdecisionoptimization.github.io/docplex-doc/2.20.204)
140+
* [2.19.202](http://ibmdecisionoptimization.github.io/docplex-doc/2.19.202)
141+
* [2.18.200](http://ibmdecisionoptimization.github.io/docplex-doc/2.18.200)
142+
* [2.16.195](http://ibmdecisionoptimization.github.io/docplex-doc/2.16.195)
127143
* [Examples](https://github.com/IBMDecisionOptimization/docplex-examples)
128144

129145
## Get your IBM&amp;reg; ILOG CPLEX Optimization Studio edition
@@ -167,7 +183,7 @@ <h3>Navigation</h3>
167183
<li class="right" style="margin-right: 10px">
168184
<a href="genindex.html" title="General Index"
169185
>index</a></li>
170-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
186+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
171187
</ul>
172188
</div>
173189
<div class="footer" role="contentinfo">

docs/_static/bizstyle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ $(window).resize(function(){
3636
$("li.nav-item-0 a").text("Top");
3737
}
3838
else {
39-
$("li.nav-item-0 a").text("IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.22 documentation");
39+
$("li.nav-item-0 a").text("IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.23 documentation");
4040
}
4141
});

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: 'V2.22',
3+
VERSION: 'V2.23',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/cp.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>Overview of constraint programming &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</title>
9+
<title>Overview of constraint programming &#8212; IBM&reg; Decision Optimization CPLEX&reg; 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,7 +29,7 @@ <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&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -237,7 +237,7 @@ <h3>Navigation</h3>
237237
<li class="right" style="margin-right: 10px">
238238
<a href="genindex.html" title="General Index"
239239
>index</a></li>
240-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.22 documentation</a> &#187;</li>
240+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
241241
</ul>
242242
</div>
243243
<div class="footer" role="contentinfo">
1.16 KB
Binary file not shown.
118 KB
Binary file not shown.
10.5 KB
Binary file not shown.
1.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)