History¶
0.1.0 (2019-03-07)¶
First development release.
0.1.1 (2019-03-14)¶
Add functions for clustering data.
0.1.2 (2019-03-15)¶
Add
hamming_distance()andmutate_sequence()functions inprestools.bioinfand related tests;Clean code style.
0.1.3 (2019-03-19)¶
Add command line interface commands and related tests for
bioinfandmiscmodules;Add
filter_type()function inprestools.miscand related tests;Clean code style.
0.1.4 (2019-03-23)¶
Add
wordcount()function inprestools.miscand related tests.
0.1.5 (2019-04-05)¶
Add
equal_files()function inprestools.miscand related tests;Update docstrings.
0.1.6 (2019-04-11)¶
Add
random_image()function and CLI inprestools.plotting.
0.1.7 (2019-04-20)¶
Add
benchmark()function inprestools.miscand related tests.
0.1.8 (2019-04-26)¶
Change
pm.benchmark()function to a decorator;Add several distance calculation functions to
prestools.bioinfand related tests;Reformat code in
prestools.bioinf.
0.1.9 (2019-04-27)¶
Add distance functions to
bioinfCLI command and related tests.
0.1.10 (2019-05-06)¶
Change
plottinglibrary name tograph(to avoid alias conflict with pandas_profiling).
0.1.11 (2019-05-07)¶
Fix docstrings and type hints;
Update documentation.
0.1.12 (2019-05-08)¶
Add
apply_parallelfunction toprestools.misc.
0.1.13 (2019-06-22)¶
Add short version arguments to
reverse_complementbioinf function.
0.1.14 (2019-07-03)¶
Add
learnmodule and related tests;Remove
random_imagefromgraphmodule;Clean code.
0.2.0 (2019-08-14)¶
Add
rpkmandquantile_normfunctions toprestools.bioinf;Add
reduce_xaxis_ticksandreduce_yaxis_ticksfunctions toprestools.graph;Move
flatten_imagetoprestools.graph;Remove
prestools.learn;Update related tests;
Fix documentation and API.
0.2.1 (2019-09-07)¶
Add
plot_confusion_matrixtoprestools.graph;Add related tests;
Drop support for Python < 3.6;
Update requirements;
Update documentation.