Skip to content

Releases: sequential-parameter-optimization/spotPython

v0.18.6a

22 Nov 13:56

Choose a tag to compare

0.18.6

v0.18.5

22 Nov 12:09

Choose a tag to compare

Update RELEASE_NOTES.txt

v0.18.4

22 Nov 08:42

Choose a tag to compare

0.18.4

v0.18.3

22 Nov 08:19

Choose a tag to compare

0.18.3

v0.18.2

22 Nov 08:05

Choose a tag to compare

0.18.2

v0.18.1

21 Nov 22:58

Choose a tag to compare

0.18.1

v0.18.0

21 Nov 21:12

Choose a tag to compare

0.18.0

v0.17.2

21 Nov 09:19

Choose a tag to compare

Improved Lightning documentation

v0.17.1: 0.17.1

17 Nov 16:41

Choose a tag to compare

  • improved get_device()

v0.17.0: 0.17.0

11 Nov 19:36

Choose a tag to compare

  • designs.py and spacefilling.py:
    Naming Conventions: The class names have been capitalized to follow the PEP 8 convention for class naming:
  1. designs -> Designs
  2. spacefilling -> SpaceFilling
  • The dimension of the design, k (int), must be specified by the user. There is not default dimension "2" anymore.