Skip to content

Releases: epi2me-labs/ezcharts

v0.5.4

14 Jul 10:33
Compare
Choose a tag to compare

Fixed

  • Sankey uses the right total value to calculate percentages when there are more than one sample.
  • fastcat.read_length_plot() now actually uses the parameters min_len, max_len, xlim, and bin_width.

v0.5.3

04 Jul 17:13
Compare
Choose a tag to compare

Fixed

  • Pin pendatic to <2.0.0 for conda.

v0.5.2

30 Jun 15:45
Compare
Choose a tag to compare

Fixed

  • SeqSummary crashing when passing a dataframe as input.

v0.5.1

29 Jun 12:28
Compare
Choose a tag to compare

Fixed

  • Data loaders not handling files with header-only appropriately.
  • add_missing_intervals crashes with unsorted dataframes and is now generic.

v0.5.0

28 Jun 15:04
Compare
Choose a tag to compare

Added

  • Data load utilities for modkit, DSS, mosdepth and bamstats.
  • Test data for the new loaders.
  • Add karyomap plot (binned karyotype heatmap).

v0.4.0

15 Jun 21:30
Compare
Choose a tag to compare

Added

  • Add sunburst plots.
  • Sankey plot for metagenomic / taxonomic data.

Fixed

  • SeqSummary read quality histograms only showing one bar which is too thin to see when all reads have the same quality score.

v0.3.7

09 May 15:11
Compare
Choose a tag to compare

Added

  • isolate_context context manager that prevents dominate from adding items to the enclosing context.
  • OND style

Changed

  • Nextclade widget updated to 1.0.4
  • To more sensible behaviour governing when to use scientific notation for axis tick labels.

v0.3.6

31 Mar 11:47
Compare
Choose a tag to compare

Changed

  • Now draws a maximum of 1,000 instead of 10,000 points in the fastcat.SeqSummary yield plot.
  • Display and centre all axis tick labels in heatmaps

v0.3.5

30 Mar 15:46
Compare
Choose a tag to compare

Fixed

  • A regression that prevented using lists of lists as dataset sources.

Changed

  • Now uses a dropdown menu instead of regular tabs for fastcat.SeqSummary if there are multiple samples.

Added

  • Add stack option to barplot.
  • Add export button to datatables.
  • Add function to plot cartesian heatmaps.

v0.3.4

08 Mar 17:26
Compare
Choose a tag to compare

Added

  • Marker size and type in relational plots.