Skip to content

Releases: althonos/peptides.py

v0.3.4

09 Sep 11:55
v0.3.4
Compare
Choose a tag to compare

Added

Fixed

  • Peptide methods not being documented in Sphinx documentation.

v0.3.3

26 Aug 14:09
v0.3.3
Compare
Choose a tag to compare

Added

  • PRIN components and VSTPV descriptors to Peptide.

Changed

  • Change Sphinx documentation to use the PyData theme.

v0.3.2

12 Apr 18:38
Compare
Choose a tag to compare

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

01 Sep 15:54
Compare
Choose a tag to compare

Fixed

  • peptides.datasets data files missing from the source distribution.

v0.3.0

01 Sep 12:36
Compare
Choose a tag to compare

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).

v0.2.0

25 Oct 13:53
Compare
Choose a tag to compare

Added

  • Peptide.counts method to get the number of occurences of each amino acid in the peptide.
  • Peptide.frequencies to get the frequencies of each amino acid in the peptide.
  • Peptide.pcp_descriptors to compute the PCP descriptors from Mathura & Braun (2001).
  • Peptide.sneath_vectors to compute the descriptors from Sneath (1966).
  • Hydrophilicity descriptors from Barley (2018).
  • Peptide.structural_class to predict the structural class of a protein using one of three reference datasets and one of four distance metrics.

Changed

  • Peptide.aliphatic_index now supports unknown Leu/Ile residue (code J).
  • Swap order of Peptide.hydrophobic_moment arguments for consistency with profile methods.
  • Some Peptide functions now support vectorized code using numpy if available.

v0.1.0

21 Oct 14:24
Compare
Choose a tag to compare

Initial release.