pydmoo 0.0.3__tar.gz → 0.0.4__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.3 → pydmoo-0.0.4}/PKG-INFO +2 -1
- {pydmoo-0.0.3 → pydmoo-0.0.4}/pyproject.toml +9 -3
- {pydmoo-0.0.3 → pydmoo-0.0.4}/.github/workflows/publish.yml +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/.gitignore +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/.python-version +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/CODE_OF_CONDUCT.md +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/LICENSE +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/README.md +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/pydmoo/__init__.py +0 -0
- {pydmoo-0.0.3 → pydmoo-0.0.4}/uv.lock +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pydmoo
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: pydmoo
|
|
5
5
|
Author-email: DynOpt <dynoptimization@gmail.com>
|
|
6
6
|
Maintainer-email: DynOpt <dynoptimization@gmail.com>
|
|
7
7
|
License: GPL-3.0-or-later
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Keywords: Dynamic Multi-objective Optimization,Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
11
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
11
12
|
Requires-Python: >=3.12
|
|
12
13
|
Requires-Dist: matplotlib>=3.10.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pydmoo"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.4"
|
|
4
4
|
description = "pydmoo"
|
|
5
5
|
license = {text = "GPL-3.0-or-later"}
|
|
6
6
|
authors = [
|
|
@@ -13,8 +13,14 @@ readme = "README.md"
|
|
|
13
13
|
homepage = "https://github.com/dynoptimization/pydmoo"
|
|
14
14
|
repository = "https://github.com/dynoptimization/pydmoo"
|
|
15
15
|
documentation = "https://github.com/dynoptimization/pydmoo"
|
|
16
|
-
keywords = [
|
|
17
|
-
|
|
16
|
+
keywords = [
|
|
17
|
+
"Python",
|
|
18
|
+
"Dynamic Multi-objective Optimization"
|
|
19
|
+
]
|
|
20
|
+
classifiers = [
|
|
21
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
22
|
+
"Programming Language :: Python :: 3",
|
|
23
|
+
]
|
|
18
24
|
requires-python = ">=3.12"
|
|
19
25
|
dependencies = [
|
|
20
26
|
"matplotlib>=3.10.7",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|