home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

30 rows where labels_id = 482927450

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
482927450,125936835 topic-testing 482927450 Feature/benchmark 125936835
482927450,132375543 topic-testing 482927450 Fix a bug in assert_allclose where rtol and atol were ignored 132375543
482927450,135298867 topic-testing 482927450 Detailed report for testing.assert_equal and testing.assert_identical 135298867
482927450,139715643 topic-testing 482927450 fix unintentional skipped tests 139715643
482927450,199925487 topic-testing 482927450 dev/test build for python 3.7 199925487
482927450,314874029 topic-testing 482927450 Add hypothesis test for netCDF4 roundtrip 314874029
482927450,535078632 topic-testing 482927450 rasterio no geotransform: update warning message 535078632
482927450,535180047 topic-testing 482927450 upstream-dev: mention sparse 535180047
482927450,581423521 topic-testing 482927450 Automatic duck array testing - reductions 581423521
482927450,663805042 topic-testing 482927450 fix dask meta and output_dtypes error 663805042
482927450,690585828 topic-testing 482927450 Add option to pass callable assertion failure message generator 690585828
482927450,835589346 topic-testing 482927450 better warning filter for assert_* 835589346
482927450,1021852804 topic-testing 482927450 Duckarray tests for constructors and properties 1021852804
482927450,1024003776 topic-testing 482927450 Hypothesis strategies in xarray.testing.strategies 1024003776
482927450,1088407226 topic-testing 482927450 Fix broken test that fails CI upstream 1088407226
482927450,1096962179 topic-testing 482927450 absolufy-imports - No relative imports - PEP8 1096962179
482927450,1154470307 topic-testing 482927450 Expose "Coordinates" as part of Xarray's public API 1154470307
482927450,1210479701 topic-testing 482927450 Lint with ruff 1210479701
482927450,1210897214 topic-testing 482927450 bump minimum versions, drop py38 1210897214
482927450,1435996321 topic-testing 482927450 Allow opening datasets with nD dimenson coordinate variables. 1435996321
482927450,1437987761 topic-testing 482927450 [pre-commit.ci] pre-commit autoupdate 1437987761
482927450,1496182200 topic-testing 482927450 More flexible index variables 1496182200
482927450,1501219392 topic-testing 482927450 Deprecate the multi-index dimension coordinate 1501219392
482927450,1501781892 topic-testing 482927450 [pre-commit.ci] pre-commit autoupdate 1501781892
482927450,1516237612 topic-testing 482927450 Fix several warnings in the tests 1516237612
482927450,1558999807 topic-testing 482927450 Move parallelcompat and chunkmanagers to NamedArray 1558999807
482927450,1584712126 topic-testing 482927450 Hypothesis strategy for generating Variable objects 1584712126
482927450,1636817385 topic-testing 482927450 Offer a fixture for unifying DataArray & Dataset tests 1636817385
482927450,1694056091 topic-testing 482927450 Stateful tests with Dataset 1694056091
482927450,1849614311 topic-testing 482927450 Add argument check_dims to assert_allclose to allow transposed inputs (#5733) 1849614311

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