1.2.1
--
* Bugfix: Deal with genotypes that have the chromosome as integer array instead of string array.

1.2.0
--
* Enhancement: Kinship matrix can be generated from the command line now

1.1.2
--
* Removed ipdb import

1.1.1
--
* Bugfix: Load GWAS result even if quantile and statistics are missing
* Bugfix: Allow to pass in a phenotype object instead of a phenotype file to calculate_stats function

1.1.0
--
* Support for calculating LD added

1.0.2
--
* Change: Remove hardcoded chromosomes names

1.0.1
--
* Bugfix: Plotting will make axis high enough to display the FDR threshold
* Bugfix: math domain error due to very low pvalues fixed

1.0.0
--
* Simplified command line args
* Fixed bug when plotting Manhattan plots that contain no data

0.1.10
--
* Remove hardcoded chromosome list

0.1.9
--
* Support for statistics (pseudo_heritability and shapiro wilks) added
* Bugfix regarding genotype.get_snp_at and genotype.get_snps_from_pos added
* Initial unit tests added

0.1.8
--
* Support for CSV files added.
* ArgumentParser supports now 3 sub commands (plot, convert and run)
* Plotting works with both CSV and HDF5 files

0.1.7
--
* Some Bugfixes when attribute (max_score, etc) are named differently
* Deal with GWAS results that don't have macs dataset

0.1.6
--
* Added dependency to matplitlib > 1.4.3 to fix plotting issue
0.1.5
--
* Added plotting module for plotting manhattan plots and also created plotter.py console script

0.1.4
--
* Improved performance of save_as_csv
* Improvied performance of snp_iterator and filter_non_binary function
* Some Bugfixes

0.1.3
--
* Fixed the setup (include files)

0.1.2
--

* Some bugfixes
* Proper support for calculating kinship
* Allows arbitary chunk_size for HDF5Genotype

0.1.0
--

* Initial release
