sawnergy 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.0.dist-info → sawnergy-1.0.1.dist-info}/METADATA +1 -20
- {sawnergy-1.0.0.dist-info → sawnergy-1.0.1.dist-info}/RECORD +6 -6
- {sawnergy-1.0.0.dist-info → sawnergy-1.0.1.dist-info}/WHEEL +0 -0
- {sawnergy-1.0.0.dist-info → sawnergy-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {sawnergy-1.0.0.dist-info → sawnergy-1.0.1.dist-info}/licenses/NOTICE +0 -0
- {sawnergy-1.0.0.dist-info → sawnergy-1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sawnergy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
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
|
|
@@ -249,24 +249,6 @@ v.build_frame(1,
|
|
|
249
249
|
|
|
250
250
|
---
|
|
251
251
|
|
|
252
|
-
## Testing & Quality Assurance
|
|
253
|
-
|
|
254
|
-
The automated test suite (`pytest`) synthesises deterministic cpptraj outputs and exercises the entire workflow:
|
|
255
|
-
|
|
256
|
-
- RIN parsing, residue aggregation, and metadata verification.
|
|
257
|
-
- Random/self-avoiding walk sampling and probability consistency with the RIN.
|
|
258
|
-
- Embedding orchestration, frame ordering, SGNS pair generation property tests.
|
|
259
|
-
- PureML and PyTorch SGNS smoke tests verifying finite weights and decreasing loss.
|
|
260
|
-
- Visualiser smoke tests that cover data loading and artist updates.
|
|
261
|
-
|
|
262
|
-
Run the suite (inside the project virtualenv):
|
|
263
|
-
|
|
264
|
-
```bash
|
|
265
|
-
python -m pytest
|
|
266
|
-
```
|
|
267
|
-
|
|
268
|
-
---
|
|
269
|
-
|
|
270
252
|
## Project Structure
|
|
271
253
|
|
|
272
254
|
```
|
|
@@ -277,7 +259,6 @@ python -m pytest
|
|
|
277
259
|
│ ├── visual/ # Visualizer and palette utilities
|
|
278
260
|
│ ├── logging_util.py
|
|
279
261
|
│ └── sawnergy_util.py
|
|
280
|
-
├── tests/ # Synthetic end-to-end tests (pytest)
|
|
281
262
|
│
|
|
282
263
|
└── README.md
|
|
283
264
|
```
|
|
@@ -14,9 +14,9 @@ sawnergy/visual/visualizer_util.py,sha256=C9W22CJmfJuTV5_uYsEnG8YChR4nH7OHKbNz26
|
|
|
14
14
|
sawnergy/walks/__init__.py,sha256=Z_Kaffhn3oUX13z9jbY0V5Ncdwj9Cnr--n9D-s7gh5k,250
|
|
15
15
|
sawnergy/walks/walker.py,sha256=Yj8FlIGYXNR1lK5ORE-TICr74k8ifargp1Ddswl5aFc,36808
|
|
16
16
|
sawnergy/walks/walker_util.py,sha256=ETdyPNIDwDQCA8Z5t38keBhYBJ56_ksT_0NhOCY-tHE,15361
|
|
17
|
-
sawnergy-1.0.
|
|
18
|
-
sawnergy-1.0.
|
|
19
|
-
sawnergy-1.0.
|
|
20
|
-
sawnergy-1.0.
|
|
21
|
-
sawnergy-1.0.
|
|
22
|
-
sawnergy-1.0.
|
|
17
|
+
sawnergy-1.0.1.dist-info/licenses/LICENSE,sha256=cElK4bCsDhyAEON3H05s35bQZvxBcXBiCOrOdiUhDCY,11346
|
|
18
|
+
sawnergy-1.0.1.dist-info/licenses/NOTICE,sha256=eVTbuSasZrmMJVtKoWOzsKyu4ZNm7Ks7dzI3Tx5tEHc,109
|
|
19
|
+
sawnergy-1.0.1.dist-info/METADATA,sha256=c1pVt9LxmzOzRjh1ofT9JdUxlsDsC1izMhkIOBdWBYI,12649
|
|
20
|
+
sawnergy-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
sawnergy-1.0.1.dist-info/top_level.txt,sha256=-67FQD6FD9Gjt74WTmO9hNYA3MLB4HaSxci0sEKC5Lo,9
|
|
22
|
+
sawnergy-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|