Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Oct 27, 2024
1 parent 45056ff commit 8d6a707
Show file tree
Hide file tree
Showing 28 changed files with 95 additions and 66 deletions.
2 changes: 1 addition & 1 deletion dfols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/history.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions docs/build/html/_sources/history.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.5.1',
VERSION: '1.5.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Advanced Usage &mdash; DFO-LS v1.5.1 documentation</title>
<title>Advanced Usage &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -38,7 +38,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contributors &mdash; DFO-LS v1.5.1 documentation</title>
<title>Contributors &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -36,7 +36,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/diagnostic.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Diagnostic Information &mdash; DFO-LS v1.5.1 documentation</title>
<title>Diagnostic Information &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -38,7 +38,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; DFO-LS v1.5.1 documentation</title>
<title>Index &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
13 changes: 10 additions & 3 deletions docs/build/html/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version History &mdash; DFO-LS v1.5.1 documentation</title>
<title>Version History &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -69,6 +69,7 @@
<li class="toctree-l2"><a class="reference internal" href="#version-1-4-1-11-apr-2024">Version 1.4.1 (11 Apr 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-1-5-0-11-sep-2024">Version 1.5.0 (11 Sep 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-1-5-1-10-oct-2024">Version 1.5.1 (10 Oct 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-1-5-2-28-oct-2024">Version 1.5.2 (28 Oct 2024)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors</a></li>
Expand Down Expand Up @@ -199,6 +200,12 @@ <h2>Version 1.5.1 (10 Oct 2024)<a class="headerlink" href="#version-1-5-1-10-oct
<li><p>Allow option for parallel initial evaluations for non-random directions if <code class="code docutils literal notranslate"><span class="pre">npt</span></code> not too large</p></li>
</ul>
</section>
<section id="version-1-5-2-28-oct-2024">
<h2>Version 1.5.2 (28 Oct 2024)<a class="headerlink" href="#version-1-5-2-28-oct-2024" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Bugfix for saving diagnostic info (bug introduced in v1.5.1)</p></li>
</ul>
</section>
</section>


Expand Down
11 changes: 6 additions & 5 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization &mdash; DFO-LS v1.5.1 documentation</title>
<title>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -37,7 +37,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -84,8 +84,8 @@

<section id="dfo-ls-derivative-free-optimizer-for-least-squares-minimization">
<h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="headerlink" href="#dfo-ls-derivative-free-optimizer-for-least-squares-minimization" title="Link to this heading"></a></h1>
<p><strong>Release:</strong> 1.5.1</p>
<p><strong>Date:</strong> 10 October 2024</p>
<p><strong>Release:</strong> 1.5.2</p>
<p><strong>Date:</strong> 28 October 2024</p>
<p><strong>Author:</strong> <a class="reference external" href="https://lindonroberts.github.io/">Lindon Roberts</a></p>
<p>DFO-LS is a flexible package for finding local solutions to nonlinear least-squares minimization problems (with optional regularizer and constraints), without requiring any derivatives of the objective. DFO-LS stands for Derivative-Free Optimizer for Least-Squares.</p>
<p>That is, DFO-LS solves</p>
Expand Down Expand Up @@ -190,6 +190,7 @@ <h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="he
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-4-1-11-apr-2024">Version 1.4.1 (11 Apr 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-5-0-11-sep-2024">Version 1.5.0 (11 Sep 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-5-1-10-oct-2024">Version 1.5.1 (10 Oct 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-5-2-28-oct-2024">Version 1.5.2 (28 Oct 2024)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors</a><ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview &mdash; DFO-LS v1.5.1 documentation</title>
<title>Overview &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -38,7 +38,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installing DFO-LS &mdash; DFO-LS v1.5.1 documentation</title>
<title>Installing DFO-LS &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; DFO-LS v1.5.1 documentation</title>
<title>Search &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/build/html/userguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Using DFO-LS &mdash; DFO-LS v1.5.1 documentation</title>
<title>Using DFO-LS &mdash; DFO-LS v1.5.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=44dfd65d"></script>
<script src="_static/documentation_options.js?v=73275c37"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -38,7 +38,7 @@
DFO-LS
</a>
<div class="version">
1.5.1
1.5.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 2 additions & 0 deletions docs/build/latex/DFOLS.aux
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@
\newlabel{history:version-1-5-0-11-sep-2024}{{6.13}{35}{Version 1.5.0 (11 Sep 2024)}{section.6.13}{}}
\@writefile{toc}{\contentsline {section}{\numberline {6.14}Version 1.5.1 (10 Oct 2024)}{35}{section.6.14}\protected@file@percent }
\newlabel{history:version-1-5-1-10-oct-2024}{{6.14}{35}{Version 1.5.1 (10 Oct 2024)}{section.6.14}{}}
\@writefile{toc}{\contentsline {section}{\numberline {6.15}Version 1.5.2 (28 Oct 2024)}{35}{section.6.15}\protected@file@percent }
\newlabel{history:version-1-5-2-28-oct-2024}{{6.15}{35}{Version 1.5.2 (28 Oct 2024)}{section.6.15}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {7}Contributors}{37}{chapter.7}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
Expand Down
Loading

0 comments on commit 8d6a707

Please sign in to comment.