Skip to content

Commit 587789e

Browse files
committed
Release v0.3.0
1 parent 57c7e33 commit 587789e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.2.1...HEAD
9+
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.3.0...HEAD
10+
11+
12+
## [v0.3.0] - 2022-09-01
13+
[v0.3.0]: https://github.com/althonos/peptides.py/compare/v0.2.1...v0.3.0
14+
15+
### Added
16+
- `Peptide.linker_preference_profile` to build a profile like used in the DomCut method from Suyama & Ohara (2002).
17+
- `Peptide.profile` to build a generic per-residue profile from a data table ([#3](https://github.com/althonos/peptides.py/issues/3)).
1018

1119

1220
## [v0.2.1] - 2022-02-05

peptides/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_sum = sum
2121

2222
__all__ = ["Peptide", "tables", "datasets"]
23-
__version__ = "0.2.1"
23+
__version__ = "0.3.0"
2424
__author__ = "Martin Larralde <[email protected]>"
2525
__license__ = "GPLv3"
2626
__credits__ = """

0 commit comments

Comments
 (0)