Skip to content

Commit 352b00e

Browse files
committed
Adds changelog for the 1.3.0 release to the HISTORY file
1 parent 37696af commit 352b00e

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

HISTORY.rst

+59
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,65 @@
33
Release History
44
---------------
55

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+
665
1.2.0 (2015-01-29)
766
++++++++++++++++++
867

0 commit comments

Comments
 (0)