forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into groupby-aggs-using-…
…numpy-groupies * upstream/main: (23 commits) Small typing fix (pydata#6159) Drop support for python 3.7 (pydata#5892) _season_from_months can now handle np.nan (pydata#5876) Use base ImportError not MoudleNotFoundError when trying to see if the (pydata#6154) Remove numpy from mypy pre-commit (pydata#6151) Change concat dims to be Hashable (pydata#6121) Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (pydata#6147) Remove registration of pandas datetime converter in plotting (pydata#6109) Remove pd.Panel checks (pydata#6145) Remove paren from DataArray.from_dict docstring (pydata#6140) Revert "Deprecate bool(ds) (pydata#6126)" (pydata#6141) remove paren from data that is fed to 1D DataArray (pydata#6139) Check for just `...`, rather than `[...]` in `da.stack` (pydata#6132) DOC: Add "auto" to dataarray `chunk` method (pydata#6068) TST: check datetime converter is Matplotlibs (pydata#6128) New algorithm for forward filling (pydata#6118) Limit and format number of displayed dimensions in repr (pydata#5662) Add labels to dataset diagram (pydata#6076) Deprecate bool(ds) (pydata#6126) Revert "disable pytest-xdist (to check CI failure)" (pydata#6127) ...
- Loading branch information
Showing
50 changed files
with
1,921 additions
and
244 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,6 @@ dependencies: | |
- rasterio | ||
- scipy | ||
- seaborn | ||
- setuptools | ||
- sparse | ||
- toolz | ||
- typing_extensions | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ dependencies: | |
- rasterio | ||
- scipy | ||
- seaborn | ||
- setuptools | ||
- sparse | ||
- toolz | ||
- typing_extensions | ||
|
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
Oops, something went wrong.