pydmoo 0.0.14__tar.gz → 0.0.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pydmoo-0.0.14 → pydmoo-0.0.16}/.github/workflows/docs.yml +6 -6
- {pydmoo-0.0.14 → pydmoo-0.0.16}/PKG-INFO +2 -2
- pydmoo-0.0.16/docs/requirements.txt +7 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pyproject.toml +2 -2
- {pydmoo-0.0.14 → pydmoo-0.0.16}/uv.lock +4 -4
- {pydmoo-0.0.14 → pydmoo-0.0.16}/.github/workflows/publish.yml +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/.gitignore +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/.python-version +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/CODE_OF_CONDUCT.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/LICENSE +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/README.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/api-manual/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS1.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS10.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS11.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS2.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS3.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS4.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS5.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS6.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS7.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS8.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PF/GTS9.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS1.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS10.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS11.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS2.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS3.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS4.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS5.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS6.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS7.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS8.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/figs/PS/GTS9.png +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/diversity-based.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/knowledge-based.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/memory-based.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/multi-population-based.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/algorithms/prediction-based.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/applications/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/metrics/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/problems/benchmarks.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/reference/problems/index.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/users-guide/bug-report.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/users-guide/installation.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/docs/users-guide/pull-request.md +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/mkdocs.yml +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/__init__.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/__init__.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/dyn.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/dynamic/__init__.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/dynamic/cec2015.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/dynamic/df.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/problems/dynamic/gts.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/response/__init__.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/response/ar_model.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/response/bounds.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo/response/tca_model.py +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16}/pydmoo.sublime-project +0 -0
- {pydmoo-0.0.14 → pydmoo-0.0.16/scripts}/generate_docs.py +0 -0
|
@@ -21,16 +21,16 @@ jobs:
|
|
|
21
21
|
uses: actions/cache@v4
|
|
22
22
|
with:
|
|
23
23
|
path: ~/.cache/pip
|
|
24
|
-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
|
24
|
+
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
|
|
25
25
|
restore-keys: |
|
|
26
26
|
${{ runner.os }}-pip-
|
|
27
27
|
|
|
28
28
|
- name: Install dependencies
|
|
29
29
|
run: |
|
|
30
|
-
pip install
|
|
30
|
+
pip install -r docs/requirements.txt
|
|
31
31
|
|
|
32
32
|
- name: Generate API docs
|
|
33
|
-
run: python generate_docs.py
|
|
33
|
+
run: python scripts/generate_docs.py
|
|
34
34
|
|
|
35
35
|
- name: Build documentation (strict)
|
|
36
36
|
run: mkdocs build --strict
|
|
@@ -53,16 +53,16 @@ jobs:
|
|
|
53
53
|
uses: actions/cache@v4
|
|
54
54
|
with:
|
|
55
55
|
path: ~/.cache/pip
|
|
56
|
-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
|
56
|
+
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
|
|
57
57
|
restore-keys: |
|
|
58
58
|
${{ runner.os }}-pip-
|
|
59
59
|
|
|
60
60
|
- name: Install dependencies
|
|
61
61
|
run: |
|
|
62
|
-
pip install
|
|
62
|
+
pip install -r docs/requirements.txt
|
|
63
63
|
|
|
64
64
|
- name: Generate API docs
|
|
65
|
-
run: python generate_docs.py
|
|
65
|
+
run: python scripts/generate_docs.py
|
|
66
66
|
|
|
67
67
|
- name: Configure Git
|
|
68
68
|
run: |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pydmoo
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: pydmoo
|
|
3
|
+
Version: 0.0.16
|
|
4
|
+
Summary: Dynamic Multi-Objective Optimization in Python (pydmoo).
|
|
5
5
|
Project-URL: Homepage, https://github.com/dynoptimization/pydmoo
|
|
6
6
|
Project-URL: Repository, https://github.com/dynoptimization/pydmoo
|
|
7
7
|
Project-URL: Documentation, https://pydmoo.readthedocs.io/
|
|
@@ -442,11 +442,11 @@ wheels = [
|
|
|
442
442
|
|
|
443
443
|
[[package]]
|
|
444
444
|
name = "idna"
|
|
445
|
-
version = "3.
|
|
445
|
+
version = "3.11"
|
|
446
446
|
source = { registry = "https://pypi.org/simple" }
|
|
447
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
447
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582, upload-time = "2025-10-12T14:55:20.501Z" }
|
|
448
448
|
wheels = [
|
|
449
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
449
|
+
{ url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" },
|
|
450
450
|
]
|
|
451
451
|
|
|
452
452
|
[[package]]
|
|
@@ -1150,7 +1150,7 @@ wheels = [
|
|
|
1150
1150
|
|
|
1151
1151
|
[[package]]
|
|
1152
1152
|
name = "pydmoo"
|
|
1153
|
-
version = "0.0.
|
|
1153
|
+
version = "0.0.16"
|
|
1154
1154
|
source = { editable = "." }
|
|
1155
1155
|
dependencies = [
|
|
1156
1156
|
{ name = "matplotlib" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|