Commit 84a42be
committed
Fix: resolve __init__.py version conflict, missing exports, and duplicate imports
- Remove hardcoded __version__ = "0.1.0" that overwrote the correct
"1.0.0-alpha" imported from __version__.py
- Add StatMechEngine and Thermodynamics to __all__ unconditionally since
they are always available (C++ core or pure-Python fallback)
- Remove duplicate import of models (BindingModeResult, DockingResult,
PoseResult) and load_results that was redundant with lines 3-4
- Remove redundant None assignments in except block that were immediately
overwritten by the fallback imports
https://claude.ai/code/session_01YH8uujLJF3yCtfhiMxWMqc1 parent af69aee commit 84a42be
1 file changed
+3
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 24 | | |
37 | 25 | | |
38 | 26 | | |
| |||
45 | 33 | | |
46 | 34 | | |
47 | 35 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 36 | | |
52 | 37 | | |
53 | 38 | | |
| |||
59 | 44 | | |
60 | 45 | | |
61 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
62 | 50 | | |
63 | 51 | | |
64 | 52 | | |
65 | 53 | | |
66 | 54 | | |
67 | | - | |
68 | | - | |
69 | 55 | | |
70 | 56 | | |
71 | 57 | | |
| |||
75 | 61 | | |
76 | 62 | | |
77 | 63 | | |
78 | | - | |
79 | | - | |
0 commit comments