Skip to content

4.0.5

Compare
Choose a tag to compare
@susannasiebert susannasiebert released this 26 Sep 16:50
· 571 commits to master since this release

This is a bugfix release. It fixes the following problem(s):

  • In recent releases, users have noticed that at some point during pipeline runs, predictions to MHCflurry would hang or get killed. We were able to determine that the cause was related to PR 988. This PR originally updated calls to MHCflurry to happen by instantiating their predictor within Python instead of calling it on the command line. However, we suspect that this causes a substantial increase in memory usage resulting in the observed behavior. This release reverts the change from PR 988.