peclet 0.2.2__tar.gz → 0.4.0__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: peclet
3
- Version: 0.2.2
3
+ Version: 0.4.0
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
@@ -8,10 +8,10 @@ Author-email: Frank Peters <e.a.j.f.peters@gmail.com>
8
8
  License-Expression: MIT
9
9
  License-File: LICENSE
10
10
  Requires-Python: >=3.10
11
- Requires-Dist: peclet-dem==0.2.1
11
+ Requires-Dist: peclet-dem==0.3.0
12
12
  Requires-Dist: peclet-flow==0.2.1
13
13
  Requires-Dist: peclet-morton==0.2.0
14
- Requires-Dist: peclet-voro==0.2.0
14
+ Requires-Dist: peclet-voro==0.3.0
15
15
  Provides-Extra: mpi
16
16
  Requires-Dist: peclet-core==0.2.0; extra == 'mpi'
17
17
  Description-Content-Type: text/markdown
@@ -16,7 +16,7 @@ build-backend = "hatchling.build"
16
16
 
17
17
  [project]
18
18
  name = "peclet"
19
- version = "0.2.2"
19
+ version = "0.4.0"
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"
@@ -26,8 +26,8 @@ authors = [{ name = "Frank Peters", email = "e.a.j.f.peters@gmail.com" }]
26
26
  dependencies = [
27
27
  "peclet-morton==0.2.0",
28
28
  "peclet-flow==0.2.1",
29
- "peclet-dem==0.2.1",
30
- "peclet-voro==0.2.0",
29
+ "peclet-dem==0.3.0",
30
+ "peclet-voro==0.3.0",
31
31
  ]
32
32
 
33
33
  [project.optional-dependencies]
File without changes
File without changes
File without changes
File without changes
File without changes