Skip to content

Switch to lrdf.tsv suffix from df.tsv and compatibility with matplotlib

Latest
Compare
Choose a tag to compare
@ahcm ahcm released this 14 Feb 10:24
· 1 commit to master since this release

Switch to lrdf.tsv suffix from df.tsv

This is for better integration with lrdf:
https://github.com/ahcm/lrdf
Which is implemented in Rust and creates the same dataframe but faster.

Compatibility with matplotlib

Some plotting had API updates. And seaborn styler has a different name.
matplotlib 3.6.1 has a bug breaking seaborn, crashing the plotting.
So avoid that version.-