Skip to content

Commit

Permalink
"Updating ipyrad/__init__.py to version - 0.9.82
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Jan 21, 2022
1 parent dcb534a commit 8e34471
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ipyrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import subprocess as _sps

# Dunders
__version__ = "0.9.81"
__version__ = "0.9.82"
__author__ = "Deren Eaton & Isaac Overcast"

# CLI __main__ changes to 0
Expand Down
11 changes: 11 additions & 0 deletions newdocs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
Release Notes
=============

0.9.82
------
**January 21, 2022**

- pin vsearch version <=2.19 #469
- analysis.snps_extracter: allow passing in vcf file (assuming RADSeq data).
- Add check for executable of structure binary
- kmeans imputation niters fix (#459)
- cookbook-bpp: Update tauprior to bpp 4.x inverse gamma standard
- cookbook-bpp remove randomize_order flag from run() as this doesn't exist anymore

0.9.81
------
**June 16, 2021**
Expand Down

0 comments on commit 8e34471

Please sign in to comment.