Skip to content

Fix rechunking to a frequency with empty bins. - #9364

Merged
dcherian merged 1 commit into
pydata:mainfrom
dcherian:fix-frequency-rechunk
Aug 14, 2024
Merged

Fix rechunking to a frequency with empty bins.#9364
dcherian merged 1 commit into
pydata:mainfrom
dcherian:fix-frequency-rechunk

Conversation

@dcherian

Copy link
Copy Markdown
Contributor

@dcheriandcherian added topic-chunked-arrays Managing different chunked backends, e.g. dask plan to merge Final call for comments labels Aug 14, 2024

@spencerkclarkspencerkclark left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dcherian! I agree with this fix—sorry this scenario didn't occur to me in my previous review.

@dcherian

Copy link
Copy Markdown
ContributorAuthor

No worries, I forgot too!

@dcherian
dcherian merged commit 68e86f4 into pydata:mainAug 14, 2024
dcherian added a commit to dcherian/xarray that referenced this pull request Aug 14, 2024
* main:
Revise (pydata#9366)
Fix rechunking to a frequency with empty bins. (pydata#9364)
whats-new entry for dropping python 3.9 (pydata#9359)
drop support for `python=3.9` (pydata#8937)
Revise (pydata#9357)
try to fix scheduled hypothesis test (pydata#9358)
@dcherian
dcherian deleted the fix-frequency-rechunk branch August 16, 2024 02:55
dcherian added a commit to TomNicholas/xarray that referenced this pull request Aug 22, 2024
* main: (214 commits)
Adds copy parameter to __array__ for numpy 2.0 (pydata#9393)
`numpy 2` compatibility in the `pydap` backend (pydata#9391)
pyarrow dependency added to doc environment (pydata#9394)
Extend padding functionalities (pydata#9353)
refactor GroupBy internals (pydata#9389)
Combine `UnsignedIntegerCoder` and `CFMaskCoder` (pydata#9274)
passing missing parameters to ZarrStore.open_store when opening a datatree (pydata#9377)
Fix tests on big-endian systems (pydata#9380)
Improve error message on `ds['x', 'y']` (pydata#9375)
Improve error message for missing coordinate index (pydata#9370)
Add flaky to TestNetCDF4ViaDaskData (pydata#9373)
Make chunk manager an option in `set_options` (pydata#9362)
Revise (pydata#9371)
Remove duplicate word from docs (pydata#9367)
Adding open_groups to BackendEntryPointEngine, NetCDF4BackendEntrypoint, and H5netcdfBackendEntrypoint (pydata#9243)
Revise (pydata#9366)
Fix rechunking to a frequency with empty bins. (pydata#9364)
whats-new entry for dropping python 3.9 (pydata#9359)
drop support for `python=3.9` (pydata#8937)
Revise (pydata#9357)
...
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plan to mergeFinal call for commentstopic-chunked-arraysManaging different chunked backends, e.g. dask

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TimeResampler("ME") can't deal with missing months

2 participants

@dcherian@spencerkclark