spotPython v0.4.0 released

SpotPython v0.4.0 is available via GitHub or PyPi.

There is a small change in spotPython >= v0.4.x: The method “get_default_hyperparameters_as_array” does not require the argument “hyper_dict” any more. So, if you are using v0.4.0 or higher, you should change

“get_default_hyperparameters_as_array(fun_control,hyper_dict)” ->
“get_default_hyperparameters_as_array(fun_control)”.