peclet 0.2.1__tar.gz → 0.2.2__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.
- {peclet-0.2.1 → peclet-0.2.2}/PKG-INFO +2 -2
- {peclet-0.2.1 → peclet-0.2.2}/pyproject.toml +2 -2
- {peclet-0.2.1 → peclet-0.2.2}/.gitignore +0 -0
- {peclet-0.2.1 → peclet-0.2.2}/LICENSE +0 -0
- {peclet-0.2.1 → peclet-0.2.2}/README.md +0 -0
- {peclet-0.2.1 → peclet-0.2.2}/benchmarks/README.md +0 -0
- {peclet-0.2.1 → peclet-0.2.2}/containers/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peclet
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: GPU-accelerated & parallel simulation of transport phenomena (CFD, DEM, Voronoi) — CPU family metapackage
|
|
5
5
|
Project-URL: Homepage, https://github.com/computational-chemical-engineering/peclet
|
|
6
6
|
Project-URL: Documentation, https://github.com/computational-chemical-engineering/peclet
|
|
@@ -9,7 +9,7 @@ License-Expression: MIT
|
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Requires-Dist: peclet-dem==0.2.1
|
|
12
|
-
Requires-Dist: peclet-flow==0.2.
|
|
12
|
+
Requires-Dist: peclet-flow==0.2.1
|
|
13
13
|
Requires-Dist: peclet-morton==0.2.0
|
|
14
14
|
Requires-Dist: peclet-voro==0.2.0
|
|
15
15
|
Provides-Extra: mpi
|
|
@@ -16,7 +16,7 @@ build-backend = "hatchling.build"
|
|
|
16
16
|
|
|
17
17
|
[project]
|
|
18
18
|
name = "peclet"
|
|
19
|
-
version = "0.2.
|
|
19
|
+
version = "0.2.2"
|
|
20
20
|
description = "GPU-accelerated & parallel simulation of transport phenomena (CFD, DEM, Voronoi) — CPU family metapackage"
|
|
21
21
|
readme = "README.md"
|
|
22
22
|
requires-python = ">=3.10"
|
|
@@ -25,7 +25,7 @@ license-files = ["LICENSE"]
|
|
|
25
25
|
authors = [{ name = "Frank Peters", email = "e.a.j.f.peters@gmail.com" }]
|
|
26
26
|
dependencies = [
|
|
27
27
|
"peclet-morton==0.2.0",
|
|
28
|
-
"peclet-flow==0.2.
|
|
28
|
+
"peclet-flow==0.2.1",
|
|
29
29
|
"peclet-dem==0.2.1",
|
|
30
30
|
"peclet-voro==0.2.0",
|
|
31
31
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|