Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ The rules for this file:
## Version 1.1.2

### Authors
talagayev
talagayev, NDoering99

### Added
- Addition of `CHARM2024` forcefield (2025-11-03, PR #163)

### Fixed
- Fixed 'warinings' import error for 'openmmdlsetup.py' (2026-01-18, PR #173)
- Adjusted the water selection for `Amber19` (2025-12-08, PR #166)
- Fixes import error in `visualization.ipynb` (2025-10-14, PR #159)
- Fixes numpy error in due current incompatbility with parmed (2025-10-19, PR #160)
Expand Down
1 change: 1 addition & 0 deletions openmmdl/openmmdl_setup/openmmdlsetup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import openmm as mm
import openmm.unit as unit
import warnings
from openmm.app import PDBFile, PDBxFile
from pdbfixer.pdbfixer import (
PDBFixer,
Expand Down
Loading