Skip to content

Conversation

@maximlt
Copy link
Member

@maximlt maximlt commented Dec 17, 2025

One code change is that we no longer try to parse a crs with pyproj.Proj(init=crs, preserve_units=True) as this is deprecated in pyproj.

@maximlt maximlt merged commit 3454b8e into main Dec 17, 2025
14 checks passed
@maximlt maximlt deleted the address_warnings branch December 17, 2025 10:54
# be adapted for Dask.
self.data = data.stack().reset_index(1).rename(columns={'level_1': group_label})
self.data = (
data.stack(future_stack=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is backward compatible for all supported versions of pandas. It looks like this was added in Pandas 2.1, and we support down to 1.3.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we support down to 1.3

Hmm this is just a lower pin in the pyproject.toml. In practice, I have no clue what the real lower pin is, until testing with lower pins is enabled. But yes I'll add compatibility code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants