home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

44 rows where labels_id = 5433511118

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
5433511118,1328111953 run-upstream 5433511118 Allow the label run-upstream to run upstream CI 1328111953
5433511118,1335411634 run-upstream 5433511118 Fix `min_count` behaviour with flox. 1335411634
5433511118,1341175493 run-upstream 5433511118 test: Fix test_write_read_select_write for Zarr V3 1341175493
5433511118,1342159373 run-upstream 5433511118 Preserve nanosecond resolution when encoding/decoding times 1342159373
5433511118,1357937118 run-upstream 5433511118 adapt the `pint` + `dask` test to the newest version of `pint` 1357937118
5433511118,1365373352 run-upstream 5433511118 defer to `numpy` for the expected result 1365373352
5433511118,1368192829 run-upstream 5433511118 deprecate the `cdms2` conversion methods 1368192829
5433511118,1368821790 run-upstream 5433511118 move to `setup-micromamba` 1368821790
5433511118,1427891043 run-upstream 5433511118 Use another repository for upstream testing 1427891043
5433511118,1454903589 run-upstream 5433511118 Fix static typing with Matplotlib 3.8 1454903589
5433511118,1470584117 run-upstream 5433511118 adapt to NEP 51 1470584117
5433511118,1492101488 run-upstream 5433511118 fix miscellaneous `numpy=2.0` errors 1492101488
5433511118,1517341420 run-upstream 5433511118 test_interpolate_pd_compat with range of fill_value's 1517341420
5433511118,1520206395 run-upstream 5433511118 Rewrite typed_ops 1520206395
5433511118,1527812012 run-upstream 5433511118 Release 2023.09.0 1527812012
5433511118,1580738343 run-upstream 5433511118 Port fix from pandas-dev/pandas#55283 to cftime resample 1580738343
5433511118,1587461032 run-upstream 5433511118 migrate the other CI to python 3.11 1587461032
5433511118,1596584058 run-upstream 5433511118 remove `cdms2` 1596584058
5433511118,1616531507 run-upstream 5433511118 import from the new location of `normalize_axis_index` if possible 1616531507
5433511118,1632174934 run-upstream 5433511118 explicitly skip using `__array_namespace__` for `numpy.ndarray` 1632174934
5433511118,1686714592 run-upstream 5433511118 rename "Y" freq string to "YE" (pandas parity) 1686714592
5433511118,1767962008 run-upstream 5433511118 try to get the `upstream-dev` CI to complete again 1767962008
5433511118,1773382465 run-upstream 5433511118 [skip-ci] Fix upstream-dev env 1773382465
5433511118,1775248042 run-upstream 5433511118 Support pandas copy-on-write behaviour 1775248042
5433511118,1775258224 run-upstream 5433511118 pandas 3 MultiIndex fixes 1775258224
5433511118,1779266482 run-upstream 5433511118 FIX: adapt handling of copy keyword argument in scipy backend for numpy >= 2.0dev 1779266482
5433511118,1779386447 run-upstream 5433511118 FIX: do not cast _FillValue/missing_value in CFMaskCoder if _Unsigned is provided 1779386447
5433511118,1779870325 run-upstream 5433511118 array api-related upstream-dev failures 1779870325
5433511118,1783419215 run-upstream 5433511118 upstream-dev CI: Fix interp and cumtrapz 1783419215
5433511118,1786196452 run-upstream 5433511118 numpy 2.0 copy-keyword and trapz vs trapezoid 1786196452
5433511118,1787259708 run-upstream 5433511118 Avoid in-place multiplication of a large value to an array with small integer dtype 1787259708
5433511118,1819899286 run-upstream 5433511118 FIX: use str dtype without size information 1819899286
5433511118,1821406653 run-upstream 5433511118 use `pd.to_timedelta` instead of `TimedeltaIndex` 1821406653
5433511118,1821428532 run-upstream 5433511118 avoid a couple of warnings in `polyfit` 1821428532
5433511118,1821430669 run-upstream 5433511118 adapt more tests to the copy-on-write behavior of pandas 1821430669
5433511118,1824051470 run-upstream 5433511118 Fix upcasting with python builtin numbers and numpy 2 1824051470
5433511118,1833476716 run-upstream 5433511118 use `nan` instead of `NaN` 1833476716
5433511118,1839336464 run-upstream 5433511118 CI: python 3.12 by default. 1839336464
5433511118,1844532658 run-upstream 5433511118 more engine environment tricks in preparation for `numpy>=2` 1844532658
5433511118,1845955439 run-upstream 5433511118 fixes for the `pint` tests 1845955439
5433511118,1847480052 run-upstream 5433511118 clean up the upstream-dev setup script 1847480052
5433511118,1851405647 run-upstream 5433511118 call `np.cross` with 3D vectors only 1851405647
5433511118,1852603663 run-upstream 5433511118 Mark `test_use_cftime_false_standard_calendar_in_range` as an expected failure 1852603663
5433511118,1854627268 run-upstream 5433511118 Port negative frequency fix for `pandas.date_range` to `cftime_range` 1854627268

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