issues
3 rows where "created_at" is on date 2019-10-22 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, created_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
510937756 | MDExOlB1bGxSZXF1ZXN0MzMxMjI2Mjg0 | 3435 | Deprecate allow_lazy | dcherian 2448579 | closed | 0 | 6 | 2019-10-22T21:44:20Z | 2019-11-13T15:48:50Z | 2019-11-13T15:48:46Z | MEMBER | 0 | pydata/xarray/pulls/3435 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3435/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
510386062 | MDU6SXNzdWU1MTAzODYwNjI= | 3427 | another cftime failure | dcherian 2448579 | closed | 0 | 2 | 2019-10-22T01:49:54Z | 2019-10-22T18:31:35Z | 2019-10-22T18:31:35Z | MEMBER | ``` __ TestNetCDF3ViaNetCDF4Data.test_roundtrip_cftime_datetime_data ___ dates = array([cftime.DatetimeProlepticGregorian(0001-01-01 00:00:00), cftime.DatetimeProlepticGregorian(0001-01-02 00:00:00)], dtype=object) units = 'days since 0001-01-01 00:00:00.000000' calendar = 'proleptic_gregorian'
xarray/coding/times.py:400: OutOfBoundsDatetime During handling of the above exception, another exception occurred: self = <xarray.tests.test_backends.TestNetCDF3ViaNetCDF4Data object at 0x7fd54f4cb780>
xarray/tests/test_backends.py:483: /usr/share/miniconda/envs/xarray-tests/lib/python3.6/contextlib.py:81: in enter return next(self.gen) xarray/tests/test_backends.py:243: in roundtrip self.save(data, path, save_kwargs) xarray/tests/test_backends.py:265: in save path, engine=self.engine, format=self.file_format, kwargs xarray/core/dataset.py:1536: in to_netcdf invalid_netcdf=invalid_netcdf, xarray/backends/api.py:1071: in to_netcdf dataset, store, writer, encoding=encoding, unlimited_dims=unlimited_dims xarray/backends/api.py:1117: in dump_to_store store.store(variables, attrs, check_encoding, writer, unlimited_dims=unlimited_dims) xarray/backends/common.py:293: in store variables, attributes = self.encode(variables, attributes) xarray/backends/common.py:382: in encode variables, attributes = cf_encoder(variables, attributes) xarray/conventions.py:748: in cf_encoder new_vars = {k: encode_cf_variable(v, name=k) for k, v in variables.items()} xarray/conventions.py:748: in <dictcomp> new_vars = {k: encode_cf_variable(v, name=k) for k, v in variables.items()} xarray/conventions.py:250: in encode_cf_variable var = coder.encode(var, name=name) xarray/coding/times.py:446: in encode data, encoding.pop("units", None), encoding.pop("calendar", None) xarray/coding/times.py:419: in encode_cf_datetime num = _encode_datetime_with_cftime(dates, units, calendar) xarray/coding/times.py:366: in _encode_datetime_with_cftime return np.vectorize(encode_datetime)(dates) /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/numpy/lib/function_base.py:2755: in call return self._vectorize_call(func=func, args=vargs) /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/numpy/lib/function_base.py:2825: in _vectorize_call ufunc, otypes = self._get_ufunc_and_otypes(func=func, args=args) /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/numpy/lib/function_base.py:2785: in _get_ufunc_and_otypes outputs = func(*inputs) xarray/coding/times.py:364: in encode_datetime return np.nan if d is None else cftime.date2num(d, units, calendar)
cftime/_cftime.pyx:186: AttributeError ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3427/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
510738166 | MDExOlB1bGxSZXF1ZXN0MzMxMDYwMDA5 | 3431 | Add cftime git tip to upstream-dev + temporarily pin cftime | dcherian 2448579 | closed | 0 | 2 | 2019-10-22T15:31:59Z | 2019-10-22T18:30:47Z | 2019-10-22T18:30:44Z | MEMBER | 0 | pydata/xarray/pulls/3431 | temporarily pin cftime so that we can keep merging. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3431/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);