- update the Snakemake pipeline for the regression and anova analysis. - fix doc - More tests - Fix versions on some dependencies (e.g. sklearn to 0.18.1)
0.19.0
--------------------
- CHANGES:
- Update GDSCTools to use latest Pandas version (0.20); in particular the .ix getter is deprecated and should be replaced by loc/ilc - pin version of pandas to 0.20 and colormap to 1.0.1 in the setup
0.18.0
----------------
* BUG:
- FDR not taken into account in the volcano as shown in https://github.com/CancerRxGene/gdsctools/issues/168
* CHANGES:
- move from nosetests to pytest and fix tests accordingly - Fix gdsc1000 module with new methods and documentation