Releases: clauswilke/PeptideBuilder
Releases · clauswilke/PeptideBuilder
v1.1.0
Various improvements and cleanup:
- It is now possible to add the terminal oxygen in a peptide via the newly added function
add_terminal_OXT()
. - Support for Python 2.7 has been dropped.
- Proper unit tests have been added.
- The code has undergone extensive clean-up, thanks to Sean Aubin.
v1.0.4: Relicensed under more permissive MIT license
This release changes the license from GPL v2.0 to the more permissive MIT license. The MIT license is compatible with GPL v2.0, so this has no effect on current users of the software.
The license change was agreed on by all authors and contributors to the code (see #9).
v1.0.3
Bug fix: Makes sure atom coordinates are always stored as numpy array.
v1.0.2: Merge pull request #5 from mtien/dev
Improved Python 3 support