Skip to content

Commit

Permalink
"Updating ipyrad/__init__.py to version - 0.9.97
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Aug 12, 2024
1 parent c3245f9 commit 688d7ca
Show file tree
Hide file tree
Showing 2 changed files with 16 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.96"
__version__ = "0.9.97"
__author__ = "Deren Eaton & Isaac Overcast"

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

0.9.97
------
**August 12, 2024**

- fix for pd whitespace warning
- new name parser
- Documenting a bit better the tweaks in pair_fastqs to allow . in sample name
- pair_fastqs.py - remove some of the shuffling with suffixes
- allow . in sample names for step 1 loading from fastqs #557
- verify even number of files for PE data when linking fastqs
- fix for pd warnings
- update for toy3 compat and pd warning
- fix pandas warnings
- Update faq.rst - Add link to Hemstrom et al 2024

0.9.96
------
**June 18, 2024**
Expand Down

0 comments on commit 688d7ca

Please sign in to comment.