Skip to content

Commit

Permalink
"Updating ipyrad/__init__.py to version - 0.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Aug 22, 2016
1 parent 898d1a5 commit 5e1843c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@
Release Notes
=============

0.3.32
------
- Fix optim chunk size bug in step 6 (very large datasets overflow hdf5 max chunksize 4GB limit)
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- docs updates
- Doc update: Cleaned up the lists of parameters used during each step to reflect current reality.
- Fixed merge conflict in assembly.py
- Fix behavior in step 7 if requested samples and samples actually ready differ
- Removing references to deprecated params (excludes/outgroups)
- Simple error handling in the event no loci pass filtering
- changed tetrad default mode to MPI
- changed tetrad default mode to MPI
- release notes update

0.3.31
------
- changed name of svd4tet to tetrad
Expand Down
2 changes: 1 addition & 1 deletion ipyrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## define state vars
__interactive__ = 1 ## CLI __main__ changes to 0
__version__ = "0.3.31"
__version__ = "0.3.32"

## Possible values for __loglevel__: "DEBUG" "INFO" "WARN" "ERROR"
__debugflag__ = "./.debug"
Expand Down

0 comments on commit 5e1843c

Please sign in to comment.