sawnergy 1.0.2__tar.gz → 1.0.3__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.

Potentially problematic release.


This version of sawnergy might be problematic. Click here for more details.

Files changed (31) hide show
  1. {sawnergy-1.0.2/sawnergy.egg-info → sawnergy-1.0.3}/PKG-INFO +10 -3
  2. {sawnergy-1.0.2 → sawnergy-1.0.3}/README.md +6 -2
  3. {sawnergy-1.0.2 → sawnergy-1.0.3/sawnergy.egg-info}/PKG-INFO +10 -3
  4. {sawnergy-1.0.2 → sawnergy-1.0.3}/LICENSE +0 -0
  5. {sawnergy-1.0.2 → sawnergy-1.0.3}/NOTICE +0 -0
  6. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/__init__.py +0 -0
  7. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/SGNS_pml.py +0 -0
  8. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/SGNS_torch.py +0 -0
  9. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/__init__.py +0 -0
  10. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/embedder.py +0 -0
  11. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/logging_util.py +0 -0
  12. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/__init__.py +0 -0
  13. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/rin_builder.py +0 -0
  14. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/rin_util.py +0 -0
  15. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/sawnergy_util.py +0 -0
  16. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/__init__.py +0 -0
  17. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/visualizer.py +0 -0
  18. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/visualizer_util.py +0 -0
  19. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/__init__.py +0 -0
  20. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/walker.py +0 -0
  21. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/walker_util.py +0 -0
  22. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/SOURCES.txt +0 -0
  23. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/dependency_links.txt +0 -0
  24. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/requires.txt +0 -0
  25. {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/top_level.txt +0 -0
  26. {sawnergy-1.0.2 → sawnergy-1.0.3}/setup.cfg +0 -0
  27. {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_embedding.py +0 -0
  28. {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_rin.py +0 -0
  29. {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_storage.py +0 -0
  30. {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_visual.py +0 -0
  31. {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_walks.py +0 -0
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sawnergy
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations
5
5
  Home-page: https://github.com/Yehor-Mishchyriak/SAWNERGY
6
6
  Author: Yehor Mishchyriak
7
7
  License: Apache-2.0
8
+ Project-URL: Source, https://github.com/Yehor-Mishchyriak/SAWNERGY
9
+ Project-URL: Tracker, https://github.com/Yehor-Mishchyriak/SAWNERGY/issues
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: License :: OSI Approved :: Apache Software License
10
12
  Classifier: Operating System :: OS Independent
@@ -25,12 +27,17 @@ Dynamic: description-content-type
25
27
  Dynamic: home-page
26
28
  Dynamic: license
27
29
  Dynamic: license-file
30
+ Dynamic: project-url
28
31
  Dynamic: requires-dist
29
32
  Dynamic: requires-python
30
33
  Dynamic: summary
31
34
 
32
35
  # SAWNERGY
33
36
 
37
+ [![PyPI](https://img.shields.io/pypi/v/sawnergy)](https://pypi.org/project/sawnergy/)
38
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
39
+ ![Python](https://img.shields.io/badge/python-3.11%2B-blue)
40
+
34
41
  A toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations, sampling
35
42
  random and self-avoiding walks, learning node embeddings, and visualising residue interaction networks (RINs). SAWNERGY
36
43
  keeps the full workflow — from `cpptraj` output to skip-gram embeddings (node2vec approach) — inside Python, backed by efficient Zarr-based archives and optional GPU acceleration.
@@ -72,8 +79,8 @@ node indexing, and RNG seeds stay consistent across the toolchain.
72
79
  ---
73
80
 
74
81
  ## Small visual example (constructed fully from trajectory and topology files)
75
- ![rin](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/rin.png)
76
- ![embedding](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/embedding.png)
82
+ ![RIN](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/rin.png)
83
+ ![Embedding](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/embedding.png)
77
84
 
78
85
  ---
79
86
 
@@ -1,5 +1,9 @@
1
1
  # SAWNERGY
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/sawnergy)](https://pypi.org/project/sawnergy/)
4
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
5
+ ![Python](https://img.shields.io/badge/python-3.11%2B-blue)
6
+
3
7
  A toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations, sampling
4
8
  random and self-avoiding walks, learning node embeddings, and visualising residue interaction networks (RINs). SAWNERGY
5
9
  keeps the full workflow — from `cpptraj` output to skip-gram embeddings (node2vec approach) — inside Python, backed by efficient Zarr-based archives and optional GPU acceleration.
@@ -41,8 +45,8 @@ node indexing, and RNG seeds stay consistent across the toolchain.
41
45
  ---
42
46
 
43
47
  ## Small visual example (constructed fully from trajectory and topology files)
44
- ![rin](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/rin.png)
45
- ![embedding](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/embedding.png)
48
+ ![RIN](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/rin.png)
49
+ ![Embedding](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/embedding.png)
46
50
 
47
51
  ---
48
52
 
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sawnergy
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations
5
5
  Home-page: https://github.com/Yehor-Mishchyriak/SAWNERGY
6
6
  Author: Yehor Mishchyriak
7
7
  License: Apache-2.0
8
+ Project-URL: Source, https://github.com/Yehor-Mishchyriak/SAWNERGY
9
+ Project-URL: Tracker, https://github.com/Yehor-Mishchyriak/SAWNERGY/issues
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: License :: OSI Approved :: Apache Software License
10
12
  Classifier: Operating System :: OS Independent
@@ -25,12 +27,17 @@ Dynamic: description-content-type
25
27
  Dynamic: home-page
26
28
  Dynamic: license
27
29
  Dynamic: license-file
30
+ Dynamic: project-url
28
31
  Dynamic: requires-dist
29
32
  Dynamic: requires-python
30
33
  Dynamic: summary
31
34
 
32
35
  # SAWNERGY
33
36
 
37
+ [![PyPI](https://img.shields.io/pypi/v/sawnergy)](https://pypi.org/project/sawnergy/)
38
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
39
+ ![Python](https://img.shields.io/badge/python-3.11%2B-blue)
40
+
34
41
  A toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations, sampling
35
42
  random and self-avoiding walks, learning node embeddings, and visualising residue interaction networks (RINs). SAWNERGY
36
43
  keeps the full workflow — from `cpptraj` output to skip-gram embeddings (node2vec approach) — inside Python, backed by efficient Zarr-based archives and optional GPU acceleration.
@@ -72,8 +79,8 @@ node indexing, and RNG seeds stay consistent across the toolchain.
72
79
  ---
73
80
 
74
81
  ## Small visual example (constructed fully from trajectory and topology files)
75
- ![rin](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/rin.png)
76
- ![embedding](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/embedding.png)
82
+ ![RIN](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/rin.png)
83
+ ![Embedding](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/embedding.png)
77
84
 
78
85
  ---
79
86
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes