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

+1-1
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

+4
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

+1-1
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

+2-2
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

+2-2
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

+2-2
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

+9-2
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

docs/build/html/index.html

+5-4
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.2 documentation</title>
11+
<title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization &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

@@ -158,8 +158,8 @@
158158

159159
<div class="section" id="py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization">
160160
<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>
161-
<p><strong>Release:</strong> 1.2</p>
162-
<p><strong>Date:</strong> 25 February 2021</p>
161+
<p><strong>Release:</strong> 1.3</p>
162+
<p><strong>Date:</strong> 14 April 2021</p>
163163
<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>
164164
<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>
165165
<p>That is, Py-BOBYQA solves</p>
@@ -232,6 +232,7 @@ <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a cl
232232
<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>
233233
<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>
234234
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-2-25-feb-2020">Version 1.2 (25 Feb 2020)</a></li>
235+
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-3-14-apr-2021">Version 1.3 (14 Apr 2021)</a></li>
235236
</ul>
236237
</li>
237238
</ul>

docs/build/html/info.html

+2-2
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.2 documentation</title>
11+
<title>Overview &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/install.html

+2-2
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.2 documentation</title>
11+
<title>Installing Py-BOBYQA &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/objects.inv

0 Bytes
Binary file not shown.

docs/build/html/search.html

+2-2
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.2 documentation</title>
11+
<title>Search &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

docs/build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/html/userguide.html

+2-2
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>Using Py-BOBYQA &mdash; Py-BOBYQA v1.2 documentation</title>
11+
<title>Using Py-BOBYQA &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/latex/Py-BOBYQA.aux

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128
\newlabel{history:version-1-1-1-5-apr-2019}{{6.5}{24}{Version 1.1.1 (5 Apr 2019)}{section.6.5}{}}
129129
\@writefile{toc}{\contentsline {section}{\numberline {6.6}Version 1.2 (25 Feb 2020)}{24}{section.6.6}}
130130
\newlabel{history:version-1-2-25-feb-2020}{{6.6}{24}{Version 1.2 (25 Feb 2020)}{section.6.6}{}}
131+
\@writefile{toc}{\contentsline {section}{\numberline {6.7}Version 1.3 (14 Apr 2021)}{24}{section.6.7}}
132+
\newlabel{history:version-1-3-14-apr-2021}{{6.7}{24}{Version 1.3 (14 Apr 2021)}{section.6.7}{}}
131133
\@writefile{toc}{\contentsline {chapter}{\numberline {7}Acknowledgements}{25}{chapter.7}}
132134
\@writefile{lof}{\addvspace {10\p@ }}
133135
\@writefile{lot}{\addvspace {10\p@ }}

docs/build/latex/Py-BOBYQA.fdb_latexmk

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Fdb version 3
2-
["makeindex Py-BOBYQA.idx"] 1582610283 "Py-BOBYQA.idx" "Py-BOBYQA.ind" "Py-BOBYQA" 1614220991
3-
"Py-BOBYQA.idx" 1614220990 0 d41d8cd98f00b204e9800998ecf8427e ""
2+
["makeindex Py-BOBYQA.idx"] 1582610283 "Py-BOBYQA.idx" "Py-BOBYQA.ind" "Py-BOBYQA" 1618360648
3+
"Py-BOBYQA.idx" 1618360648 0 d41d8cd98f00b204e9800998ecf8427e ""
44
(generated)
5-
"Py-BOBYQA.ind"
65
"Py-BOBYQA.ilg"
7-
["pdflatex"] 1614220990 "Py-BOBYQA.tex" "Py-BOBYQA.pdf" "Py-BOBYQA" 1614220991
6+
"Py-BOBYQA.ind"
7+
["pdflatex"] 1618360648 "Py-BOBYQA.tex" "Py-BOBYQA.pdf" "Py-BOBYQA" 1618360648
88
"/etc/texmf/web2c/texmf.cnf" 1585531380 475 c0e671620eb5563b2130f56340a5fde8 ""
99
"/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc" 1480098666 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
1010
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1511824771 3332 103109f5612ad95229751940c61aada0 ""
@@ -165,21 +165,21 @@
165165
"/usr/share/texmf/web2c/texmf.cnf" 1520210507 32485 c64754543d8ac501bea6e75e209ea521 ""
166166
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1586757552 2556815 161db45eb32a3ed5e427095833ec947f ""
167167
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1585531429 724918 9f2ac0f6dd6683249c7737077a8c4a4a ""
168-
"Py-BOBYQA.aux" 1614220990 10427 81ab91d752388f4f9f3c8469d8cbdc2d ""
168+
"Py-BOBYQA.aux" 1618360648 10626 5a80b4a56c14a3ba74e6cf895f1cea4d ""
169169
"Py-BOBYQA.ind" 1587347533 0 d41d8cd98f00b204e9800998ecf8427e "makeindex Py-BOBYQA.idx"
170-
"Py-BOBYQA.out" 1614220990 7193 9f86131a0cc7df7e5bb741c72e74e749 ""
171-
"Py-BOBYQA.tex" 1614220988 72386 f7cd6f9f594ecffde74296dbc9302528 ""
172-
"Py-BOBYQA.toc" 1614220990 3648 1a9c63a2d0d592bc2a810650a08f7c08 ""
170+
"Py-BOBYQA.out" 1618360648 7391 1487a3169862e6f6fcb18d6514eef8dc ""
171+
"Py-BOBYQA.tex" 1618360646 72577 0004a0d809eca1df376cd86af0fb83ed ""
172+
"Py-BOBYQA.toc" 1618360648 3733 36400dcefc4c099d2a1211d8c70011aa ""
173173
"footnotehyper-sphinx.sty" 1587347533 8888 1bbd7bdeae8c8bed1d10d551bddb1cc9 ""
174174
"sphinx.sty" 1587511476 82020 a38700b8aa22dfd94a8a5b905e69be73 ""
175-
"sphinxhighlight.sty" 1614220990 8137 38a433148fcb7611515a989ff1750dd5 ""
175+
"sphinxhighlight.sty" 1618360647 8137 38a433148fcb7611515a989ff1750dd5 ""
176176
"sphinxmanual.cls" 1587347533 4236 124cd90deb92742b5d3922bfc2cd70c0 ""
177-
"sphinxmessages.sty" 1614220990 745 3f5fcd6cdd7964ed608767954a8ced6f ""
177+
"sphinxmessages.sty" 1618360647 745 3f5fcd6cdd7964ed608767954a8ced6f ""
178178
"sphinxmulticell.sty" 1587347533 14606 0b6edc2b1a83546ed92026d1f6a311b5 ""
179179
(generated)
180180
"Py-BOBYQA.toc"
181-
"Py-BOBYQA.pdf"
182-
"Py-BOBYQA.log"
181+
"Py-BOBYQA.idx"
183182
"Py-BOBYQA.aux"
183+
"Py-BOBYQA.log"
184184
"Py-BOBYQA.out"
185-
"Py-BOBYQA.idx"
185+
"Py-BOBYQA.pdf"

docs/build/latex/Py-BOBYQA.log

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2020.3.30) 25 FEB 2021 13:43
1+
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2020.3.30) 14 APR 2021 10:37
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -1213,24 +1213,24 @@ Chapter 7.
12131213
] [26
12141214

12151215
] (./Py-BOBYQA.ind)
1216-
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 1191.
1216+
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 1199.
12171217
[27
12181218

12191219
]
1220-
Package atveryend Info: Empty hook `AfterLastShipout' on input line 1191.
1220+
Package atveryend Info: Empty hook `AfterLastShipout' on input line 1199.
12211221
(./Py-BOBYQA.aux)
1222-
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 1191.
1223-
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 1191.
1222+
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 1199.
1223+
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 1199.
12241224

12251225
Package rerunfilecheck Info: File `Py-BOBYQA.out' has not changed.
1226-
(rerunfilecheck) Checksum: 9F86131A0CC7DF7E5BB741C72E74E749;7193.
1227-
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1191.
1226+
(rerunfilecheck) Checksum: 1487A3169862E6F6FCB18D6514EEF8DC;7391.
1227+
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1199.
12281228
)
12291229
Here is how much of TeX's memory you used:
1230-
13809 strings out of 494923
1231-
191618 string characters out of 6180742
1232-
323696 words of memory out of 5000000
1233-
16724 multiletter control sequences out of 15000+600000
1230+
13812 strings out of 494923
1231+
191675 string characters out of 6180742
1232+
323746 words of memory out of 5000000
1233+
16726 multiletter control sequences out of 15000+600000
12341234
52360 words of font info for 74 fonts, out of 8000000 for 9000
12351235
15 hyphenation exceptions out of 8191
12361236
37i,17n,48p,988b,548s stack positions out of 5000i,500n,10000p,200000b,80000s
@@ -1252,10 +1252,10 @@ urw/helvetic/uhvb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic
12521252
/uhvbo8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></
12531253
usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/share/texli
12541254
ve/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
1255-
Output written on Py-BOBYQA.pdf (31 pages, 261519 bytes).
1255+
Output written on Py-BOBYQA.pdf (31 pages, 262695 bytes).
12561256
PDF statistics:
1257-
534 PDF objects out of 1000 (max. 8388607)
1258-
472 compressed objects within 5 object streams
1259-
84 named destinations out of 1000 (max. 500000)
1260-
381 words of extra memory for PDF output out of 10000 (max. 10000000)
1257+
540 PDF objects out of 1000 (max. 8388607)
1258+
478 compressed objects within 5 object streams
1259+
85 named destinations out of 1000 (max. 500000)
1260+
389 words of extra memory for PDF output out of 10000 (max. 10000000)
12611261

docs/build/latex/Py-BOBYQA.out

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
\BOOKMARK [1][-]{section.6.4}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0001\000\040\000\050\0002\0004\000\040\000D\000e\000c\000\040\0002\0000\0001\0008\000\051}{chapter.6}% 41
4242
\BOOKMARK [1][-]{section.6.5}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0001\000.\0001\000\040\000\050\0005\000\040\000A\000p\000r\000\040\0002\0000\0001\0009\000\051}{chapter.6}% 42
4343
\BOOKMARK [1][-]{section.6.6}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000\040\000\050\0002\0005\000\040\000F\000e\000b\000\040\0002\0000\0002\0000\000\051}{chapter.6}% 43
44-
\BOOKMARK [0][-]{chapter.7}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000e\000m\000e\000n\000t\000s}{}% 44
45-
\BOOKMARK [0][-]{chapter*.3}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000y}{}% 45
44+
\BOOKMARK [1][-]{section.6.7}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0003\000\040\000\050\0001\0004\000\040\000A\000p\000r\000\040\0002\0000\0002\0001\000\051}{chapter.6}% 44
45+
\BOOKMARK [0][-]{chapter.7}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000e\000m\000e\000n\000t\000s}{}% 45
46+
\BOOKMARK [0][-]{chapter*.3}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000y}{}% 46

docs/build/latex/Py-BOBYQA.pdf

1.15 KB
Binary file not shown.

docs/build/latex/Py-BOBYQA.tex

+12-4
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474

7575
\title{Py-BOBYQA Documentation}
76-
\date{25 February 2021}
77-
\release{1.2}
76+
\date{14 April 2021}
77+
\release{1.3}
7878
\author{Lindon Roberts}
7979
\newcommand{\sphinxlogo}{\vbox{}}
8080
\renewcommand{\releasename}{Release}
@@ -89,9 +89,9 @@
8989
\phantomsection\label{\detokenize{index::doc}}
9090

9191

92-
\sphinxstylestrong{Release:} 1.2
92+
\sphinxstylestrong{Release:} 1.3
9393

94-
\sphinxstylestrong{Date:} 25 February 2021
94+
\sphinxstylestrong{Date:} 14 April 2021
9595

9696
\sphinxstylestrong{Author:} \sphinxhref{mailto:lindon.roberts@maths.ox.ac.uk}{Lindon Roberts}
9797

@@ -1167,6 +1167,14 @@ \section{Version 1.2 (25 Feb 2020)}
11671167
\end{itemize}
11681168

11691169

1170+
\section{Version 1.3 (14 Apr 2021)}
1171+
\label{\detokenize{history:version-1-3-14-apr-2021}}\begin{itemize}
1172+
\item {}
1173+
Remove NumPy deprecation warnings from use of np.int and np.float
1174+
1175+
\end{itemize}
1176+
1177+
11701178
\chapter{Acknowledgements}
11711179
\label{\detokenize{index:acknowledgements}}
11721180
This software was developed under the supervision of \sphinxhref{https://www.maths.ox.ac.uk/people/coralia.cartis}{Coralia Cartis}, and was supported by the EPSRC Centre For Doctoral Training in \sphinxhref{https://www.maths.ox.ac.uk/study-here/postgraduate-study/industrially-focused-mathematical-modelling-epsrc-cdt}{Industrially Focused Mathematical Modelling} (EP/L015803/1) in collaboration with the \sphinxhref{http://www.nag.com/}{Numerical Algorithms Group}.

docs/build/latex/Py-BOBYQA.toc

+1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
\contentsline {section}{\numberline {6.4}Version 1.1 (24 Dec 2018)}{23}{section.6.4}
4343
\contentsline {section}{\numberline {6.5}Version 1.1.1 (5 Apr 2019)}{24}{section.6.5}
4444
\contentsline {section}{\numberline {6.6}Version 1.2 (25 Feb 2020)}{24}{section.6.6}
45+
\contentsline {section}{\numberline {6.7}Version 1.3 (14 Apr 2021)}{24}{section.6.7}
4546
\contentsline {chapter}{\numberline {7}Acknowledgements}{25}{chapter.7}
4647
\contentsline {chapter}{Bibliography}{27}{chapter*.3}

docs/history.rst

+4
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

manual.pdf

1.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)