Skip to content

v0.29.1: 0.29.1

Pre-release
Pre-release

Choose a tag to compare

@bartzbeielstein bartzbeielstein released this 05 Apr 19:56
· 136 commits to main since this release

New Kriging model (experimental). Can be undone in spot.py via:

old Kriging with attribute "name" kriging

from spotpython.build.kriging import Kriging as OldKriging

new Kriging without attribute "name" Kriging

from spotpython.surrogate.kriging import Kriging