Skip to content

Commit

Permalink
Upgrade to version 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Nov 1, 2023
1 parent 6fc9a9a commit b74da87
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 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.5'
release = '4.0.6'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
12 changes: 3 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,9 @@ New in Release |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 <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.
- A bug in the aggregate report creation incorrectly evaluated the Transcript
Support Level and resulted in picking the wrong Best Transcript in some
cases.

New in Version |version|
------------------------
Expand Down
36 changes: 24 additions & 12 deletions docs/releases/4_0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
New in Version 4.0.0
--------------------
Version 4.0
===========

Version 4.0.0
-------------

This version adds the following features, outlined below. Please note that
pVACtools 4.0 is not backwards-compatible and certain changes will break old
Expand Down Expand Up @@ -65,8 +68,8 @@ _____________
- A new parameter ``--aggregate-inclusion-binding-threshold`` controls which
epitope candidates are included in the aggregate report.

New in Version 4.0.1
--------------------
Version 4.0.1
-------------

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

Expand All @@ -76,8 +79,8 @@ This is a bugfix release. It fixes the following problem(s):
- Correctly set NA columns in pVACview export dataframe.
- Handle Arriba files with empty peptide_sequence fields.

New in Version 4.0.2
--------------------
Version 4.0.2
-------------

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

Expand All @@ -99,24 +102,24 @@ This is a bugfix release. It fixes the following problem(s):
epitopes not being present in the "master" fasta file. This update brings
both file creation steps in sync.

New in Version 4.0.3
--------------------
Version 4.0.3
-------------

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

- The fixes in issue in the reference proteome similarity step in pVACseq
where running with non-human data would cause an error.

New in Version 4.0.4
--------------------
Version 4.0.4
-------------

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
--------------------
Version 4.0.5
-------------

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

Expand All @@ -129,3 +132,12 @@ This is a bugfix release. It fixes the following problem(s):
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.

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

Version 4.0.6
-------------

- A bug in the aggregate report creation incorrectly evaluated the Transcript
Support Level and resulted in picking the wrong Best Transcript in some
cases.
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.5",
version="4.0.6",
packages=[
"pvactools.tools",
"pvactools.tools.pvacbind",
Expand Down

0 comments on commit b74da87

Please sign in to comment.