Skip to content

Releases: clauswilke/PeptideBuilder

v1.1.0

05 Apr 21:02
Compare
Choose a tag to compare

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

01 Nov 19:53
Compare
Choose a tag to compare

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

11 Oct 18:16
Compare
Choose a tag to compare

Bug fix: Makes sure atom coordinates are always stored as numpy array.

v1.0.2: Merge pull request #5 from mtien/dev

29 Nov 22:52
Compare
Choose a tag to compare