home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

8 rows where user = 500246

✎ View and edit SQL

This data as json, CSV (advanced)

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

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
101093612 MDExOlB1bGxSZXF1ZXN0MTAxMDkzNjEy 1200 closed 0 DOC: fix small typo/mistake (NaN value not dtype) gerritholl 500246 Fix small mistake in documentation. It said NaN is not a valid dtype for integer dtypes, this surely should be NaN is not a valid value for integer dtypes. 2017-01-11T15:57:15Z 2017-01-11T17:11:04Z 2017-01-11T17:11:01Z 2017-01-11T17:11:01Z 4d36fe2e8a1f5504d776c2d69895bc4d5a9cd31a     0 dfa51bcbb8c2a04072d95e61315016a01df7f6d6 f4522868a45e80fbb45a9f3871a0e7537eb43a51 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1200  
103792003 MDExOlB1bGxSZXF1ZXN0MTAzNzkyMDAz 1241 closed 0 BUG: Add mixing dimension name to error message gerritholl 500246 Bugfix: error message for `KeyError` has spurious `%r`, into which the dimension name is apparently intended to be substituted, but wasn't. Substitute the dimension name so that the error message is more informative. 2017-01-30T18:24:52Z 2017-01-30T18:40:27Z 2017-01-30T18:40:27Z 2017-01-30T18:40:27Z ada45a68dedf99b8611c042840c6eb8fcafef098     0 a8456d5f4506b328b1fba197fe313f5797789b63 5a8976cff0f185c3f18fea6b0132496ebc37861a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1241  
109507343 MDExOlB1bGxSZXF1ZXN0MTA5NTA3MzQz 1299 closed 0 BUG/TST: Retain encoding upon concatenation gerritholl 500246 Retain encoding upon concatenation of DataArray or Dataset. - [x] closes #1297 - [x] tests added / passed - [x] passes ``git diff upstream/master | flake8 --diff`` - [ ] whatsnew entry 2017-03-07T15:46:11Z 2017-09-05T04:10:02Z 2017-09-05T04:10:02Z   5e6cc2699d9bfacf143a77f3fa8812bb5a2857b2     0 769f12054809c99595581c7465e0e2a22ccc8eb8 afbdbc7a19a3e31ff02e2007ade891c80ed8f841 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1299  
120138848 MDExOlB1bGxSZXF1ZXN0MTIwMTM4ODQ4 1406 closed 0 BUG: Allow unsigned integer indexing, fixes #1405 gerritholl 500246 Permit indexing with unsigned integers. This should fix #1405. - [x] closes #1405 - [ ] tests added / passed - [ ] passes ``git diff upstream/master | flake8 --diff`` - [ ] whatsnew entry 2017-05-11T15:41:50Z 2017-09-01T15:54:41Z 2017-09-01T15:54:41Z   65e367742ccc6d3e81752a5775645ee95752e489     0 a52737f0009cd6bb51d82b048a4bde1fddaad140 fd6e36e9869236ddf1862d4b5268ab2e07576e21 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1406  
149246449 MDExOlB1bGxSZXF1ZXN0MTQ5MjQ2NDQ5 1664 closed 0 BUG: Added new names for pandas isna/notna unary functions gerritholl 500246 In pandas commit https://github.com/pandas-dev/pandas/commit/793020293ee1e5fa023f45c12943a4ac51cc23d isna and notna were added as aliases for isnull and notnull. Those need to be added to PANDAS_UNARY_FUNCTIONS for xarray datasets notnull to work. Closes #1663. - [ ] Closes #1663 Note: I'm not sure how to test for this, as I think existing tests should be already failing due to this. In fact, when I run `nosetests` on my system I get 123 skips, 29 errors and 2 failures, none of which are related to my addition, so there must be something wrong on my system. I did not try the flake8 test and I think new documentation is exaggerated in this case. 2017-10-27T17:38:54Z 2017-11-09T02:47:21Z 2017-11-09T02:47:21Z   1cc7dcc9fdff636c41e1a2c96eb202158319151d     0 a5f65765c78f916761f8639b6201e1d279409798 120e039ddb80510b5fe8be9c20c10362b00c7261 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1664  
157950372 MDExOlB1bGxSZXF1ZXN0MTU3OTUwMzcy 1777 closed 0 Respect PEP 440 gerritholl 500246 Change unreleased version numbers as to respect PEP 440. Rather than `0.10.0-9-g89a1a98` we will have `0.10.0+dev9.g89a1a98`. This means automated setuptools requirements can be respected. Closes #1300. - [x] Closes #1300 (remove if there is no corresponding issue, which should only be the case for minor changes) - [ ] Tests added (for all bug fixes or enhancements) - [ ] Tests passed (for all non-documentation changes) - [x] Passes ``git diff upstream/master **/*py | flake8 --diff`` (remove if you did not edit any Python files) - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2017-12-12T21:59:18Z 2017-12-15T07:26:33Z 2017-12-15T07:26:24Z 2017-12-15T07:26:24Z f882a583d08b478415088bfbd53bb9c67acc81b8     0 7d959b231e11ce20049249901ac9b3a76b3f4af4 89a1a9883c0c8409dad8dbcccf1ab73a3ea2cafc CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1777  
231556839 MDExOlB1bGxSZXF1ZXN0MjMxNTU2ODM5 2557 closed 0 add missing comma and article in error message gerritholl 500246 Add missing comma and article in error message when attribute values have the wrong type. I tihnk this change is sufficiently minor that no documentation or whatsnew changes should be necessary. 2018-11-16T14:59:02Z 2018-11-16T16:40:03Z 2018-11-16T16:40:03Z 2018-11-16T16:40:03Z 70e9eb8fc834e4aeff42c221c04c9713eb465b8a     0 40818002756d36727c07504eeb48ccd41db01223 f547ed0b379ef70a3bda5e77f66de95ec2332ddf CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2557  
497857104 MDExOlB1bGxSZXF1ZXN0NDk3ODU3MTA0 4485 closed 0 Handle scale_factor and add_offset as scalar gerritholl 500246 The h5netcdf engine exposes single-valued attributes as arrays of shape (1,), which is correct according to the NetCDF standard, but may cause a problem when reading a value of shape () before the scale_factor and add_offset have been applied. This PR adds a check for the dimensionality of add_offset and scale_factor and ensures they are scalar before they are used for further processing, adds a unit test to verify that this works correctly, and a note to the documentation to warn users of this difference between the h5netcdf and netcdf4 engines. - [x] Closes #4471 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2020-10-05T13:31:36Z 2020-10-16T21:20:14Z 2020-10-11T20:06:33Z 2020-10-11T20:06:33Z 569a4da18229aed391886ef768132f3d6d64fb30     0 49d03d246ce657e0cd3be0582334a1a023c4b374 45aab423b61c99278dd9b4d8a21915647afae623 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4485  

Advanced export

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

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 27.918ms · About: xarray-datasette