july icon indicating copy to clipboard operation
july copied to clipboard

Fix mpl.cbook.matplotlib depreciation warning

Open thoellrich opened this issue 1 year ago • 7 comments

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.

thoellrich avatar May 11 '24 19:05 thoellrich

Thank you for your fix. @e-hulten Could you take a look at this PR? This fix is necessary to keep this library functional.

kota113 avatar Jun 07 '24 08:06 kota113

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.

taesungh avatar Jun 26 '24 22:06 taesungh

Checked and working great with the latest version of matplotlib!

tur-ium avatar Jul 10 '24 08:07 tur-ium

We also need to specify the versions of dependencies to ensure this lib to work.

kota113 avatar Jul 16 '24 03:07 kota113

One last aprove needed.

andrebadini avatar Sep 04 '24 03:09 andrebadini

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]

packet-sent avatar Oct 07 '24 04:10 packet-sent

Alternative approach: https://github.com/e-hulten/july/pull/44

flokli avatar Apr 28 '25 21:04 flokli