Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

57 lines (46 loc) · 2.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.1 - 2021-09-27

Fixed

  • Set triclinic box size correctly (bug fix thanks to Kevin Silmore).

Changed

  • Update code of conduct. The default git branch is renamed main. More information is available.

0.4.0 - 2021-04-12

Changed

  • The embedded GSD library has been updated to v2.4.1.
  • The license has been updated. gsd-vmd is now maintained as part of our work at Auburn University.

0.3.0 - 2020-02-13

Changed

  • The embedded GSD library has been updated to v2.0.0. This version supports reading both GSD 1.0 (HOOMD < 2.9) and GSD 2.0 (HOOMD >= 2.9) files.
  • CMake can optionally configure 64-bit-only builds for macOS.
  • The license year has been updated.

0.2.0 - 2019-02-13

Changed

  • The embedded GSD library has been updated to v1.6.0.
  • The license year has been updated.
  • gsd-vmd is now hosted by Michael Howard on github instead of bitbucket.

0.1.2 - 2017-09-26

Fixed

  • Fixed a CMake cache error when VMD is not found.

0.1.1 - 2017-01-16

Fixed

  • Ensured unit tests are compatible with compilers without C++11 support.
  • Fixed rpath for testing so that directory structure is not assumed.

0.1.0 - 2017-01-12

Added

  • Implementation of the VMD molfile plugin for HOOMD-blue GSD files. The plugin is able to read particle and bond data. Angles, dihedrals, and writing are not currently supported.