-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
616acd1
commit e7a3ddd
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2018-05-25 Giacomo Nannicini <[email protected]> | ||
Version 4.0.2 release. | ||
* Added: | ||
Detailed user manual. | ||
Improved testing tools. | ||
* Changed: | ||
Smaller formulation for the noisy interpolation models. | ||
Improved stability of the restoration step. | ||
|
||
2018-05-24 Giacomo Nannicini <[email protected]> | ||
* rbfopt_algorithm.py (refinement_step): fixed bug in node | ||
deletion. | ||
|
@@ -7,13 +16,15 @@ | |
fast tests; the slow tests have been isolated and are not run by | ||
default. | ||
* setup.cfg: added for fine-grained test definition. | ||
* setup.py: fixed possible infinite loop on Windows when using | ||
multiprocessing. | ||
|
||
2018-03-09 Giacomo Nannicini <[email protected]> | ||
Version 4.0.1 release. | ||
Version 4.0.1 released. | ||
* rbfopt_user_black_box.py: fixed naming of abstract methods. | ||
|
||
2017-09-05 Giacomo Nannicini <[email protected]> | ||
Version 4.0.0 release. List of major changes: | ||
Version 4.0.0 released. List of major changes: | ||
* Added: | ||
Option max_cross_validations to limit the total number of cross | ||
validations performed. | ||
|