This is the major release, essential to implement next functions Now Pandas 0.23 required Now you can keep the genes/isoforms selection in a variable Add or compare two subselections You can select either gene/isoform significant expressed for at least one condition or not significant at all. Plot gene/isoform significant for at least one condition or not significant with continuous and dashed line. self.read_db() deprecated self.plot() deprecated Add check if papillon folder is removed Improved code (Single Responsibility Principle)
0.1.1
add python 3 restriction, add the function to load directly the cuffdiff files, changed function names: self.read_db() -> self.read_folder() and self.plot() -> self.lineplot(),improved code quality (tried to follow the single responsibility principle), removed some potential bugs.
0.1.0
Improved code quality
0.0.9
in MANIFEST.in to include more files (such as license and test_files).
0.0.8
Improved test coverage, now papillon.py is a module and not a package