chemparseplot 1.5.3__tar.gz → 1.5.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.
Files changed (64) hide show
  1. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/PKG-INFO +1 -2
  2. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/_version.py +2 -2
  3. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/pyproject.toml +1 -1
  4. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/.gitignore +0 -0
  5. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/LICENSE +0 -0
  6. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/__init__.py +0 -0
  7. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/__init__.py +0 -0
  8. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/chemgp_hdf5.py +0 -0
  9. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/chemgp_jsonl.py +0 -0
  10. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/converter.py +0 -0
  11. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/__init__.py +0 -0
  12. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/dimer_trajectory.py +0 -0
  13. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/gprd.py +0 -0
  14. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/min_trajectory.py +0 -0
  15. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/minimization.py +0 -0
  16. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/neb.py +0 -0
  17. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/eon/saddle_search.py +0 -0
  18. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/file_.py +0 -0
  19. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/neb_utils.py +0 -0
  20. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/orca/__init__.py +0 -0
  21. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/orca/geomscan.py +0 -0
  22. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/orca/neb/__init__.py +0 -0
  23. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/orca/neb/interp.py +0 -0
  24. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/orca/neb/opi_parser.py +0 -0
  25. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/patterns.py +0 -0
  26. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/plumed.py +0 -0
  27. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/projection.py +0 -0
  28. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/sella/saddle_search.py +0 -0
  29. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/trajectory/__init__.py +0 -0
  30. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/trajectory/hdf5.py +0 -0
  31. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/parse/trajectory/neb.py +0 -0
  32. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/__init__.py +0 -0
  33. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/chemgp.py +0 -0
  34. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/geomscan.py +0 -0
  35. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/neb.py +0 -0
  36. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/optimization.py +0 -0
  37. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/plumed.py +0 -0
  38. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/structs.py +0 -0
  39. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/plot/theme.py +0 -0
  40. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/units.py +0 -0
  41. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/chemparseplot/util.py +0 -0
  42. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/readme.md +0 -0
  43. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/conftest.py +0 -0
  44. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/orca/test_geomscan.py +0 -0
  45. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/orca/test_interp.py +0 -0
  46. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_chemgp_hdf5.py +0 -0
  47. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_converter.py +0 -0
  48. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_dimer_trajectory.py +0 -0
  49. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_min_trajectory.py +0 -0
  50. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_neb_utils.py +0 -0
  51. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_patterns.py +0 -0
  52. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_plumed.py +0 -0
  53. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_projection.py +0 -0
  54. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_trajectory_hdf5.py +0 -0
  55. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/parse/test_trajectory_neb.py +0 -0
  56. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/__init__.py +0 -0
  57. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/test_chemgp_utils.py +0 -0
  58. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/test_neb_renderers.py +0 -0
  59. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/test_optimization.py +0 -0
  60. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/test_projection_refactor.py +0 -0
  61. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/plot/test_strip_rendering.py +0 -0
  62. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/test_coverage_batch.py +0 -0
  63. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/test_full_coverage.py +0 -0
  64. {chemparseplot-1.5.3 → chemparseplot-1.5.4}/tests/tutorials/test_chemparseplot.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chemparseplot
3
- Version: 1.5.3
3
+ Version: 1.5.4
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
@@ -20,7 +20,6 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
20
20
  Requires-Python: >=3.10
21
21
  Requires-Dist: numpy>=1.26.2
22
22
  Requires-Dist: pint>=0.22
23
- Requires-Dist: rgpycrumbs>=1.3.0
24
23
  Provides-Extra: all
25
24
  Requires-Dist: ase>=3.22; extra == 'all'
26
25
  Requires-Dist: cmcrameri>=1.7; extra == 'all'
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '1.5.3'
22
- __version_tuple__ = version_tuple = (1, 5, 3)
21
+ __version__ = version = '1.5.4'
22
+ __version_tuple__ = version_tuple = (1, 5, 4)
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -27,7 +27,7 @@ classifiers = [
27
27
  "Programming Language :: Python :: Implementation :: CPython",
28
28
  ]
29
29
  dynamic = ["version"]
30
- dependencies = ["numpy>=1.26.2", "pint>=0.22", "rgpycrumbs>=1.3.0"]
30
+ dependencies = ["numpy>=1.26.2", "pint>=0.22"]
31
31
 
32
32
  [project.optional-dependencies]
33
33
  doc = [
File without changes
File without changes
File without changes