Skip to content

Commit 595b236

Browse files
committed
Release 1.1.1 after Zenodo linking enabled
1 parent f514173 commit 595b236

17 files changed

+58
-42
lines changed

dfols/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
2323
"""
2424

25-
__version__ = '1.1'
25+
__version__ = '1.1.1'

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: f6da778e78f2e0fc2cb0ba72618f9760
3+
config: c455c8d539b1418eb7155481ab831294
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ Version 1.1 (16 Jan 2019)
2020
* Use different default reduced initialization cost method for inverse problems to ensure whole space is searched correctly.
2121
* Bug fixes: default trust region radius when scaling feasible region, exit correctly when no Jacobian returned, handling overflow at initial value
2222

23+
Version 1.1.1 (5 Apr 2019)
24+
--------------------------
25+
* Link code to Zenodo, to create DOI - no changes to the DFO-LS algorithm.
26+

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; DFO-LS v1.1 documentation</title>
11+
<title>Advanced Usage &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-LS v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Diagnostic Information" href="diagnostic.html"/>
4040
<link rel="prev" title="Using DFO-LS" 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

@@ -356,7 +356,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
356356
<script type="text/javascript">
357357
var DOCUMENTATION_OPTIONS = {
358358
URL_ROOT:'./',
359-
VERSION:'1.1',
359+
VERSION:'1.1.1',
360360
COLLAPSE_INDEX:false,
361361
FILE_SUFFIX:'.html',
362362
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; DFO-LS v1.1 documentation</title>
11+
<title>Diagnostic Information &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-LS 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

@@ -281,7 +281,7 @@ <h2>Algorithm Progress<a class="headerlink" href="#algorithm-progress" title="Pe
281281
<script type="text/javascript">
282282
var DOCUMENTATION_OPTIONS = {
283283
URL_ROOT:'./',
284-
VERSION:'1.1',
284+
VERSION:'1.1.1',
285285
COLLAPSE_INDEX:false,
286286
FILE_SUFFIX:'.html',
287287
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; DFO-LS v1.1 documentation</title>
12+
<title>Index &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
39+
<link rel="top" title="DFO-LS 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; DFO-LS v1.1 documentation</title>
11+
<title>Version History &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-LS 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-16-jan-2019">Version 1.1 (16 Jan 2019)</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>
@@ -195,6 +196,12 @@ <h2>Version 1.1 (16 Jan 2019)<a class="headerlink" href="#version-1-1-16-jan-201
195196
<li>Bug fixes: default trust region radius when scaling feasible region, exit correctly when no Jacobian returned, handling overflow at initial value</li>
196197
</ul>
197198
</div>
199+
<div class="section" id="version-1-1-1-5-apr-2019">
200+
<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>
201+
<ul class="simple">
202+
<li>Link code to Zenodo, to create DOI - no changes to the DFO-LS algorithm.</li>
203+
</ul>
204+
</div>
198205
</div>
199206

200207

@@ -239,7 +246,7 @@ <h2>Version 1.1 (16 Jan 2019)<a class="headerlink" href="#version-1-1-16-jan-201
239246
<script type="text/javascript">
240247
var DOCUMENTATION_OPTIONS = {
241248
URL_ROOT:'./',
242-
VERSION:'1.1',
249+
VERSION:'1.1.1',
243250
COLLAPSE_INDEX:false,
244251
FILE_SUFFIX:'.html',
245252
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>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization &mdash; DFO-LS v1.1 documentation</title>
11+
<title>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="#"/>
38+
<link rel="top" title="DFO-LS v1.1.1 documentation" href="#"/>
3939
<link rel="next" title="Installing DFO-LS" 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="dfo-ls-derivative-free-optimizer-for-least-squares-minimization">
164164
<h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="headerlink" href="#dfo-ls-derivative-free-optimizer-for-least-squares-minimization" title="Permalink to this headline"></a></h1>
165-
<p><strong>Release:</strong> 1.1</p>
166-
<p><strong>Date:</strong> 16 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>DFO-LS is a flexible package for finding local solutions to nonlinear least-squares minimization problems (with optional bound constraints), without requiring any derivatives of the objective. DFO-LS stands for Derivative-Free Optimizer for Least-Squares.</p>
169169
<p>That is, DFO-LS solves</p>
@@ -232,6 +232,7 @@ <h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="he
232232
<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>
233233
<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>
234234
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-16-jan-2019">Version 1.1 (16 Jan 2019)</a></li>
235+
<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>
235236
</ul>
236237
</li>
237238
</ul>
@@ -284,7 +285,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
284285
<script type="text/javascript">
285286
var DOCUMENTATION_OPTIONS = {
286287
URL_ROOT:'./',
287-
VERSION:'1.1',
288+
VERSION:'1.1.1',
288289
COLLAPSE_INDEX:false,
289290
FILE_SUFFIX:'.html',
290291
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; DFO-LS v1.1 documentation</title>
11+
<title>Overview &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-LS v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Using DFO-LS" href="userguide.html"/>
4040
<link rel="prev" title="Installing DFO-LS" 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

@@ -281,7 +281,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
281281
<script type="text/javascript">
282282
var DOCUMENTATION_OPTIONS = {
283283
URL_ROOT:'./',
284-
VERSION:'1.1',
284+
VERSION:'1.1.1',
285285
COLLAPSE_INDEX:false,
286286
FILE_SUFFIX:'.html',
287287
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 DFO-LS &mdash; DFO-LS v1.1 documentation</title>
11+
<title>Installing DFO-LS &mdash; DFO-LS 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="DFO-LS v1.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-LS v1.1.1 documentation" href="index.html"/>
3939
<link rel="next" title="Overview" href="info.html"/>
4040
<link rel="prev" title="DFO-LS: Derivative-Free Optimizer for Least-Squares 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

@@ -308,7 +308,7 @@ <h2>Uninstallation<a class="headerlink" href="#uninstallation" title="Permalink
308308
<script type="text/javascript">
309309
var DOCUMENTATION_OPTIONS = {
310310
URL_ROOT:'./',
311-
VERSION:'1.1',
311+
VERSION:'1.1.1',
312312
COLLAPSE_INDEX:false,
313313
FILE_SUFFIX:'.html',
314314
HAS_SOURCE: true,

0 commit comments

Comments
 (0)