This major release introduces built-in plotting and data manipulation functions. The plotting functions wrap Seaborn lineplots, including a function to have two differently scaled y axes on either side of a plot. The data manipulation functions can select the top countries with the most counts, calculate rolling means, calculate daily change in cumulative counts, and calculate the days since a certain number of counts for all countries.
This release includes new tutorials that show how to use these new features. Tutorial 1 gives a preview of what is possible with these functions. Tutorials 2-4 go in-depth on how to use them.