home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

52 rows where labels_id = 1168169704

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
1168169704,261202056 topic-zarr 1168169704 [WIP] added protect_dataset_variables_inplace to open_zarr 261202056
1168169704,261207163 topic-zarr 1168169704 [WIP] Use zarr internal LRU caching 261207163
1168169704,308608477 topic-zarr 1168169704 Expose use_cftime option in open_zarr #2886 308608477
1168169704,340705676 topic-zarr 1168169704 Allow nested dictionaries in the Zarr backend (#3517) 340705676
1168169704,380989420 topic-zarr 1168169704 Allow chunk_store argument when opening Zarr datasets 380989420
1168169704,408844574 topic-zarr 1168169704 xarray.open_mzar: open multiple zarr files (in parallel) 408844574
1168169704,413847754 topic-zarr 1168169704 Support parallel writes to regions of zarr stores 413847754
1168169704,441745540 topic-zarr 1168169704 Xarray open_mfdataset with engine Zarr 441745540
1168169704,463362120 topic-zarr 1168169704 allow manual zarr encoding on unchunked dask dimensions 463362120
1168169704,906521905 topic-zarr 1168169704 implement Zarr v3 spec support 906521905
1168169704,906643732 topic-zarr 1168169704 Fix zarr append dtype checks 906643732
1168169704,925889142 topic-zarr 1168169704 New inline_array kwarg for open_dataset 925889142
1168169704,947243367 topic-zarr 1168169704 Use `zarr` to validate attrs when writing to zarr 947243367
1168169704,1016457019 topic-zarr 1168169704 Avoid calling np.asarray on lazy indexing classes 1016457019
1168169704,1052339012 topic-zarr 1168169704 Generalize handling of chunked array types 1052339012
1168169704,1062097375 topic-zarr 1168169704 More informative error for non-existent zarr store 1062097375
1168169704,1089738782 topic-zarr 1168169704 Lazy Imports 1089738782
1168169704,1096645684 topic-zarr 1168169704 Backends descriptions 1096645684
1168169704,1223601380 topic-zarr 1168169704 deprecate open_zarr 1223601380
1168169704,1229273711 topic-zarr 1168169704 Zarr: drop "source" and "original_shape" from encoding 1229273711
1168169704,1230953781 topic-zarr 1168169704 [pre-commit.ci] pre-commit autoupdate 1230953781
1168169704,1238092838 topic-zarr 1168169704 allow refreshing of backends 1238092838
1168169704,1244439811 topic-zarr 1168169704 added 'storage_transformers' to valid_encodings 1244439811
1168169704,1259281081 topic-zarr 1168169704 fix nczarr when libnetcdf>4.8.1 1259281081
1168169704,1263183724 topic-zarr 1168169704 todel 1263183724
1168169704,1263301043 topic-zarr 1168169704 Fix lazy negative slice rewriting. 1263301043
1168169704,1293546605 topic-zarr 1168169704 add to_zarr method to dataarray 1293546605
1168169704,1299340017 topic-zarr 1168169704 deprecate encoding setters 1299340017
1168169704,1335673210 topic-zarr 1168169704 Generalize delayed 1335673210
1168169704,1337758866 topic-zarr 1168169704 Array API fixes for astype 1337758866
1168169704,1359566001 topic-zarr 1168169704 CF encoding should preserve vlen dtype for empty arrays 1359566001
1168169704,1395497503 topic-zarr 1168169704 Fix check for chunk_store in zarr backend 1395497503
1168169704,1432111234 topic-zarr 1168169704 Fix typo in zarr.py 1432111234
1168169704,1447376547 topic-zarr 1168169704 Zarr : Allow setting `write_empty_chunks` 1447376547
1168169704,1465015830 topic-zarr 1168169704 Allow setting (or skipping) new indexes in open_dataset 1465015830
1168169704,1507766604 topic-zarr 1168169704 Update Variable metadata when using 'a' mode in Zarr 1507766604
1168169704,1534897151 topic-zarr 1168169704 fix zarr datetime64 chunks 1534897151
1168169704,1553550639 topic-zarr 1168169704 Avoid redundant metadata reads in `ZarrArrayWrapper` 1553550639
1168169704,1558999807 topic-zarr 1168169704 Move parallelcompat and chunkmanagers to NamedArray 1558999807
1168169704,1561278861 topic-zarr 1168169704 Fix for Dataset.to_zarr with both `consolidated` and `write_empty_chunks` 1561278861
1168169704,1576028557 topic-zarr 1168169704 Allow writing to zarr with differently ordered dims 1576028557
1168169704,1577658012 topic-zarr 1168169704 Use numbagg for `ffill` by default 1577658012
1168169704,1592808124 topic-zarr 1168169704 Properly closes zarr groups in zarr store 1592808124
1168169704,1592876533 topic-zarr 1168169704 Add mode='a-': Do not overwrite coordinates when appending to Zarr with `append_dim` 1592876533
1168169704,1594728535 topic-zarr 1168169704 Automatic region detection and transpose for `to_zarr()` 1594728535
1168169704,1595867080 topic-zarr 1168169704 Restore dask arrays rather than editing encoding 1595867080
1168169704,1600906396 topic-zarr 1168169704 Add keep_variables keyword to open_dataset() 1600906396
1168169704,1605017024 topic-zarr 1168169704 Check for aligned chunks when writing to existing variables 1605017024
1168169704,1605107903 topic-zarr 1168169704 Add initialize_zarr 1605107903
1168169704,1610027974 topic-zarr 1168169704 Avoid duplicate Zarr array read 1610027974
1168169704,1616702120 topic-zarr 1168169704 Fix Zarr region transpose 1616702120
1168169704,1620897547 topic-zarr 1168169704 Minor to_zarr optimizations 1620897547

Advanced export

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

CSV options:

CREATE TABLE [labels_pull_requests] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
   PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
    ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
    ON [labels_pull_requests] ([labels_id]);
Powered by Datasette · Queries took 8.38ms · About: xarray-datasette