home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where author_association = "CONTRIBUTOR", issue = 1318808368 and user = 25624127 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • tomvothecoder · 1 ✖

issue 1

  • Bump minimum numpy version to 1.20 · 1 ✖

author_association 1

  • CONTRIBUTOR · 1 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1273573402 https://github.com/pydata/xarray/pull/6834#issuecomment-1273573402 https://api.github.com/repos/pydata/xarray/issues/6834 IC_kwDOAMm_X85L6TAa tomvothecoder 25624127 2022-10-10T16:40:59Z 2022-10-10T16:52:25Z CONTRIBUTOR

With netcdf4 1.5.4

Encountered problems while solving: - package cdms2-3.1.0-py27h6091dcd_0 requires python >=2.7,<2.8.0a0, but none of the providers can be installed @tomvothecoder, I see you're committing to cdms. Is this something you've run in to?

since all CI runs are currently broken due to new flox requiring numpy>=1.20

sorry! trying to fix this in conda-forge/flox-feedstock#22

I haven't ran into this issue since I've only committed documentation and README updates for the repo.

@jasonb5 maintains the repo dependencies, so let's see if he can help. Jason, can you try taking a look at this issue? It looks like cdms2 is breaking the xarray builds.

As a side-note, cdms2 (and CDAT as a whole) is now in maintenance-only mode and support will cease around the end of CY 2023. Just an FYI to plan for possibly dropping cdms2 from xarray in the future. CDAT's successor is xCDAT (Xarray Climate Data Analysis Tools) .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump minimum numpy version to 1.20 1318808368

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