home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 29250720

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
29250720 MDExOlB1bGxSZXF1ZXN0MjkyNTA3MjA= 321 closed 0 Automatic label-based alignment for math and Dataset constructor 1217238 Fixes #186. This will be a major breaking change for v0.4. For example, we can now do things like this: ``` In [5]: x = xray.DataArray(range(5), dims='x') In [6]: x Out[6]: <xray.DataArray (x: 5)> array([0, 1, 2, 3, 4]) Coordinates: * x (x) int64 0 1 2 3 4 In [7]: x[:4] + x[1:] Out[7]: <xray.DataArray (x: 3)> array([2, 4, 6]) Coordinates: * x (x) int64 1 2 3 ``` 2015-02-13T09:31:43Z 2015-03-03T06:24:02Z 2015-02-13T22:19:29Z 2015-02-13T22:19:29Z b3bb2ebeeb9466d9ed2f7c41865b6c6105a10e01   799013 0 6ccf629511dce9ef3fb6074fe2133d3277b506da 2eb0d96fc9884e8d6355524d5b8eb972f3bdf0b3 MEMBER   13221727 https://github.com/pydata/xarray/pull/321  

Links from other tables

  • 2 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 1.168ms