Skip to content

Commit 2516418

Browse files
committed
Upgraded to version 1.3
1 parent 3fcd86a commit 2516418

28 files changed

+88
-60
lines changed
340 Bytes
Binary file not shown.

docs/build/doctrees/history.doctree

779 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

-6 Bytes
Binary file not shown.

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: 10e320540f37838eeed07085e7142212
3+
config: cec3c360cac1770071ca221721114dde
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ Version 1.2 (25 Feb 2020)
3535
* Don’t adjust starting point if it is close to the bounds (as long as it is feasible).
3636
* Option to stop default logging behavior and/or enable per-iteration printing.
3737
* Bugfix: correctly handle 1-sided bounds as inputs, avoid divide-by-zero warnings when auto-detecting restarts.
38+
39+
Version 1.3 (14 Apr 2021)
40+
-------------------------
41+
* Remove NumPy deprecation warnings from use of np.int and np.float

docs/build/html/_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: '1.2',
3+
VERSION: '1.3',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/build/html/advanced.html

Lines changed: 2 additions & 2 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.2 documentation</title>
11+
<title>Advanced Usage &mdash; Py-BOBYQA v1.3 documentation</title>
1212

1313

1414

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.2
64+
1.3
6565
</div>
6666

6767

docs/build/html/diagnostic.html

Lines changed: 2 additions & 2 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.2 documentation</title>
11+
<title>Diagnostic Information &mdash; Py-BOBYQA v1.3 documentation</title>
1212

1313

1414

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.2
64+
1.3
6565
</div>
6666

6767

docs/build/html/genindex.html

Lines changed: 2 additions & 2 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.2 documentation</title>
12+
<title>Index &mdash; Py-BOBYQA v1.3 documentation</title>
1313

1414

1515

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
1.2
63+
1.3
6464
</div>
6565

6666

docs/build/html/history.html

Lines changed: 9 additions & 2 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.2 documentation</title>
11+
<title>Version History &mdash; Py-BOBYQA v1.3 documentation</title>
1212

1313

1414

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
1.2
63+
1.3
6464
</div>
6565

6666

@@ -98,6 +98,7 @@
9898
<li class="toctree-l2"><a class="reference internal" href="#version-1-1-24-dec-2018">Version 1.1 (24 Dec 2018)</a></li>
9999
<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>
100100
<li class="toctree-l2"><a class="reference internal" href="#version-1-2-25-feb-2020">Version 1.2 (25 Feb 2020)</a></li>
101+
<li class="toctree-l2"><a class="reference internal" href="#version-1-3-14-apr-2021">Version 1.3 (14 Apr 2021)</a></li>
101102
</ul>
102103
</li>
103104
</ul>
@@ -212,6 +213,12 @@ <h2>Version 1.2 (25 Feb 2020)<a class="headerlink" href="#version-1-2-25-feb-202
212213
<li><p>Bugfix: correctly handle 1-sided bounds as inputs, avoid divide-by-zero warnings when auto-detecting restarts.</p></li>
213214
</ul>
214215
</div>
216+
<div class="section" id="version-1-3-14-apr-2021">
217+
<h2>Version 1.3 (14 Apr 2021)<a class="headerlink" href="#version-1-3-14-apr-2021" title="Permalink to this headline"></a></h2>
218+
<ul class="simple">
219+
<li><p>Remove NumPy deprecation warnings from use of np.int and np.float</p></li>
220+
</ul>
221+
</div>
215222
</div>
216223

217224

0 commit comments

Comments
 (0)