home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

58 rows where labels_id = 1593475602

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
1593475602,535961051 CI 1593475602 CI setup: use mamba and matplotlib-base 535961051
1593475602,539838538 CI 1593475602 CI: run tests in parallel (pytest-xdist) 539838538
1593475602,544939869 CI 1593475602 Trigger upstream CI on cron schedule (by default) 544939869
1593475602,544949157 CI 1593475602 Migrate CI from azure pipelines to GitHub Actions 544949157
1593475602,548566031 CI 1593475602 action to detect a keyword in the commit summary line 548566031
1593475602,572999873 CI 1593475602 replace the ci-trigger action with a external one 572999873
1593475602,613667041 CI 1593475602 Trigger CI on push or pull_request but not both 613667041
1593475602,836839848 CI 1593475602 Verify built dist/wheel 836839848
1593475602,1009012459 CI 1593475602 Bump minimum numpy version to 1.20 1009012459
1593475602,1024003776 CI 1593475602 Hypothesis strategies in xarray.testing.strategies 1024003776
1593475602,1032111288 CI 1593475602 Enable taking the mean of dask-backed cftime arrays 1032111288
1593475602,1040627631 CI 1593475602 enable pydap in tests again 1040627631
1593475602,1049288684 CI 1593475602 Fix decorators in ipython code blocks in docs 1049288684
1593475602,1050631234 CI 1593475602 Add sphinx-codeautolink extension to docs build 1050631234
1593475602,1052339012 CI 1593475602 Generalize handling of chunked array types 1052339012
1593475602,1059594095 CI 1593475602 Add typing to plot methods 1059594095
1593475602,1070384240 CI 1593475602 Exclude typechecking stuff from coverage 1070384240
1593475602,1096962179 CI 1593475602 absolufy-imports - No relative imports - PEP8 1096962179
1593475602,1128178175 CI 1593475602 bump min deps 1128178175
1593475602,1128397047 CI 1593475602 deprecate pynio backend 1128397047
1593475602,1131856318 CI 1593475602 Add numba to nightly upstream 1131856318
1593475602,1144908428 CI 1593475602 Add python 3.11 to CI 1144908428
1593475602,1184980029 CI 1593475602 install `numbagg` from `conda-forge` 1184980029
1593475602,1185066377 CI 1593475602 remove `numbagg` and `numba` from the upstream-dev CI 1185066377
1593475602,1185417960 CI 1593475602 Import datatree in xarray? 1185417960
1593475602,1197029292 CI 1593475602 pin scipy version in doc environment 1197029292
1593475602,1198742577 CI 1593475602 update the docs environment 1198742577
1593475602,1210479701 CI 1593475602 Lint with ruff 1210479701
1593475602,1210897214 CI 1593475602 bump minimum versions, drop py38 1210897214
1593475602,1213357613 CI 1593475602 create separate environment files for `python=3.11` 1213357613
1593475602,1224298678 CI 1593475602 Enable datatree * dataset commutativity 1224298678
1593475602,1268138688 CI 1593475602 Clarifications in contributors guide 1268138688
1593475602,1275308631 CI 1593475602 Added an introduction to the reshaping documentation 1275308631
1593475602,1282910358 CI 1593475602 Pin pandas < 2 1282910358
1593475602,1283153008 CI 1593475602 [pre-commit.ci] pre-commit autoupdate 1283153008
1593475602,1285598862 CI 1593475602 add timeouts for tests 1285598862
1593475602,1289353458 CI 1593475602 Delete built-in cfgrib backend 1289353458
1593475602,1289425832 CI 1593475602 Delete built-in rasterio backend 1289425832
1593475602,1303345223 CI 1593475602 `pandas=2.0` support 1303345223
1593475602,1304731317 CI 1593475602 Continue to use nanosecond-precision Timestamps in precision-sensitive areas 1304731317
1593475602,1332026498 CI 1593475602 adjust the deprecation policy for python 1332026498
1593475602,1340214585 CI 1593475602 Pin pint to 0.20 1340214585
1593475602,1361258618 CI 1593475602 add `numba` to the py3.11 environment 1361258618
1593475602,1361893722 CI 1593475602 preserve vlen string dtypes, allow vlen string fill_values 1361893722
1593475602,1374287516 CI 1593475602 Add cfgrib,ipywidgets to doc env 1374287516
1593475602,1389306401 CI 1593475602 [pre-commit.ci] pre-commit autoupdate 1389306401
1593475602,1450661702 CI 1593475602 (chore) min versions bump 1450661702
1593475602,1470282015 CI 1593475602 unpin `numpy` 1470282015
1593475602,1517138552 CI 1593475602 fix the failing docs 1517138552
1593475602,1560652584 CI 1593475602 Implementation of rust based cftime  1560652584
1593475602,1562623510 CI 1593475602 Docs: Add syntax for registering backends in `pyproject.toml` 1562623510
1593475602,1573490771 CI 1593475602 Use `opt_einsum` by default if installed. 1573490771
1593475602,1584712126 CI 1593475602 Hypothesis strategy for generating Variable objects 1584712126
1593475602,1596584058 CI 1593475602 remove `cdms2` 1596584058
1593475602,1597619019 CI 1593475602 Pin pint to >=0.22 1597619019
1593475602,1597624356 CI 1593475602 Remove PseudoNetCDF 1597624356
1593475602,1616531507 CI 1593475602 import from the new location of `normalize_axis_index` if possible 1616531507
1593475602,1631588815 CI 1593475602 Remove PR labeler bot 1631588815

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