home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

38 rows where labels_id = 3061601155

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
146079798,3061601155 needs discussion 3061601155 modified: xarray/backends/api.py 146079798
863506023,3061601155 needs discussion 3061601155 Fix lag in Jupyter caused by CSS in `_repr_html_` 863506023
895983112,3061601155 needs discussion 3061601155 Add xarray.backends.NoMatchingEngineError 895983112
904153867,3061601155 needs discussion 3061601155 Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867
906023492,3061601155 needs discussion 3061601155 Multidimensional histogram 906023492
906748201,3061601155 needs discussion 3061601155 Control CF-encoding in to_zarr() 906748201
930918574,3061601155 needs discussion 3061601155 Cache some properties 930918574
945226829,3061601155 needs discussion 3061601155 Add option to pass callable assertion failure message generator 945226829
967854972,3061601155 needs discussion 3061601155 Ask PRs to annotate tests 967854972
970245117,3061601155 needs discussion 3061601155 Allow in-memory arrays with open_mfdataset 970245117
991544027,3061601155 needs discussion 3061601155 Add encodings to save_mfdataset  991544027
1090229430,3061601155 needs discussion 3061601155 bool(ds) should raise a "the truth value of a Dataset is ambiguous" error 1090229430
1112365912,3061601155 needs discussion 3061601155 to_netcdf: docstrings for compute parameter 1112365912
1227144046,3061601155 needs discussion 3061601155 ENH: list_engines function 1227144046
1292284929,3061601155 needs discussion 3061601155 What should `Dataset.count` return for missing dims? 1292284929
1353466624,3061601155 needs discussion 3061601155 Type errors in `mypy` GitHub Action 1353466624
1359368857,3061601155 needs discussion 3061601155 fix passing of curvefit kwargs 1359368857
1376109308,3061601155 needs discussion 3061601155 Should Xarray stop doing automatic index-based alignment? 1376109308
1376776178,3061601155 needs discussion 3061601155 Backend entrypoints not public? 1376776178
1388326248,3061601155 needs discussion 3061601155 xarray allows several types for netcdf attributes. Is it expected ? 1388326248
1388372090,3061601155 needs discussion 3061601155 Align typing of dimension inputs 1388372090
1389176083,3061601155 needs discussion 3061601155 Don't cast NaN to integer 1389176083
1397104515,3061601155 needs discussion 3061601155 Passing keyword arguments to external functions 1397104515
1419825696,3061601155 needs discussion 3061601155 Deprecate cfgrib backend 1419825696
1444440024,3061601155 needs discussion 3061601155 Require to explicitly defining optional dimensions such as hue and markersize 1444440024
1452123685,3061601155 needs discussion 3061601155 DataArray.transpose with transpose_coords=True does not change coords order 1452123685
1462470712,3061601155 needs discussion 3061601155 Use plt.rc_context for default styles 1462470712
1550109629,3061601155 needs discussion 3061601155 bump minimum versions, drop py38 1550109629
1564661430,3061601155 needs discussion 3061601155 deprecate open_zarr 1564661430
1588516592,3061601155 needs discussion 3061601155 added 'storage_transformers' to valid_encodings 1588516592
1633623916,3061601155 needs discussion 3061601155 cf-coding 1633623916
1646350377,3061601155 needs discussion 3061601155 Use read1 instead of read to get magic number 1646350377
1673579421,3061601155 needs discussion 3061601155 Revisiting Xarray's Minimum dependency versions policy 1673579421
1720924071,3061601155 needs discussion 3061601155 Enable object_codec in zarr backend 1720924071
1951543761,3061601155 needs discussion 3061601155 ```DataArray.sel``` can silently pick up the nearest point, even if it is far away and the query is out of bounds 1951543761
1983891070,3061601155 needs discussion 3061601155 Ambiguous behavior with coordinates when appending to Zarr store with append_dim 1983891070
2021585639,3061601155 needs discussion 3061601155 Add option to define custom format of units in plots 2021585639
2083501344,3061601155 needs discussion 3061601155 more frequency string updates? 2083501344

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
    ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
    ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 6.679ms · About: xarray-datasette