CHANGELOG 1.22 KB
Newer Older
Stelios Karozis's avatar
Stelios Karozis committed
1 2 3 4 5 6 7 8
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

9 10 11 12 13
## [0.0.3] - 2020-05-14
### Added
- code for assign coordinates to subdomain
- code for creating vectors for each tail of lipid in subdomain
- code for creating surface for heads of lipids in subdomain
Stelios Karozis's avatar
Stelios Karozis committed
14 15
- code for calculating the angle between surface and vectors for every step, sudomain and resid
- clean main.py
16 17 18 19 20 21 22 23

### Changed
- change output in def atomid_data() to include resid
- adjust function that use def atomid_data() output accordigly

### Removed
- None

24
## [0.0.2] - 2020-05-11
25
### Added
26 27 28
- code for domain decomposition function
- code for identify desired atoms
- code for assigning desired atoms to subdomains
29 30

### Changed
31
- debug trr frames export
32 33 34 35

### Removed
- None

Stelios Karozis's avatar
Stelios Karozis committed
36 37 38 39 40 41
## [0.0.1] - 2020-04-27
### Added
- add gitignore
- read all or specific part of .trr files
- calculate surface from points
- calculate angle between two vectors(3D) or lines(2D)
Stelios Karozis's avatar
Stelios Karozis committed
42 43
- plot points and surface
- read .gro for determine residue type and atom type 
Stelios Karozis's avatar
Stelios Karozis committed
44 45 46 47 48 49

### Changed
- None

### Removed
- None