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
4 changes: 4 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Fixes
* The expected frames are made available when a trajectory slice is sliced itself
with an incomplete slice and/or with a negative step (Issue #2413)
* TXYZ parser uses strings for the atom types like other parsers (Issue #2435)
* ITPParser now parses ITP *and* TOP files from GROMACS, reads #include files, and
substitutes #define variables both from the file and when passed in as a keyword
argument. The directives parsed into bonds, angles, impropers, and dihedrals now
match TPRParser. (PR #2408)

Enhancements
* Enhanges exception message when trajectory output file has no extension assigned.
Expand Down
Loading