|
3 | 3 | Release History
|
4 | 4 | ---------------
|
5 | 5 |
|
| 6 | +1.3.0 (2016-02-26) |
| 7 | +++++++++++++++++++ |
| 8 | + |
| 9 | +**Addition and Improvements** |
| 10 | + |
| 11 | +- New analysis/visualization programs: |
| 12 | + |
| 13 | + - LDA.py (Uses Linear Discriminant Analysis to visualize group-wise compositional differences) |
| 14 | + - diversity.py (Visualize alpha diversity as KDE-smoothed histograms) |
| 15 | +- New API module |
| 16 | + |
| 17 | + - graph_util (Adds convenience methods for data visualization/graphing) |
| 18 | + |
| 19 | +- biom_calc module: |
| 20 | + |
| 21 | + - Switched to using the official biom-format python library for parsing and handline BIOM files |
| 22 | + - Added arcsine square root transformation to the API and added as an option to several scripts: |
| 23 | + |
| 24 | + - iTol.py |
| 25 | + - LDA.py |
| 26 | + |
| 27 | + |
| 28 | +- PCoA.py |
| 29 | + |
| 30 | + - Support for the new UniFrac format in QIIME 1.9 |
| 31 | + - Adds the following command-line options: |
| 32 | + |
| 33 | + - Set font size |
| 34 | + - Set distance between axes and their labels |
| 35 | + - Set the azimuth and elevation for 3D plots |
| 36 | + - Set the graph styling to look like ggplot2 defaults |
| 37 | + - Add Sample ID annotations to graphed points |
| 38 | + - Replaces the --dpi option with --fig_size to set the figure size directly |
| 39 | + |
| 40 | +- LDA.py: Added the option to save the LDA-transformed data out as a csv file. |
| 41 | +- diversity.py |
| 42 | + |
| 43 | + - Added group coloring by specify a column in the mapping file |
| 44 | + - Support for multiple diversity metrics |
| 45 | + - Significance testing is now performed to compare alpha diversity between groups |
| 46 | + - Wilcoxon Signed Rank Test for two-group comparison |
| 47 | + - Kruskal-Wallis H-test for comparing three or more groups |
| 48 | + |
| 49 | +- biom_relative_abundance.py: Support for BIOM-format input. |
| 50 | +- biom_calc.py: Updated raw_abundance() function to handle BIOM format version 2.x input files. |
| 51 | +- iTol.py: Updated BIOM file handling for iTol script (v2.x files). |
| 52 | + |
| 53 | +- PhyloToAST documentation moved from separate repository into the 'docs' folder in the main code repository |
| 54 | +- Overhauled the main page for the project documentation |
| 55 | +- Added step-by-step instructions to the documentation for many of the executable scripts |
| 56 | + |
| 57 | + |
| 58 | +**Bug Fixes** |
| 59 | + |
| 60 | +- Prevents duplicate entries from being passed on into the output from restrict_repset.py. |
| 61 | +- Fixes the --save_calculations option in diversity.py. Now prints out all metrics in a single column with the second column being group membership. |
| 62 | +- Adds pad_taxonomy method (otu_condense.py) to ensure all taxonomy strings have all levels down to species. |
| 63 | +- Cleans up error message for line parsing in prune_taxonomy. Makes file error message more readable. |
| 64 | + |
6 | 65 | 1.2.0 (2015-01-29)
|
7 | 66 | ++++++++++++++++++
|
8 | 67 |
|
|
0 commit comments