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 zarr requirement from <3.0.0a,>=2.12.0 to >=2.12.0,<4.0.0 in the pip-dependencies group #960

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on zarr to permit the latest version.
Updates zarr to 3.0.4

Release notes

Sourced from zarr's releases.

v3.0.4

What's Changed

Full Changelog: zarr-developers/zarr-python@v3.0.3...v3.0.4

Changelog

Sourced from zarr's changelog.

Release notes

.. towncrier release notes start

3.0.3 (2025-02-14)

Features


- Improves performance of FsspecStore.delete_dir for remote filesystems supporting concurrent/batched deletes, e.g., s3fs. (:issue:`2661`)
- Added :meth:`zarr.config.enable_gpu` to update Zarr's configuration to use GPUs. (:issue:`2751`)
- Avoid reading chunks during writes where possible. :issue:`757` (:issue:`2784`)
- :py:class:`LocalStore` learned to ``delete_dir``. This makes array and group deletes more efficient. (:issue:`2804`)
- Add `zarr.testing.strategies.array_metadata` to generate ArrayV2Metadata and ArrayV3Metadata instances. (:issue:`2813`)
- Add arbitrary `shards` to Hypothesis strategy for generating arrays. (:issue:`2822`)

Bugfixes

  • Fixed bug with Zarr using device memory, instead of host memory, for storing metadata when using GPUs. (:issue:2751)
  • The array returned by zarr.empty and an empty zarr.core.buffer.cpu.NDBuffer will now be filled with the specified fill value, or with zeros if no fill value is provided. This fixes a bug where Zarr format 2 data with no fill value was written with un-predictable chunk sizes. (:issue:2755)
  • Fix zip-store path checking for stores with directories listed as files. (:issue:2758)
  • Use removeprefix rather than replace when removing filename prefixes in FsspecStore.list (:issue:2778)
  • Enable automatic removal of needs release notes with labeler action (:issue:2781)
  • Use the proper label config (:issue:2785)
  • Alters the behavior of create_array to ensure that any groups implied by the array's name are created if they do not already exist. Also simplifies the type signature for any function that takes an ArrayConfig-like object. (:issue:2795)
  • Enitialise empty chunks to the default fill value during writing and add default fill values for datetime, timedelta, structured, and other (void* fixed size) data types (:issue:2799)
  • Ensure utf8 compliant strings are used to construct numpy arrays in property-based tests (:issue:2801)
  • Fix pickling for ZipStore (:issue:2807)
  • Update numcodecs to not overwrite codec configuration ever. Closes :issue:2800. (:issue:2811)
  • Fix fancy indexing (e.g. arr[5, [0, 1]]) with the sharding codec (:issue:2817)

Improved Documentation


- Added new user guide on :ref:`user-guide-gpu`. (:issue:`2751`)

3.0.2 (2025-01-31)

Features


&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/8d2fb47252a7ed5eb163ccfb0401e4e0486f72f6&quot;&gt;&lt;code&gt;8d2fb47&lt;/code&gt;&lt;/a> feat/batch creation (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2665&quot;&gt;#2665&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/8b59a38463dca7b3c908aa3db7d5321a80a3c285&quot;&gt;&lt;code&gt;8b59a38&lt;/code&gt;&lt;/a> Fix a bug when setting complete chunks (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2851&quot;&gt;#2851&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/96c967786c42e235f4d07dfcdd2a3a72bcd508e1&quot;&gt;&lt;code&gt;96c9677&lt;/code&gt;&lt;/a> don't serialize empty tuples for v2 filters, and warn when reading such metad...</li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/e8bfb6484aeb543c21b9b0f6de2e0f0a034fc5d7&quot;&gt;&lt;code&gt;e8bfb64&lt;/code&gt;&lt;/a> Unnecessary lambda expression (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2828&quot;&gt;#2828&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/5a36e175325c1f6e55b0638009b8aa7e5ab89a05&quot;&gt;&lt;code&gt;5a36e17&lt;/code&gt;&lt;/a> Changelog for v3.0.3 (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2836&quot;&gt;#2836&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/8ad4cd69335a32d85b0b1c380572596b1e9f26b7&quot;&gt;&lt;code&gt;8ad4cd6&lt;/code&gt;&lt;/a> Run fsspec tests in min_deps env (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2835&quot;&gt;#2835&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/48f7c9af3b49e3221c65c3447e869437c0fb7575&quot;&gt;&lt;code&gt;48f7c9a&lt;/code&gt;&lt;/a> Feat: improves delete_dir for s3fs-backed FsspecStore (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2661&quot;&gt;#2661&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/23abb5b0cfb8b9565985e7e682a498405d630b34&quot;&gt;&lt;code&gt;23abb5b&lt;/code&gt;&lt;/a> Add more setitem property tests (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2825&quot;&gt;#2825&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/f8bc3153162e85ad41f62cdb6c693239868b85c6&quot;&gt;&lt;code&gt;f8bc315&lt;/code&gt;&lt;/a> create_array creates explicit groups (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2795&quot;&gt;#2795&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/3c25dacdd41e9a67f32c2cfac364292bb34d9370&quot;&gt;&lt;code&gt;3c25dac&lt;/code&gt;&lt;/a> Add shards to array strategy (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/2822&quot;&gt;#2822&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/zarr-developers/zarr-python/compare/v2.12.0...v3.0.4&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

📚 Documentation preview 📚: https://earthaccess--960.org.readthedocs.build/en/960/

Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.

Updates `zarr` to 3.0.4
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.rst)
- [Commits](zarr-developers/zarr-python@v2.12.0...v3.0.4)

---
updated-dependencies:
- dependency-name: zarr
  dependency-type: direct:production
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added impact: dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
Copy link

github-actions bot commented Mar 1, 2025

Binder 👈 Launch a binder notebook on this branch for commit 3d3878b

I will automatically update this comment whenever this PR is modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact: 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.

0 participants