Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 12, 2023
1 parent f6bf3d0 commit d9c3b6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.3.2...HEAD


## [v0.3.2] - 2023-04-01
[v0.3.2]: https://github.com/althonos/peptides.py/compare/v0.3.1...v0.3.2

### Added
- `Peptide.svger_descriptors` to compute SVGER descriptors from Tong *et al.* (2016).

### Fixed
- `Peptide.physical_descriptors` not being computed by `Peptide.descriptors`.

### Documentation
- Refactor documentation of individual descriptors into their own class.
- Add missing `PCPDescriptors` and `PhysicalDescriptors` to the API documentation.


## [v0.3.1] - 2022-09-01
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.3.1"
__version__ = "0.3.2"
__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPLv3"
__credits__ = """
Expand Down

0 comments on commit d9c3b6d

Please sign in to comment.