File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ The rules for this file:
1818## Version 1.1.2
1919
2020### Authors
21- talagayev
21+ talagayev, NDoering99
2222
2323### Added
2424- Addition of ` CHARM2024 ` forcefield (2025-11-03, PR #163 )
2525
2626### Fixed
27+ - Fixed 'warinings' import error for 'openmmdlsetup.py' (2026-01-18, PR #173 )
2728- Adjusted the water selection for ` Amber19 ` (2025-12-08, PR #166 )
2829- Fixes import error in ` visualization.ipynb ` (2025-10-14, PR #159 )
2930- Fixes numpy error in due current incompatbility with parmed (2025-10-19, PR #160 )
Original file line number Diff line number Diff line change 11import openmm as mm
22import openmm .unit as unit
3+ import warnings
34from openmm .app import PDBFile , PDBxFile
45from pdbfixer .pdbfixer import (
56 PDBFixer ,
You can’t perform that action at this time.
0 commit comments