Changelog:
Version 0.1.2 ...
- now provides feature names as a list of strings. No more .describe() is necessary.
- corrects the behavior of option bin_width in relative_entropy_analysis(). So far, this option falsely did not have any effect. To retain the old behavior, use bin_width=None, bin_num=10, which are also the new default options.
- removes the obsolete bin_width option in Kolmogorov-Smirnov analysis (this was just a copy-paste artifact)
- fixes the previously undefined variables in reporting of relative_entropy_analysis().
- adds the first tests for pytest (only a dummy for now) and test data.
- adds axis labels for PC comparison and feature correlations.
- adds a tutorial that uses GPCRmd simulations of a mu-opioid receptor.