Stephan Hoyer

Results 83 issues of Stephan Hoyer

Copying my comment from https://github.com/pydata/pandas/issues/10000#issuecomment-236238297: We should consider making arithmetic between a Series and a DataFrame broadcast across the columns of the dataframe, i.e., aligning `series.index` with `df.index`, rather than...

indexing

### At what level of support should Xarray acknowledge sponsors on our website? I would like to surface this for open discussion because there are potential sponsoring organizations with conflicts...

community

If coordinates have spaces in their names, they get restored from netCDF files as data variables instead: ``` >>> xarray.open_dataset(xarray.Dataset(coords={'name with spaces': 1}).to_netcdf()) Dimensions: () Data variables: name with spaces...

topic-backends
topic-CF conventions
topic-error reporting

I find myself constructing a lot of cubes and cubelists manually when I implement new functions to manipulate cubes. Since these are core API objects, I suggest they should be...

Type: Enhancement
Experience: Low
Release: Minor

I would be curious how the cubed approach compares in performance to my Xarray-Beam library, beyond the superficial differences (NumPy vs Xarray data): https://github.com/google/xarray-beam One issue that comes to mind...

This is important for users who want to manipulate it directly (e.g., for https://github.com/google-research/neuralgcm/issues/8).

I've been happily using pytest for several projects for the past few years. There's one part about pytest that I still struggle to get behind: The way that fixtures magically...

type: proposal
topic: fixtures

I'm curious if explicitly listing groups/arrays inside group metadata has been discussed before. The downside is that this is redundant and potentially duplicate information (but in some sense so is...

Consider the case where we want to concurrently store and read _many_ array chunks (e.g., millions). This is inherently pretty reasonable with many distributed storage systems, but not with Zarr's...

protocol-extension

Thanks for sharing your models! It would be interesting for the community to be able to run the ensemble version of Pangu weather (i.e., the version from Figure 5 of...