-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor GroupBy init to avoid factorization #6689
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y005/xarray into groupby_npg * 'groupby-aggs-using-numpy-groupies' of github.com:andersy005/xarray: Bump actions/github-script from 4.0.2 to 4.1 (pydata#5730) Set coord name concat when `concat`ing along a DataArray (pydata#5611) Add .git-blame-ignore-revs (pydata#5708) Type annotate tests (pydata#5728) Consolidate TypeVars in a single place (pydata#5569) add storage_options arg to to_zarr (pydata#5615) dataset `__repr__` updates (pydata#5580) Xfail failing test on main (pydata#5729) Add xarray-dataclasses to ecosystem in docs (pydata#5725) extend show_versions (pydata#5724) Move docstring for xr.set_options to numpy style (pydata#5702) Refactor more groupby and resample tests (pydata#5707) Remove suggestion to install pytest-xdist in docs (pydata#5713) Add typing to the OPTIONS dict (pydata#5678) Change annotations to allow str keys (pydata#5690) Whatsnew for float-to-top (pydata#5714) Use isort's float-to-top (pydata#5695) Fix errors in test_latex_name_isnt_split for min environments (pydata#5710) Improves rendering of complex LaTeX expressions as `long_name`s when plotting (pydata#5682) Use same bool validator as other inputs (pydata#5703)
Tests pass!
…y005/xarray into groupby-aggs-using-numpy-groupies * 'groupby-aggs-using-numpy-groupies' of github.com:andersy005/xarray: Update ci/requirements/environment-windows.yml
…ng-numpy-groupies
…numpy-groupies * upstream/main: (27 commits) Generator for groupby reductions (pydata#5871) whats-new dev whats-new for 0.20.1 (pydata#5943) Docs: fix URL for PTSA (pydata#5935) Fix a missing @requires_zarr in tests (pydata#5936) fix the detection of backend entrypoints (pydata#5931) Explicitly list all reductions in api.rst (pydata#5903) DOC: add names of missing contributors to 0.20.0 (pydata#5932) new whats-new.rst section Update open_rasterio deprecation version number (pydata#5916) v0.20 Release notes (pydata#5924) [skip-ci] v0.20.0: whats-new for release (pydata#5905) Update minimum dependencies for 0.20 (pydata#5917) Bump actions/github-script from 4.1 to 5 (pydata#5826) remove requirement for setuptools.pkg_resources (pydata#5845) Update docstring for apply_ufunc, set_options (pydata#5904) Display coords' units for slice plots (pydata#5847) Combine by coords dataarray bugfix (pydata#5834) Add .chunksizes property (pydata#5900) Add typing_extensions as a required dependency (pydata#5911) ...
* main: (95 commits) Use `zarr` to validate attrs when writing to zarr (pydata#6636) Add pre-commit hook to check CITATION.cff (pydata#6658) Fix kwargs used for extrapolation in docs (pydata#6639) Fix notebooks' HTML links (pydata#6655) Doc index update (pydata#6530) CFTime support for polyval (pydata#6624) Support dask arrays in datetime_to_numeric (pydata#6556) [pre-commit.ci] pre-commit autoupdate (pydata#6654) 0-padded month. (pydata#6653) [test-upstream] import `cleanup` fixture from `distributed` (pydata#6650) Allow all interp methods in typing (pydata#6647) Typing support for custom backends (pydata#6651) Improved DataArray typing (pydata#6637) Adjust code comments & types from pydata#6638 (pydata#6642) Typing of `str` and `dt` accessors (pydata#6641) Feature/to dict encoding (pydata#6635) fix {full,zeros,ones}_like overloads (pydata#6630) Mypy badge (pydata#6626) concatenate docs style (pydata#6621) Typing for open_dataset/array/mfdataset and to_netcdf/zarr (pydata#6612) ...
* main: Typing of Dataset (pydata#6661)
* main: pass kwargs through from save_mfdataset to to_netcdf (pydata#6686) Docs: indexing.rst finetuning (pydata#6685) use micromamba instead of mamba (pydata#6674) install the development version of `matplotlib` into the upstream-dev CI (pydata#6675) Add whatsnew section for v2022.06.0 release notes for 2022.06.0rc0 release notes for the pre-release (pydata#6676) more testpypi workflow fixes (pydata#6673) thin: add examples (pydata#6663) Update multidimensional-coords.ipynb (pydata#6672) try to finally fix the TestPyPI workflow (pydata#6671) pin setuptools in the modify script (pydata#6669) fix the python version for the TestPyPI workflow (pydata#6668) upload wheels from `main` to TestPyPI (pydata#6660) Set keep_attrs for flox (pydata#6667)
This was referenced Jul 15, 2022
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactoring
GroupBy.__init__
as a step toward #6610