Added - `isolate_context` context manager that prevents `dominate` from adding items to the enclosing context. - `sep` in read_files to customise the default delimiter when reading tables. - OND style Changed - Nextclade widget updated to 1.0.4 - To more sensible behaviour governing when to use scientific notation for axis tick labels.
0.3.6
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
0.3.5
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.
0.3.4
Added - Marker size and type in relational plots.
0.3.3
Fixed - CI issues with v0.3.2 causing a partial release.
0.3.2
Fixed - Allow axis label gap fix for numberical axis type. - Bug caused when there were spaces or other special characters in tab headers. Addded - Color palette chooser. - Dataframes to tables (`DataTable.from_pandas()`). - Dicts to tables (`DataTable.from_dict()`). - Option for dropdown menus to update the title of the dropdown tab when selecting an item. - Multivariate histograms. Removed - Dataview no longer enabled by default as its somewhat flakey.