Skip to content

v0.1.5

Choose a tag to compare

@akanz1 akanz1 released this 17 Jan 15:10
· 300 commits to main since this release

Changelog:

Changes

Update dist_plot()

  • Update the implementation of dist_plot() to be compatible with the latest version of seaborn (0.11.1). The old implementation is deprecated and will be removed in future versions.
  • Introduce sampling for large datasets (10k rows) what significantly speeds up plotting. Summary statistics continue to be based on the entire dataset, however, the figures use 10000 randomly sampled points.
  • Minor cosmetic changes

Several fixes and code quality improvements