Skip to content

Commit

Permalink
Bump xarray from 2023.7.0 to 2023.8.0 (#201)
Browse files Browse the repository at this point in the history
Bumps [xarray](https://github.com/pydata/xarray) from 2023.7.0 to
2023.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydata/xarray/releases">xarray's
releases</a>.</em></p>
<blockquote>
<h2>v2023.08.0</h2>
<p>This release brings changes to minimum dependencies, allows reading
of datasets where a dimension name is
associated with a multidimensional variable (e.g. finite volume ocean
model output), and introduces
a new :py:class:<code>xarray.Coordinates</code> object.</p>
<p>Thanks to the 16 contributors to this release: Anderson Banihirwe,
Articoking, Benoit Bovy, Deepak Cherian, Harshitha, Ian Carroll,
Joe Hamman, Justus Magin, Peter Hill, Rachel Wegener, Riley Kuttruff,
Thomas Nicholas, Tom Nicholas, ilgast, quantsnus, vallirep</p>
<h2>Announcements</h2>
<p>The <code>xarray.Variable</code> class is being refactored out to a
new project title 'namedarray'.
See the <a
href="https://github.com/pydata/xarray/blob/main/design_notes/named_array_design_doc.md">design
doc</a> for more
details. Reach out to us on this <a
href="https://github.com/pydata/xarray/discussions/8080">discussion
topic</a> if you have any thoughts.</p>
<h2>What's Changed</h2>
<ul>
<li>Use variable name in all exceptions raised in
<code>as_variable</code> by <a
href="https://github.com/ZedThree"><code>@​ZedThree</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7995">pydata/xarray#7995</a></li>
<li>Add documentation on custom indexes by <a
href="https://github.com/benbovy"><code>@​benbovy</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/6975">pydata/xarray#6975</a></li>
<li>Allow opening datasets with nD dimenson coordinate variables. by <a
href="https://github.com/dcherian"><code>@​dcherian</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7989">pydata/xarray#7989</a></li>
<li>Update copyright year in README by <a
href="https://github.com/dcherian"><code>@​dcherian</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8007">pydata/xarray#8007</a></li>
<li>join together duplicate entries in the text <code>repr</code> by <a
href="https://github.com/keewis"><code>@​keewis</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7225">pydata/xarray#7225</a></li>
<li>Core team member guide by <a
href="https://github.com/TomNicholas"><code>@​TomNicholas</code></a> in
<a
href="https://redirect.github.com/pydata/xarray/pull/7999">pydata/xarray#7999</a></li>
<li>Expose &quot;Coordinates&quot; as part of Xarray's public API by <a
href="https://github.com/benbovy"><code>@​benbovy</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7368">pydata/xarray#7368</a></li>
<li>improved docstring of to_netcdf (issue <a
href="https://redirect.github.com/pydata/xarray/issues/7127">#7127</a>)
by <a href="https://github.com/vallirep"><code>@​vallirep</code></a> in
<a
href="https://redirect.github.com/pydata/xarray/pull/7947">pydata/xarray#7947</a></li>
<li>Update interpolate_na in dataset.py by <a
href="https://github.com/ilgast"><code>@​ilgast</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7974">pydata/xarray#7974</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/pydata/xarray/pull/8014">pydata/xarray#8014</a></li>
<li>Add HDF5 Section to read/write docs page by <a
href="https://github.com/rwegener2"><code>@​rwegener2</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8012">pydata/xarray#8012</a></li>
<li>Add examples to docstrings by <a
href="https://github.com/harshitha1201"><code>@​harshitha1201</code></a>
in <a
href="https://redirect.github.com/pydata/xarray/pull/7937">pydata/xarray#7937</a></li>
<li>(chore) min versions bump by <a
href="https://github.com/jhamman"><code>@​jhamman</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8022">pydata/xarray#8022</a></li>
<li>Automatically chunk <code>other</code> in GroupBy binary ops. by <a
href="https://github.com/dcherian"><code>@​dcherian</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/7684">pydata/xarray#7684</a></li>
<li>change cumproduct to cumprod by <a
href="https://github.com/quantsnus"><code>@​quantsnus</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8031">pydata/xarray#8031</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/pydata/xarray/pull/8032">pydata/xarray#8032</a></li>
<li>Reduce pre-commit update frequency to monthly from weekly. by <a
href="https://github.com/dcherian"><code>@​dcherian</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8033">pydata/xarray#8033</a></li>
<li>sort when encoding coordinates for deterministic outputs by <a
href="https://github.com/itcarroll"><code>@​itcarroll</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8034">pydata/xarray#8034</a></li>
<li>Zarr : Allow setting <code>write_empty_chunks</code> by <a
href="https://github.com/RKuttruff"><code>@​RKuttruff</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8016">pydata/xarray#8016</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/pydata/xarray/pull/8052">pydata/xarray#8052</a></li>
<li>Count documentation by <a
href="https://github.com/Articoking"><code>@​Articoking</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8057">pydata/xarray#8057</a></li>
<li>Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8068">pydata/xarray#8068</a></li>
<li>add design document for &quot;named-array&quot; by <a
href="https://github.com/andersy005"><code>@​andersy005</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8073">pydata/xarray#8073</a></li>
<li>unpin <code>numpy</code> by <a
href="https://github.com/keewis"><code>@​keewis</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8061">pydata/xarray#8061</a></li>
<li>Extending the glossary by <a
href="https://github.com/harshitha1201"><code>@​harshitha1201</code></a>
in <a
href="https://redirect.github.com/pydata/xarray/pull/7732">pydata/xarray#7732</a></li>
<li>Add 2023.08.0 whats-new by <a
href="https://github.com/dcherian"><code>@​dcherian</code></a> in <a
href="https://redirect.github.com/pydata/xarray/pull/8081">pydata/xarray#8081</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ZedThree"><code>@​ZedThree</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/7995">pydata/xarray#7995</a></li>
<li><a href="https://github.com/vallirep"><code>@​vallirep</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/7947">pydata/xarray#7947</a></li>
<li><a href="https://github.com/ilgast"><code>@​ilgast</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/7974">pydata/xarray#7974</a></li>
<li><a href="https://github.com/rwegener2"><code>@​rwegener2</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/8012">pydata/xarray#8012</a></li>
<li><a href="https://github.com/quantsnus"><code>@​quantsnus</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/8031">pydata/xarray#8031</a></li>
<li><a href="https://github.com/RKuttruff"><code>@​RKuttruff</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/8016">pydata/xarray#8016</a></li>
<li><a
href="https://github.com/Articoking"><code>@​Articoking</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydata/xarray/pull/8057">pydata/xarray#8057</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydata/xarray/commit/83c2919b27b4b2d8a01bfa380226134c71321aa0"><code>83c2919</code></a>
Add 2023.08.0 whats-new (<a
href="https://redirect.github.com/pydata/xarray/issues/8081">#8081</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/4c07a011286ef5c3edfd73310094203895b410c3"><code>4c07a01</code></a>
Extending the glossary (<a
href="https://redirect.github.com/pydata/xarray/issues/7732">#7732</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/ab096b05821a039f7a5b416e83227462625687ff"><code>ab096b0</code></a>
unpin <code>numpy</code> (<a
href="https://redirect.github.com/pydata/xarray/issues/8061">#8061</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/06a756c1c5f0b622189e0d1db6f9c5ef3652a30a"><code>06a756c</code></a>
add design document for &quot;named-array&quot; (<a
href="https://redirect.github.com/pydata/xarray/issues/8073">#8073</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/67835eea3a1763a3241ca67cf3338536021bb949"><code>67835ee</code></a>
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (<a
href="https://redirect.github.com/pydata/xarray/issues/8068">#8068</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/eceec5f7bbbe93b2f24f49af6361a135ae72e2e4"><code>eceec5f</code></a>
Count documentation (<a
href="https://redirect.github.com/pydata/xarray/issues/8057">#8057</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/58924643cdf2c89fc7eb6bea24331781ef0b49b7"><code>5892464</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pydata/xarray/issues/8052">#8052</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/034376195b49c5ef507762ca9e01d6ccfc933e27"><code>0343761</code></a>
Zarr : Allow setting <code>write_empty_chunks</code> (<a
href="https://redirect.github.com/pydata/xarray/issues/8016">#8016</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/fb6bbbecf23aa8052a8c7d93bd5b1eb1eb3ea699"><code>fb6bbbe</code></a>
sort when encoding coordinates for deterministic outputs (<a
href="https://redirect.github.com/pydata/xarray/issues/8034">#8034</a>)</li>
<li><a
href="https://github.com/pydata/xarray/commit/92c8b33eb464b09d6f8277265b16cae039ab57ee"><code>92c8b33</code></a>
Reduce pre-commit update frequency to monthly from weekly. (<a
href="https://redirect.github.com/pydata/xarray/issues/8033">#8033</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydata/xarray/compare/v2023.07.0...v2023.08.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xarray&package-manager=pip&previous-version=2023.7.0&new-version=2023.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 87c3562 commit 95f6835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matplotlib==3.7.2
numpy==1.24.4
pyglotaran==0.7.1
tabulate==0.9.0
xarray==2023.7.0
xarray==2023.8.0

# Documentation dependencies
-r docs/requirements.txt
Expand Down

0 comments on commit 95f6835

Please sign in to comment.