- Removed **kwargs from multiple_animated_plot() due to weird errors when passed to `anim.save()`
0.1.7
- Rename pandas-alive to pandas_alive for consistency - Adjust subplot arguments in multiple animated plot function for flexibility in avoiding cropping as per <https://stackoverflow.com/questions/10101700/moving-matplotlib-legend-outside-of-the-axis-makes-it-cutoff-by-the-figure-box> - Tests included - no CI/CD for tests as no ffmpeg/imagemagick on github actions
0.1.6
- Documentation included at <https://jackmckew.github.io/pandas_alive/> - DPI functionality fixed
0.1.5
- Smoother reindexing/interpolation for line charts
0.1.4
- Styling now applied at the base plot level, ensuring consistent styling across plots - Dates now formatted on axises with ConciseDateFormatter
0.1.3
- `pandas_alive.output_file()` deprecated in favour of `df.plot_animated(filename='example.mp4')` and/or `df.plot_animated().save('example.mp4')` - HTML5 video method implemented with `df.plot_animated().get_html5_video()`, returns a HTML5 video instance - Amended bug with append_period_to_title for line charts