home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

34 rows where labels_id = 2746708206

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
2746708206,227443527 topic-rolling 2746708206 [WIP] Fix problem with wrong chunksizes when using rolling_window on dask.array 227443527
2746708206,245630951 topic-rolling 2746708206 Enable resampling on PeriodIndex 245630951
2746708206,351354928 topic-rolling 2746708206 Strided rolling 351354928
2746708206,574241117 topic-rolling 2746708206 Better rolling reductions 574241117
2746708206,690153645 topic-rolling 2746708206 Allow no padding for rolling windows 690153645
2746708206,985593049 topic-rolling 2746708206 improve typing of DataArray and Dataset reductions 985593049
2746708206,1052339012 topic-rolling 2746708206 Generalize handling of chunked array types 1052339012
2746708206,1059101427 topic-rolling 2746708206 Add Ellipsis typehint to reductions 1059101427
2746708206,1063176070 topic-rolling 2746708206 Better dtype preservation for rolling mean on dask array 1063176070
2746708206,1102359579 topic-rolling 2746708206 Ensure Coarsen.construct keeps all coords 1102359579
2746708206,1210897214 topic-rolling 2746708206 bump minimum versions, drop py38 1210897214
2746708206,1230953781 topic-rolling 2746708206 [pre-commit.ci] pre-commit autoupdate 1230953781
2746708206,1261074153 topic-rolling 2746708206 Removed `.isel` for `DatasetRolling.construct` consistent rolling behavior 1261074153
2746708206,1311491625 topic-rolling 2746708206 Fix typing errors using mypy 1.2 1311491625
2746708206,1335673210 topic-rolling 2746708206 Generalize delayed 1335673210
2746708206,1337758866 topic-rolling 2746708206 Array API fixes for astype 1337758866
2746708206,1431658026 topic-rolling 2746708206 Document that Coarsen accepts coord func as callable 1431658026
2746708206,1450661702 topic-rolling 2746708206 (chore) min versions bump 1450661702
2746708206,1479306486 topic-rolling 2746708206 Consistently report all dimensions in error messages if invalid dimensions are given 1479306486
2746708206,1488749176 topic-rolling 2746708206 Move `.rolling_exp` functions from `reduce` to `apply_ufunc` 1488749176
2746708206,1508705350 topic-rolling 2746708206 Fix typos 1508705350
2746708206,1518577068 topic-rolling 2746708206 Start a list of modules which require typing 1518577068
2746708206,1520206395 topic-rolling 2746708206 Rewrite typed_ops 1520206395
2746708206,1520596184 topic-rolling 2746708206 Use a bound `TypeVar` for `DataArray` and `Dataset` methods 1520596184
2746708206,1546556178 topic-rolling 2746708206 Enable `.rolling_exp` to work on dask arrays 1546556178
2746708206,1546557097 topic-rolling 2746708206 Add `min_weight` param to `rolling_exp` functions 1546557097
2746708206,1556789084 topic-rolling 2746708206 Add `corr`, `cov`, `std` & `var` to `.rolling_exp` 1556789084
2746708206,1557443759 topic-rolling 2746708206 Add cross-links to API docstring from tutorial and user-guide 1557443759
2746708206,1558999807 topic-rolling 2746708206 Move parallelcompat and chunkmanagers to NamedArray 1558999807
2746708206,1561123098 topic-rolling 2746708206 internal: Improve version handling for numbagg 1561123098
2746708206,1577658012 topic-rolling 2746708206 Use numbagg for `ffill` by default 1577658012
2746708206,1607344812 topic-rolling 2746708206 Consolidate `_get_alpha` func 1607344812
2746708206,1616703756 topic-rolling 2746708206 Refine rolling_exp error messages 1616703756
2746708206,1624288200 topic-rolling 2746708206 Use numbagg for `rolling` methods 1624288200

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