dgpost 2.3.1__tar.gz → 2.4__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.
- {dgpost-2.3.1/src/dgpost.egg-info → dgpost-2.4}/PKG-INFO +4 -3
- {dgpost-2.3.1 → dgpost-2.4}/pyproject.toml +4 -3
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/impedance.py +1 -1
- dgpost-2.4/src/dgpost/transform/permittivity.py +689 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/reflection.py +41 -36
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/extract.py +33 -8
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/helpers.py +1 -0
- {dgpost-2.3.1 → dgpost-2.4/src/dgpost.egg-info}/PKG-INFO +4 -3
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost.egg-info/SOURCES.txt +2 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost.egg-info/requires.txt +3 -2
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_extract.py +37 -0
- dgpost-2.4/tests/test_permittivity.py +40 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_reflection.py +2 -0
- {dgpost-2.3.1 → dgpost-2.4}/LICENSE +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/README.md +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/setup.cfg +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/__init__.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/main.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/__init__.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/catalysis.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/chromatography.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/circuit_utils/__init__.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/circuit_utils/circuit_components.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/circuit_utils/circuit_parser.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/complex.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/electrochemistry.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/mixtures.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/rates.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/transform/table.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/__init__.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/load.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/parse.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/pivot.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/plot.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/save.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost/utils/transform.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost.egg-info/dependency_links.txt +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost.egg-info/entry_points.txt +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/src/dgpost.egg-info/top_level.txt +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_catalysis_atbal.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_catalysis_conversion.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_catalysis_selectivity.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_catalysis_yield.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_chromatography.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_complex.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_electrochemistry_charge.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_electrochemistry_current.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_electrochemistry_fe.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_electrochemistry_nernst.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_impedance.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_load.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_main.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_mixtures_flowtofraction.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_parse.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_pivot.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_plot.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_rates_batchtomolar.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_rates_flowtomolar.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_realworld.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_roundtrip.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_save.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_table_apply_linear.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_table_combine_columns.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_table_combine_namespaces.py +0 -0
- {dgpost-2.3.1 → dgpost-2.4}/tests/test_table_set_uncertainty.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dgpost
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4
|
|
4
4
|
Summary: datagram post-processing toolkit
|
|
5
5
|
Author: Ueli Sauter
|
|
6
6
|
Author-email: Peter Kraus <peter.kraus@tu-berlin.de>
|
|
@@ -19,7 +19,7 @@ Requires-Python: >=3.10
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: numpy>=1.20
|
|
22
|
-
Requires-Dist: uncertainties
|
|
22
|
+
Requires-Dist: uncertainties>=3.2.0
|
|
23
23
|
Requires-Dist: pandas<3.0
|
|
24
24
|
Requires-Dist: openpyxl
|
|
25
25
|
Requires-Dist: pint>=0.24.1
|
|
@@ -28,10 +28,11 @@ Requires-Dist: rdkit>=2022.3
|
|
|
28
28
|
Requires-Dist: h5netcdf>=1.0
|
|
29
29
|
Requires-Dist: xarray>=2024.10.0
|
|
30
30
|
Requires-Dist: dgbowl-schemas>=122
|
|
31
|
-
Requires-Dist: matplotlib
|
|
31
|
+
Requires-Dist: matplotlib<3.11,>=3.5.0
|
|
32
32
|
Provides-Extra: testing
|
|
33
33
|
Requires-Dist: pytest; extra == "testing"
|
|
34
34
|
Requires-Dist: ruff; extra == "testing"
|
|
35
|
+
Requires-Dist: h5py; extra == "testing"
|
|
35
36
|
Provides-Extra: docs
|
|
36
37
|
Requires-Dist: sphinx~=7.2; extra == "docs"
|
|
37
38
|
Requires-Dist: sphinx-rtd-theme~=1.3.0; extra == "docs"
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
requires-python = ">= 3.10"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"numpy >= 1.20",
|
|
29
|
-
"uncertainties
|
|
29
|
+
"uncertainties >= 3.2.0",
|
|
30
30
|
"pandas < 3.0",
|
|
31
31
|
"openpyxl",
|
|
32
32
|
"pint >= 0.24.1",
|
|
@@ -35,13 +35,14 @@ dependencies = [
|
|
|
35
35
|
"h5netcdf >= 1.0",
|
|
36
36
|
"xarray >= 2024.10.0",
|
|
37
37
|
"dgbowl-schemas >= 122",
|
|
38
|
-
"matplotlib >= 3.5.0",
|
|
38
|
+
"matplotlib >= 3.5.0, < 3.11",
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
42
|
testing = [
|
|
43
43
|
"pytest",
|
|
44
44
|
"ruff",
|
|
45
|
+
"h5py",
|
|
45
46
|
]
|
|
46
47
|
docs = [
|
|
47
48
|
"sphinx ~= 7.2",
|
|
@@ -66,4 +67,4 @@ dirty_template = "{tag}.dev{ccount}"
|
|
|
66
67
|
|
|
67
68
|
[tool.pytest.ini_options]
|
|
68
69
|
log_cli = false
|
|
69
|
-
log_cli_level = "DEBUG"
|
|
70
|
+
log_cli_level = "DEBUG"
|
|
@@ -79,7 +79,7 @@ def fit_circuit(
|
|
|
79
79
|
| | +------------+---------------+--------------+
|
|
80
80
|
| | | ``CPE_a`` | (0, 1) | |
|
|
81
81
|
+------------------------+--------+------------+---------------+--------------+
|
|
82
|
-
| Warburg element | ``W`` | ``W`` | (0, 1e10) | Ω·s⁻¹ᐟ²
|
|
82
|
+
| Warburg element | ``W`` | ``W`` | (0, 1e10) | Ω·s⁻¹ᐟ² |
|
|
83
83
|
+------------------------+--------+------------+---------------+--------------+
|
|
84
84
|
| Warburg short element | ``Ws`` | ``Ws_R`` | (0, 1e10) | Ω |
|
|
85
85
|
| | +------------+---------------+--------------+
|