home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

46 rows where labels_id = 119035353

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
36467304,119035353 topic-internals 119035353 Modular encoding 36467304
39377389,119035353 topic-internals 119035353 Support Dataset objects linked to files on disk to allow for incremental writes 39377389
39876209,119035353 topic-internals 119035353 Rethink silently passing TypeError when encountered during Dataset aggregations 39876209
40424011,119035353 topic-internals 119035353 Internal code reorganization; creates xray.core module 40424011
40773097,119035353 topic-internals 119035353 Fix concat str truncation 40773097
42018203,119035353 topic-internals 119035353 Cleanup storage of Dataset internal state 42018203
44595950,119035353 topic-internals 119035353 Scalar coordinates should not conflict with constant arrays with the same value, even if they have different shape 44595950
44718119,119035353 topic-internals 119035353 Modular encodings (rebased) 44718119
45615434,119035353 topic-internals 119035353 Encoding improvements 45615434
45948310,119035353 topic-internals 119035353 We should ship test data with the source distribution on pypi 45948310
46322244,119035353 topic-internals 119035353 xray should handle masked arrays properly 46322244
46477627,119035353 topic-internals 119035353 Improved broadcasting and new broadcast_arrays function 46477627
51212447,119035353 topic-internals 119035353 Add optional dependency on cyordereddict 51212447
51518241,119035353 topic-internals 119035353 Faster path for Dataset/DataArray indexing 51518241
53064234,119035353 topic-internals 119035353 Variables no longer conflict if they are broadcast equal and rather are promoted to use common dimensions 53064234
58310637,119035353 topic-internals 119035353 Support out-of-core computation using dask 58310637
64206762,119035353 topic-internals 119035353 WIP: support dask.array in xray objects 64206762
69767364,119035353 topic-internals 119035353 Simplify load_data now that dask bugs have been fixed 69767364
95089244,119035353 topic-internals 119035353 Rewrite of xray.concat 95089244
262642978,119035353 topic-internals 119035353 Explicit indexes in xarray's data-model (Future of MultiIndex) 262642978
264082543,119035353 topic-internals 119035353 __array_ufunc__ for xarray 264082543
281983819,119035353 topic-internals 119035353 decode_cf destroys chunks 281983819
626625818,119035353 topic-internals 119035353 Convert Variable to IndexVariable or vice versa when renamed 626625818
662505658,119035353 topic-internals 119035353 jupyter repr caching deleted netcdf file 662505658
730569820,119035353 topic-internals 119035353 Coordinate dtype changing to object after xr.concat 730569820
736272283,119035353 topic-internals 119035353 failing upstream-dev polyfit warning test 736272283
746021108,119035353 topic-internals 119035353 rolling_exp: keep_attrs and typing 746021108
785329941,119035353 topic-internals 119035353 Improve performance of xarray.corr() on big datasets 785329941
933551030,119035353 topic-internals 119035353 Flexible indexes: how best to implement the new data model? 933551030
937266282,119035353 topic-internals 119035353 Specify minimum versions in setup.cfg 937266282
953235338,119035353 topic-internals 119035353 Refactor index vs. coordinate variable(s) 953235338
966983801,119035353 topic-internals 119035353 Explicit indexes 966983801
988158051,119035353 topic-internals 119035353 Implement __sizeof__ on objects? 988158051
1048697792,119035353 topic-internals 119035353 [Experimental] Refactor Dataset to store variables in a manifest 1048697792
1115026697,119035353 topic-internals 119035353 MAINT: pandas 1.4: no longer use get_loc with method 1115026697
1120276279,119035353 topic-internals 119035353 open_mfdataset fails with cftime index when using parallel and dask delayed client 1120276279
1128304139,119035353 topic-internals 119035353 Indexing a RangeIndexed' DataArray with a RangeIndex returns a deprecated Int64Index 1128304139
1284475176,119035353 topic-internals 119035353 Long import time 1284475176
1308715638,119035353 topic-internals 119035353 Alternative parallel execution frameworks in xarray 1308715638
1377097243,119035353 topic-internals 119035353 Add parse_dims func 1377097243
1444752393,119035353 topic-internals 119035353 remap_label_indexers removed without deprecation update? 1444752393
1455395909,119035353 topic-internals 119035353 html repr fails for empty cftime arrays 1455395909
1798441216,119035353 topic-internals 119035353 Clean up colormap code? 1798441216
1917820711,119035353 topic-internals 119035353 `write_empty_chunks` not in `DataArray.to_zarr` 1917820711
2116695961,119035353 topic-internals 119035353 Wrapping a `kerchunk.Array` object directly with xarray 2116695961
2140173727,119035353 topic-internals 119035353 Use `ruff` for formatting  2140173727

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.112ms · About: xarray-datasette