Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (41 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 1.64 KB

FATSLiM Changelog

All notable changes to FATSLiM are documented in this file. Version numbers comply with Python recommandation.

[0.2.2] - 2020-01-30

Changed

  • Python 2 is now deprecated and not supported anymore

Fixed

  • compilation with recent version of Cython (See Issues #5 and #15)

[0.2.1] - 2016-09-21

Added

  • Description of the "--idfreq" option in the documentation

Changed

  • Default frequence for membrane identification is now 1 (every frame)

Fixed

  • Bug in lipid direction calculation
  • Lack of verbose output for "membranes" command
  • Ignored "--idfreq" option leading to membrane identified only once per trajectory
  • Bad test file for thickness command xvg export
  • --end-frame option interpreted as float an raising error when used
  • Uninitialized variable in thickness calculation inducing lack of reproductibility

[0.2.0] - 2016-07-27

Added

  • Full documentation.
  • Updated thickness calculation algorithm
  • --begin-frame/--end-frame options to select begining/ending frame index

Changed

  • --begin and --end options new refers to timesteps (same as GROMACS) rather than frame index

Fixed

  • Missing "--interacting-group"

[0.1.2] - 2016-03-21

Added

Fixed

  • README.rst is now correctly rendered by github.
  • Bug in leaflet attribution routine.

0.1 - 2016-02-01

First public release