Skip to content

Commit 66ed896

Browse files
committed
Incremented version number to 1.2.2
1 parent b936837 commit 66ed896

28 files changed

+86
-60
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.2.1'
25+
__version__ = '1.2.2'
576 Bytes
Binary file not shown.

docs/build/doctrees/history.doctree

722 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

0 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: 7b9055b46ddcac05cf7b8a779833843b
3+
config: b3ad0b00e790bb6579f3b5d48d034bbf
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ Version 1.2.1 (13 Feb 2020)
3838
---------------------------
3939
* Make the use of the `trustregion <https://github.com/lindonroberts/trust-region>`_ package optional, not installed by default.
4040

41+
Version 1.2.2 (26 Feb 2021)
42+
---------------------------
43+
* Minor update to remove NumPy deprecation warnings - no changes to the DFO-LS algorithm.

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.1',
3+
VERSION: '1.2.2',
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; DFO-LS v1.2.1 documentation</title>
11+
<title>Advanced Usage &mdash; DFO-LS v1.2.2 documentation</title>
1212

1313

1414

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

6262

6363
<div class="version">
64-
1.2.1
64+
1.2.2
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; DFO-LS v1.2.1 documentation</title>
11+
<title>Diagnostic Information &mdash; DFO-LS v1.2.2 documentation</title>
1212

1313

1414

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

6262

6363
<div class="version">
64-
1.2.1
64+
1.2.2
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; DFO-LS v1.2.1 documentation</title>
12+
<title>Index &mdash; DFO-LS v1.2.2 documentation</title>
1313

1414

1515

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

6161

6262
<div class="version">
63-
1.2.1
63+
1.2.2
6464
</div>
6565

6666

0 commit comments

Comments
 (0)