Releases: sequential-parameter-optimization/spotPython
Releases · sequential-parameter-optimization/spotPython
v0.18.6a
0.18.6
v0.18.5
Update RELEASE_NOTES.txt
v0.18.4
0.18.4
v0.18.3
0.18.3
v0.18.2
0.18.2
v0.18.1
0.18.1
v0.18.0
0.18.0
v0.17.2
Improved Lightning documentation
v0.17.1: 0.17.1
- improved get_device()
v0.17.0: 0.17.0
- designs.py and spacefilling.py:
Naming Conventions: The class names have been capitalized to follow the PEP 8 convention for class naming:
designs->Designsspacefilling->SpaceFilling
- The dimension of the design, k (int), must be specified by the user. There is not default dimension "2" anymore.