-
-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoPandas 1.0 release #3201
Comments
I think it would be good to try and solve #1038 for 1.0 - the discussion there is old but the proposed solution is potentially breaking, so better to try and include and resolve for 1.0. |
I'd be motivated to get #3156 in to 1.0 if we can agree on a proposed API. I'd be happy to make a PR |
@kylebarron I don't know much about that but if you can get @jorisvandenbossche on board I won't object. |
I suggest the following release plan: Start with
Then, ideally by mid April, we could do |
The last thing that touches the existing API in some way is #3190. Once we get that in, I propose cutting |
I am planning to cut Next milestone is |
It is out!
I wrote a short blog post with some highlights - https://martinfleischmann.net/geopandas-1.0-is-coming.-what-will-change/ |
@martinfleis thanks for cutting the alpha and writing a summary up!. Just fyi in your blog post, there's a typo in the fiona to pyogrio migration guide link, latert-> latest I think, might be good to fix if you are sharing the link around to promote the alpha to test. |
@m-richards good catch! The typo was not the only issue, #3206 was not merged :D. I was writing that last week, assuming it will be in. |
@m-richards's comment from #3273 - we should look at that once all shapely parity PRs are in. |
Shall we try to do an RC early coming week? |
@jorisvandenbossche can we get remaining new features in? Would be nice, given we need 1.0 ideally by the end of the next week to have it our for GeoPython. |
The main remaining features that I am focusing on are the GeoParquet / GeoArrow related ones. Further, I think all shapely-parity related PRs are in? Given that we still made a few API changes, would it be helpful to do another pre-release now to at least get some testing of it? |
I would like to get #3231 as it is ready. Apart from all of the GeoArrow and GeoParquet stuff, I have no strong feelings about the rest and wouldn't mind moving it to 1.1. |
I think the main issue that is left (that has impact on API, and is not just an enhancement of bug fix) is #3312 We still have a bunch of other issues labeled with the milestone https://github.com/geopandas/geopandas/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0, but we will have to bump most of them to 1.1, I think. I think we should try to do an RC this week. We could do that with keeping the change discussed in #3312 to get more feedback on that, but on the other hand in case we would have consensus of reverting it for |
I am planning to cut |
RC1 is released (https://github.com/geopandas/geopandas/releases/tag/v1.0.0rc1) and on PyPI (https://pypi.org/project/geopandas/1.0.0rc1/) I am doing a PR to also add it to conda-forge (not super important since it is pure python, but then we can already check the changes to the dependencies) -> conda-forge/geopandas-feedstock#114 |
And the 1.0.0 release is finally out! 🎉 Release: https://github.com/geopandas/geopandas/releases/tag/v1.0.0 Let the issue reports start coming in ;) |
Thank you @jorisvandenbossche! |
Congratulations on the 1.0 release! |
An issue to track the remaining tasks we'd like to finish before GeoPandas 1.0.
The roadmap says:
Explicit to-do I think we should ensure is in:
list_layers
ENH: Function to show layers in a particular file #2837)Discussion required:
And finally, the milestone itself containing the remaining issues/PRs:
The release is currently planned for March 31, 2024. If we go a bit beyond that is fine I guess but would try to ensure we don't push it too far.
The text was updated successfully, but these errors were encountered: