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.)