Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
peptides.py
Commits
587789e8
Commit
587789e8
authored
Sep 01, 2022
by
Martin Larralde
Browse files
Release v0.3.0
parent
57c7e33b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
587789e8
...
...
@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.2.1...HEAD
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.3.0...HEAD
## [v0.3.0] - 2022-09-01
[
v0.3.0
]:
https://github.com/althonos/peptides.py/compare/v0.2.1...v0.3.0
### Added
-
`Peptide.linker_preference_profile`
to build a profile like used in the DomCut method from Suyama & Ohara (2002).
-
`Peptide.profile`
to build a generic per-residue profile from a data table (
[
#3
](
https://github.com/althonos/peptides.py/issues/3
)
).
## [v0.2.1] - 2022-02-05
...
...
peptides/__init__.py
View file @
587789e8
...
...
@@ -20,7 +20,7 @@ except ImportError:
_sum
=
sum
__all__
=
[
"Peptide"
,
"tables"
,
"datasets"
]
__version__
=
"0.
2.1
"
__version__
=
"0.
3.0
"
__author__
=
"Martin Larralde <martin.larralde@embl.de>"
__license__
=
"GPLv3"
__credits__
=
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment