Skip to content

Commit 329491d

Browse files
0.7
1 parent a08435a commit 329491d

29 files changed

Lines changed: 2136 additions & 921 deletions

notebooks/00_spotPython_tests.ipynb

Lines changed: 2037 additions & 40 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotPython"
10-
version = "0.6.60"
10+
version = "0.7.0"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/data/lightning_hyper_dict.json

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/spotPython/data/lightning_hyper_dict.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/spotPython/hyperdict/light_hyper_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def load(self) -> dict:
3939
>>> from spotPython.hyperdict.light_hyper_dict import LightHyperDict
4040
lhd = LightHyperDict()
4141
lhd.hyper_dict
42-
{'NetLinearBase': {'l1': {'type': 'int',
42+
{'NetLightRegression': {'l1': {'type': 'int',
4343
'default': 3,
4444
'transform': 'transform_power_2_int',
4545
'lower': 3,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)