peclet 0.2.0__tar.gz → 0.2.1__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.0
3
+ Version: 0.2.1
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,7 +8,7 @@ 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.0
11
+ Requires-Dist: peclet-dem==0.2.1
12
12
  Requires-Dist: peclet-flow==0.2.0
13
13
  Requires-Dist: peclet-morton==0.2.0
14
14
  Requires-Dist: peclet-voro==0.2.0
@@ -19,10 +19,11 @@ Description-Content-Type: text/markdown
19
19
  # Peclet
20
20
 
21
21
  [![PyPI version](https://img.shields.io/pypi/v/peclet.svg)](https://pypi.org/project/peclet/)
22
- [![Python versions](https://img.shields.io/pypi/pyversions/peclet.svg)](https://pypi.org/project/peclet/)
22
+ [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://pypi.org/project/peclet/)
23
23
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
24
24
  [![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://computational-chemical-engineering.github.io/peclet/)
25
25
  [![Docs build](https://github.com/computational-chemical-engineering/peclet/actions/workflows/site.yml/badge.svg)](https://github.com/computational-chemical-engineering/peclet/actions/workflows/site.yml)
26
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21132445.svg)](https://doi.org/10.5281/zenodo.21132445)
26
27
 
27
28
  A suite of codes for **simulation of transport phenomena** — Eulerian (CFD/Navier–Stokes), Lagrangian
28
29
  (DEM/particle packing) and mixed (Voronoi) methods — sharing one MPI **block domain decomposition**
@@ -103,8 +104,19 @@ only manual step.
103
104
  Contributions are welcome — see **[CONTRIBUTING.md](CONTRIBUTING.md)** for the submodule dev setup,
104
105
  build/test, and PR flow. Participation is governed by the [Contributor Covenant](CODE_OF_CONDUCT.md).
105
106
  Report security issues privately per the [Security Policy](SECURITY.md). Release history lives in the
106
- [CHANGELOG](CHANGELOG.md); please cite the suite via [CITATION.cff](CITATION.cff) (GitHub's "Cite this
107
- repository" button).
107
+ [CHANGELOG](CHANGELOG.md).
108
+
109
+ ## Citing
110
+
111
+ If you use Peclet in your research, please cite it. Each release is archived on Zenodo:
112
+
113
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21132445.svg)](https://doi.org/10.5281/zenodo.21132445)
114
+
115
+ - **All versions (concept DOI):** [10.5281/zenodo.21132445](https://doi.org/10.5281/zenodo.21132445) — always resolves to the latest release; use this unless you need to pin an exact version.
116
+ - **This release (v0.2.0):** [10.5281/zenodo.21132446](https://doi.org/10.5281/zenodo.21132446).
117
+
118
+ Machine-readable metadata is in [CITATION.cff](CITATION.cff) — use GitHub's "Cite this repository"
119
+ button for ready-made BibTeX/APA.
108
120
 
109
121
  ## Note on submodule pins
110
122
 
@@ -1,10 +1,11 @@
1
1
  # Peclet
2
2
 
3
3
  [![PyPI version](https://img.shields.io/pypi/v/peclet.svg)](https://pypi.org/project/peclet/)
4
- [![Python versions](https://img.shields.io/pypi/pyversions/peclet.svg)](https://pypi.org/project/peclet/)
4
+ [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://pypi.org/project/peclet/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
6
  [![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://computational-chemical-engineering.github.io/peclet/)
7
7
  [![Docs build](https://github.com/computational-chemical-engineering/peclet/actions/workflows/site.yml/badge.svg)](https://github.com/computational-chemical-engineering/peclet/actions/workflows/site.yml)
8
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21132445.svg)](https://doi.org/10.5281/zenodo.21132445)
8
9
 
9
10
  A suite of codes for **simulation of transport phenomena** — Eulerian (CFD/Navier–Stokes), Lagrangian
10
11
  (DEM/particle packing) and mixed (Voronoi) methods — sharing one MPI **block domain decomposition**
@@ -85,8 +86,19 @@ only manual step.
85
86
  Contributions are welcome — see **[CONTRIBUTING.md](CONTRIBUTING.md)** for the submodule dev setup,
86
87
  build/test, and PR flow. Participation is governed by the [Contributor Covenant](CODE_OF_CONDUCT.md).
87
88
  Report security issues privately per the [Security Policy](SECURITY.md). Release history lives in the
88
- [CHANGELOG](CHANGELOG.md); please cite the suite via [CITATION.cff](CITATION.cff) (GitHub's "Cite this
89
- repository" button).
89
+ [CHANGELOG](CHANGELOG.md).
90
+
91
+ ## Citing
92
+
93
+ If you use Peclet in your research, please cite it. Each release is archived on Zenodo:
94
+
95
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21132445.svg)](https://doi.org/10.5281/zenodo.21132445)
96
+
97
+ - **All versions (concept DOI):** [10.5281/zenodo.21132445](https://doi.org/10.5281/zenodo.21132445) — always resolves to the latest release; use this unless you need to pin an exact version.
98
+ - **This release (v0.2.0):** [10.5281/zenodo.21132446](https://doi.org/10.5281/zenodo.21132446).
99
+
100
+ Machine-readable metadata is in [CITATION.cff](CITATION.cff) — use GitHub's "Cite this repository"
101
+ button for ready-made BibTeX/APA.
90
102
 
91
103
  ## Note on submodule pins
92
104
 
@@ -16,7 +16,7 @@ build-backend = "hatchling.build"
16
16
 
17
17
  [project]
18
18
  name = "peclet"
19
- version = "0.2.0"
19
+ version = "0.2.1"
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,7 +26,7 @@ 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.0",
29
- "peclet-dem==0.2.0",
29
+ "peclet-dem==0.2.1",
30
30
  "peclet-voro==0.2.0",
31
31
  ]
32
32
 
File without changes
File without changes
File without changes
File without changes