Added - `AshleyFactors` descriptors ([5](https://github.com/althonos/peptides.py/pull/5), by [BenSolomon](https://github.com/BenSolomon)).
Fixed - `Peptide` methods not being documented in Sphinx documentation.
0.3.3
Added - PRIN components and VSTPV descriptors to `Peptide`.
Changed - Change Sphinx documentation to use the PyData theme.
0.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.
0.3.1
Fixed - `peptides.datasets` data files missing from the source distribution.
0.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)).
0.2.1
Fixed - `Peptide.hydrophobic_moment` not working properly on sequences smaller than the provided window length ([1](https://github.com/althonos/peptides.py/issues/1)).