home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

34 rows where labels_id = 1106764573

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
1106764573,399063445 topic-cftime 1106764573 Add a days_in_month accessor to CFTimeIndex 399063445
1106764573,523159163 topic-cftime 1106764573 suppress 'ambiguous reference date string' warning 523159163
1106764573,625530046 topic-cftime 1106764573 Calendar utilities 625530046
1106764573,657205536 topic-cftime 1106764573 `dt.to_pytimedelta` to allow arithmetic with cftime objects 657205536
1106764573,698447552 topic-cftime 1106764573 Fix performance bug from cftime import 698447552
1106764573,717134170 topic-cftime 1106764573 Remove use of deprecated `kind` argument in `CFTimeIndex` tests 717134170
1106764573,805386736 topic-cftime 1106764573 cftime: 'gregorian' -> 'standard' [test-upstream] 805386736
1106764573,831892857 topic-cftime 1106764573 fix cftime doctests 831892857
1106764573,1045794639 topic-cftime 1106764573 Remove some warnings in tests 1045794639
1106764573,1059570251 topic-cftime 1106764573 Add parse_dims func 1059570251
1106764573,1067602992 topic-cftime 1106764573 solve a bug when the units attribute is not a string  1067602992
1106764573,1069866431 topic-cftime 1106764573 Don't cast NaN to integer 1069866431
1106764573,1088466399 topic-cftime 1106764573 Set `longdouble=False` in `cftime.date2num` within the date encoding context 1088466399
1106764573,1120402737 topic-cftime 1106764573 Enable `origin` and `offset` arguments in `resample` 1120402737
1106764573,1147870780 topic-cftime 1106764573 COMPAT: Adjust CFTimeIndex.get_loc for pandas 2.0 deprecation enforcement 1147870780
1106764573,1158271947 topic-cftime 1106764573 Add `inclusive` argument to `cftime_range` and `date_range` and deprecate `closed` argument 1158271947
1106764573,1159259492 topic-cftime 1106764573 Improve performance for backend datetime handling 1159259492
1106764573,1210897214 topic-cftime 1106764573 bump minimum versions, drop py38 1210897214
1106764573,1222373733 topic-cftime 1106764573 Update contains_cftime_datetimes to avoid loading entire variable array 1222373733
1106764573,1304731317 topic-cftime 1106764573 Continue to use nanosecond-precision Timestamps in precision-sensitive areas 1304731317
1106764573,1305479152 topic-cftime 1106764573 align: Avoid reindexing when join="exact" 1305479152
1106764573,1342159373 topic-cftime 1106764573 Preserve nanosecond resolution when encoding/decoding times 1342159373
1106764573,1346513048 topic-cftime 1106764573 Use `numpy.can_cast` instead of casting and checking 1346513048
1106764573,1450661702 topic-cftime 1106764573 (chore) min versions bump 1450661702
1106764573,1492101488 topic-cftime 1106764573 fix miscellaneous `numpy=2.0` errors 1492101488
1106764573,1501781892 topic-cftime 1106764573 [pre-commit.ci] pre-commit autoupdate 1501781892
1106764573,1519491124 topic-cftime 1106764573 override `units` for datetime64/timedelta64 variables to preserve integer dtype 1519491124
1106764573,1541626039 topic-cftime 1106764573 Fix datetime encoding precision loss regression for units requiring floating point values 1541626039
1106764573,1558999807 topic-cftime 1106764573 Move parallelcompat and chunkmanagers to NamedArray 1558999807
1106764573,1560652584 topic-cftime 1106764573 Implementation of rust based cftime  1560652584
1106764573,1560972943 topic-cftime 1106764573 Implement cftime vectorization as discussed in PR #8322 1560972943
1106764573,1587405002 topic-cftime 1106764573 Deprecate certain cftime frequency strings following pandas 1587405002
1106764573,1686714592 topic-cftime 1106764573 rename "Y" freq string to "YE" (pandas parity) 1686714592
1106764573,1693573685 topic-cftime 1106764573 allow negative freq strings 1693573685

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