Skip to content

Commit 9c58b36

Browse files
committed
Allow parallel initial runs with coordinate directions
1 parent 1a3a36f commit 9c58b36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dfols/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from __future__ import absolute_import, division, print_function, unicode_literals
4040

4141
# DFO-LS version
42-
__version__ = '1.6.2'
42+
__version__ = '1.6.3'
4343

4444
# Main solver & exit flags
4545
from .solver import *

docs/history.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ Version 1.6.2 (21 Jan 2026)
9999
* Using evaluation database with :code:`scaling_within_bounds=True` does not overwrite database values.
100100
* Bugfix in output logging
101101

102+
Version 1.6.3 (16 Mar 2026)
103+
-------------------------
104+
* Allow parameter :code:`init.run_in_parallel=True` when :code:`init.random_initial_directions=False`

0 commit comments

Comments
 (0)