Skip to content

Commit

Permalink
Merge pull request #276 from mgalardini/new_version
Browse files Browse the repository at this point in the history
New version (1.3.12)
  • Loading branch information
mgalardini authored Aug 21, 2024
2 parents 45b27a6 + ce19fc8 commit 87d20c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# CHANGELOG
v1.3.12 (August 2024)
- Improvement: `annotate_hits.py` has a new argument to specify more GFF types to use
- Improvement: `count_patterns.py` has a new argument to only print the p-value threshold (thanks to Bamu Damaris)
- Bugfix: refuse to run if certain arguments are not provided
- Docs: fix readthedocs' configuration
- CI: speeding things up using mamba
- CI: workaround to avoid GH actions crashing due to glmnet_py
- Tests: avoid failures due to newer versions of sklearn

v1.3.11 (May 2023)
- Improvement: Rtab files can use a empty string to signify missing values
- Bugfix: avoid crashes wn running wgGWAS with covariates
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.10'
version = '1.3.12'
# The full version, including alpha/beta/rc tags.
release = '1.3.10'
release = '1.3.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyseer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

'''Python reimplementation of SEER for bacterial GWAS'''

__version__ = '1.3.12-dev'
__version__ = '1.3.12'

0 comments on commit 87d20c0

Please sign in to comment.