issues
26 rows where type = "pull" and user = 35919497 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, closed_at, created_at (date), updated_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
916333567 | MDExOlB1bGxSZXF1ZXN0NjY2MDE4MTYx | 5455 | Improve error message for guess engine | aurghs 35919497 | closed | 0 | 1 | 2021-06-09T15:22:24Z | 2021-06-23T16:36:16Z | 2021-06-23T08:18:08Z | COLLABORATOR | 0 | pydata/xarray/pulls/5455 | When open_dataset() fails because no working engines are found, it suggests installing the dependencies of the compatible internal backends, providing explicitly the list.
- [x] closes #5302
- [x] Tests added
- [x] Passes |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5455/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
853644364 | MDExOlB1bGxSZXF1ZXN0NjExNzAwOTQw | 5135 | Fix open_dataset regression | aurghs 35919497 | closed | 0 | 15 | 2021-04-08T16:26:15Z | 2021-04-15T12:11:34Z | 2021-04-15T12:11:34Z | COLLABORATOR | 0 | pydata/xarray/pulls/5135 | Fix
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5135/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
853705865 | MDExOlB1bGxSZXF1ZXN0NjExNzUyNjU3 | 5136 | Fix broken engine breakes xarray.open_dataset | aurghs 35919497 | closed | 0 | 2 | 2021-04-08T17:47:12Z | 2021-04-10T23:55:04Z | 2021-04-10T23:55:01Z | COLLABORATOR | 0 | pydata/xarray/pulls/5136 | Currently, a broken engine breaks xarray.open_dataset. I have added a Old behaviour: ```python
File "/usr/local/Caskroom/miniconda/base/envs/xarray/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-3-0c694cae8262>", line 1, in <module> arr = xr.open_dataset("example.nc") File "/Users/barghini/devel/xarray/xarray/backends/api.py", line 495, in open_dataset backend = plugins.get_backend(engine) File "/Users/barghini/devel/xarray/xarray/backends/plugins.py", line 115, in get_backend engines = list_engines() File "/Users/barghini/devel/xarray/xarray/backends/plugins.py", line 97, in list_engines return build_engines(pkg_entrypoints) File "/Users/barghini/devel/xarray/xarray/backends/plugins.py", line 84, in build_engines external_backend_entrypoints = backends_dict_from_pkg(pkg_entrypoints) File "/Users/barghini/devel/xarray/xarray/backends/plugins.py", line 58, in backends_dict_from_pkg backend = pkg_ep.load() File "/usr/local/Caskroom/miniconda/base/envs/xarray/lib/python3.8/site-packages/pkg_resources/init.py", line 2450, in load return self.resolve() File "/usr/local/Caskroom/miniconda/base/envs/xarray/lib/python3.8/site-packages/pkg_resources/init.py", line 2456, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/Users/barghini/devel/xarray-sentinel/xarray_sentinel/sentinel1.py", line 13 ERROR ^ SyntaxError: invalid syntax ``` New behaviour: ```python
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5136/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
786093946 | MDExOlB1bGxSZXF1ZXN0NTU1MDE3MjY5 | 4810 | add new backend api documentation | aurghs 35919497 | closed | 0 | 2 | 2021-01-14T15:41:50Z | 2021-03-25T14:01:25Z | 2021-03-08T19:16:57Z | COLLABORATOR | 0 | pydata/xarray/pulls/4810 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4810/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
806076928 | MDExOlB1bGxSZXF1ZXN0NTcxNTY1NzYy | 4886 | Sort backends | aurghs 35919497 | closed | 0 | 0 | 2021-02-11T04:53:51Z | 2021-02-12T17:48:24Z | 2021-02-12T17:48:24Z | COLLABORATOR | 0 | pydata/xarray/pulls/4886 | Ensure that backend list are always sorted in the same way. In particular: - the standards backend are always the first in the following order: "netcdf4", "h5netcdf", "scipy" - all the other backends a sorted in lexicographic order. the changes involve two files (plugins.py and test_plugins.py) and they include:
- add utility function for sorting backends
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4886/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
761337459 | MDExOlB1bGxSZXF1ZXN0NTM2MDE3ODY0 | 4673 | Port all the engines to apiv2 | aurghs 35919497 | closed | 0 | 1 | 2020-12-10T15:27:01Z | 2021-02-11T01:56:48Z | 2020-12-17T16:21:58Z | COLLABORATOR | 0 | pydata/xarray/pulls/4673 | Port all the engines to the new API apiv2.
Note:
-
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4673/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
772346218 | MDExOlB1bGxSZXF1ZXN0NTQzNjI4Nzkw | 4719 | Remove close_on_error store.py | aurghs 35919497 | closed | 0 | 1 | 2020-12-21T17:34:23Z | 2021-02-11T01:56:13Z | 2020-12-22T14:31:05Z | COLLABORATOR | 0 | pydata/xarray/pulls/4719 | Remove
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4719/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
773481918 | MDExOlB1bGxSZXF1ZXN0NTQ0NTY1ODY2 | 4724 | Remove entrypoints in setup for internal backends | aurghs 35919497 | closed | 0 | 1 | 2020-12-23T04:45:40Z | 2021-02-11T01:56:03Z | 2020-12-24T16:29:44Z | COLLABORATOR | 0 | pydata/xarray/pulls/4724 | This PR aims to avoid conflicts during the transition period between the old backend implementation and the new plugins. During the transition period will coexist both external backend plugins and internal ones. Currently, if two plugins with the same name are detected, we just pick one randomly. It would be better to be sure to use the external one. Main changes:
- Remove from setup.cfg
- Store in the internal backend and stored in the dictionary in plugins.py. The dictionary is updated with the external plugins detected by pkg_resources.
- Move the class BackendEntrypoints in common.py to resolve a circular import.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4724/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
773717776 | MDExOlB1bGxSZXF1ZXN0NTQ0NzUwNDgw | 4726 | Fix warning on chunks compatibility | aurghs 35919497 | closed | 0 | 4 | 2020-12-23T12:25:42Z | 2021-02-11T01:55:56Z | 2020-12-24T11:32:43Z | COLLABORATOR | 0 | pydata/xarray/pulls/4726 | This PR fixes https://github.com/pydata/xarray/issues/4708. It's a very small change.
Changes:
- In
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4726/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
773803598 | MDExOlB1bGxSZXF1ZXN0NTQ0ODI3NTM0 | 4728 | Remove unexpected warnings in tests | aurghs 35919497 | closed | 0 | 0 | 2020-12-23T14:01:49Z | 2021-02-11T01:55:54Z | 2020-12-24T13:12:41Z | COLLABORATOR | 0 | pydata/xarray/pulls/4728 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4728/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
773497334 | MDExOlB1bGxSZXF1ZXN0NTQ0NTc4Mjc4 | 4725 | remove autoclose in open_dataset and related warning test | aurghs 35919497 | closed | 0 | 3 | 2020-12-23T05:28:59Z | 2021-02-11T01:55:45Z | 2020-12-24T16:25:26Z | COLLABORATOR | 0 | pydata/xarray/pulls/4725 | This PR remove
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4725/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
760460622 | MDExOlB1bGxSZXF1ZXN0NTM1Mjg4MzQ2 | 4669 | add encodings["preferred_chunks"], used in open_dataset instead of en… | aurghs 35919497 | closed | 0 | 0 | 2020-12-09T16:06:58Z | 2021-02-11T01:52:11Z | 2020-12-17T16:05:57Z | COLLABORATOR | 0 | pydata/xarray/pulls/4669 | Related to https://github.com/pydata/xarray/issues/4496
Add
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4669/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
760333256 | MDExOlB1bGxSZXF1ZXN0NTM1MTgyNTQy | 4667 | unify zarr chunking with other chunking in apiv2.open_dataset | aurghs 35919497 | closed | 0 | 1 | 2020-12-09T13:32:41Z | 2021-02-11T01:51:59Z | 2020-12-10T10:18:47Z | COLLABORATOR | 0 | pydata/xarray/pulls/4667 | It's the last part of, and closes #4595.
Here we unify the code for chunking in
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4667/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
756325149 | MDExOlB1bGxSZXF1ZXN0NTMxODg3OTk5 | 4646 | Modify zarr chunking as suggested in #4496 | aurghs 35919497 | closed | 0 | 0 | 2020-12-03T15:56:28Z | 2021-02-11T01:51:55Z | 2020-12-09T12:26:45Z | COLLABORATOR | 0 | pydata/xarray/pulls/4646 | Part of https://github.com/pydata/xarray/pull/4595
The changes involve only
Add some test
- [x] Releted to pydata#4496
- [x] Tests added
- [x] Passes |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4646/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
754261760 | MDExOlB1bGxSZXF1ZXN0NTMwMTkxOTkw | 4632 | Move get_chunks from zarr.py to dataset.py | aurghs 35919497 | closed | 0 | 0 | 2020-12-01T10:19:51Z | 2021-02-11T01:51:40Z | 2020-12-02T09:25:01Z | COLLABORATOR | 0 | pydata/xarray/pulls/4632 | The aim is to split the PR https://github.com/pydata/xarray/pull/4595 in small PRs.
In this smaller PR there aren't changes in xarry interfaces, it's only a small code refactor:
- Move
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4632/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
731226031 | MDExOlB1bGxSZXF1ZXN0NTExMzczNjI5 | 4547 | Update signature open_dataset for API v2 | aurghs 35919497 | closed | 0 | 2 | 2020-10-28T08:35:54Z | 2021-02-11T01:50:09Z | 2020-11-06T14:43:10Z | COLLABORATOR | 0 | pydata/xarray/pulls/4547 | Proposal for the new API of
Instead of a class for the decoders, I have added a function: So xarray manages the keyword decode_cf and passes on only the non-default decoders to the backend. If the user sets to a non-None value a decoder not supported by the backend, the backend will raise an error. With this implementation The behavior PRO:
- the user doesn't need to import and instantiate a class.
- users get the argument completion on Missing points:
- I think that we need a different PR for the three of them.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4547/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
791035470 | MDExOlB1bGxSZXF1ZXN0NTU5MTU5MDYy | 4836 | backend interface, now it uses subclassing | aurghs 35919497 | closed | 0 | 0 | 2021-01-21T12:38:58Z | 2021-01-28T15:22:45Z | 2021-01-28T15:21:00Z | COLLABORATOR | 0 | pydata/xarray/pulls/4836 | Currently, the interface between the backend and xarray is the class/container BackendEntrypoint, that must be instantiated by the backend. With this pull request, BackendEntrypoint is replaced by AbstractBackendEntrypoint. The backend will inherit from this class. Reason for these changes: - This type of interface is more standard.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4836/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
786107421 | MDExOlB1bGxSZXF1ZXN0NTU1MDI4MTU3 | 4811 | Bugfix in list_engine | aurghs 35919497 | closed | 0 | 3 | 2021-01-14T15:58:38Z | 2021-01-19T10:10:26Z | 2021-01-19T10:10:26Z | COLLABORATOR | 0 | pydata/xarray/pulls/4811 | Currently
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4811/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
741714847 | MDExOlB1bGxSZXF1ZXN0NTE5OTc5ODE5 | 4577 | Backends entrypoints | aurghs 35919497 | closed | 0 | 5 | 2020-11-12T15:53:00Z | 2020-12-10T13:30:42Z | 2020-12-10T09:56:13Z | COLLABORATOR | 0 | pydata/xarray/pulls/4577 |
Modified files:
- add plugins.py containing
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4577/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
754283496 | MDExOlB1bGxSZXF1ZXN0NTMwMjA5NzE4 | 4633 | change default in ds.chunk and datarray.chunk variable.chunk | aurghs 35919497 | closed | 0 | 2 | 2020-12-01T10:48:11Z | 2020-12-10T10:38:06Z | 2020-12-10T10:38:06Z | COLLABORATOR | 0 | pydata/xarray/pulls/4633 | The aim is to split the PR #4595 in small PRs.
The scope of this smaller PR is to modify the default of Note that the changes currently don't modify the behaviour of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4633/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
755163626 | MDExOlB1bGxSZXF1ZXN0NTMwOTI4MTc2 | 4642 | Refactor apiv2.open_dataset | aurghs 35919497 | closed | 0 | 1 | 2020-12-02T10:51:31Z | 2020-12-10T10:29:24Z | 2020-12-02T13:17:26Z | COLLABORATOR | 0 | pydata/xarray/pulls/4642 | Related to PR https://github.com/pydata/xarray/pull/4595.
In this smaller PR, there aren't changes functional changes, it's only a small code refactor needed to simplify pydata#4595.
Changes in Make |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4642/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
746628598 | MDExOlB1bGxSZXF1ZXN0NTIzOTg5NDA4 | 4595 | WIP: Chunking refactor | aurghs 35919497 | closed | 0 | 0 | 2020-11-19T14:22:45Z | 2020-12-10T10:28:25Z | 2020-12-10T10:18:47Z | COLLABORATOR | 0 | pydata/xarray/pulls/4595 | This work aims to harmonize the way zarr deals with chunking to have similar behavior for all other backends and unify the code. Most of the changes involve the new API, apiv2.py, except for some changes in the code that has been added with the merge of https://github.com/pydata/xarray/pull/4187. main changes:
- refactor nedded separate pull request for the following missing points:
- standardize the key in encodings to define the on-disk chunks:
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4595/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
732378121 | MDExOlB1bGxSZXF1ZXN0NTEyMzI4MDY4 | 4550 | WIP: Zarr chunks refactor | aurghs 35919497 | closed | 0 | 1 | 2020-10-29T14:44:31Z | 2020-12-10T10:28:06Z | 2020-11-10T16:08:53Z | COLLABORATOR | 0 | pydata/xarray/pulls/4550 | This work aims to harmonize the way zarr deals with chunking to have similar behavior for all other backends and unify the code. Most of the changes involve the new API, apiv2.py, except for some changes in the code that has been added with the merge of https://github.com/pydata/xarray/pull/4187. main changes:
- refactor current status:
- in Missing points:
- standardize the key in encodings to define the on-disk chunks: There is one open point to be discussed yet: Note that also
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4550/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
716644871 | MDExOlB1bGxSZXF1ZXN0NDk5MzQ1NjQw | 4494 | Remove maybe chunck duplicated function | aurghs 35919497 | closed | 0 | 1 | 2020-10-07T15:42:35Z | 2020-12-10T10:27:34Z | 2020-10-08T15:10:46Z | COLLABORATOR | 0 | pydata/xarray/pulls/4494 | I propose this small change with a view to unifying in
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4494/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
712247862 | MDExOlB1bGxSZXF1ZXN0NDk1NzYwOTI1 | 4477 | WIP: Proposed refactor of read API for backends | aurghs 35919497 | closed | 0 | 3 | 2020-09-30T20:12:36Z | 2020-10-22T15:07:33Z | 2020-10-22T15:06:39Z | COLLABORATOR | 0 | pydata/xarray/pulls/4477 | The first draft of the new backend API:
- Move decoding inside the bakends.
- Backends return cc @jhamman @shoyer
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4477/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
619492955 | MDExOlB1bGxSZXF1ZXN0NDE4OTc5MTQ0 | 4071 | #1621 optional decode timedelta | aurghs 35919497 | closed | 0 | 1 | 2020-05-16T14:57:39Z | 2020-05-19T15:44:21Z | 2020-05-19T15:43:54Z | COLLABORATOR | 0 | pydata/xarray/pulls/4071 | Releated to ticket #1621. Add |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4071/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]);