Xylar Asay-Davis

Results 43 issues of Xylar Asay-Davis

This can be used to set a different name in output streams than the name in code or the unique name required for input. This merge also adds corresponding `outputFieldName`...

mpas-ocean
mpas-seaice
BFB
mpas-framework

#### Code Sample Using the following example data set: [example_jan.nc](https://github.com/MPAS-Dev/MPAS-Analysis/blob/develop/mpas_analysis/test/test_mpas_xarray/example_jan.nc) ```python #!/usr/bin/env python3 import xarray ds = xarray.open_mfdataset('example_jan.nc', concat_dim='Time') print(ds) ``` The result from xarray 0.10.2 (and all previous various...

bug
contrib-help-wanted
topic-combine

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

Issue: When rerendering a feedstock locally from a branch (e.g. created with `git worktree`): ``` cd proj.4-feedstock git worktree add ../test cd ../test conda update conda conda-build conda-smithy conda-forge-pinning conda...

Because of this call to `find_packages()` without any arguments, I think you are picking up the `cmec` and `tests` directories within the python package. https://github.com/PCMDI/pcmdi_metrics/blob/2fd4d6611ea5aef7a878690c71e1ba7a5c93509e/setup.py#L65 Changing this call to: ```...

version: 1.6.1 environment: Azure pipelines on ppc64le issue is visible [here](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=569146&view=logs&jobId=0aab4c9f-0c7a-539e-5140-61d4dc130be4&j=0aab4c9f-0c7a-539e-5140-61d4dc130be4&t=6a294e97-f788-5710-53f7-009f7bac450a) On conda-forge, we're trying to enable all the netcdf4 tests: https://github.com/conda-forge/netcdf4-feedstock/pull/142 This is working great except for ppc64le. We're...

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
c-cpp

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

The bypassing for PyPy got broken in https://github.com/protocolbuffers/protobuf/pull/10403

python
release notes: yes

This data set is an Antarctic melt-rate climatology covering the years 1992-2017. The new datasets is an improvement because: * it is more accurate than the previous Adusumilli et al....

mpas-ocean
BFB