Skip to content

Commit 1ce586b

Browse files
new version 1.6.1
1 parent d7eb9cc commit 1ce586b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

GMXMMPBSA/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,14 @@ class InputWarning(MMPBSA_Warning):
157157
""" If we have a non-fatal warning """
158158
pass
159159

160+
160161
class StabilityWarning(MMPBSA_Warning):
161162
"""
162163
When define stability calculation and protein or ligand
163164
"""
164165
pass
165166

167+
166168
class GMXMMPBSA_ERROR():
167169
def __init__(self, msg='gmx_MMPBSA error', exc=MMPBSA_Error):
168170
logging.error(f"{exc.__name__} \n\n{msg}\n\nCheck the gmx_MMPBSA.log file to report the problem.")

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ title: Changelog
44
---
55
# Changelog
66

7+
## gmx_MMPBSA v1.6.1 (04/04/2023)
8+
9+
### Fixes
10+
11+
- PB decomp ends in error (https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA/issues/352)
12+
- Better parsing for errors
13+
714
## gmx_MMPBSA v1.6.0 (02/19/2023)
815

916
### Additions

0 commit comments

Comments
 (0)