Skip to content

Commit 78f48b8

Browse files
committed
Release 1.1.1 after Zenodo linking enabled
1 parent 7eea192 commit 78f48b8

17 files changed

+62
-44
lines changed

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: fbafee5012ae169712cd3393e80d1f71
3+
config: d43f685d9691e4e32916b1166fef01dd
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_sources/history.rst.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ Version 1.0.2 (20 Jun 2018)
1616
* Bug fixes: default parameters for reduced initialization cost regime, returning correct value from safety steps, retrieving dependencies during installation.
1717

1818
Version 1.1 (24 Dec 2018)
19-
---------------------------
19+
-------------------------
2020
* Extra parameters to control the trust region radius over multiple restarts, designed for global optimization.
2121
* New input flag :code:`seek_global_minimum` to set sensible default parameters for global optimization. New example script to demonstrate this functionality.
2222
* Bug fix: default trust region radius when scaling variables within bounds.
2323

2424
Initially released as version 1.1a0 on 17 Jul 2018.
25+
26+
Version 1.1.1 (5 Apr 2019)
27+
--------------------------
28+
* Link code to Zenodo, to create DOI - no changes to the Py-BOBYQA algorithm.
29+

docs/build/html/advanced.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Advanced Usage &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Advanced Usage &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Diagnostic Information" href="diagnostic.html"/>
4040
<link rel="prev" title="Using Py-BOBYQA" href="userguide.html"/>
4141

@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.1
69+
1.1.1
7070
</div>
7171

7272

@@ -319,7 +319,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
319319
<script type="text/javascript">
320320
var DOCUMENTATION_OPTIONS = {
321321
URL_ROOT:'./',
322-
VERSION:'1.1',
322+
VERSION:'1.1.1',
323323
COLLAPSE_INDEX:false,
324324
FILE_SUFFIX:'.html',
325325
HAS_SOURCE: true,

docs/build/html/diagnostic.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Diagnostic Information &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Diagnostic Information &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Version History" href="history.html"/>
4040
<link rel="prev" title="Advanced Usage" href="advanced.html"/>
4141

@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.1
69+
1.1.1
7070
</div>
7171

7272

@@ -280,7 +280,7 @@ <h2>Algorithm Progress<a class="headerlink" href="#algorithm-progress" title="Pe
280280
<script type="text/javascript">
281281
var DOCUMENTATION_OPTIONS = {
282282
URL_ROOT:'./',
283-
VERSION:'1.1',
283+
VERSION:'1.1.1',
284284
COLLAPSE_INDEX:false,
285285
FILE_SUFFIX:'.html',
286286
HAS_SOURCE: true,

docs/build/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<title>Index &mdash; Py-BOBYQA v1.1 documentation</title>
12+
<title>Index &mdash; Py-BOBYQA v1.1.1 documentation</title>
1313

1414

1515

@@ -36,7 +36,7 @@
3636
<link rel="index" title="Index"
3737
href="#"/>
3838
<link rel="search" title="Search" href="search.html"/>
39-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
39+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
4040

4141

4242
<script src="_static/js/modernizr.min.js"></script>
@@ -65,7 +65,7 @@
6565

6666

6767
<div class="version">
68-
1.1
68+
1.1.1
6969
</div>
7070

7171

@@ -200,7 +200,7 @@ <h1 id="index">Index</h1>
200200
<script type="text/javascript">
201201
var DOCUMENTATION_OPTIONS = {
202202
URL_ROOT:'./',
203-
VERSION:'1.1',
203+
VERSION:'1.1.1',
204204
COLLAPSE_INDEX:false,
205205
FILE_SUFFIX:'.html',
206206
HAS_SOURCE: true,

docs/build/html/history.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Version History &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Version History &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939
<link rel="prev" title="Diagnostic Information" href="diagnostic.html"/>
4040

4141

@@ -65,7 +65,7 @@
6565

6666

6767
<div class="version">
68-
1.1
68+
1.1.1
6969
</div>
7070

7171

@@ -101,6 +101,7 @@
101101
<li class="toctree-l2"><a class="reference internal" href="#version-1-0-1-20-feb-2018">Version 1.0.1 (20 Feb 2018)</a></li>
102102
<li class="toctree-l2"><a class="reference internal" href="#version-1-0-2-20-jun-2018">Version 1.0.2 (20 Jun 2018)</a></li>
103103
<li class="toctree-l2"><a class="reference internal" href="#version-1-1-24-dec-2018">Version 1.1 (24 Dec 2018)</a></li>
104+
<li class="toctree-l2"><a class="reference internal" href="#version-1-1-1-5-apr-2019">Version 1.1.1 (5 Apr 2019)</a></li>
104105
</ul>
105106
</li>
106107
</ul>
@@ -197,6 +198,12 @@ <h2>Version 1.1 (24 Dec 2018)<a class="headerlink" href="#version-1-1-24-dec-201
197198
</ul>
198199
<p>Initially released as version 1.1a0 on 17 Jul 2018.</p>
199200
</div>
201+
<div class="section" id="version-1-1-1-5-apr-2019">
202+
<h2>Version 1.1.1 (5 Apr 2019)<a class="headerlink" href="#version-1-1-1-5-apr-2019" title="Permalink to this headline"></a></h2>
203+
<ul class="simple">
204+
<li>Link code to Zenodo, to create DOI - no changes to the Py-BOBYQA algorithm.</li>
205+
</ul>
206+
</div>
200207
</div>
201208

202209

@@ -241,7 +248,7 @@ <h2>Version 1.1 (24 Dec 2018)<a class="headerlink" href="#version-1-1-24-dec-201
241248
<script type="text/javascript">
242249
var DOCUMENTATION_OPTIONS = {
243250
URL_ROOT:'./',
244-
VERSION:'1.1',
251+
VERSION:'1.1.1',
245252
COLLAPSE_INDEX:false,
246253
FILE_SUFFIX:'.html',
247254
HAS_SOURCE: true,

docs/build/html/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="#"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="#"/>
3939
<link rel="next" title="Installing Py-BOBYQA" href="install.html"/>
4040

4141

@@ -65,7 +65,7 @@
6565

6666

6767
<div class="version">
68-
1.1
68+
1.1.1
6969
</div>
7070

7171

@@ -162,8 +162,8 @@
162162

163163
<div class="section" id="py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization">
164164
<h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a class="headerlink" href="#py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization" title="Permalink to this headline"></a></h1>
165-
<p><strong>Release:</strong> 1.1</p>
166-
<p><strong>Date:</strong> 07 January 2019</p>
165+
<p><strong>Release:</strong> 1.1.1</p>
166+
<p><strong>Date:</strong> 05 April 2019</p>
167167
<p><strong>Author:</strong> <a class="reference external" href="mailto:lindon&#46;roberts&#37;&#52;&#48;maths&#46;ox&#46;ac&#46;uk">Lindon Roberts</a></p>
168168
<p>Py-BOBYQA is a flexible package for finding local solutions to nonlinear, nonconvex minimization problems (with optional bound constraints), without requiring any derivatives of the objective. Py-BOBYQA is a Python implementation of the <a class="reference external" href="http://mat.uc.pt/~zhang/software.html#powell_software">BOBYQA</a> solver by Powell (documentation <a class="reference external" href="http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf">here</a>). It is particularly useful when evaluations of the objective function are expensive and/or noisy.</p>
169169
<p>That is, Py-BOBYQA solves</p>
@@ -233,6 +233,7 @@ <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a cl
233233
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-1-20-feb-2018">Version 1.0.1 (20 Feb 2018)</a></li>
234234
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-2-20-jun-2018">Version 1.0.2 (20 Jun 2018)</a></li>
235235
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-24-dec-2018">Version 1.1 (24 Dec 2018)</a></li>
236+
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-1-5-apr-2019">Version 1.1.1 (5 Apr 2019)</a></li>
236237
</ul>
237238
</li>
238239
</ul>
@@ -285,7 +286,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
285286
<script type="text/javascript">
286287
var DOCUMENTATION_OPTIONS = {
287288
URL_ROOT:'./',
288-
VERSION:'1.1',
289+
VERSION:'1.1.1',
289290
COLLAPSE_INDEX:false,
290291
FILE_SUFFIX:'.html',
291292
HAS_SOURCE: true,

docs/build/html/info.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Overview &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Using Py-BOBYQA" href="userguide.html"/>
4040
<link rel="prev" title="Installing Py-BOBYQA" href="install.html"/>
4141

@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.1
69+
1.1.1
7070
</div>
7171

7272

@@ -249,7 +249,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
249249
<script type="text/javascript">
250250
var DOCUMENTATION_OPTIONS = {
251251
URL_ROOT:'./',
252-
VERSION:'1.1',
252+
VERSION:'1.1.1',
253253
COLLAPSE_INDEX:false,
254254
FILE_SUFFIX:'.html',
255255
HAS_SOURCE: true,

docs/build/html/install.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Installing Py-BOBYQA &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Installing Py-BOBYQA &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="search.html"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Overview" href="info.html"/>
4040
<link rel="prev" title="Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization" href="index.html"/>
4141

@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.1
69+
1.1.1
7070
</div>
7171

7272

@@ -301,7 +301,7 @@ <h2>Uninstallation<a class="headerlink" href="#uninstallation" title="Permalink
301301
<script type="text/javascript">
302302
var DOCUMENTATION_OPTIONS = {
303303
URL_ROOT:'./',
304-
VERSION:'1.1',
304+
VERSION:'1.1.1',
305305
COLLAPSE_INDEX:false,
306306
FILE_SUFFIX:'.html',
307307
HAS_SOURCE: true,

docs/build/html/objects.inv

2 Bytes
Binary file not shown.

docs/build/html/search.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Search &mdash; Py-BOBYQA v1.1 documentation</title>
11+
<title>Search &mdash; Py-BOBYQA v1.1.1 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="genindex.html"/>
3737
<link rel="search" title="Search" href="#"/>
38-
<link rel="top" title="Py-BOBYQA v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="Py-BOBYQA v1.1.1 documentation" href="index.html"/>
3939

4040

4141
<script src="_static/js/modernizr.min.js"></script>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.1
67+
1.1.1
6868
</div>
6969

7070

@@ -203,7 +203,7 @@
203203
<script type="text/javascript">
204204
var DOCUMENTATION_OPTIONS = {
205205
URL_ROOT:'./',
206-
VERSION:'1.1',
206+
VERSION:'1.1.1',
207207
COLLAPSE_INDEX:false,
208208
FILE_SUFFIX:'.html',
209209
HAS_SOURCE: true,

0 commit comments

Comments
 (0)