Skip to content

Releases: althonos/proteinogenic

v0.2.0

17 Feb 02:32
Compare
Choose a tag to compare

Fixed

  • Kekulization of imidazole cycle of L-histidine residues.

Changed

  • Refactored API to make failible operations return a result.
  • Renamed AminoAcid::from_code1 to AminoAcid::from_char.
  • Renamed AminoAcid::from_code3 to AminoAcid::from_code.

Added

  • AminoAcid::as_code to view the 3-letter code of an AminoAcid variant.
  • L-pyrrolysine, dehydroalanine and (Z)-dehydrobutyrine amino acids.
  • Support for cross-link modifications like cystine or lanthionine.
  • Support for head-to-tail homodetic cyclization.
  • Dedicated error type for the new possible errors.

v0.1.0

16 Feb 00:52
Compare
Choose a tag to compare

Initial release.