Skip to content
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

Update xesmf requirement from <0.8.8,>=0.7 to >=0.7,<0.8.9 #522

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Updates the requirements on xesmf to permit the latest version.

Release notes

Sourced from xesmf's releases.

v0.8.8

What's changed

  • Fix ESMpy memory issues by explictly freeing the Grid memory upon garbage collection of Regridder objects.
  • Address deprecation for xarray 2024.10 in the parallel weight generation.
  • Address an upcoming change in sparse 0.16 where COO fill values will distinguish between 0.0 and -0.0. This issue would affect spatial averaging over polygons with holes.
  • The conda package will now avoid installing ESMpy 8.4 to avoid importlib metadata bugs. See this issue, or this one.

Full Changelog: pangeo-data/xESMF@v0.8.7...v0.8.8

Changelog

Sourced from xesmf's changelog.

0.8.8 (2024-11-01)

  • Fix ESMpy memory issues by explictly freeing the Grid memory upon garbage collection of Regridder objects. By Pascal Bourgault <https://github.com/aulemahal>_.
  • Address deprecation for xarray 2024.10 in the parallel weight generation. By Pascal Bourgault <https://github.com/aulemahal>_.
  • Address an upcoming change in sparse 0.16 where COO fill values will distinguish between 0.0 and -0.0. This issue would affect spatial averaging over polygons with holes. By Pascal Bourgault <https://github.com/aulemahal>_.

0.8.7 (2024-07-16)

  • Cast grid sizes to python's int (another Numpy 2.0 fix). (:pull:377) By Pascal Bourgault <https://github.com/aulemahal>_.

0.8.6 (2024-06-26)

  • New xe.util.cell_area utility to compute the cell area using ESMF's internal mechanism. (:pull:372, :issue:369) By Jiawei Zhuang <https://github.com/JiaweiZhuang>_ and Pascal Bourgault <https://github.com/aulemahal>_.
  • Compatibility with Numpy 2.0 (NaN vs nan) (:pull:373) By Pascal Bourgault <https://github.com/aulemahal>_.

0.8.5 (2024-04-11)

  • Reverted to the chunking behaviour of xESMF 0.7 for cases where the spatial dimensions are not chunked on the source data. (:pull:348) By Pascal Bourgault <https://github.com/aulemahal>_.

0.8.4 (2024-02-26)

  • Fix regression from :pull:332 that made Regridder fail with rectilinear datasets and parallel=True. (:issue:343, :pull:344).
  • Allow Python 3.12 (and higher) again. (:pull:`345).

0.8.3 (2024-02-20)

  • Remove usage of private method of xarray that was removed in its 2024.02.0 version (:issue:338, :issue:340) By Pascal Bourgault <https://github.com/aulemahal>_.

Internal changes

* Test against ESMF 8.6

0.8.2 (2023-09-18)

Bug fixes

* Raise a meaningful error messages when the output grid has no chunks with `parallel=True` (:issue:`299`, :pull:`304`). By `Pascal Bourgault &lt;https://github.com/aulemahal&gt;`_.
* Correct guess of output chunks for ``SpatialAverager``.

0.8.1 (2023-09-05)

Bug fixes

  • Change import to support shapely 1 and 2.

0.8.0 (2023-09-01)

</tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [xesmf](https://github.com/pangeo-data/xESMF) to permit the latest version.
- [Release notes](https://github.com/pangeo-data/xESMF/releases)
- [Changelog](https://github.com/pangeo-data/xESMF/blob/master/CHANGES.rst)
- [Commits](pangeo-data/xESMF@v0.7.0...v0.8.8)

---
updated-dependencies:
- dependency-name: xesmf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
@Zeitsperre
Copy link
Contributor

@dependabot skip this major version

@dependabot dependabot bot closed this Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

OK, I won't notify you about version 0.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/xesmf-gte-0.7-and-lt-0.8.9 branch February 3, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant