sawnergy 1.0.0__py3-none-any.whl → 1.0.2__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sawnergy
3
- Version: 1.0.0
3
+ Version: 1.0.2
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
@@ -71,6 +71,12 @@ node indexing, and RNG seeds stay consistent across the toolchain.
71
71
 
72
72
  ---
73
73
 
74
+ ## 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)
77
+
78
+ ---
79
+
74
80
  ## Core Components
75
81
 
76
82
  ### `sawnergy.rin.RINBuilder`
@@ -249,24 +255,6 @@ v.build_frame(1,
249
255
 
250
256
  ---
251
257
 
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
258
  ## Project Structure
271
259
 
272
260
  ```
@@ -277,7 +265,6 @@ python -m pytest
277
265
  │ ├── visual/ # Visualizer and palette utilities
278
266
  │ ├── logging_util.py
279
267
  │ └── sawnergy_util.py
280
- ├── tests/ # Synthetic end-to-end tests (pytest)
281
268
 
282
269
  └── README.md
283
270
  ```
@@ -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.0.dist-info/licenses/LICENSE,sha256=cElK4bCsDhyAEON3H05s35bQZvxBcXBiCOrOdiUhDCY,11346
18
- sawnergy-1.0.0.dist-info/licenses/NOTICE,sha256=eVTbuSasZrmMJVtKoWOzsKyu4ZNm7Ks7dzI3Tx5tEHc,109
19
- sawnergy-1.0.0.dist-info/METADATA,sha256=RZyX9o2caY3HyPUx1fTDWGcSuAXeMjCM4_qixxR7fo8,13321
20
- sawnergy-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- sawnergy-1.0.0.dist-info/top_level.txt,sha256=-67FQD6FD9Gjt74WTmO9hNYA3MLB4HaSxci0sEKC5Lo,9
22
- sawnergy-1.0.0.dist-info/RECORD,,
17
+ sawnergy-1.0.2.dist-info/licenses/LICENSE,sha256=cElK4bCsDhyAEON3H05s35bQZvxBcXBiCOrOdiUhDCY,11346
18
+ sawnergy-1.0.2.dist-info/licenses/NOTICE,sha256=eVTbuSasZrmMJVtKoWOzsKyu4ZNm7Ks7dzI3Tx5tEHc,109
19
+ sawnergy-1.0.2.dist-info/METADATA,sha256=gIHmEUZEFDKPN_4h4jU_8-cH7cKalHe3OeUTJxU-5v8,12904
20
+ sawnergy-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ sawnergy-1.0.2.dist-info/top_level.txt,sha256=-67FQD6FD9Gjt74WTmO9hNYA3MLB4HaSxci0sEKC5Lo,9
22
+ sawnergy-1.0.2.dist-info/RECORD,,