home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 645062817 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 5

  • shoyer 1
  • dcherian 1
  • andersy005 1
  • keewis 1
  • pep8speaks 1

author_association 2

  • MEMBER 4
  • NONE 1

issue 1

  • Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
787163089 https://github.com/pydata/xarray/pull/4178#issuecomment-787163089 https://api.github.com/repos/pydata/xarray/issues/4178 MDEyOklzc3VlQ29tbWVudDc4NzE2MzA4OQ== keewis 14808389 2021-02-27T21:46:42Z 2021-02-27T21:46:42Z MEMBER

with the merge of #4907 and #4942 I think we can close this

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 645062817
752182767 https://github.com/pydata/xarray/pull/4178#issuecomment-752182767 https://api.github.com/repos/pydata/xarray/issues/4178 MDEyOklzc3VlQ29tbWVudDc1MjE4Mjc2Nw== dcherian 2448579 2020-12-29T17:53:55Z 2020-12-29T17:53:55Z MEMBER

I think we still want the updates to min_deps_check.py, and then update our min dependencies if still appropriate.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 645062817
751809708 https://github.com/pydata/xarray/pull/4178#issuecomment-751809708 https://api.github.com/repos/pydata/xarray/issues/4178 MDEyOklzc3VlQ29tbWVudDc1MTgwOTcwOA== andersy005 13301940 2020-12-28T17:59:14Z 2020-12-28T17:59:14Z MEMBER

With the three releases (v0.16.0, v0.16.1, v0.16.2) since this PR, is this PR still relevant?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 645062817
649209747 https://github.com/pydata/xarray/pull/4178#issuecomment-649209747 https://api.github.com/repos/pydata/xarray/issues/4178 MDEyOklzc3VlQ29tbWVudDY0OTIwOTc0Nw== shoyer 1217238 2020-06-25T04:30:05Z 2020-06-25T04:30:05Z MEMBER

Marking this as a draft -- as noted in https://github.com/pydata/xarray/pull/4175#issuecomment-649209534, I just misread our current policy.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 645062817
649183885 https://github.com/pydata/xarray/pull/4178#issuecomment-649183885 https://api.github.com/repos/pydata/xarray/issues/4178 MDEyOklzc3VlQ29tbWVudDY0OTE4Mzg4NQ== pep8speaks 24736507 2020-06-25T02:56:18Z 2020-06-25T03:57:05Z NONE

Hello @shoyer! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-06-25 03:57:05 UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 645062817

Advanced export

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

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 14.439ms · About: xarray-datasette