forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 1
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 flox-doc
* upstream/main: RTD maintenance (pydata#7477) fix the RTD build skipping feature (pydata#7476) Add benchmarks for to_dataframe and to_dask_dataframe (pydata#7474) allow skipping RTD builds (pydata#7470) create separate environment files for `python=3.11` (pydata#7469) Bump mamba-org/provision-with-micromamba from 14 to 15 (pydata#7466) install `numbagg` from `conda-forge` (pydata#7415) Fill missing data_vars during concat by reindexing (pydata#7400) [skip-cii] Add pyodide update instructions to HOW_TO_RELEASE (pydata#7449) [skip-ci] whats-new for next release (pydata#7455) v2023.01.0 whats-new (pydata#7440)
- Loading branch information
Showing
17 changed files
with
662 additions
and
55 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
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 |
---|---|---|
|
@@ -92,7 +92,15 @@ upstream https://github.com/pydata/xarray (push) | |
``` | ||
You're done pushing to main! | ||
|
||
13. Issue the release announcement to mailing lists & Twitter. For bug fix releases, I | ||
13. Update the version available on pyodide: | ||
- Open the PyPI page for [Xarray downloads](https://pypi.org/project/xarray/#files) | ||
- Clone the [pyodide repository](https://github.com/pyodide/pyodide). | ||
- Edit `packages/xarray/meta.yaml` to update the | ||
- link to the wheel (under "Built Distribution" on the PyPI page) | ||
- SHA256 hash (Click "Show Hashes" next to the link to the wheel) | ||
- Open a pull request to pyodide | ||
|
||
14. Issue the release announcement to mailing lists & Twitter. For bug fix releases, I | ||
usually only email [email protected]. For major/feature releases, I will email a broader | ||
list (no more than once every 3-6 months): | ||
- [email protected] | ||
|
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- aiobotocore | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
# - cdms2 | ||
- cfgrib | ||
- cftime | ||
- dask-core | ||
- distributed | ||
- flox | ||
- fsspec!=2021.7.0 | ||
- h5netcdf | ||
- h5py | ||
- hdf5 | ||
- hypothesis | ||
- iris | ||
- lxml # Optional dep of pydap | ||
- matplotlib-base | ||
- nc-time-axis | ||
- netcdf4 | ||
# - numba | ||
# - numbagg | ||
- numexpr | ||
- numpy | ||
- packaging | ||
- pandas | ||
- pint | ||
- pip | ||
- pooch | ||
- pre-commit | ||
- pseudonetcdf | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- rasterio | ||
- scipy | ||
- seaborn | ||
# - sparse | ||
- toolz | ||
- typing_extensions | ||
- zarr |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
# - cdms2 # Not available on Windows | ||
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340 | ||
- cftime | ||
- dask-core | ||
- distributed | ||
- flox | ||
- fsspec!=2021.7.0 | ||
- h5netcdf | ||
- h5py | ||
- hdf5 | ||
- hypothesis | ||
- iris | ||
- lxml # Optional dep of pydap | ||
- matplotlib-base | ||
- nc-time-axis | ||
- netcdf4 | ||
# - numba | ||
# - numbagg | ||
- numpy | ||
- packaging | ||
- pandas | ||
- pint | ||
- pip | ||
- pre-commit | ||
- pseudonetcdf | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- rasterio | ||
- scipy | ||
- seaborn | ||
# - sparse | ||
- toolz | ||
- typing_extensions | ||
- zarr |
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.