Releases: fedarko/wotplot
Releases · fedarko/wotplot
v0.3.0
New features
-
Added the ability to visualize not-binary matrices in color using
viz_spy()
(#11).- In support of this new feature: added the
force_binary
,nbcmap
, anddraw_order
parameters toviz_spy()
.
- In support of this new feature: added the
-
Added
verbose
parameters toviz_spy()
andviz_imshow()
.
Documentation
- Various updates to the README, tutorial, and benchmarking notebooks.
- Fixed the docstring of
wotplot._make._fill_match_cells()
. - Small improvements to the docstring of
wotplot.viz_spy()
.
Maintenance
- Added more tests (mostly focusing on checking the visualization functions'
verbose
logging). - Various small code improvements (abstracting repeated bits of code, etc.)
Fancy screenshot of a large multicolor dotplot matrix
v0.2.0
Documentation
- Various improvements and updates to the README and notebooks.
Performance
- Used the method proposed at https://bioinformatics.stackexchange.com/a/3585 to speed up and simplify the internal function used for reverse-complementing.
v0.1.0: Initial release
DOC: binary=False / vals updates in tutorial