Skip to content

Commit

Permalink
Updated history and setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlparkI committed Apr 19, 2024
1 parent 8951bc6 commit fd019f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ gaps are ignored) to yield masked scores only.
Added scoring with a user-supplied mask, so that the
user can filter out regions they would like to not include
in the score. Also default to -O3 when compiling.

### Version 0.1.5
Minor updates to alignment; fixed a bug relevant to old versions
of GCC that prevents compilation with old versions of GCC; removed
the scipy dependency; fixed the double-normalization issue.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def main():
version=get_version(home_dir),
description="A Python package for processing, manipulating and making inferences about antibody sequence data",
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_namespace_packages(),
cmdclass={"build_ext":build_ext},
setup_requires=['pybind11>=2.4'],
Expand Down

0 comments on commit fd019f0

Please sign in to comment.