Skip to content

Commit

Permalink
Upgrade to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Jun 20, 2018
1 parent 414ba77 commit cc7ca48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dfols/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"""

__version__ = '1.0.1'
__version__ = '1.0.2'
5 changes: 5 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ Version 1.0.1 (20 Feb 2018)
---------------------------
* Minor bug fix to trust region subproblem solver (the output :code:`crvmin` is calculated correctly) - this has minimal impact on the performance of DFO-LS.

Version 1.0.2 (20 Jun 2018)
---------------------------
* Extra optional input :code:`args` which passes through arguments for :code:`objfun`.
* Bug fixes: default parameters for reduced initialization cost regime, returning correct value from safety steps, retrieving dependencies during installation.

Binary file modified manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
author='Lindon Roberts',
author_email='[email protected]',
url='https://github.com/numericalalgorithmsgroup/dfols/',
download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.0.1.tar.gz',
download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.0.2.tar.gz',
packages=['dfols'],
license='GNU GPL',
keywords = 'mathematics derivative free optimization nonlinear least squares',
Expand Down

0 comments on commit cc7ca48

Please sign in to comment.