Skip to content

Commit

Permalink
Upgrade to version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Sep 26, 2023
1 parent 71ac9b2 commit 2d2c7df
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.4'
release = '4.0.5'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
11 changes: 9 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,15 @@ New in Release |release|

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

- This release makes various fixes to allow pVACtools to run with non-human
data.
- 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 <https://github.com/griffithlab/pVACtools/pull/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.

New in Version |version|
------------------------
Expand Down
15 changes: 15 additions & 0 deletions docs/releases/4_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,18 @@ This is a bugfix release. It fixes the following problem(s):

- This release makes various fixes to allow pVACtools to run with non-human
data.

New in Version 4.0.5
--------------------

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 <https://github.com/griffithlab/pVACtools/pull/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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="pvactools",
version="4.0.4",
version="4.0.5",
packages=[
"pvactools.tools",
"pvactools.tools.pvacbind",
Expand Down

0 comments on commit 2d2c7df

Please sign in to comment.