home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

36 rows where labels_id = 5856127805

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
602256880,5856127805 topic-NamedArray 5856127805 [Proposal] Expose Variable without Pandas dependency 602256880
1854145928,5856127805 topic-NamedArray 5856127805 initial refactor for NamedArray 1854145928
1903416932,5856127805 topic-NamedArray 5856127805 Inconsistent Type Hinting for dims Parameter in xarray Methods 1903416932
1915997507,5856127805 topic-NamedArray 5856127805 NamedArray tracking issue 1915997507
1916603412,5856127805 topic-NamedArray 5856127805 Migrate VariableArithmetic to NamedArrayArithmetic 1916603412
1918009494,5856127805 topic-NamedArray 5856127805 copy the `dtypes` module to the `namedarray` package. 1918009494
1928972239,5856127805 topic-NamedArray 5856127805 Give NamedArray Generic dimension type 1928972239
1936080078,5856127805 topic-NamedArray 5856127805 `NamedArray.shape` does not support unknown dimensions 1936080078
1936840711,5856127805 topic-NamedArray 5856127805 Use shape and dtype as typevars in NamedArray 1936840711
1942666419,5856127805 topic-NamedArray 5856127805 Move Variable aggregations to NamedArray 1942666419
1942893480,5856127805 topic-NamedArray 5856127805 keep_attrs for NamedArray 1942893480
1943539215,5856127805 topic-NamedArray 5856127805 Move variable typed ops to NamedArray 1943539215
1943543755,5856127805 topic-NamedArray 5856127805 pydata/xarray as monorepo for Xarray and NamedArray 1943543755
1945654275,5856127805 topic-NamedArray 5856127805 Move parallelcompat and chunkmanagers to NamedArray 1945654275
1948928294,5856127805 topic-NamedArray 5856127805 Simplify get_axis_num 1948928294
1950211465,5856127805 topic-NamedArray 5856127805 Should NamedArray be interchangeable with other array types? or Should we support the `axis` kwarg? 1950211465
1953053810,5856127805 topic-NamedArray 5856127805 Add mean to NamedArray._array_api 1953053810
1955651132,5856127805 topic-NamedArray 5856127805 Use namedarray repr in _array_api docstrings 1955651132
1957838652,5856127805 topic-NamedArray 5856127805 NamedArray.ndim can only be int 1957838652
1958139851,5856127805 topic-NamedArray 5856127805 Migrate from *Indexer objects to `.oindex` and `.vindex` on explicityIndexed array classes 1958139851
1958381131,5856127805 topic-NamedArray 5856127805 add `.imag` and `.real` properties to `NamedArray` 1958381131
1959903578,5856127805 topic-NamedArray 5856127805 fix `NamedArray.imag` and `NamedArray.real` typing info 1959903578
1960287586,5856127805 topic-NamedArray 5856127805 Testing NamedArray and Variable 1960287586
1962379547,5856127805 topic-NamedArray 5856127805 Fix typos found by codespell 1962379547
1962432308,5856127805 topic-NamedArray 5856127805 Add chunkedduckarray to _typing  1962432308
1964505426,5856127805 topic-NamedArray 5856127805 [namedarray] split `.set_dims()` into `.expand_dims()` and `broadcast_to()` 1964505426
1966567753,5856127805 topic-NamedArray 5856127805 Use get_args for duckarray checks 1966567753
1966603230,5856127805 topic-NamedArray 5856127805 Fix sparse typing 1966603230
1966953477,5856127805 topic-NamedArray 5856127805 Add duckarray test for np.array_api 1966953477
1971001432,5856127805 topic-NamedArray 5856127805 Correct typing for _sparsearray 1971001432
1971126897,5856127805 topic-NamedArray 5856127805 Test masked array 1971126897
1975173557,5856127805 topic-NamedArray 5856127805 Add getitem to array protocol 1975173557
1975221937,5856127805 topic-NamedArray 5856127805 Add expand_dims 1975221937
2017285297,5856127805 topic-NamedArray 5856127805 Warn on repeated dimension names during construction 2017285297
2115621781,5856127805 topic-NamedArray 5856127805 🐛 compatibility issues with ArrayAPI and SparseAPI Protocols in `namedarray` 2115621781
2276408691,5856127805 topic-NamedArray 5856127805 Why does xr.apply_ufunc support numpy/dask.arrays? 2276408691

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