Fix mpl.cbook.matplotlib depreciation warning
Fix the mpl.cbook.MatplotlibDeprecationWarning symbol to mpl.MatplotlibDeprecationWarning. Without this, july won't show any charts for newer versions of matplotlib.
Also bump version number.
Thank you for your fix. @e-hulten Could you take a look at this PR? This fix is necessary to keep this library functional.
Can confirm as described in the matplotlib API changes for 3.8.0: cbook removals. Would appreciate if this fix could be merged @e-hulten, thanks.
Checked and working great with the latest version of matplotlib!
We also need to specify the versions of dependencies to ensure this lib to work.
One last aprove needed.
If anybody wants to make use of the fix until its pushed then you can always do the following:
pip install -U git+https://github.com/thoellrich/[email protected]
Alternative approach: https://github.com/e-hulten/july/pull/44