Skip to content

Commit

Permalink
Update to version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jul 18, 2019
1 parent 4880511 commit ac85e30
Show file tree
Hide file tree
Showing 4 changed files with 24 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 @@ -69,7 +69,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.2'
release = '1.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 8 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ New in release |release|

This is a hotfix release. It fixes the following issues:

- This releases fixes a concurrency issue with pVACapi/pVACviz that would occurr when
users would try to visualize multiple files at the same time
- IEDB will output a warning if an epitope contains only amino acid symbols
that could also be nucleotides. This would cause an error during parsing of
the IEDB output files. This version updates the parser to ignore these
warnings.
- We added some improvements to pVACapi regarding database file read
speeds and transaction handling. This version also starts enforcing a file
size limit (14MB) for result files. Larger files will no longer be
visualizable in pVACviz since they take too long to load.

New in version |version|
------------------------
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/1_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ This is a hotfix release. It fixes the following issues:

- This releases fixes a concurrency issue with pVACapi/pVACviz that would occurr when
users would try to visualize multiple files at the same time.

1.4.3
-----

This is a hotfix release. It fixes the following issues:

- IEDB will output a warning if an epitope contains only amino acid symbols
that could also be nucleotides. This would cause an error during parsing of
the IEDB output files. This version updates the parser to ignore these
warnings.
- We added some improvements to pVACapi regarding database file read
speeds and transaction handling. This version also starts enforcing a file
size limit (14MB) for result files. Larger files will no longer be
visualizable in pVACviz since they take too long to load.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

setup(
name="pvactools",
version="1.4.2",
version="1.4.3",
packages=[
"tools",
"tools.pvacfuse",
Expand Down

0 comments on commit ac85e30

Please sign in to comment.