Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Releases: wesbarnett/dcdfort

Release 1.4.1

15 Aug 11:36
Compare
Choose a tag to compare

Fixed documentation.

Unless there are any major bugs, this will be considered the last release. dcdfort is considered feature complete.

Release 1.4

28 Feb 00:26
1.4
Compare
Choose a tag to compare
  • Add last parameter for Trajectory read() method which indicates the last frame to read.
  • Make frames_read attribute public which returns the actual number of frames saved to the Trajectory object.
  • Fix typos.
  • Update docs.

Release 1.3

10 Feb 15:19
1.3
Compare
Choose a tag to compare
  • Save titles in dcdreader structure

Release 1.2

08 Feb 14:54
Compare
Choose a tag to compare
  • Fixed dcdwriter xyz array dimensions to match dcdreader xyz dimensions
  • Migrate to meson for build system
  • Check compiler and version

Release 1.2 beta 1

23 Jan 18:29
Compare
Choose a tag to compare
Release 1.2 beta 1 Pre-release
Pre-release
1.2beta1

fix module install dir

Release 1.2 beta

23 Jan 18:19
Compare
Choose a tag to compare
Release 1.2 beta Pre-release
Pre-release
1.2beta

complete meson migration

Release 1.1.1

14 Dec 18:06
1.1.1
Compare
Choose a tag to compare
  • Many updates to tests
  • Use of pure functions
  • Check if using GNU compiler
  • Get exact size of dcd file header for comparison with file size
  • Add volume calculation

Release 1.1

23 Oct 22:10
1.1
Compare
Choose a tag to compare
  • Faster reads from DCD files by changing dimensions of xyz array
  • Faster skips using positioning
  • Fixed bug in box conversion (only affected usage when box dimensions weren't equal)
  • Smaller testing files
  • Rewritten tests and additional tests
  • Checks for native endinness when reading DCD files and swaps when necessary
  • Checks for incompatible DCD files
  • Don't convert back and forth from cosine of box angles from DCD file - just save these as cosines
  • Use doxygen to document API
  • Correct DCD file size estimates
  • Fix bug where large file sizes were not detected correctly
  • Add option to trajectory%read to skip beginning of file
  • Add option to trajectory%read and trajectory%read_next to read in only every so many frames
  • Give more information on DCD files, including starting time step, ending time step, simulation time step size
  • Fancier prompt

Release 1.0

10 Oct 22:18
1.0
Compare
Choose a tag to compare
Release 1.0