Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-to-zarr-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 17, 2025
2 parents bcd1f0a + 9664cbc commit 3b8ec7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog

X.Y.Z (DD-MM-YYYY)
------------------
* Upgrade to xarray 2025.1.1 (:pr:`49`)
* Add documentation link to MSv2EntryPoint class (:pr:`47`)
* Change visibility partition structure to ``msname/partition-001`` (:pr:`46`)
* Rename ``baseline`` dimension to ``baseline_id`` (:pr:`44`)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.11"
pytest = {version = "^8.0.0", optional = true, extras = ["testing"]}
xarray = "^2024.9.0"
xarray = "^2025.0"
dask = {version = "^2024.5.0", optional = true, extras = ["testing"]}
distributed = {version = "^2024.5.0", optional = true, extras = ["testing"]}
cacheout = "^0.16.0"
Expand Down

0 comments on commit 3b8ec7d

Please sign in to comment.