-
-
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
Build failure with pandas master #3440
Comments
This was referenced Oct 24, 2019
crusaderky
added a commit
to crusaderky/xarray
that referenced
this issue
Oct 24, 2019
Merged
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 24, 2019
* upstream/master: minor lint tweaks (pydata#3429) Hack around pydata#3440 (pydata#3442) Update Terminology page to account for multidimensional coordinates (pydata#3410) Use cftime master for upstream-dev build (pydata#3439)
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 24, 2019
…e-multiple-dims * upstream/master: minor lint tweaks (pydata#3429) Hack around pydata#3440 (pydata#3442) Update Terminology page to account for multidimensional coordinates (pydata#3410) Use cftime master for upstream-dev build (pydata#3439)
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 24, 2019
* upstream/master: minor lint tweaks (pydata#3429) Hack around pydata#3440 (pydata#3442) Update Terminology page to account for multidimensional coordinates (pydata#3410) Use cftime master for upstream-dev build (pydata#3439)
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 25, 2019
* upstream/master: minor lint tweaks (pydata#3429) Hack around pydata#3440 (pydata#3442) Update Terminology page to account for multidimensional coordinates (pydata#3410) Use cftime master for upstream-dev build (pydata#3439) MAGA (Make Azure Green Again) (pydata#3436) Test that Dataset and DataArray resampling are identical (pydata#3412) Avoid multiplication DeprecationWarning in rasterio backend (pydata#3428) Sync with latest version of cftime (v1.0.4) (pydata#3430) Add cftime git tip to upstream-dev + temporarily pin cftime (pydata#3431)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://dev.azure.com/xarray/d5e7a686-a114-4b8c-a2d8-4b5b11efd896/_build/results?buildId=1218&view=logs&jobId=41d90575-019f-5cfd-d78e-c2adebf9a30b for a log.
Appears to be due to pandas-dev/pandas#29062, which adds a
.attrs
attribute to pandas objects. We copy this attribute in the DataArray constructor.The text was updated successfully, but these errors were encountered: