issue_comments
125 rows where user = 226037 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
user 1
- alexamici · 125 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1482360438 | https://github.com/pydata/xarray/issues/7199#issuecomment-1482360438 | https://api.github.com/repos/pydata/xarray/issues/7199 | IC_kwDOAMm_X85YWwZ2 | alexamici 226037 | 2023-03-24T07:17:16Z | 2023-03-24T07:17:16Z | MEMBER | @dcherian note that cfgrib is now maintained by @iainrussell, anyway I agree that the in-tree driver can be safely removed. @headtr1ck I don't think any deprecation is needed, the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Deprecate cfgrib backend 1419825696 | |
1109923473 | https://github.com/pydata/xarray/issues/6514#issuecomment-1109923473 | https://api.github.com/repos/pydata/xarray/issues/6514 | IC_kwDOAMm_X85CKBaR | alexamici 226037 | 2022-04-26T15:14:24Z | 2022-04-26T15:14:24Z | MEMBER | The Compatibility Note I linked above appears to point out the the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
plugins.py:98: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. 1215082284 | |
1109408693 | https://github.com/pydata/xarray/issues/6512#issuecomment-1109408693 | https://api.github.com/repos/pydata/xarray/issues/6512 | IC_kwDOAMm_X85CIDu1 | alexamici 226037 | 2022-04-26T06:42:50Z | 2022-04-26T06:42:50Z | MEMBER |
Opening the a GRIB for the first time requires reading the whole file and saving the index to disk makes all subsequent open much faster. I took the decision to default to writing, but IMO the real issue is that it is not well documented how to switch it off 😅 |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Opening a grib file leaves a .idx in the directory 1214654475 | |
1109399455 | https://github.com/pydata/xarray/issues/6512#issuecomment-1109399455 | https://api.github.com/repos/pydata/xarray/issues/6512 | IC_kwDOAMm_X85CIBef | alexamici 226037 | 2022-04-26T06:29:57Z | 2022-04-26T06:30:04Z | MEMBER | @isodrosotherm setting |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Opening a grib file leaves a .idx in the directory 1214654475 | |
1042753800 | https://github.com/pydata/xarray/issues/4118#issuecomment-1042753800 | https://api.github.com/repos/pydata/xarray/issues/4118 | IC_kwDOAMm_X84-JykI | alexamici 226037 | 2022-02-17T09:41:29Z | 2022-02-17T09:53:55Z | MEMBER | @kmuehlbauer in the representation I use the fully qualified name for the dimension / coordinate, but the corresponding |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature Request: Hierarchical storage and processing in xarray 628719058 | |
1042656377 | https://github.com/pydata/xarray/issues/4118#issuecomment-1042656377 | https://api.github.com/repos/pydata/xarray/issues/4118 | IC_kwDOAMm_X84-Jax5 | alexamici 226037 | 2022-02-17T07:39:15Z | 2022-02-17T08:17:51Z | MEMBER | @TomNicholas (cc @mraspaud)
The two main classes of on-disk formats that, I know of, which cannot be always represented in the "group is a Dataset" approach are: - in netCDF following the CF conventions for groups, it is legal for an array to refer to a dimension or a coordinate in a different group and so arrays in the same group may have dimensions with the same name, but different size / coordinate values, (this was the orginal motivation to explore the DataGroup approach) - the current spec for the Next-generation file formats (NGFF) for bio-imaging has all scales of the same 5D data in the same group. (cc @joshmoore) I don't have an example at hand, but my impression is that satellite products that use HDF5 file format also place arrays with inconsistent dimensions / coordinates in the same group. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature Request: Hierarchical storage and processing in xarray 628719058 | |
1042664227 | https://github.com/pydata/xarray/issues/4118#issuecomment-1042664227 | https://api.github.com/repos/pydata/xarray/issues/4118 | IC_kwDOAMm_X84-Jcsj | alexamici 226037 | 2022-02-17T07:52:17Z | 2022-02-17T07:53:13Z | MEMBER | @TomNicholas I also have a few comments on the comparison:
This is only true for flat netCDF files, once you introduce groups in a netCDF AND accept CF conventions the DataGroup approach can map 100% of the files, while the DataTree approach fails on a (admittedly small) class of them.
Both points are only true for the DataArray in a single group, once you broadcast any operation to subgroups the two implementations would share the same limitations (dimensions in subgroups can be inconsistent in both cases). In my opinion the advantage for the DataTree is minimal.
The two approach are identical in this respect, group attributes are mapped in the same way to DataTree and DataGroup I share your views on all other points. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Feature Request: Hierarchical storage and processing in xarray 628719058 | |
1001687725 | https://github.com/pydata/xarray/issues/1982#issuecomment-1001687725 | https://api.github.com/repos/pydata/xarray/issues/1982 | IC_kwDOAMm_X847tIqt | alexamici 226037 | 2021-12-27T18:18:44Z | 2021-12-27T18:19:22Z | MEMBER | Note that current If it is not already one of the goals of the new DataTree structure #4665 it would probably best be added. cc @TomNicholas @aurghs |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
NetCDF coordinates in parent group is not used when reading sub group 304314787 | |
964318162 | https://github.com/pydata/xarray/issues/5954#issuecomment-964318162 | https://api.github.com/repos/pydata/xarray/issues/5954 | IC_kwDOAMm_X845elPS | alexamici 226037 | 2021-11-09T16:28:59Z | 2021-11-09T16:28:59Z | MEMBER |
I should have added "except Zarr" 😅 . All netCDF writers use Concurrent writes a la Zarr are awesome and xarray supports them now, so my point was: we can add non-concurrent write support to the plugin architecture quite easily and that will serve a lot of users. But supporting Zarr and other advanced backends via the plugin architecture is a lot more work. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Writeable backends via entrypoints 1047608434 | |
963895846 | https://github.com/pydata/xarray/issues/5954#issuecomment-963895846 | https://api.github.com/repos/pydata/xarray/issues/5954 | IC_kwDOAMm_X845c-Im | alexamici 226037 | 2021-11-09T07:53:00Z | 2021-11-09T08:02:20Z | MEMBER | @rabernat and all, at the time of the read-only backend refactor @aurghs and I spent quite some time analysing write support and thinking of a unifying strategy. This is my interpretation of our findings:
Also note that ATM @aurghs and I are overloaded at work and we would have very little time that we can spend on this :/ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Writeable backends via entrypoints 1047608434 | |
845842353 | https://github.com/pydata/xarray/pull/5351#issuecomment-845842353 | https://api.github.com/repos/pydata/xarray/issues/5351 | MDEyOklzc3VlQ29tbWVudDg0NTg0MjM1Mw== | alexamici 226037 | 2021-05-21T10:09:43Z | 2021-05-21T10:10:27Z | MEMBER | @shoyer I have two suggestions:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add xarray.backends.NoMatchingEngineError 895983112 | |
843824599 | https://github.com/pydata/xarray/issues/5329#issuecomment-843824599 | https://api.github.com/repos/pydata/xarray/issues/5329 | MDEyOklzc3VlQ29tbWVudDg0MzgyNDU5OQ== | alexamici 226037 | 2021-05-19T07:28:03Z | 2021-05-19T07:28:03Z | MEMBER | @shoyer and @pont-us my take is that I think it is OK to add a dedicated Examples of strings that identify a dataset when the right backend is installed, but are not paths and the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 0.18.0 raises ValueError, not FileNotFoundError, when opening a non-existent file 894125618 | |
833792726 | https://github.com/pydata/xarray/issues/5232#issuecomment-833792726 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc5MjcyNg== | alexamici 226037 | 2021-05-06T19:14:44Z | 2021-05-06T19:14:44Z | MEMBER | @TomNicholas feel free to close the issue once you are done. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833791756 | https://github.com/pydata/xarray/issues/5232#issuecomment-833791756 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc5MTc1Ng== | alexamici 226037 | 2021-05-06T19:13:20Z | 2021-05-06T19:13:20Z | MEMBER |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833781911 | https://github.com/pydata/xarray/issues/5232#issuecomment-833781911 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc4MTkxMQ== | alexamici 226037 | 2021-05-06T18:58:28Z | 2021-05-06T18:58:28Z | MEMBER |
🤦 But next time it will be sooooooo smooth! |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833779947 | https://github.com/pydata/xarray/issues/5232#issuecomment-833779947 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc3OTk0Nw== | alexamici 226037 | 2021-05-06T18:55:33Z | 2021-05-06T18:55:33Z | MEMBER | I'm testing after |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833773183 | https://github.com/pydata/xarray/issues/5232#issuecomment-833773183 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc3MzE4Mw== | alexamici 226037 | 2021-05-06T18:49:12Z | 2021-05-06T18:49:12Z | MEMBER |
yes, sorry: delete release AND tag. Then re-create release. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833765097 | https://github.com/pydata/xarray/issues/5232#issuecomment-833765097 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc2NTA5Nw== | alexamici 226037 | 2021-05-06T18:37:18Z | 2021-05-06T18:37:18Z | MEMBER | Deleting and re-creating the release should work (I've done it on one of my projects) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833751992 | https://github.com/pydata/xarray/issues/5232#issuecomment-833751992 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc1MTk5Mg== | alexamici 226037 | 2021-05-06T18:17:47Z | 2021-05-06T18:17:47Z | MEMBER |
Nope. The maintainers on PyPI are Deepak, Joe, Max and Stephan. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833748655 | https://github.com/pydata/xarray/issues/5232#issuecomment-833748655 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzc0ODY1NQ== | alexamici 226037 | 2021-05-06T18:12:40Z | 2021-05-06T18:13:23Z | MEMBER | @dcherian I'm back. I think the easiest is for you to upload the artefacts using with twine. If you need any help I'm in the zoom room. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833652183 | https://github.com/pydata/xarray/issues/5232#issuecomment-833652183 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzY1MjE4Mw== | alexamici 226037 | 2021-05-06T16:15:06Z | 2021-05-06T16:15:06Z | MEMBER | @dcherian I'm sorry, I have cannot make it by 12:30 EST. I think you and @TomNicholas can go on without me or I will be back later. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833603212 | https://github.com/pydata/xarray/issues/5232#issuecomment-833603212 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzYwMzIxMg== | alexamici 226037 | 2021-05-06T15:13:13Z | 2021-05-06T16:13:50Z | MEMBER | @dcherian 11:30-12:30 EST I'm meeting with Stephan and Joe, I hope to have them merge #5235 :) ~12:30 EST is fine by me.~ I cannot make it :/ |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833564314 | https://github.com/pydata/xarray/issues/5232#issuecomment-833564314 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzU2NDMxNA== | alexamici 226037 | 2021-05-06T14:22:55Z | 2021-05-06T14:25:12Z | MEMBER | @TomNicholas I'm in Europe, with a meeting at 17:30-18:30 CEST (11:30-12:30 EST) we can probably start now-ish and finish after 3pm EST. I propose to hijack the community meeting zoom :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833539672 | https://github.com/pydata/xarray/issues/5232#issuecomment-833539672 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMzUzOTY3Mg== | alexamici 226037 | 2021-05-06T13:50:28Z | 2021-05-06T13:50:28Z | MEMBER | @TomNicholas & @dcherian I'm having a look at the what's new, shall we set a time for going through the release process? do we want do the steps while in a call? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
833537209 | https://github.com/pydata/xarray/pull/5244#issuecomment-833537209 | https://api.github.com/repos/pydata/xarray/issues/5244 | MDEyOklzc3VlQ29tbWVudDgzMzUzNzIwOQ== | alexamici 226037 | 2021-05-06T13:47:39Z | 2021-05-06T13:48:37Z | MEMBER | Any consensus on whether this is ready to merge? We should start the release process shortly (once the US wakes up). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add GitHub action for publishing artifacts to PyPI 873842812 | |
832448319 | https://github.com/pydata/xarray/issues/5232#issuecomment-832448319 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMjQ0ODMxOQ== | alexamici 226037 | 2021-05-05T06:35:02Z | 2021-05-05T10:38:35Z | MEMBER | Form what I can see the #5258 "bump versions" looks ready, someone with knowledge about minimum versions please merge it. After that is in, @dcherian you can probably uncomment the This leaves only #5235 as a blocker that has a failing test, a proposed fix by @keewis. ~but the OP hasn't responded yet. How should we handle it?~ This looks ready to merge now. Sorry @tomwhite I read the timestamps wrong. Great job! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
832574270 | https://github.com/pydata/xarray/pull/5244#issuecomment-832574270 | https://api.github.com/repos/pydata/xarray/issues/5244 | MDEyOklzc3VlQ29tbWVudDgzMjU3NDI3MA== | alexamici 226037 | 2021-05-05T10:13:15Z | 2021-05-05T10:13:15Z | MEMBER | @andersy005 are you OK to try and merge this "as is" sometime today and then help us making a couple of tests on (worst case: we release the old way) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add GitHub action for publishing artifacts to PyPI 873842812 | |
832452876 | https://github.com/pydata/xarray/issues/5232#issuecomment-832452876 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgzMjQ1Mjg3Ng== | alexamici 226037 | 2021-05-05T06:44:59Z | 2021-05-05T06:46:36Z | MEMBER | Any thoughts on merging #5244 and doing the v0.18.0 release via GitHub Actions? I'm using GA in a couple of repositories and I find them very handy, but I usually had to make a couple of releases before getting all the details right, which looks awkward to do with a high profile project like xarray. We could try release one or more release candidates and go for |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
832443953 | https://github.com/pydata/xarray/pull/5258#issuecomment-832443953 | https://api.github.com/repos/pydata/xarray/issues/5258 | MDEyOklzc3VlQ29tbWVudDgzMjQ0Mzk1Mw== | alexamici 226037 | 2021-05-05T06:25:18Z | 2021-05-05T06:25:18Z | MEMBER | @dcherian with dask>=2.15 you can update #4740 that looks mergiable as well, right? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bump versions 875721501 | |
832206684 | https://github.com/pydata/xarray/issues/5257#issuecomment-832206684 | https://api.github.com/repos/pydata/xarray/issues/5257 | MDEyOklzc3VlQ29tbWVudDgzMjIwNjY4NA== | alexamici 226037 | 2021-05-04T20:02:00Z | 2021-05-04T20:02:00Z | MEMBER | I'll close this issue, @chiaral please follow up on ecmwf/cfgrib#231 |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Inconsistencies between 0.17.0 and 0.17.1.dev102+gf455e00f 875696070 | |
832204036 | https://github.com/pydata/xarray/issues/5257#issuecomment-832204036 | https://api.github.com/repos/pydata/xarray/issues/5257 | MDEyOklzc3VlQ29tbWVudDgzMjIwNDAzNg== | alexamici 226037 | 2021-05-04T19:56:52Z | 2021-05-04T19:56:52Z | MEMBER | @chiaral thanks for spotting this issue! This is actually a bug in cfgrib 0.9.9.0 not xarray. I'll transfer it to the cfgrib repo. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Inconsistencies between 0.17.0 and 0.17.1.dev102+gf455e00f 875696070 | |
831856905 | https://github.com/pydata/xarray/pull/5234#issuecomment-831856905 | https://api.github.com/repos/pydata/xarray/issues/5234 | MDEyOklzc3VlQ29tbWVudDgzMTg1NjkwNQ== | alexamici 226037 | 2021-05-04T11:02:15Z | 2021-05-04T11:02:15Z | MEMBER | @max-sixty & @andersy005 mine was more of a general comment. It is OK to merge it for me, but please after the release! |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Code cleanup 870619014 | |
831740472 | https://github.com/pydata/xarray/pull/5234#issuecomment-831740472 | https://api.github.com/repos/pydata/xarray/issues/5234 | MDEyOklzc3VlQ29tbWVudDgzMTc0MDQ3Mg== | alexamici 226037 | 2021-05-04T07:32:32Z | 2021-05-04T07:32:32Z | MEMBER | I feel this PR is too big and diverse to accept it as a whole. For example I like most changes from older style formatting to f-strings, but I disagree strongly the moving the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Code cleanup 870619014 | |
831701789 | https://github.com/pydata/xarray/pull/5237#issuecomment-831701789 | https://api.github.com/repos/pydata/xarray/issues/5237 | MDEyOklzc3VlQ29tbWVudDgzMTcwMTc4OQ== | alexamici 226037 | 2021-05-04T06:01:40Z | 2021-05-04T06:01:40Z | MEMBER | @TomNicholas see my comment here: https://github.com/pydata/xarray/issues/5073#issuecomment-831700309 I think the best course for now is to only raise the deprecation warning in zarr and pydap, as al other in-tree backends actually support the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add deprecation warnings for lock kwarg 871234354 | |
831700309 | https://github.com/pydata/xarray/issues/5073#issuecomment-831700309 | https://api.github.com/repos/pydata/xarray/issues/5073 | MDEyOklzc3VlQ29tbWVudDgzMTcwMDMwOQ== | alexamici 226037 | 2021-05-04T05:57:19Z | 2021-05-04T05:57:19Z | MEMBER | Sorry for being so late to the party! I thought @aurghs did respond to this issue and forgot about it. What has happened is not that The main difference is that The solution is to in fact only advertise the deprecation for those backends in my opinion as the functionality is legit for most of the backends. Sorry again for seeing this so late. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`lock` kwarg needs a deprecation cycle? 840258082 | |
829923818 | https://github.com/pydata/xarray/issues/5232#issuecomment-829923818 | https://api.github.com/repos/pydata/xarray/issues/5232 | MDEyOklzc3VlQ29tbWVudDgyOTkyMzgxOA== | alexamici 226037 | 2021-04-30T08:10:37Z | 2021-04-30T08:10:51Z | MEMBER | I propose the following timeline that is the fastest I can personally try:
@TomAugspurger and others does it work for you all? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release v0.18.0 870292042 | |
826344428 | https://github.com/pydata/xarray/issues/5138#issuecomment-826344428 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgyNjM0NDQyOA== | alexamici 226037 | 2021-04-25T15:41:07Z | 2021-04-25T15:41:07Z | MEMBER | I don't know, I've never managed to get cfgrib and xarray to install on python 3.9. The conda solver fails. It looks like there is a conflict between xarray and eccodes dependencies, but I didn't investigate. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
822685095 | https://github.com/pydata/xarray/pull/5188#issuecomment-822685095 | https://api.github.com/repos/pydata/xarray/issues/5188 | MDEyOklzc3VlQ29tbWVudDgyMjY4NTA5NQ== | alexamici 226037 | 2021-04-19T18:33:23Z | 2021-04-19T18:34:12Z | MEMBER |
@max-sixty I was thinking to something more brutal: I would drop the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Replace raises_regex with pytest.raises 860909006 | |
822677989 | https://github.com/pydata/xarray/pull/5188#issuecomment-822677989 | https://api.github.com/repos/pydata/xarray/issues/5188 | MDEyOklzc3VlQ29tbWVudDgyMjY3Nzk4OQ== | alexamici 226037 | 2021-04-19T18:21:59Z | 2021-04-19T18:21:59Z | MEMBER | @max-sixty I like the cleanup even it it is rather big. I for one find it very confusing when tests use non standard helpers. BTW, I think you can skip the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Replace raises_regex with pytest.raises 860909006 | |
822646296 | https://github.com/pydata/xarray/issues/4697#issuecomment-822646296 | https://api.github.com/repos/pydata/xarray/issues/4697 | MDEyOklzc3VlQ29tbWVudDgyMjY0NjI5Ng== | alexamici 226037 | 2021-04-19T17:31:38Z | 2021-04-19T17:32:11Z | MEMBER | @max-sixty I'm +1 on deprecating xarray flavour of BTW, I would rather prefer the next release to be |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
deprecate open_rasterio in favour of a rioxarray entrypoint? 767941842 | |
822377249 | https://github.com/pydata/xarray/issues/5175#issuecomment-822377249 | https://api.github.com/repos/pydata/xarray/issues/5175 | MDEyOklzc3VlQ29tbWVudDgyMjM3NzI0OQ== | alexamici 226037 | 2021-04-19T10:56:01Z | 2021-04-19T10:56:01Z | MEMBER | @kmuehlbauer precisely. For example the What I see missing is a way defined at API level for the backends to "attach" arbitrary information and possibly code to the backend |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature to retrieve the underlying store 860180906 | |
820374739 | https://github.com/pydata/xarray/issues/5132#issuecomment-820374739 | https://api.github.com/repos/pydata/xarray/issues/5132 | MDEyOklzc3VlQ29tbWVudDgyMDM3NDczOQ== | alexamici 226037 | 2021-04-15T12:12:26Z | 2021-04-15T12:12:26Z | MEMBER | Closed by #5135 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Backend caching should not use a relative path 853473276 | |
820374206 | https://github.com/pydata/xarray/pull/5135#issuecomment-820374206 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgyMDM3NDIwNg== | alexamici 226037 | 2021-04-15T12:11:26Z | 2021-04-15T12:11:26Z | MEMBER | @bcbnz thanks for the help! I'll merge it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
818804036 | https://github.com/pydata/xarray/pull/5135#issuecomment-818804036 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxODgwNDAzNg== | alexamici 226037 | 2021-04-13T14:58:07Z | 2021-04-13T14:58:07Z | MEMBER | @aurghs can you confirm that all failures are unrelated to the changes? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
817864442 | https://github.com/pydata/xarray/issues/5138#issuecomment-817864442 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzg2NDQ0Mg== | alexamici 226037 | 2021-04-12T14:34:13Z | 2021-04-12T14:34:13Z | MEMBER | Yes, I would close the issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817566465 | https://github.com/pydata/xarray/issues/5138#issuecomment-817566465 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzU2NjQ2NQ== | alexamici 226037 | 2021-04-12T07:37:25Z | 2021-04-12T07:37:25Z | MEMBER | @keewis after merging #5139 the CI should not be failing anymore. The problem is now that cfgrib may not be consistently tested on all jobs and failures are silent. I'll wait a bit for the fix in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817560437 | https://github.com/pydata/xarray/pull/5139#issuecomment-817560437 | https://api.github.com/repos/pydata/xarray/issues/5139 | MDEyOklzc3VlQ29tbWVudDgxNzU2MDQzNw== | alexamici 226037 | 2021-04-12T07:28:37Z | 2021-04-12T07:28:37Z | MEMBER | I'll merge it now to stop the CI from failing. The real fix is on the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Protect against an exception raised by python-eccodes 855388231 | |
817557923 | https://github.com/pydata/xarray/issues/5138#issuecomment-817557923 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzU1NzkyMw== | alexamici 226037 | 2021-04-12T07:25:03Z | 2021-04-12T07:25:03Z | MEMBER | Technically this is an incompatibility between |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817358999 | https://github.com/pydata/xarray/issues/5138#issuecomment-817358999 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzM1ODk5OQ== | alexamici 226037 | 2021-04-11T19:23:14Z | 2021-04-11T19:28:45Z | MEMBER | As a general measure I would add To work around the current problem we may need to add a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817357498 | https://github.com/pydata/xarray/issues/5138#issuecomment-817357498 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzM1NzQ5OA== | alexamici 226037 | 2021-04-11T19:12:13Z | 2021-04-11T19:12:30Z | MEMBER | Thanks @keewis! ATM the main suspect is a flaky the dependency between |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817355970 | https://github.com/pydata/xarray/issues/5138#issuecomment-817355970 | https://api.github.com/repos/pydata/xarray/issues/5138 | MDEyOklzc3VlQ29tbWVudDgxNzM1NTk3MA== | alexamici 226037 | 2021-04-11T19:00:30Z | 2021-04-11T19:00:30Z | MEMBER | Looking into ecmwf/cfgrib#226 that seems related. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing CI 855330062 | |
817354982 | https://github.com/pydata/xarray/issues/5125#issuecomment-817354982 | https://api.github.com/repos/pydata/xarray/issues/5125 | MDEyOklzc3VlQ29tbWVudDgxNzM1NDk4Mg== | alexamici 226037 | 2021-04-11T18:53:03Z | 2021-04-11T18:53:03Z | MEMBER | This didn't close automatically, but it is closed by #5127 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `BackendEntrypoint` to an easier to find location 852256995 | |
816258482 | https://github.com/pydata/xarray/pull/5033#issuecomment-816258482 | https://api.github.com/repos/pydata/xarray/issues/5033 | MDEyOklzc3VlQ29tbWVudDgxNjI1ODQ4Mg== | alexamici 226037 | 2021-04-08T22:01:50Z | 2021-04-08T22:07:27Z | MEMBER |
Absolutely agree: https://github.com/corteva/rioxarray/blob/master/rioxarray/xarray_plugin.py (the PR took a grand total of 48 hours from open to merge: https://github.com/corteva/rioxarray/pull/281)
😅 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow using a custom engine class directly in xr.open_dataset 831008649 | |
816173649 | https://github.com/pydata/xarray/pull/5033#issuecomment-816173649 | https://api.github.com/repos/pydata/xarray/issues/5033 | MDEyOklzc3VlQ29tbWVudDgxNjE3MzY0OQ== | alexamici 226037 | 2021-04-08T20:41:29Z | 2021-04-08T20:41:29Z | MEMBER |
Well, based on the amount of complexity a developer needs to master in order to write the backend, I would consider the registration to be a relatively trivial bit, especially because the syntax is the same as for the well known On one hand I judge the feature to be relatively simple to support in the long long term, on the other hand I still feel that its benefit will be be quite marginal. Therefore I'm still a mild -1.
On this one I can side with you. The initial proposal from @aurghs and myself was to use a This one is a higher lever design decisione, I think @jhamman and @shoyer need to weight in. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow using a custom engine class directly in xr.open_dataset 831008649 | |
816037214 | https://github.com/pydata/xarray/pull/5136#issuecomment-816037214 | https://api.github.com/repos/pydata/xarray/issues/5136 | MDEyOklzc3VlQ29tbWVudDgxNjAzNzIxNA== | alexamici 226037 | 2021-04-08T18:18:40Z | 2021-04-08T18:18:40Z | MEMBER | This VERY important to merge! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix broken engine breakes xarray.open_dataset 853705865 | |
816027472 | https://github.com/pydata/xarray/pull/5135#issuecomment-816027472 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxNjAyNzQ3Mg== | alexamici 226037 | 2021-04-08T18:03:14Z | 2021-04-08T18:03:14Z | MEMBER | @aurghs you may also use https://github.com/pydata/xarray/blob/master/xarray/backends/api.py#L112 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
816019678 | https://github.com/pydata/xarray/pull/5135#issuecomment-816019678 | https://api.github.com/repos/pydata/xarray/issues/5135 | MDEyOklzc3VlQ29tbWVudDgxNjAxOTY3OA== | alexamici 226037 | 2021-04-08T17:50:25Z | 2021-04-08T17:54:36Z | MEMBER | @aurghs & @dcherian note that at the moment most backends accept |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix open_dataset regression 853644364 | |
815841228 | https://github.com/pydata/xarray/pull/5033#issuecomment-815841228 | https://api.github.com/repos/pydata/xarray/issues/5033 | MDEyOklzc3VlQ29tbWVudDgxNTg0MTIyOA== | alexamici 226037 | 2021-04-08T13:49:55Z | 2021-04-08T13:49:55Z | MEMBER | @Illviljan sorry for being late to the party. The first comment is that I see the point of the feature at a theoretical level, but I'm at the third external backend that I'm writing and I didn't miss it. Adding an entrypoint is very easy and works seamlessly during development. Do you have in mind any use case where this is more convenient than adding an entrypoint? WRT the implementation, at the request of @shoyer and @jhamman, we ask backend developers to inherit from |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow using a custom engine class directly in xr.open_dataset 831008649 | |
814818272 | https://github.com/pydata/xarray/issues/5125#issuecomment-814818272 | https://api.github.com/repos/pydata/xarray/issues/5125 | MDEyOklzc3VlQ29tbWVudDgxNDgxODI3Mg== | alexamici 226037 | 2021-04-07T11:00:06Z | 2021-04-07T11:00:06Z | MEMBER | Same with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `BackendEntrypoint` to an easier to find location 852256995 | |
814074112 | https://github.com/pydata/xarray/issues/4142#issuecomment-814074112 | https://api.github.com/repos/pydata/xarray/issues/4142 | MDEyOklzc3VlQ29tbWVudDgxNDA3NDExMg== | alexamici 226037 | 2021-04-06T12:18:43Z | 2021-04-06T12:18:43Z | MEMBER | I started a PR against rioxarray to add an engine via the plugin interface see https://github.com/corteva/rioxarray/pull/281 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should we make "rasterio" an engine option? 636493109 | |
813942168 | https://github.com/pydata/xarray/pull/5112#issuecomment-813942168 | https://api.github.com/repos/pydata/xarray/issues/5112 | MDEyOklzc3VlQ29tbWVudDgxMzk0MjE2OA== | alexamici 226037 | 2021-04-06T08:39:19Z | 2021-04-06T09:18:06Z | MEMBER | If nobody objects I'll merge this shortly as this breaks building against |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add LazilyOuterIndexedArray alias to LazilyIndexedArray for external backends to use 850236909 | |
813355119 | https://github.com/pydata/xarray/pull/5112#issuecomment-813355119 | https://api.github.com/repos/pydata/xarray/issues/5112 | MDEyOklzc3VlQ29tbWVudDgxMzM1NTExOQ== | alexamici 226037 | 2021-04-05T11:47:49Z | 2021-04-05T11:47:49Z | MEMBER | I see quite a few uses "in the wild": https://github.com/search?l=Python&q=LazilyOuterIndexedArray&type=Code I would suggest to keep it long term to avoid migration pains to external backend developers. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add LazilyOuterIndexedArray alias to LazilyIndexedArray for external backends to use 850236909 | |
812453263 | https://github.com/pydata/xarray/issues/5098#issuecomment-812453263 | https://api.github.com/repos/pydata/xarray/issues/5098 | MDEyOklzc3VlQ29tbWVudDgxMjQ1MzI2Mw== | alexamici 226037 | 2021-04-02T09:33:24Z | 2021-04-02T09:33:43Z | MEMBER | The reason to delegate all path normalisation to backends is that not all strings are paths, for example I would suggest to add path normalisation to the backends that needs them, in order to avoid any special case in the common code path. @aurghs I suggest you add |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_dataset regression 847014702 | |
809688189 | https://github.com/pydata/xarray/pull/5083#issuecomment-809688189 | https://api.github.com/repos/pydata/xarray/issues/5083 | MDEyOklzc3VlQ29tbWVudDgwOTY4ODE4OQ== | alexamici 226037 | 2021-03-29T20:26:02Z | 2021-03-29T20:57:17Z | MEMBER | @keewis @mathause and @b8raoult the change looks good to me. Non-conda users may very well hit the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Disable the cfgrib backend if eccodes is not installed 842535132 | |
793071999 | https://github.com/pydata/xarray/issues/4803#issuecomment-793071999 | https://api.github.com/repos/pydata/xarray/issues/4803 | MDEyOklzc3VlQ29tbWVudDc5MzA3MTk5OQ== | alexamici 226037 | 2021-03-08T20:58:02Z | 2021-03-08T20:58:02Z | MEMBER | Closed by #4810 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Update Documentation for backend Implementation 785233324 | |
791408222 | https://github.com/pydata/xarray/pull/4989#issuecomment-791408222 | https://api.github.com/repos/pydata/xarray/issues/4989 | MDEyOklzc3VlQ29tbWVudDc5MTQwODIyMg== | alexamici 226037 | 2021-03-05T13:06:43Z | 2021-03-05T13:06:53Z | MEMBER | The PR is ready for review. All tests pass. I plan to write the what's new over the week end and target a merge on Monday. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Switch backend API to v2 821312099 | |
790782639 | https://github.com/pydata/xarray/issues/4987#issuecomment-790782639 | https://api.github.com/repos/pydata/xarray/issues/4987 | MDEyOklzc3VlQ29tbWVudDc5MDc4MjYzOQ== | alexamici 226037 | 2021-03-04T17:16:48Z | 2021-03-04T17:22:31Z | MEMBER | @jp-dark it is in fact possible to write an xarray backend without explicitly depending on xarray in your We use the setuptools entrypoints infrastructure that triggers a module load only from within xarray itself. This is still work in progress, but we are implementing this strategy in cfgrib with success. You can get inspiration from the following PR by @aurghs: |
{ "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 } |
A read-only TileDB backend 820480606 | |
780731411 | https://github.com/pydata/xarray/issues/4894#issuecomment-780731411 | https://api.github.com/repos/pydata/xarray/issues/4894 | MDEyOklzc3VlQ29tbWVudDc4MDczMTQxMQ== | alexamici 226037 | 2021-02-17T17:46:46Z | 2021-02-17T17:46:46Z | MEMBER | I don't think we will be ready by this week-end and we don't want to rush the switch to the new API without some thorough testing by others. We will wait for the next release. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release 0.17.0 806436724 | |
780682558 | https://github.com/pydata/xarray/issues/4253#issuecomment-780682558 | https://api.github.com/repos/pydata/xarray/issues/4253 | MDEyOklzc3VlQ29tbWVudDc4MDY4MjU1OA== | alexamici 226037 | 2021-02-17T16:33:31Z | 2021-02-17T16:33:31Z | MEMBER | @jhamman & @shoyer, unfortunately neither @aurghs nor myself will be available tomorrow, 18 Feb. We can skip this week's meeting or reschedule it, same time but another day. Your call. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[community] Backends refactor meeting 663968779 | |
778060647 | https://github.com/pydata/xarray/issues/4894#issuecomment-778060647 | https://api.github.com/repos/pydata/xarray/issues/4894 | MDEyOklzc3VlQ29tbWVudDc3ODA2MDY0Nw== | alexamici 226037 | 2021-02-12T08:44:55Z | 2021-02-12T08:45:23Z | MEMBER | { "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release 0.17.0 806436724 | ||
764610726 | https://github.com/pydata/xarray/pull/4823#issuecomment-764610726 | https://api.github.com/repos/pydata/xarray/issues/4823 | MDEyOklzc3VlQ29tbWVudDc2NDYxMDcyNg== | alexamici 226037 | 2021-01-21T12:29:32Z | 2021-01-21T12:29:32Z | MEMBER | @martindurant with respect to the backend API (old and new) looks good to me. I'm don't know |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow fsspec URLs in open_(mf)dataset 788398518 | |
764605415 | https://github.com/pydata/xarray/pull/4823#issuecomment-764605415 | https://api.github.com/repos/pydata/xarray/issues/4823 | MDEyOklzc3VlQ29tbWVudDc2NDYwNTQxNQ== | alexamici 226037 | 2021-01-21T12:19:24Z | 2021-01-21T12:19:24Z | MEMBER | @martindurant it is OK to let every backend raise errors for unsupported input. So no need to add any additional logic here IMO. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow fsspec URLs in open_(mf)dataset 788398518 | |
762741103 | https://github.com/pydata/xarray/pull/4811#issuecomment-762741103 | https://api.github.com/repos/pydata/xarray/issues/4811 | MDEyOklzc3VlQ29tbWVudDc2Mjc0MTEwMw== | alexamici 226037 | 2021-01-19T10:09:54Z | 2021-01-19T10:10:20Z | MEMBER | With this change The implementation is forward compatible, so once backends are split off the main package newer backend registered via the APIv2 plugin interface have precedence. I'll merge it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bugfix in list_engine 786107421 | |
761124713 | https://github.com/pydata/xarray/pull/4809#issuecomment-761124713 | https://api.github.com/repos/pydata/xarray/issues/4809 | MDEyOklzc3VlQ29tbWVudDc2MTEyNDcxMw== | alexamici 226037 | 2021-01-15T19:00:56Z | 2021-01-15T19:00:56Z | MEMBER | woops, I see you didn't finish, yet :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Remove the references to `_file_obj` outside low level code paths, change to `_close` 785997226 | |
761123911 | https://github.com/pydata/xarray/pull/4809#issuecomment-761123911 | https://api.github.com/repos/pydata/xarray/issues/4809 | MDEyOklzc3VlQ29tbWVudDc2MTEyMzkxMQ== | alexamici 226037 | 2021-01-15T18:59:29Z | 2021-01-15T18:59:29Z | MEMBER | I'll merge it after the last cleanup as I need this to start working on the API v1 to v2 PR. Thanks @shoyer ! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Remove the references to `_file_obj` outside low level code paths, change to `_close` 785997226 | |
760329796 | https://github.com/pydata/xarray/pull/4811#issuecomment-760329796 | https://api.github.com/repos/pydata/xarray/issues/4811 | MDEyOklzc3VlQ29tbWVudDc2MDMyOTc5Ng== | alexamici 226037 | 2021-01-14T17:03:37Z | 2021-01-14T17:03:37Z | MEMBER | Using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bugfix in list_engine 786107421 | |
753607645 | https://github.com/pydata/xarray/issues/4524#issuecomment-753607645 | https://api.github.com/repos/pydata/xarray/issues/4524 | MDEyOklzc3VlQ29tbWVudDc1MzYwNzY0NQ== | alexamici 226037 | 2021-01-03T12:10:31Z | 2021-01-03T12:10:31Z | MEMBER | @mathause I think you are right, #4733 (the issue that #4737 aimed to fix) is probably not related to cfgrib, I didn't notice that no backend code was mentioned in the traceback. I was fooled by the fact that we had a know bug in cfgrib https://github.com/ecmwf/cfgrib/issues/157 and the error message reported in #4733 was the same. So the PR #4737 is needed anyhow, but it doesn't really solve the issue it refers to :/ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.DataArray.where(drop=True) crashes if the result is False everywhere (h5netcdf engine) 724777139 | |
751682827 | https://github.com/pydata/xarray/issues/4733#issuecomment-751682827 | https://api.github.com/repos/pydata/xarray/issues/4733 | MDEyOklzc3VlQ29tbWVudDc1MTY4MjgyNw== | alexamici 226037 | 2020-12-28T11:34:22Z | 2020-12-28T11:34:22Z | MEMBER | Looks like an effective way to fix the bug is in xarray itself, so I reopen the issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xarray with cfgrib backend errors with .where() when drop=True 774553196 | |
751232371 | https://github.com/pydata/xarray/issues/4733#issuecomment-751232371 | https://api.github.com/repos/pydata/xarray/issues/4733 | MDEyOklzc3VlQ29tbWVudDc1MTIzMjM3MQ== | alexamici 226037 | 2020-12-25T10:58:58Z | 2020-12-25T10:58:58Z | MEMBER | @DanielAdriaansen thanks for reporting, this is a duplicate of https://github.com/ecmwf/cfgrib/issues/157 so I'm going to close this one, and you can follow there. I'm a bit embarrassed as @aurghs identified this bug a while back, but I forgot about it! The fix should be easy, I'll try to make a release shortly. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xarray with cfgrib backend errors with .where() when drop=True 774553196 | |
750922630 | https://github.com/pydata/xarray/pull/4724#issuecomment-750922630 | https://api.github.com/repos/pydata/xarray/issues/4724 | MDEyOklzc3VlQ29tbWVudDc1MDkyMjYzMA== | alexamici 226037 | 2020-12-24T16:29:31Z | 2020-12-24T16:29:31Z | MEMBER | I merge it as it involves only the new APIv2 code. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Remove entrypoints in setup for internal backends 773481918 | |
750921848 | https://github.com/pydata/xarray/pull/4725#issuecomment-750921848 | https://api.github.com/repos/pydata/xarray/issues/4725 | MDEyOklzc3VlQ29tbWVudDc1MDkyMTg0OA== | alexamici 226037 | 2020-12-24T16:25:19Z | 2020-12-24T16:25:19Z | MEMBER | I merge as it has been discussed yesterday in the community meeting. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
remove autoclose in open_dataset and related warning test 773497334 | |
750288021 | https://github.com/pydata/xarray/pull/4725#issuecomment-750288021 | https://api.github.com/repos/pydata/xarray/issues/4725 | MDEyOklzc3VlQ29tbWVudDc1MDI4ODAyMQ== | alexamici 226037 | 2020-12-23T12:51:52Z | 2020-12-23T12:51:52Z | MEMBER | @aurghs I think you should check what documentation needs updating beside the doctring. Also this deserves and entry in what's new. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
remove autoclose in open_dataset and related warning test 773497334 | |
749977773 | https://github.com/pydata/xarray/pull/4725#issuecomment-749977773 | https://api.github.com/repos/pydata/xarray/issues/4725 | MDEyOklzc3VlQ29tbWVudDc0OTk3Nzc3Mw== | alexamici 226037 | 2020-12-23T07:07:07Z | 2020-12-23T07:07:26Z | MEMBER | @aurghs there's a conflict, would you please fix it? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
remove autoclose in open_dataset and related warning test 773497334 | |
748001346 | https://github.com/pydata/xarray/pull/4701#issuecomment-748001346 | https://api.github.com/repos/pydata/xarray/issues/4701 | MDEyOklzc3VlQ29tbWVudDc0ODAwMTM0Ng== | alexamici 226037 | 2020-12-18T10:10:32Z | 2020-12-18T10:10:32Z | MEMBER | @max-sixty there's no direct test for the backend Store classes, only indirect tests through Once we remove I propose to merge this PR as it is. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow pathlib.Path to be passed to all engines 769288855 | |
747055666 | https://github.com/pydata/xarray/issues/4309#issuecomment-747055666 | https://api.github.com/repos/pydata/xarray/issues/4309 | MDEyOklzc3VlQ29tbWVudDc0NzA1NTY2Ng== | alexamici 226037 | 2020-12-16T21:35:57Z | 2020-12-16T21:35:57Z | MEMBER | I'm looking at other bits of knowledge of how backends work that are still present in the generic parts of We see We aim at removing On the other hand |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible Backend - AbstractDataStore definition 672912921 | |
742413228 | https://github.com/pydata/xarray/pull/4577#issuecomment-742413228 | https://api.github.com/repos/pydata/xarray/issues/4577 | MDEyOklzc3VlQ29tbWVudDc0MjQxMzIyOA== | alexamici 226037 | 2020-12-10T09:55:55Z | 2020-12-10T09:55:55Z | MEMBER | @keewis WRT your comments on list comprehensions we at B-Open prefer to use them only when they make the code one line and actually prefer explicit loops otherwise. This is both because we find them more readable as code and because tracebacks as well are easier to parse when they point to the statement that raised. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Backends entrypoints 741714847 | |
737224309 | https://github.com/pydata/xarray/pull/4642#issuecomment-737224309 | https://api.github.com/repos/pydata/xarray/issues/4642 | MDEyOklzc3VlQ29tbWVudDczNzIyNDMwOQ== | alexamici 226037 | 2020-12-02T13:17:19Z | 2020-12-02T13:17:19Z | MEMBER | These are cosmetic changes to only the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor apiv2.open_dataset 755163626 | |
723115945 | https://github.com/pydata/xarray/pull/4547#issuecomment-723115945 | https://api.github.com/repos/pydata/xarray/issues/4547 | MDEyOklzc3VlQ29tbWVudDcyMzExNTk0NQ== | alexamici 226037 | 2020-11-06T14:41:32Z | 2020-11-06T14:41:32Z | MEMBER | I fixed the type ints and the two test failures are unrelated to the changes. I'm going to test my shiny new merge rights :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Update signature open_dataset for API v2 731226031 | |
705594621 | https://github.com/pydata/xarray/issues/4490#issuecomment-705594621 | https://api.github.com/repos/pydata/xarray/issues/4490 | MDEyOklzc3VlQ29tbWVudDcwNTU5NDYyMQ== | alexamici 226037 | 2020-10-08T14:06:35Z | 2020-10-08T14:06:35Z | MEMBER | @shoyer I favour option 2. as a stable solution, possibly with all arguments moved to keyword-only ones:
* users don't need to import and additional class
* users get the argument completion on I'm for using the words decode/decoding but I'm against the use of CF. What backend will do is map the on-disk representation of the data (typically optimised for space) to the in-memory representation preferred by xarray (typically optimised of easy of use). This mapping is especially tricky for time-like variables. CF is one possible way to specify the map, but it is not the only one. Both the GRIB format and all the spatial formats supported by GDAL/rasterio can encode rich data and decoding has (typically) nothing to do with the CF conventions. My preferred meaning for the Typically when a user asks the backend not to decode they intend to insepct the content of the data file to understand why something is not mapping in the expected way. As an example: in the case of GRIB time-like values are represented as integers like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Group together decoding options into a single argument 715374721 | |
701622370 | https://github.com/pydata/xarray/pull/4477#issuecomment-701622370 | https://api.github.com/repos/pydata/xarray/issues/4477 | MDEyOklzc3VlQ29tbWVudDcwMTYyMjM3MA== | alexamici 226037 | 2020-09-30T20:19:21Z | 2020-09-30T20:19:21Z | MEMBER | Note that this PR doesn't change xarray behaviour unless the user sets the environment variable To test the new code paths you can use: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Proposed refactor of read API for backends 712247862 | |
699960407 | https://github.com/pydata/xarray/pull/4458#issuecomment-699960407 | https://api.github.com/repos/pydata/xarray/issues/4458 | MDEyOklzc3VlQ29tbWVudDY5OTk2MDQwNw== | alexamici 226037 | 2020-09-28T11:55:08Z | 2020-09-28T11:55:24Z | MEMBER | @jhamman & @shoyer ping. We'd like to have this (and optionally #4462) merged soon so we can more easily work on PR from master. Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Autodetect the engine only when `engine=None` 708766975 | |
697952300 | https://github.com/pydata/xarray/issues/4309#issuecomment-697952300 | https://api.github.com/repos/pydata/xarray/issues/4309 | MDEyOklzc3VlQ29tbWVudDY5Nzk1MjMwMA== | alexamici 226037 | 2020-09-23T20:23:17Z | 2020-09-24T15:12:18Z | MEMBER | @shoyer & @jhamman just to give you an idea, I aim to see ```python def open_dataset(filename_or_obj, , engine=None, chunks=None, cache=None, backend_kwargs=None, *kwargs): filename_or_obj = nomalize_filename_or_obj(filename_or_obj) if engine is None: engine = autodetect_engine(filename_or_obj) open_backend_dataset = get_opener(engine)
``` Where the key observation is that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible Backend - AbstractDataStore definition 672912921 | |
697924785 | https://github.com/pydata/xarray/pull/4431#issuecomment-697924785 | https://api.github.com/repos/pydata/xarray/issues/4431 | MDEyOklzc3VlQ29tbWVudDY5NzkyNDc4NQ== | alexamici 226037 | 2020-09-23T19:26:44Z | 2020-09-23T19:26:44Z | MEMBER | @jhamman I don't understand why 4f414f2 is shown here, it is a commit in master. As for the rest, we re applied the engine selection refactor and added the new All looks reasonable to me and all tests pass. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 703550109 | |
696970366 | https://github.com/pydata/xarray/pull/4431#issuecomment-696970366 | https://api.github.com/repos/pydata/xarray/issues/4431 | MDEyOklzc3VlQ29tbWVudDY5Njk3MDM2Ng== | alexamici 226037 | 2020-09-22T20:45:53Z | 2020-09-22T20:45:53Z | MEMBER | Thanks @keewis! So it is correct, I wanted to reset to master and re apply the changes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 703550109 | |
696960812 | https://github.com/pydata/xarray/pull/4431#issuecomment-696960812 | https://api.github.com/repos/pydata/xarray/issues/4431 | MDEyOklzc3VlQ29tbWVudDY5Njk2MDgxMg== | alexamici 226037 | 2020-09-22T20:27:02Z | 2020-09-22T20:27:02Z | MEMBER | Woops I didn't know that force pushing a branch would close the PR :/ I'll try to reopen this PR or create a new one. Sorry for the noise. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 703550109 | |
694662446 | https://github.com/pydata/xarray/pull/4433#issuecomment-694662446 | https://api.github.com/repos/pydata/xarray/issues/4433 | MDEyOklzc3VlQ29tbWVudDY5NDY2MjQ0Ng== | alexamici 226037 | 2020-09-18T05:34:17Z | 2020-09-18T05:34:17Z | MEMBER | Yes, please. Minor: also I'd personally find even more intuitive the selection |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Clearer Vectorized Indexing example 703991403 | |
694411881 | https://github.com/pydata/xarray/pull/4431#issuecomment-694411881 | https://api.github.com/repos/pydata/xarray/issues/4431 | MDEyOklzc3VlQ29tbWVudDY5NDQxMTg4MQ== | alexamici 226037 | 2020-09-17T18:16:53Z | 2020-09-17T18:17:14Z | MEMBER | @jhamman: @shoyer requested to keep this PR on hold until #4187 is merged as it will produce conflicts. So I converted the PR to draft, after #4187 gets in, we will fix the conflicts and resubmit. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 703550109 | |
692022706 | https://github.com/pydata/xarray/pull/3166#issuecomment-692022706 | https://api.github.com/repos/pydata/xarray/issues/3166 | MDEyOklzc3VlQ29tbWVudDY5MjAyMjcwNg== | alexamici 226037 | 2020-09-14T12:34:23Z | 2020-09-14T12:34:23Z | MEMBER | @jhamman & @shoyer the refactor of the big If you don't mind I'll ask @TheRed86 to open a PR for this refactor alone. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature] Backend entrypoint 473795509 | |
685928460 | https://github.com/pydata/xarray/issues/4309#issuecomment-685928460 | https://api.github.com/repos/pydata/xarray/issues/4309 | MDEyOklzc3VlQ29tbWVudDY4NTkyODQ2MA== | alexamici 226037 | 2020-09-02T18:46:58Z | 2020-09-02T18:55:52Z | MEMBER | @shoyer and @jhamman, I'm looking into the write support and if we let a backend return a I'm not sure what options for in-place change are supported, but I see at least |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible Backend - AbstractDataStore definition 672912921 | |
683350819 | https://github.com/pydata/xarray/issues/4253#issuecomment-683350819 | https://api.github.com/repos/pydata/xarray/issues/4253 | MDEyOklzc3VlQ29tbWVudDY4MzM1MDgxOQ== | alexamici 226037 | 2020-08-29T23:00:52Z | 2020-08-29T23:00:52Z | MEMBER | So weekly meeting every Thurday, perfect (cc @aurghs @TheRed86) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[community] Backends refactor meeting 663968779 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
issue >30