-
Notifications
You must be signed in to change notification settings - Fork 815
ReleaseNotes0121
Richard Gowers edited this page Oct 10, 2015
·
2 revisions
Release 0.12.1 brings a few minor fixes, including better OpenMP detection on Linux/OSX
Fixes
- Fixed OpenMP detection on Linux/OSX #459
- Fixed reading of LAMMPS trajectory times: default unit ought to be fs and not ps
- Fixed setting of dt for DCDReader (and LAMMPS DCDReader) with
keyword argument Universe(..., dt=
- )
- Fixed a bug in topology.core.guess_atom_element where a single digit atom name would raise an IndexError (#476)
- Fixed numpy -> np in LeafletFinder
kain88-de, orbeckst, richardjgowers