Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 1, 2022
1 parent 57c7e33 commit 587789e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion peptides/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_sum = sum

__all__ = ["Peptide", "tables", "datasets"]
__version__ = "0.2.1"
__version__ = "0.3.0"
__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPLv3"
__credits__ = """
Expand Down

0 comments on commit 587789e

Please sign in to comment.