Skip to content

groupby, resample: Deprecate some positional args - #9236

Merged
dcherian merged 3 commits into
pydata:mainfrom
dcherian:deprecate-grouper-pos-args
Jul 19, 2024
Merged

groupby, resample: Deprecate some positional args#9236
dcherian merged 3 commits into
pydata:mainfrom
dcherian:deprecate-grouper-pos-args

Conversation

@dcherian

@dcheriandcherian commented Jul 11, 2024

Copy link
Copy Markdown
Contributor

No description provided.

@dcherian
dcherianforce-pushed the deprecate-grouper-pos-args branch from 761177b to 6401d1aCompareJuly 11, 2024 17:11
@dcherian
dcherianforce-pushed the deprecate-grouper-pos-args branch from 6401d1a to a797d2bCompareJuly 18, 2024 07:33
@dcherian
dcherian marked this pull request as ready for review July 18, 2024 07:33
@dcherian
dcherianforce-pushed the deprecate-grouper-pos-args branch from a797d2b to 44fd2d7CompareJuly 18, 2024 07:34
@dcherian
dcherianforce-pushed the deprecate-grouper-pos-args branch from 44fd2d7 to e3032acCompareJuly 18, 2024 07:39

@headtr1ckheadtr1ck left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks!
If we merge this early, you might need to change the deprecation version to 2024.07 ;)

* main:
Delete ``base`` and ``loffset`` parameters to resample (pydata#9233)
Update dropna docstring (pydata#9257)
@dcherian
dcherian enabled auto-merge (squash) July 19, 2024 10:00
@dcherian
dcherian merged commit 07307b4 into pydata:mainJul 19, 2024
dcherian added a commit that referenced this pull request Jul 22, 2024
* main:
add backend intro and how-to diagram (#9175)
Fix copybutton for multi line examples in double digit ipython cells (#9264)
Update signature for _arrayfunction.__array__ (#9237)
Add encode_cf_datetime benchmark (#9262)
groupby, resample: Deprecate some positional args (#9236)
Delete ``base`` and ``loffset`` parameters to resample (#9233)
Update dropna docstring (#9257)
Grouper, Resampler as public api (#8840)
Fix mypy on main (#9252)
fix fallback isdtype method (#9250)
Enable pandas type checking (#9213)
Per-variable specification of boolean parameters in open_dataset (#9218)
test push
Added a space to the documentation (#9247)
Fix typing for test_plot.py (#9234)
dcherian added a commit that referenced this pull request Jul 24, 2024
* main: (54 commits)
Adding `open_datatree` backend-specific keyword arguments (#9199)
[pre-commit.ci] pre-commit autoupdate (#9202)
Restore ability to specify _FillValue as Python native integers (#9258)
add backend intro and how-to diagram (#9175)
Fix copybutton for multi line examples in double digit ipython cells (#9264)
Update signature for _arrayfunction.__array__ (#9237)
Add encode_cf_datetime benchmark (#9262)
groupby, resample: Deprecate some positional args (#9236)
Delete ``base`` and ``loffset`` parameters to resample (#9233)
Update dropna docstring (#9257)
Grouper, Resampler as public api (#8840)
Fix mypy on main (#9252)
fix fallback isdtype method (#9250)
Enable pandas type checking (#9213)
Per-variable specification of boolean parameters in open_dataset (#9218)
test push
Added a space to the documentation (#9247)
Fix typing for test_plot.py (#9234)
Allow mypy to run in vscode (#9239)
Revert "Test main push"
...
dcherian added a commit to JoelJaeschke/xarray that referenced this pull request Jul 25, 2024
…monotonic-variable
* main: (995 commits)
Adding `open_datatree` backend-specific keyword arguments (pydata#9199)
[pre-commit.ci] pre-commit autoupdate (pydata#9202)
Restore ability to specify _FillValue as Python native integers (pydata#9258)
add backend intro and how-to diagram (pydata#9175)
Fix copybutton for multi line examples in double digit ipython cells (pydata#9264)
Update signature for _arrayfunction.__array__ (pydata#9237)
Add encode_cf_datetime benchmark (pydata#9262)
groupby, resample: Deprecate some positional args (pydata#9236)
Delete ``base`` and ``loffset`` parameters to resample (pydata#9233)
Update dropna docstring (pydata#9257)
Grouper, Resampler as public api (pydata#8840)
Fix mypy on main (pydata#9252)
fix fallback isdtype method (pydata#9250)
Enable pandas type checking (pydata#9213)
Per-variable specification of boolean parameters in open_dataset (pydata#9218)
test push
Added a space to the documentation (pydata#9247)
Fix typing for test_plot.py (pydata#9234)
Allow mypy to run in vscode (pydata#9239)
Revert "Test main push"
...
@dcherian
dcherian deleted the deprecate-grouper-pos-args branch November 17, 2024 16:15
wavebyrd pushed a commit to wavebyrd/xarray that referenced this pull request Mar 13, 2026
* main: (54 commits)
Adding `open_datatree` backend-specific keyword arguments (pydata#9199)
[pre-commit.ci] pre-commit autoupdate (pydata#9202)
Restore ability to specify _FillValue as Python native integers (pydata#9258)
add backend intro and how-to diagram (pydata#9175)
Fix copybutton for multi line examples in double digit ipython cells (pydata#9264)
Update signature for _arrayfunction.__array__ (pydata#9237)
Add encode_cf_datetime benchmark (pydata#9262)
groupby, resample: Deprecate some positional args (pydata#9236)
Delete ``base`` and ``loffset`` parameters to resample (pydata#9233)
Update dropna docstring (pydata#9257)
Grouper, Resampler as public api (pydata#8840)
Fix mypy on main (pydata#9252)
fix fallback isdtype method (pydata#9250)
Enable pandas type checking (pydata#9213)
Per-variable specification of boolean parameters in open_dataset (pydata#9218)
test push
Added a space to the documentation (pydata#9247)
Fix typing for test_plot.py (pydata#9234)
Allow mypy to run in vscode (pydata#9239)
Revert "Test main push"
...
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

@dcherian@Illviljan@headtr1ck