Skip to content

Commit ff249b3

Browse files
committed
Updated documentation and version number to 1.2.3
1 parent a2a5e22 commit ff249b3

31 files changed

+96
-62
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.2'
25+
__version__ = '1.2.3'

docs/advanced.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Stochastic Noise Information
5757
Interpolation Management
5858
--------------------------------
5959
* :code:`interpolation.precondition` - whether or not to scale the interpolation linear system to improve conditioning. Default is :code:`True`.
60+
* :code:`interpolation.throw_error_on_nans` - whether or not to throw :code:`numpy.linalg.LinAlgError` if trying to interpolate to NaN objective values. If :code:`False`, DFO-LS should terminate gracefully with an error flag. Default is :code:`False`.
6061

6162
Regression Model Management
6263
---------------------------

docs/build/doctrees/advanced.doctree

1.44 KB
Binary file not shown.
430 Bytes
Binary file not shown.

docs/build/doctrees/history.doctree

840 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

-8 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: b3ad0b00e790bb6579f3b5d48d034bbf
3+
config: 7851303ebe6ed71f013a86e86fbeadbc
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Stochastic Noise Information
5757
Interpolation Management
5858
--------------------------------
5959
* :code:`interpolation.precondition` - whether or not to scale the interpolation linear system to improve conditioning. Default is :code:`True`.
60+
* :code:`interpolation.throw_error_on_nans` - whether or not to throw :code:`numpy.linalg.LinAlgError` if trying to interpolate to NaN objective values. If :code:`False`, DFO-LS should terminate gracefully with an error flag. Default is :code:`False`.
6061

6162
Regression Model Management
6263
---------------------------

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ Version 1.2.1 (13 Feb 2020)
4141
Version 1.2.2 (26 Feb 2021)
4242
---------------------------
4343
* Minor update to remove NumPy deprecation warnings - no changes to the DFO-LS algorithm.
44+
45+
Version 1.2.3 (1 Jun 2021)
46+
---------------------------
47+
* Minor update to customise handling of NaNs in objective evaluations - 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.2',
3+
VERSION: '1.2.3',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

0 commit comments

Comments
 (0)