proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.09k stars 100 forks source link

When supporting cartopy0.23, numpy2.0, matplotlib 3.5+ ? #461

Open ybmy001 opened 1 month ago

ybmy001 commented 1 month ago

Come over every day to check when the updates are available.

cvanelteren commented 1 month ago

tryout my PR #459, I need some people to dig into the bugs on the geoaxis side as my day to day doesn ot use that stuff. Numpy 2.0 is currently held back to due a dependency issue with xarray.

cvanelteren commented 4 weeks ago

Fixed with https://github.com/proplot-dev/proplot/pull/459#issuecomment-2291293343

riley-brady commented 3 weeks ago

Please see https://github.com/proplot-dev/proplot/pull/459! Until this gets merged in and released as an official version, you can install proplot via the following command to have compatibility with modern python versions and modern versions of matplotlib, cartopy, etc.

pip install git+https://github.com/proplot-dev/proplot.git@refs/pull/459/head
ybmy001 commented 3 weeks ago

Nice, I will try it.