Changed - OND styling - `"epi2melabs"` is now the default `theme` for `EZChart()`.
0.7.1
Fixed - `barplot()` failing with numerical group names (i.e. values of categorical axis).
0.7.0
Removed - `BokehChart` class for adding Bokeh plots to the enclosing `dominate` context. This can be done with `EZChart` now (just as with ECharts plots).
0.6.8
Fixed - Error in importing clinvar-annotated VCFs with multiple `GENEINFO` entries.
0.6.7
Changed - Now uses static JS asset for Nextclade table. - Now uses Bokeh as plotting backend for `barplot()`. - Parameters of `fastcat.read_length_plot()`: removed `min_len` and `max_len` and added `quantile_limits`.
0.6.6
Fixed - `clinvar.load_vcf` crashes with empty clinvar vcf files.