Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jul 18, 2019
2 parents d174e33 + db43171 commit b25702a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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.3'
release = '1.4.4'

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

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
- This version starts enforcing a file
size limit (14MB) to be able to visualize a result file in pVACviz.
Larger files will no longer be
visualizable in pVACviz since they take too long to load.

New in version |version|
Expand Down
12 changes: 10 additions & 2 deletions docs/releases/1_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ This is a hotfix release. It fixes the following issues:
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
speeds and transaction handling.

1.4.4
-----

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

- This version starts enforcing a file
size limit (14MB) to be able to visualize a result file in pVACviz.
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.3",
version="1.4.4",
packages=[
"tools",
"tools.pvacfuse",
Expand Down

0 comments on commit b25702a

Please sign in to comment.