diff --git a/dfols/__init__.py b/dfols/__init__.py index 667e6b2..543a507 100644 --- a/dfols/__init__.py +++ b/dfols/__init__.py @@ -39,7 +39,7 @@ from __future__ import absolute_import, division, print_function, unicode_literals # DFO-LS version -__version__ = '1.5.1' +__version__ = '1.5.2' # Main solver & exit flags from .solver import * diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index ac81d28..b31a400 100755 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/history.doctree b/docs/build/doctrees/history.doctree index fa4883c..35a68e8 100755 Binary files a/docs/build/doctrees/history.doctree and b/docs/build/doctrees/history.doctree differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index be78945..9b290fd 100755 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index d105758..b6a06b1 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 57a11b064dfa88ccc9f8feaa9e7f040a +config: 865700494aceade7d85c2a3d7b404b00 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/history.rst.txt b/docs/build/html/_sources/history.rst.txt index a035c46..d5aee69 100644 --- a/docs/build/html/_sources/history.rst.txt +++ b/docs/build/html/_sources/history.rst.txt @@ -71,3 +71,7 @@ Version 1.5.1 (10 Oct 2024) --------------------------- * Add return values :code:`soln.xmin_eval_num` and :code:`soln.jacmin_eval_nums` * Allow option for parallel initial evaluations for non-random directions if :code:`npt` not too large + +Version 1.5.2 (28 Oct 2024) +--------------------------- +* Bugfix for saving diagnostic info (bug introduced in v1.5.1) diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index 5426053..67b298a 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.5.1', + VERSION: '1.5.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/advanced.html b/docs/build/html/advanced.html index 5ee71e1..f9aebcf 100644 --- a/docs/build/html/advanced.html +++ b/docs/build/html/advanced.html @@ -4,7 +4,7 @@ -