John-P / wsic

Whole Slide image (WSI) conversion for brightfield histology images
MIT License
33 stars 4 forks source link

⬆️ Bump zarr from 2.12.0 to 2.13.3 #38

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps zarr from 2.12.0 to 2.13.3.

Release notes

Sourced from zarr's releases.

v2.13.3

See release notes https://zarr.readthedocs.io/en/stable/release.html#release-2-13-3

v2.13.2

See release notes https://zarr.readthedocs.io/en/stable/release.html#release-2-13-2

v2.13.1

See release notes https://zarr.readthedocs.io/en/stable/release.html#release-2-13-1

v2.13.0

See release notes https://zarr.readthedocs.io/en/stable/release.html#release-2-13-0

v2.13.0a2

See release notes https://zarr.readthedocs.io/en/latest/release.html#release-2-13-0

v2.13.0a1

See release notes https://zarr.readthedocs.io/en/latest/release.html#release-2-13-0

Changelog

Sourced from zarr's changelog.

2.13.3

  • Improve performance of slice selections with steps by omitting chunks with no relevant data. By :user:Richard Shaw <jrs65> :issue:843.

.. _release_2.13.2:

2.13.2

  • Fix test failure on conda-forge builds (again). By :user:Josh Moore <joshmoore>; see zarr-feedstock#65 <https://github.com/conda-forge/zarr-feedstock/pull/65>_.

.. _release_2.13.1:

2.13.1

  • Fix test failure on conda-forge builds. By :user:Josh Moore <joshmoore>; see zarr-feedstock#65 <https://github.com/conda-forge/zarr-feedstock/pull/65>_.

.. _release_2.13.0:

2.13.0

Major changes


* **Support of alternative array classes** by introducing a new argument,
  meta_array, that specifies the type/class of the underlying array. The
  meta_array argument can be any class instance that can be used as the like
  argument in NumPy (see `NEP 35
  <https://numpy.org/neps/nep-0035-array-creation-dispatch-with-array-function.html>`_).
  enabling support for CuPy through, for example, the creation of a CuPy CPU
  compressor.
  By :user:`Mads R. B. Kristensen <madsbk>` :issue:`934`.
  • Remove support for Python 3.7 in concert with NumPy dependency. By :user:Davis Bennett &lt;d-v-b&gt; :issue:1067.

  • Zarr v3: add support for the default root path rather than requiring that all API users pass an explicit path. By :user:Gregory R. Lee &lt;grlee77&gt; :issue:1085, :issue:1142.

</tr></table>

... (truncated)

Commits


Dependabot compatibility score

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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (1d3abe6) into dev (af2d4f8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev      #38   +/-   ##
=======================================
  Coverage   89.73%   89.73%           
=======================================
  Files          12       12           
  Lines        1335     1335           
=======================================
  Hits         1198     1198           
  Misses        137      137           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more