pydmoo 0.0.4__tar.gz → 0.0.7__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.
@@ -1,14 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydmoo
3
- Version: 0.0.4
3
+ Version: 0.0.7
4
4
  Summary: pydmoo
5
+ Project-URL: Homepage, https://github.com/dynoptimization/pydmoo
6
+ Project-URL: Repository, https://github.com/dynoptimization/pydmoo
7
+ Project-URL: Documentation, https://pydmoo.readthedocs.io/
8
+ Project-URL: Source, https://github.com/dynoptimization/pydmoo
9
+ Project-URL: Issues, https://github.com/dynoptimization/pydmoo/issues
10
+ Project-URL: Changelog, https://github.com/dynoptimization/pydmoo/releases
5
11
  Author-email: DynOpt <dynoptimization@gmail.com>
6
12
  Maintainer-email: DynOpt <dynoptimization@gmail.com>
7
13
  License: GPL-3.0-or-later
8
14
  License-File: LICENSE
9
15
  Keywords: Dynamic Multi-objective Optimization,Python
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
10
18
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Scientific/Engineering
22
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
23
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
12
24
  Requires-Python: >=3.12
13
25
  Requires-Dist: matplotlib>=3.10.7
14
26
  Requires-Dist: mpmath>=1.3.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pydmoo"
3
- version = "0.0.4"
3
+ version = "0.0.7"
4
4
  description = "pydmoo"
5
5
  license = {text = "GPL-3.0-or-later"}
6
6
  authors = [
@@ -10,16 +10,19 @@ maintainers = [
10
10
  {name = "DynOpt", email = "dynoptimization@gmail.com"},
11
11
  ]
12
12
  readme = "README.md"
13
- homepage = "https://github.com/dynoptimization/pydmoo"
14
- repository = "https://github.com/dynoptimization/pydmoo"
15
- documentation = "https://github.com/dynoptimization/pydmoo"
16
13
  keywords = [
17
14
  "Python",
18
15
  "Dynamic Multi-objective Optimization"
19
16
  ]
20
17
  classifiers = [
21
- "Topic :: Software Development :: Libraries :: Python Modules",
18
+ 'Operating System :: OS Independent',
19
+ 'Programming Language :: Python',
22
20
  "Programming Language :: Python :: 3",
21
+ 'Programming Language :: Python :: 3.12',
22
+ 'Programming Language :: Python :: 3.13',
23
+ 'Topic :: Scientific/Engineering',
24
+ 'Topic :: Scientific/Engineering :: Artificial Intelligence',
25
+ 'Topic :: Scientific/Engineering :: Mathematics',
23
26
  ]
24
27
  requires-python = ">=3.12"
25
28
  dependencies = [
@@ -36,6 +39,14 @@ dependencies = [
36
39
  "tabulate>=0.9.0",
37
40
  ]
38
41
 
42
+ [project.urls]
43
+ Homepage = "https://github.com/dynoptimization/pydmoo"
44
+ Repository = "https://github.com/dynoptimization/pydmoo"
45
+ Documentation = "https://pydmoo.readthedocs.io/"
46
+ "Source" = "https://github.com/dynoptimization/pydmoo"
47
+ "Issues" = "https://github.com/dynoptimization/pydmoo/issues"
48
+ "Changelog" = "https://github.com/dynoptimization/pydmoo/releases"
49
+
39
50
  [dependency-groups]
40
51
  dev = [
41
52
  "black>=25.9.0",
@@ -683,7 +683,7 @@ wheels = [
683
683
 
684
684
  [[package]]
685
685
  name = "pydmoo"
686
- version = "0.0.2"
686
+ version = "0.0.6"
687
687
  source = { editable = "." }
688
688
  dependencies = [
689
689
  { name = "matplotlib" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes