Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.47 KB

Change Log

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

Fixed

  • Fixed a bug in calculating the theoretical end-to-end distance of 3D wormlike chains.

Fixed

  • Fixed a typo in the MANIFEST.in file that caused the header files not to be distributed on PyPI.

Added

  • Additional fields for PyPI support were added to the setup.py file.

Fixed

  • Fixed typos in the version numbers in various files.

Added

  • A method getCppWLC2D was added to helpers.py for generating two-dimensional wormlike chains.

Fixed

  • The Python interface to the self-avoiding wormlike chain no longer throws an error when the input path length is less than three.

v0.0.0

Added

  • Documentation
  • Some minimal unit tests and doctests
  • Verification routine to check the accuracy of the WLC algorithms

Changed

  • The project was restructured to better match a standard Python/C++ open-source format.

Fixed

  • Fixed off-by-one error in the wormlike chain generation code.
  • Errors in computation of chain statistics