home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

26 rows where labels_id = 5856127805

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
5856127805,1478281568 topic-NamedArray 5856127805 initial refactor for NamedArray 1478281568
5856127805,1533357764 topic-NamedArray 5856127805 Migrate VariableArithmetic to NamedArrayArithmetic 1533357764
5856127805,1534624104 topic-NamedArray 5856127805 copy the `dtypes` module to the `namedarray` package. 1534624104
5856127805,1544287643 topic-NamedArray 5856127805 Give NamedArray Generic dimension type 1544287643
5856127805,1551300076 topic-NamedArray 5856127805 Use shape and dtype as typevars in NamedArray 1551300076
5856127805,1556515036 topic-NamedArray 5856127805 Move Variable aggregations to NamedArray 1556515036
5856127805,1557137686 topic-NamedArray 5856127805 Move variable typed ops to NamedArray 1557137686
5856127805,1558999807 topic-NamedArray 5856127805 Move parallelcompat and chunkmanagers to NamedArray 1558999807
5856127805,1561923630 topic-NamedArray 5856127805 Simplify get_axis_num 1561923630
5856127805,1565594018 topic-NamedArray 5856127805 Add mean to NamedArray._array_api 1565594018
5856127805,1567878780 topic-NamedArray 5856127805 Use namedarray repr in _array_api docstrings 1567878780
5856127805,1569781019 topic-NamedArray 5856127805 NamedArray.ndim can only be int 1569781019
5856127805,1570048632 topic-NamedArray 5856127805 Migrate from *Indexer objects to `.oindex` and `.vindex` on explicityIndexed array classes 1570048632
5856127805,1570256829 topic-NamedArray 5856127805 add `.imag` and `.real` properties to `NamedArray` 1570256829
5856127805,1571604911 topic-NamedArray 5856127805 fix `NamedArray.imag` and `NamedArray.real` typing info 1571604911
5856127805,1573797440 topic-NamedArray 5856127805 Fix typos found by codespell 1573797440
5856127805,1573847243 topic-NamedArray 5856127805 Add chunkedduckarray to _typing  1573847243
5856127805,1575704238 topic-NamedArray 5856127805 [namedarray] split `.set_dims()` into `.expand_dims()` and `broadcast_to()` 1575704238
5856127805,1577527144 topic-NamedArray 5856127805 Use get_args for duckarray checks 1577527144
5856127805,1577555352 topic-NamedArray 5856127805 Fix sparse typing 1577555352
5856127805,1577833291 topic-NamedArray 5856127805 Add duckarray test for np.array_api 1577833291
5856127805,1581447634 topic-NamedArray 5856127805 Correct typing for _sparsearray 1581447634
5856127805,1581561159 topic-NamedArray 5856127805 Test masked array 1581561159
5856127805,1585155044 topic-NamedArray 5856127805 Add getitem to array protocol 1585155044
5856127805,1585198074 topic-NamedArray 5856127805 Add expand_dims 1585198074
5856127805,1622468303 topic-NamedArray 5856127805 Warn on repeated dimension names during construction 1622468303

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