Skip to content

Commit 81f52a4

Browse files
v0.0.5
1 parent 9ebd9e8 commit 81f52a4

5 files changed

Lines changed: 2 additions & 49 deletions

File tree

.gitignore

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,4 @@ __pycache__/
44
spotPython.code-workspace
55
src/spotPython/_version.py
66
*.log
7-
site/sitemap.xml.gz
8-
site/sitemap.xml
9-
site/spotPython.tar.gz
10-
site/reference/spotPython/_version/index.html
11-
site/reference/spotPython/budget/ocba/index.html
12-
site/reference/spotPython/build/kriging/index.html
13-
site/reference/spotPython/build/surrogates/index.html
14-
site/reference/spotPython/design/designs/index.html
15-
site/reference/spotPython/design/factorial/index.html
16-
site/reference/spotPython/design/spacefilling/index.html
17-
site/reference/spotPython/fun/objectivefunctions/index.html
18-
site/reference/spotPython/plot/contour/index.html
19-
site/reference/spotPython/spot/spot/index.html
20-
site/reference/spotPython/utils/aggregate/index.html
21-
site/reference/spotPython/utils/compare/index.html
22-
site/reference/spotPython/utils/progress/index.html
23-
site/reference/spotPython/utils/repair/index.html
24-
site/reference/spotPython/utils/transform/index.html
25-
site/reference/SUMMARY/index.html
26-
site/search/search_index.json
27-
site/sitemap.xml
28-
site/sitemap.xml.gz
29-
site/spotPython.tar.gz
30-
site/404.html
31-
site/about/index.html
32-
site/download/index.html
33-
site/examples/index.html
34-
site/index.html
35-
site/objects.inv
36-
site/reference/spotPython/budget/ocba/index.html
37-
site/reference/spotPython/build/kriging/index.html
38-
site/reference/spotPython/build/surrogates/index.html
39-
site/reference/spotPython/design/designs/index.html
40-
site/reference/spotPython/design/factorial/index.html
41-
site/reference/spotPython/design/spacefilling/index.html
42-
site/reference/spotPython/fun/objectivefunctions/index.html
43-
site/reference/spotPython/plot/contour/index.html
44-
site/reference/spotPython/spot/spot/index.html
45-
site/reference/spotPython/utils/aggregate/index.html
46-
site/reference/spotPython/utils/compare/index.html
47-
site/reference/spotPython/utils/progress/index.html
48-
site/reference/spotPython/utils/repair/index.html
49-
site/reference/spotPython/utils/transform/index.html
50-
site/reference/SUMMARY/index.html
51-
site/search/search_index.json
52-
site/sitemap.xml
53-
site/sitemap.xml.gz
54-
site/spotPython.tar.gz
7+
site/

dist/spotPython-0.0.4.tar.gz

-4.48 MB
Binary file not shown.

dist/spotPython-0.0.5.tar.gz

3.79 MB
Binary file not shown.

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.0.4"
10+
version = "0.0.5"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

0 commit comments

Comments
 (0)