Skip to content

Commit a19a2b3

Browse files
committed
Release 1.0.2 after Zenodo linking enabled
1 parent 8a227d6 commit a19a2b3

File tree

15 files changed

+50
-34
lines changed

15 files changed

+50
-34
lines changed

dfogn/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
2525
"""
2626

27-
__version__ = '1.0.1'
27+
__version__ = '1.0.2'

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: d2939da9da2b6169649cc2ef47c7f549
3+
config: 62af11228604a2fa15577110c44ced6b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ Version 1.0.1 (5 Mar 2019)
1818
--------------------------
1919
* Bug fix when changing base point in model.
2020

21+
Version 1.0.2 (5 Apr 2019)
22+
--------------------------
23+
* Link code to Zenodo, to create DOI - no changes to the DFO-GN algorithm.
24+

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-GN v1.0.1 documentation</title>
12+
<title>Index &mdash; DFO-GN v1.0.2 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-GN v1.0.1 documentation" href="index.html"/>
39+
<link rel="top" title="DFO-GN v1.0.2 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.0.1
68+
1.0.2
6969
</div>
7070

7171

@@ -198,7 +198,7 @@ <h1 id="index">Index</h1>
198198
<script type="text/javascript">
199199
var DOCUMENTATION_OPTIONS = {
200200
URL_ROOT:'./',
201-
VERSION:'1.0.1',
201+
VERSION:'1.0.2',
202202
COLLAPSE_INDEX:false,
203203
FILE_SUFFIX:'.html',
204204
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-GN v1.0.1 documentation</title>
11+
<title>Version History &mdash; DFO-GN v1.0.2 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-GN v1.0.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-GN v1.0.2 documentation" href="index.html"/>
3939
<link rel="prev" title="Using DFO-GN" href="userguide.html"/>
4040

4141

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

6666

6767
<div class="version">
68-
1.0.1
68+
1.0.2
6969
</div>
7070

7171

@@ -99,6 +99,7 @@
9999
<li class="toctree-l2"><a class="reference internal" href="#version-0-2-20-feb-2018">Version 0.2 (20 Feb 2018)</a></li>
100100
<li class="toctree-l2"><a class="reference internal" href="#version-1-0-17-jul-2018">Version 1.0 (17 Jul 2018)</a></li>
101101
<li class="toctree-l2"><a class="reference internal" href="#version-1-0-1-5-mar-2019">Version 1.0.1 (5 Mar 2019)</a></li>
102+
<li class="toctree-l2"><a class="reference internal" href="#version-1-0-2-5-apr-2019">Version 1.0.2 (5 Apr 2019)</a></li>
102103
</ul>
103104
</li>
104105
</ul>
@@ -191,6 +192,12 @@ <h2>Version 1.0.1 (5 Mar 2019)<a class="headerlink" href="#version-1-0-1-5-mar-2
191192
<li>Bug fix when changing base point in model.</li>
192193
</ul>
193194
</div>
195+
<div class="section" id="version-1-0-2-5-apr-2019">
196+
<h2>Version 1.0.2 (5 Apr 2019)<a class="headerlink" href="#version-1-0-2-5-apr-2019" title="Permalink to this headline"></a></h2>
197+
<ul class="simple">
198+
<li>Link code to Zenodo, to create DOI - no changes to the DFO-GN algorithm.</li>
199+
</ul>
200+
</div>
194201
</div>
195202

196203

@@ -235,7 +242,7 @@ <h2>Version 1.0.1 (5 Mar 2019)<a class="headerlink" href="#version-1-0-1-5-mar-2
235242
<script type="text/javascript">
236243
var DOCUMENTATION_OPTIONS = {
237244
URL_ROOT:'./',
238-
VERSION:'1.0.1',
245+
VERSION:'1.0.2',
239246
COLLAPSE_INDEX:false,
240247
FILE_SUFFIX:'.html',
241248
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-GN: A Derivative-Free Gauss-Newton Solver &mdash; DFO-GN v1.0.1 documentation</title>
11+
<title>DFO-GN: A Derivative-Free Gauss-Newton Solver &mdash; DFO-GN v1.0.2 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-GN v1.0.1 documentation" href="#"/>
38+
<link rel="top" title="DFO-GN v1.0.2 documentation" href="#"/>
3939
<link rel="next" title="Overview" href="info.html"/>
4040

4141

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

6666

6767
<div class="version">
68-
1.0.1
68+
1.0.2
6969
</div>
7070

7171

@@ -160,8 +160,8 @@
160160

161161
<div class="section" id="dfo-gn-a-derivative-free-gauss-newton-solver">
162162
<h1>DFO-GN: A Derivative-Free Gauss-Newton Solver<a class="headerlink" href="#dfo-gn-a-derivative-free-gauss-newton-solver" title="Permalink to this headline"></a></h1>
163-
<p><strong>Release:</strong> 1.0.1</p>
164-
<p><strong>Date:</strong> 05 March 2019</p>
163+
<p><strong>Release:</strong> 1.0.2</p>
164+
<p><strong>Date:</strong> 05 April 2019</p>
165165
<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> (Mathematical Institute, University of Oxford)</p>
166166
<p>DFO-GN is a Python package for finding local solutions to <strong>nonlinear least-squares minimization problems (with optional bound constraints)</strong>, without requiring any derivatives of the objective. DFO-GN stands for Derivative-Free Optimization using Gauss-Newton, and is applicable to problems such as</p>
167167
<ul class="simple">
@@ -213,6 +213,7 @@ <h1>DFO-GN: A Derivative-Free Gauss-Newton Solver<a class="headerlink" href="#df
213213
<li class="toctree-l2"><a class="reference internal" href="history.html#version-0-2-20-feb-2018">Version 0.2 (20 Feb 2018)</a></li>
214214
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-17-jul-2018">Version 1.0 (17 Jul 2018)</a></li>
215215
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-1-5-mar-2019">Version 1.0.1 (5 Mar 2019)</a></li>
216+
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-2-5-apr-2019">Version 1.0.2 (5 Apr 2019)</a></li>
216217
</ul>
217218
</li>
218219
</ul>
@@ -267,7 +268,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
267268
<script type="text/javascript">
268269
var DOCUMENTATION_OPTIONS = {
269270
URL_ROOT:'./',
270-
VERSION:'1.0.1',
271+
VERSION:'1.0.2',
271272
COLLAPSE_INDEX:false,
272273
FILE_SUFFIX:'.html',
273274
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-GN v1.0.1 documentation</title>
11+
<title>Overview &mdash; DFO-GN v1.0.2 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-GN v1.0.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-GN v1.0.2 documentation" href="index.html"/>
3939
<link rel="next" title="Installing DFO-GN" href="install.html"/>
4040
<link rel="prev" title="DFO-GN: A Derivative-Free Gauss-Newton Solver" href="index.html"/>
4141

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

6767

6868
<div class="version">
69-
1.0.1
69+
1.0.2
7070
</div>
7171

7272

@@ -276,7 +276,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
276276
<script type="text/javascript">
277277
var DOCUMENTATION_OPTIONS = {
278278
URL_ROOT:'./',
279-
VERSION:'1.0.1',
279+
VERSION:'1.0.2',
280280
COLLAPSE_INDEX:false,
281281
FILE_SUFFIX:'.html',
282282
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-GN &mdash; DFO-GN v1.0.1 documentation</title>
11+
<title>Installing DFO-GN &mdash; DFO-GN v1.0.2 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-GN v1.0.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-GN v1.0.2 documentation" href="index.html"/>
3939
<link rel="next" title="Using DFO-GN" href="userguide.html"/>
4040
<link rel="prev" title="Overview" href="info.html"/>
4141

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

6767

6868
<div class="version">
69-
1.0.1
69+
1.0.2
7070
</div>
7171

7272

@@ -299,7 +299,7 @@ <h2>Uninstallation<a class="headerlink" href="#uninstallation" title="Permalink
299299
<script type="text/javascript">
300300
var DOCUMENTATION_OPTIONS = {
301301
URL_ROOT:'./',
302-
VERSION:'1.0.1',
302+
VERSION:'1.0.2',
303303
COLLAPSE_INDEX:false,
304304
FILE_SUFFIX:'.html',
305305
HAS_SOURCE: true,

docs/build/html/objects.inv

0 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; DFO-GN v1.0.1 documentation</title>
11+
<title>Search &mdash; DFO-GN v1.0.2 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="DFO-GN v1.0.1 documentation" href="index.html"/>
38+
<link rel="top" title="DFO-GN v1.0.2 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.0.1
67+
1.0.2
6868
</div>
6969

7070

@@ -201,7 +201,7 @@
201201
<script type="text/javascript">
202202
var DOCUMENTATION_OPTIONS = {
203203
URL_ROOT:'./',
204-
VERSION:'1.0.1',
204+
VERSION:'1.0.2',
205205
COLLAPSE_INDEX:false,
206206
FILE_SUFFIX:'.html',
207207
HAS_SOURCE: true,

0 commit comments

Comments
 (0)