pydmoo 0.0.4__tar.gz → 0.0.6__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,23 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydmoo
3
- Version: 0.0.4
3
+ Version: 0.0.6
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://github.com/dynoptimization/pydmoo
5
8
  Author-email: DynOpt <dynoptimization@gmail.com>
6
9
  Maintainer-email: DynOpt <dynoptimization@gmail.com>
7
10
  License: GPL-3.0-or-later
8
11
  License-File: LICENSE
9
12
  Keywords: Dynamic Multi-objective Optimization,Python
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python
10
15
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Scientific/Engineering
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
12
21
  Requires-Python: >=3.12
13
22
  Requires-Dist: matplotlib>=3.10.7
14
23
  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.6"
4
4
  description = "pydmoo"
5
5
  license = {text = "GPL-3.0-or-later"}
6
6
  authors = [
@@ -10,17 +10,21 @@ 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
  ]
27
+ urls = {homepage = "https://github.com/dynoptimization/pydmoo", repository = "https://github.com/dynoptimization/pydmoo", documentation = "https://github.com/dynoptimization/pydmoo"}
24
28
  requires-python = ">=3.12"
25
29
  dependencies = [
26
30
  "matplotlib>=3.10.7",
@@ -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