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
85a6d1e0
Commit
85a6d1e0
authored
Feb 05, 2022
by
Martin Larralde
Browse files
Release v0.2.1
parent
f60f9598
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
85a6d1e0
...
...
@@ -6,7 +6,14 @@ 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.0...HEAD
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.2.1...HEAD
## [v0.2.1] - 2022-02-05
[
v0.2.1
]:
https://github.com/althonos/peptides.py/compare/v0.2.0...v0.2.1
### Fixed
-
`Peptide.hydrophobic_moment`
not working properly on sequences smaller than the provided window length (
[
#1
](
https://github.com/althonos/peptides.py/issues/1
)
).
## [v0.2.0] - 2021-10-21
...
...
peptides/__init__.py
View file @
85a6d1e0
...
...
@@ -18,7 +18,7 @@ except ImportError:
numpy
=
None
__all__
=
[
"Peptide"
,
"tables"
,
"datasets"
]
__version__
=
"0.2.
0
"
__version__
=
"0.2.
1
"
__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