The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #74 - Add function to
Peptide
class to determine if peptide originates from a variant
- #58 - Add check for
BioMart
transcript sequence availability #55 - #59 - Add interface for
NetMHCpan 4.1
#56 - #66 - Add interface for
NetMHCIIpan 4.1
#65
Initial release of epytope
. epytope
is the successor project of FRED2
, which was renamed to a more versioning friendly base name.
- #6 - Add CI for external tools
- #24 - Add
keras
dependency - #26 - Add a license file
- #31 - Add deployment to
PyPI
- #42 - Add new
Syfpeithi
matrices - #46 - Add support for
NetMHCII 2.3
andNetMHCIIpan 4.0
- #1 - Switch CI/CD from Travis to GitHub Actions
- #9 - Initial
Python 2
toPython 3
conversion based on 2to3conv - #20 - Use logging module rather than print calls across the library
- #23 - Rename the package from
FRED-2
toepytope
- #25 - Refactor CI to use more
pip
and lessconda
- #42 - Extend
EpitopePredictionResult
structure to storerank
-based scores
- #11 - Fix
Python
version matrix in CI, remove versions that fail - #16 - Fix epitope prediction 2to3 bugs and tests
- #17 - Fix Invalid subprocess handling and
mhcflurry
polluting stdout - #18 - Fix external (
NetMHC
tool family) epitope prediction error and temp file handling - #46 - Fix issues with MHC class-II
CombinedAlleles
#45 - #46 - Do not override
Allele
objects #38