Skip to content

Commit 8842fcf

Browse files
v0.0.4a
1 parent 228fc14 commit 8842fcf

29 files changed

Lines changed: 776 additions & 435 deletions

File tree

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,48 @@ src/spotPython/_version.py
77
site/sitemap.xml.gz
88
site/sitemap.xml
99
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
340 Bytes
Binary file not shown.

dist/spotPython-0.0.4.tar.gz

4.44 MB
Binary file not shown.

pyproject.toml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[build-system]
2-
requires = ["scipy",
3-
"setuptools>=61.0",
4-
"graphviz",
5-
"numpy",
6-
"scikit-learn",
7-
"matplotlib"]
2+
requires = [
3+
"setuptools>=61.0",
4+
"setuptools_scm[toml]"
5+
]
86
build-backend = "setuptools.build_meta"
97

108
[project]
@@ -26,16 +24,20 @@ classifiers = [
2624
# PEP 621 dependencies declaration
2725
# adapt to your dependencies manager
2826
dependencies = [
29-
"mkdocstrings-python"
27+
"matplotlib",
28+
"numpy",
29+
"pandas",
30+
"scikit-learn",
31+
"scipy",
3032
]
33+
# dynamic = ["version"]
3134

3235
[project.urls]
3336
"Homepage" = "https://www.spotseven.de"
37+
Issues = "https://github.com/sequential-parameter-optimization/spotPython/issues"
38+
Repository = "https://github.com/sequential-parameter-optimization/spotPython"
3439

3540
[tool.setuptools]
36-
# ...
37-
# By default, include-package-data is true in pyproject.toml, so you do
38-
# NOT have to specify this line.
3941
include-package-data = true
4042

4143
[tool.setuptools.packages.find]
@@ -45,3 +47,11 @@ where = ["src"]
4547
line-length = 120
4648
target-version = ["py310"]
4749

50+
[tool.setuptools_scm]
51+
write_to = "src/spotPython/_version.py"
52+
53+
[tool.pytest.ini_options]
54+
addopts = [
55+
"--import-mode=importlib",
56+
]
57+

site/404.html

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -272,22 +272,36 @@
272272

273273

274274

275+
<li class="md-nav__item">
276+
<a href="/reference/spotPython/_version/" class="md-nav__link">
277+
_version
278+
</a>
279+
</li>
280+
281+
282+
283+
284+
285+
286+
287+
288+
275289

276290
<li class="md-nav__item md-nav__item--nested">
277291

278292

279-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_1" type="checkbox" id="__nav_4_1_1" >
293+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_2" type="checkbox" id="__nav_4_1_2" >
280294

281295

282296

283297

284-
<label class="md-nav__link" for="__nav_4_1_1">
298+
<label class="md-nav__link" for="__nav_4_1_2">
285299
budget
286300
<span class="md-nav__icon md-icon"></span>
287301
</label>
288302

289303
<nav class="md-nav" aria-label="budget" data-md-level="3">
290-
<label class="md-nav__title" for="__nav_4_1_1">
304+
<label class="md-nav__title" for="__nav_4_1_2">
291305
<span class="md-nav__icon md-icon"></span>
292306
budget
293307
</label>
@@ -323,18 +337,18 @@
323337
<li class="md-nav__item md-nav__item--nested">
324338

325339

326-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_2" type="checkbox" id="__nav_4_1_2" >
340+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_3" type="checkbox" id="__nav_4_1_3" >
327341

328342

329343

330344

331-
<label class="md-nav__link" for="__nav_4_1_2">
345+
<label class="md-nav__link" for="__nav_4_1_3">
332346
build
333347
<span class="md-nav__icon md-icon"></span>
334348
</label>
335349

336350
<nav class="md-nav" aria-label="build" data-md-level="3">
337-
<label class="md-nav__title" for="__nav_4_1_2">
351+
<label class="md-nav__title" for="__nav_4_1_3">
338352
<span class="md-nav__icon md-icon"></span>
339353
build
340354
</label>
@@ -384,18 +398,18 @@
384398
<li class="md-nav__item md-nav__item--nested">
385399

386400

387-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_3" type="checkbox" id="__nav_4_1_3" >
401+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_4" type="checkbox" id="__nav_4_1_4" >
388402

389403

390404

391405

392-
<label class="md-nav__link" for="__nav_4_1_3">
406+
<label class="md-nav__link" for="__nav_4_1_4">
393407
design
394408
<span class="md-nav__icon md-icon"></span>
395409
</label>
396410

397411
<nav class="md-nav" aria-label="design" data-md-level="3">
398-
<label class="md-nav__title" for="__nav_4_1_3">
412+
<label class="md-nav__title" for="__nav_4_1_4">
399413
<span class="md-nav__icon md-icon"></span>
400414
design
401415
</label>
@@ -459,18 +473,18 @@
459473
<li class="md-nav__item md-nav__item--nested">
460474

461475

462-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_4" type="checkbox" id="__nav_4_1_4" >
476+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_5" type="checkbox" id="__nav_4_1_5" >
463477

464478

465479

466480

467-
<label class="md-nav__link" for="__nav_4_1_4">
481+
<label class="md-nav__link" for="__nav_4_1_5">
468482
fun
469483
<span class="md-nav__icon md-icon"></span>
470484
</label>
471485

472486
<nav class="md-nav" aria-label="fun" data-md-level="3">
473-
<label class="md-nav__title" for="__nav_4_1_4">
487+
<label class="md-nav__title" for="__nav_4_1_5">
474488
<span class="md-nav__icon md-icon"></span>
475489
fun
476490
</label>
@@ -506,18 +520,18 @@
506520
<li class="md-nav__item md-nav__item--nested">
507521

508522

509-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_5" type="checkbox" id="__nav_4_1_5" >
523+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_6" type="checkbox" id="__nav_4_1_6" >
510524

511525

512526

513527

514-
<label class="md-nav__link" for="__nav_4_1_5">
528+
<label class="md-nav__link" for="__nav_4_1_6">
515529
plot
516530
<span class="md-nav__icon md-icon"></span>
517531
</label>
518532

519533
<nav class="md-nav" aria-label="plot" data-md-level="3">
520-
<label class="md-nav__title" for="__nav_4_1_5">
534+
<label class="md-nav__title" for="__nav_4_1_6">
521535
<span class="md-nav__icon md-icon"></span>
522536
plot
523537
</label>
@@ -553,18 +567,18 @@
553567
<li class="md-nav__item md-nav__item--nested">
554568

555569

556-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_6" type="checkbox" id="__nav_4_1_6" >
570+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_7" type="checkbox" id="__nav_4_1_7" >
557571

558572

559573

560574

561-
<label class="md-nav__link" for="__nav_4_1_6">
575+
<label class="md-nav__link" for="__nav_4_1_7">
562576
spot
563577
<span class="md-nav__icon md-icon"></span>
564578
</label>
565579

566580
<nav class="md-nav" aria-label="spot" data-md-level="3">
567-
<label class="md-nav__title" for="__nav_4_1_6">
581+
<label class="md-nav__title" for="__nav_4_1_7">
568582
<span class="md-nav__icon md-icon"></span>
569583
spot
570584
</label>
@@ -600,18 +614,18 @@
600614
<li class="md-nav__item md-nav__item--nested">
601615

602616

603-
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_7" type="checkbox" id="__nav_4_1_7" >
617+
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_1_8" type="checkbox" id="__nav_4_1_8" >
604618

605619

606620

607621

608-
<label class="md-nav__link" for="__nav_4_1_7">
622+
<label class="md-nav__link" for="__nav_4_1_8">
609623
utils
610624
<span class="md-nav__icon md-icon"></span>
611625
</label>
612626

613627
<nav class="md-nav" aria-label="utils" data-md-level="3">
614-
<label class="md-nav__title" for="__nav_4_1_7">
628+
<label class="md-nav__title" for="__nav_4_1_8">
615629
<span class="md-nav__icon md-icon"></span>
616630
utils
617631
</label>

0 commit comments

Comments
 (0)