Skip to content

Improve zarr chunks docs - #9140

Merged
max-sixty merged 4 commits into
pydata:mainfrom
max-sixty:docs-cache
Jun 22, 2024
Merged

Improve zarr chunks docs#9140
max-sixty merged 4 commits into
pydata:mainfrom
max-sixty:docs-cache

Conversation

@max-sixty

Copy link
Copy Markdown
Collaborator

Makes them more structure, consistent. I think removes a mistake re the default chunks arg in open_zarr (it's not None, it's auto).

Adds a comment re performance with chunks=None, closing #9111

Makes them more structure, consistent. I think removes a mistake re the default chunks arg in `open_zarr` (it's not `None`, it's `auto`).
Adds a comment re performance with `chunks=None`, closing pydata#9111
Comment threadxarray/backends/api.py Outdated
@max-sixty
max-sixty enabled auto-merge (squash) June 22, 2024 17:40
@max-sixty
max-sixty merged commit deb2082 into pydata:mainJun 22, 2024
@max-sixty
max-sixty deleted the docs-cache branch June 22, 2024 18:03
dcherian added a commit to dcherian/xarray that referenced this pull request Jun 28, 2024
* main:
promote floating-point numeric datetimes to 64-bit before decoding (pydata#9182)
also pin `numpy` in the all-but-dask CI (pydata#9184)
temporarily remove `pydap` from CI (pydata#9183)
temporarily pin `numpy<2` (pydata#9181)
Change np.core.defchararray to np.char (pydata#9165) (pydata#9166)
Fix example code formatting for CachingFileManager (pydata#9178)
Slightly improve DataTree repr (pydata#9064)
switch to unit `"D"` (pydata#9170)
Docs: Add page with figure for navigating help resources (pydata#9147)
Add test for pydata#9155 (pydata#9161)
Remove mypy exclusions for a couple more libraries (pydata#9160)
Include numbagg in type checks (pydata#9159)
Improve zarr chunks docs (pydata#9140)
dcherian added a commit that referenced this pull request Jul 24, 2024
* main: (48 commits)
Add test for #9155 (#9161)
Remove mypy exclusions for a couple more libraries (#9160)
Include numbagg in type checks (#9159)
Improve zarr chunks docs (#9140)
groupby: remove some internal use of IndexVariable (#9123)
Improve `to_zarr` docs (#9139)
Split out distributed writes in zarr docs (#9132)
Update zendoo badge link (#9133)
Support duplicate dimensions in `.chunk` (#9099)
Bump the actions group with 2 updates (#9130)
adjust repr tests to account for different platforms (#9127) (#9128)
Grouper refactor (#9122)
Update docstring in api.py for open_mfdataset(), clarifying "chunks" argument (#9121)
Add test for rechunking to a size string (#9117)
Move Sphinx directives out of `See also` (#8466)
new whats-new section (#9115)
release v2024.06.0 (#9113)
release notes for 2024.06.0 (#9092)
[skip-ci] Try fixing hypothesis CI trigger (#9112)
Undo custom padding-top. (#9107)
...
wavebyrd pushed a commit to wavebyrd/xarray that referenced this pull request Mar 13, 2026
* main: (48 commits)
Add test for pydata#9155 (pydata#9161)
Remove mypy exclusions for a couple more libraries (pydata#9160)
Include numbagg in type checks (pydata#9159)
Improve zarr chunks docs (pydata#9140)
groupby: remove some internal use of IndexVariable (pydata#9123)
Improve `to_zarr` docs (pydata#9139)
Split out distributed writes in zarr docs (pydata#9132)
Update zendoo badge link (pydata#9133)
Support duplicate dimensions in `.chunk` (pydata#9099)
Bump the actions group with 2 updates (pydata#9130)
adjust repr tests to account for different platforms (pydata#9127) (pydata#9128)
Grouper refactor (pydata#9122)
Update docstring in api.py for open_mfdataset(), clarifying "chunks" argument (pydata#9121)
Add test for rechunking to a size string (pydata#9117)
Move Sphinx directives out of `See also` (pydata#8466)
new whats-new section (pydata#9115)
release v2024.06.0 (pydata#9113)
release notes for 2024.06.0 (pydata#9092)
[skip-ci] Try fixing hypothesis CI trigger (pydata#9112)
Undo custom padding-top. (pydata#9107)
...
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@max-sixty@dcherian@TomNicholas