Skip to content

Releases: fedarko/wotplot

v0.3.0

11 Oct 04:25
Compare
Choose a tag to compare

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, and draw_order parameters to viz_spy().
  • Added verbose parameters to viz_spy() and viz_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

image

v0.2.0

06 Sep 03:16
Compare
Choose a tag to compare

Documentation

  • Various improvements and updates to the README and notebooks.

Performance

v0.1.0: Initial release

02 Sep 23:20
Compare
Choose a tag to compare
DOC: binary=False / vals updates in tutorial