Skip to content

Commit

Permalink
Upgrade to version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Aug 9, 2023
1 parent 2dea4a7 commit 12fa00e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 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.2'
release = '4.0.3'


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

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

- Arriba annotated fusion sequences may contain characters that aren't
supported. This update skips such sequences.
- The ``--aggregate-report-evaluation`` parameter in the standalone ``pvacseq
generate_protein_fasta`` command was previously set up with
nargs in order to allow specifying multiple values. However, this
conflicts with required positional parameters. The parameter definiton was
updated so that multiple values are now specified as a comma-separated list.
- pVACfuse would previously fail in an odd way when none of the fusions in the
input were processable. This update now exits pVACfuse more gracefully in
this case.
- The reference proteome similarity step would previously fail when an epitope's
full peptide sequence wasn't found in the input fasta. It now skips such
epitopes and marks the Reference Match column as ``Not Run``.
- There was a mismatch in how proximal variants were incorporated into the
n-mer fasta files vs the "master" fasta file which had the potential of
epitopes not being present in the "master" fasta file. This update brings
both file creation steps in sync.
- 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 |version|
------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/4_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ This is a bugfix release. It fixes the following problem(s):
n-mer fasta files vs the "master" fasta file which had the potential of
epitopes not being present in the "master" fasta file. This update brings
both file creation steps in sync.

New in 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.
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.2",
version="4.0.3",
packages=[
"pvactools.tools",
"pvactools.tools.pvacbind",
Expand Down

0 comments on commit 12fa00e

Please sign in to comment.