Skip to content

Commit cc7ca48

Browse files
committed
Upgrade to v1.0.2
1 parent 414ba77 commit cc7ca48

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
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.0.1'
25+
__version__ = '1.0.2'

docs/history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ Version 1.0.1 (20 Feb 2018)
1010
---------------------------
1111
* 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.
1212

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

manual.pdf

946 Bytes
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author='Lindon Roberts',
4040
author_email='[email protected]',
4141
url='https://github.com/numericalalgorithmsgroup/dfols/',
42-
download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.0.1.tar.gz',
42+
download_url='https://github.com/numericalalgorithmsgroup/dfols/archive/v1.0.2.tar.gz',
4343
packages=['dfols'],
4444
license='GNU GPL',
4545
keywords = 'mathematics derivative free optimization nonlinear least squares',

0 commit comments

Comments
 (0)