chemparseplot 1.4.1__tar.gz → 1.4.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.
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/PKG-INFO +1 -1
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/_version.py +2 -2
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/pyproject.toml +0 -9
- chemparseplot-1.4.1/chemparseplot/scripts/__init__.py +0 -3
- chemparseplot-1.4.1/chemparseplot/scripts/plot_gp.py +0 -732
- chemparseplot-1.4.1/chemparseplot/scripts/plt_neb.py +0 -1151
- chemparseplot-1.4.1/tests/scripts/__init__.py +0 -3
- chemparseplot-1.4.1/tests/scripts/test_plot_gp_cli.py +0 -54
- chemparseplot-1.4.1/tests/scripts/test_plt_neb_cli.py +0 -54
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/.gitignore +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/LICENSE +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/chemgp_hdf5.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/chemgp_jsonl.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/converter.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/eon/gprd.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/eon/minimization.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/eon/neb.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/eon/saddle_search.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/file_.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/neb_utils.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/orca/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/orca/geomscan.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/orca/neb/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/orca/neb/interp.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/orca/neb/opi_parser.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/patterns.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/plumed.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/sella/saddle_search.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/trajectory/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/trajectory/hdf5.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/parse/trajectory/neb.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/chemgp.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/geomscan.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/neb.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/plumed.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/structs.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/plot/theme.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/units.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/chemparseplot/util.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/readme.md +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/conftest.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/orca/test_geomscan.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/orca/test_interp.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_chemgp_hdf5.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_converter.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_neb_utils.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_patterns.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_plumed.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_trajectory_hdf5.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/parse/test_trajectory_neb.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/plot/__init__.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/plot/test_chemgp_utils.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/plot/test_neb_renderers.py +0 -0
- {chemparseplot-1.4.1 → chemparseplot-1.4.2}/tests/tutorials/test_chemparseplot.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chemparseplot
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: Parsers and plotting tools for computational chemistry
|
|
5
5
|
Project-URL: Documentation, https://chemparseplot.rgoswami.me
|
|
6
6
|
Project-URL: Issues, https://github.com/HaoZeke/chemparseplot/issues
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.4.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 4,
|
|
31
|
+
__version__ = version = '1.4.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 4, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -148,15 +148,6 @@ ban-relative-imports = "all"
|
|
|
148
148
|
"chemparseplot/parse/**/*" = [
|
|
149
149
|
"PLC0415",
|
|
150
150
|
] # deferred imports for optional deps (h5py, pandas, polars)
|
|
151
|
-
"chemparseplot/scripts/**/*" = [
|
|
152
|
-
"ARG001",
|
|
153
|
-
"E501",
|
|
154
|
-
"ICN001",
|
|
155
|
-
"PLC0415",
|
|
156
|
-
"PLR2004",
|
|
157
|
-
"S603",
|
|
158
|
-
"T201",
|
|
159
|
-
] # PEP 723 CLI scripts with optional deps
|
|
160
151
|
"tests/**/*" = [
|
|
161
152
|
"E402",
|
|
162
153
|
"F401",
|