SciTools / cartopy

Cartopy - a cartographic python library with matplotlib support
https://scitools.org.uk/cartopy/docs/latest
BSD 3-Clause "New" or "Revised" License
1.41k stars 359 forks source link

Planning for next release #2429

Open greglucas opened 2 weeks ago

greglucas commented 2 weeks ago

@raphaelquast would like the feature he added in a new release: https://github.com/SciTools/cartopy/pull/2362#issuecomment-2316096926

We haven't been getting a lot of new PRs/updates lately, so I'm wondering if anyone has any specific items they want to get in or looked at before our next release. We haven't had a formal release timeframe as far as I know, so I'd be happy making a new release sometime soon since it has been a few months.

rcomer commented 2 weeks ago

Python 3.13 is due out on October 1st. It might be nice to have a release soon after that with 3.13 wheels, unless you were thinking sooner?

greglucas commented 2 weeks ago

That seems reasonable to me! I have not tested on 3.13 yet, but we should probably add an entry to CI for that. We should also be able to build wheels before that if desired since cibuildwheel already support 3.13 https://github.com/pypa/cibuildwheel

QuLogic commented 2 weeks ago

3.13rc1 is out already; we don't need to wait for 3.13, as that is already ABI stable.

rcomer commented 2 weeks ago

we should probably add an entry to CI for that

Looks like we need to wait for pyproj? https://github.com/rcomer/cartopy/actions/runs/10653310243/job/29528256784#step:7:43

Edit: seems pyproj want to release soon, but there is a Windows wheel issue blocking it - https://github.com/pyproj4/pyproj/pull/1424#issuecomment-2287094885

dopplershift commented 1 week ago

Strong +1 for having a 3.13-supporting release out the door.