home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

44 rows where labels_id = 5433511118

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
1684281101,5433511118 run-upstream 5433511118 Allow the label run-upstream to run upstream CI 1684281101
1692612622,5433511118 run-upstream 5433511118 Fix `min_count` behaviour with flox. 1692612622
1699112787,5433511118 run-upstream 5433511118 test: Fix test_write_read_select_write for Zarr V3 1699112787
1700227455,5433511118 run-upstream 5433511118 Preserve nanosecond resolution when encoding/decoding times 1700227455
1718144679,5433511118 run-upstream 5433511118 adapt the `pint` + `dask` test to the newest version of `pint` 1718144679
1726529405,5433511118 run-upstream 5433511118 defer to `numpy` for the expected result 1726529405
1729709527,5433511118 run-upstream 5433511118 deprecate the `cdms2` conversion methods 1729709527
1730414479,5433511118 run-upstream 5433511118 move to `setup-micromamba` 1730414479
1797186226,5433511118 run-upstream 5433511118 Use another repository for upstream testing 1797186226
1827647823,5433511118 run-upstream 5433511118 Fix static typing with Matplotlib 3.8 1827647823
1845449919,5433511118 run-upstream 5433511118 adapt to NEP 51 1845449919
1869782001,5433511118 run-upstream 5433511118 fix miscellaneous `numpy=2.0` errors 1869782001
1898420996,5433511118 run-upstream 5433511118 test_interpolate_pd_compat with range of fill_value's 1898420996
1901722232,5433511118 run-upstream 5433511118 Rewrite typed_ops 1901722232
1910369528,5433511118 run-upstream 5433511118 Release 2023.09.0 1910369528
1970215879,5433511118 run-upstream 5433511118 Port fix from pandas-dev/pandas#55283 to cftime resample 1970215879
1977836822,5433511118 run-upstream 5433511118 migrate the other CI to python 3.11 1977836822
1988047821,5433511118 run-upstream 5433511118 remove `cdms2` 1988047821
2010594399,5433511118 run-upstream 5433511118 import from the new location of `normalize_axis_index` if possible 2010594399
2028193332,5433511118 run-upstream 5433511118 explicitly skip using `__array_namespace__` for `numpy.ndarray` 2028193332
2090340727,5433511118 run-upstream 5433511118 rename "Y" freq string to "YE" (pandas parity) 2090340727
2181644595,5433511118 run-upstream 5433511118 try to get the `upstream-dev` CI to complete again 2181644595
2187682227,5433511118 run-upstream 5433511118 [skip-ci] Fix upstream-dev env 2187682227
2189738090,5433511118 run-upstream 5433511118 Support pandas copy-on-write behaviour 2189738090
2189750364,5433511118 run-upstream 5433511118 pandas 3 MultiIndex fixes 2189750364
2194276625,5433511118 run-upstream 5433511118 FIX: adapt handling of copy keyword argument in scipy backend for numpy >= 2.0dev 2194276625
2194414193,5433511118 run-upstream 5433511118 FIX: do not cast _FillValue/missing_value in CFMaskCoder if _Unsigned is provided 2194414193
2194953062,5433511118 run-upstream 5433511118 array api-related upstream-dev failures 2194953062
2198991054,5433511118 run-upstream 5433511118 upstream-dev CI: Fix interp and cumtrapz 2198991054
2202068638,5433511118 run-upstream 5433511118 numpy 2.0 copy-keyword and trapz vs trapezoid 2202068638
2203250238,5433511118 run-upstream 5433511118 Avoid in-place multiplication of a large value to an array with small integer dtype 2203250238
2239835092,5433511118 run-upstream 5433511118 FIX: use str dtype without size information 2239835092
2241499231,5433511118 run-upstream 5433511118 use `pd.to_timedelta` instead of `TimedeltaIndex` 2241499231
2241526039,5433511118 run-upstream 5433511118 avoid a couple of warnings in `polyfit` 2241526039
2241528898,5433511118 run-upstream 5433511118 adapt more tests to the copy-on-write behavior of pandas 2241528898
2244518111,5433511118 run-upstream 5433511118 Fix upcasting with python builtin numbers and numpy 2 2244518111
2255271332,5433511118 run-upstream 5433511118 use `nan` instead of `NaN` 2255271332
2261855627,5433511118 run-upstream 5433511118 CI: python 3.12 by default. 2261855627
2267711587,5433511118 run-upstream 5433511118 more engine environment tricks in preparation for `numpy>=2` 2267711587
2269295936,5433511118 run-upstream 5433511118 fixes for the `pint` tests 2269295936
2270984193,5433511118 run-upstream 5433511118 clean up the upstream-dev setup script 2270984193
2275404926,5433511118 run-upstream 5433511118 call `np.cross` with 3D vectors only 2275404926
2276732187,5433511118 run-upstream 5433511118 Mark `test_use_cftime_false_standard_calendar_in_range` as an expected failure 2276732187
2279042264,5433511118 run-upstream 5433511118 Port negative frequency fix for `pandas.date_range` to `cftime_range` 2279042264

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
    ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
    ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 468.789ms · About: xarray-datasette