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.
- {sawnergy-1.0.2/sawnergy.egg-info → sawnergy-1.0.3}/PKG-INFO +10 -3
- {sawnergy-1.0.2 → sawnergy-1.0.3}/README.md +6 -2
- {sawnergy-1.0.2 → sawnergy-1.0.3/sawnergy.egg-info}/PKG-INFO +10 -3
- {sawnergy-1.0.2 → sawnergy-1.0.3}/LICENSE +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/NOTICE +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/__init__.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/SGNS_pml.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/SGNS_torch.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/__init__.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/embedding/embedder.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/logging_util.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/__init__.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/rin_builder.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/rin/rin_util.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/sawnergy_util.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/__init__.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/visualizer.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/visual/visualizer_util.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/__init__.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/walker.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy/walks/walker_util.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/SOURCES.txt +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/dependency_links.txt +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/requires.txt +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/sawnergy.egg-info/top_level.txt +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/setup.cfg +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_embedding.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_rin.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_storage.py +0 -0
- {sawnergy-1.0.2 → sawnergy-1.0.3}/tests/test_visual.py +0 -0
- {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.
|
|
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
|
+
[](https://pypi.org/project/sawnergy/)
|
|
38
|
+
[](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
|
|
39
|
+

|
|
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
|
-

|
|
83
|
+

|
|
77
84
|
|
|
78
85
|
---
|
|
79
86
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# SAWNERGY
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/sawnergy/)
|
|
4
|
+
[](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
|
|
5
|
+

|
|
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
|
-

|
|
49
|
+

|
|
46
50
|
|
|
47
51
|
---
|
|
48
52
|
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sawnergy
|
|
3
|
-
Version: 1.0.
|
|
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
|
+
[](https://pypi.org/project/sawnergy/)
|
|
38
|
+
[](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
|
|
39
|
+

|
|
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
|
-

|
|
83
|
+

|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|