Added - Experimental: Added support for plotting the y-axis as timestamps. - Explicit conversion to string of text options. The goal here is to allow for other objects to be passed in, such as a machine learning model object, without manually creating the text label first.
0.12.1
Changed - Nicer datetime label formatting.
0.12.0
Added - Added tests to make sure uniplot works well with [Polars](https://pola.rs/). - Experimental: Added support for plotting the x-axis as timestamps. Thanks to leighleighleigh for the first draft!
0.11.0
Changed - Improved tolerance to invalid values when plotting logarithmic scales.
0.10.2
Fixed - Fixed plotting of grouped Pandas DataFrames, and added tests for it.
0.10.1
Fixed - Plotting now silently ignores negative or zero values during logarithmic plotting.