Skip to content

Releases: clauswilke/PeptideBuilder

v1.1.0

Choose a tag to compare

@clauswilke clauswilke released this 05 Apr 21:02

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

Choose a tag to compare

@clauswilke clauswilke released this 01 Nov 19:53

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

Choose a tag to compare

@clauswilke clauswilke released this 11 Oct 18:16

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

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

Choose a tag to compare

@benjaminjack benjaminjack released this 29 Nov 22:52

Improved Python 3 support