issue_comments
488 rows where user = 6213168 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
user 1
- crusaderky · 488 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1521804722 | https://github.com/pydata/xarray/pull/7650#issuecomment-1521804722 | https://api.github.com/repos/pydata/xarray/issues/7650 | IC_kwDOAMm_X85atOWy | crusaderky 6213168 | 2023-04-25T13:36:43Z | 2023-04-25T13:42:48Z | MEMBER | I can see that the conda-forge-feedstock has been updated; however requirements.txt still contains the pin |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Pin pandas < 2 1632422255 | |
1521662528 | https://github.com/pydata/xarray/pull/7650#issuecomment-1521662528 | https://api.github.com/repos/pydata/xarray/issues/7650 | IC_kwDOAMm_X85asrpA | crusaderky 6213168 | 2023-04-25T11:56:32Z | 2023-04-25T11:56:32Z | MEMBER | All blockers to pandas 2 linked in this issue have been merged; is there anything outstanding? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Pin pandas < 2 1632422255 | |
1517892096 | https://github.com/pydata/xarray/pull/7461#issuecomment-1517892096 | https://api.github.com/repos/pydata/xarray/issues/7461 | IC_kwDOAMm_X85aeTIA | crusaderky 6213168 | 2023-04-21T14:07:08Z | 2023-04-21T14:07:08Z | MEMBER | It just occurred to me that xarray dropped Python 3.8 3 months before what NEP-29 recommends. I think this is a problem. Let's continue this discussion on #7777. |
{ "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 1, "heart": 0, "rocket": 0, "eyes": 2 } |
bump minimum versions, drop py38 1550109629 | |
1515950820 | https://github.com/pydata/xarray/pull/7461#issuecomment-1515950820 | https://api.github.com/repos/pydata/xarray/issues/7461 | IC_kwDOAMm_X85aW5Lk | crusaderky 6213168 | 2023-04-20T08:43:19Z | 2023-04-20T08:43:19Z | MEMBER |
Not investing effort to support 5 years old dependencies was a very conscious decision. This is not something unique we do; we simply adhere to NEP29: https://numpy.org/neps/nep-0029-deprecation_policy.html If for whatever reason you want to use python shipped by ubuntu 20.04, as opposed to conda/venv/poetry/whatever, you should also be prepared to stick to older versions of the python packages. Note that 5 years is the duration of security support. I'm not personally aware of security issues in xarray since Python 3.8 was abandoned (I've been a bit out of the loop and I could be proven wrong), but in the unlikely event that one should arise in xarray, we would consider a backport to Python 3.8. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump minimum versions, drop py38 1550109629 | |
1507163165 | https://github.com/pydata/xarray/pull/7461#issuecomment-1507163165 | https://api.github.com/repos/pydata/xarray/issues/7461 | IC_kwDOAMm_X85Z1Xwd | crusaderky 6213168 | 2023-04-13T15:21:52Z | 2023-04-13T15:21:52Z | MEMBER |
It's not based on timing. The policy is there so that, when a developer finds that they have to do extra labour to support an old version of a dependency, they can instead drop the support for the old version without needing to seek approval from the maintainers. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump minimum versions, drop py38 1550109629 | |
1280764797 | https://github.com/pydata/xarray/issues/6803#issuecomment-1280764797 | https://api.github.com/repos/pydata/xarray/issues/6803 | IC_kwDOAMm_X85MVut9 | crusaderky 6213168 | 2022-10-17T12:15:36Z | 2022-10-17T12:20:02Z | MEMBER |
I've opened https://github.com/dask/distributed/issues/7140 to simplify this. With it implemented, my snippet
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Passing a distributed.Future to the kwargs of apply_ufunc should resolve the future 1307523148 | |
1280746923 | https://github.com/pydata/xarray/issues/6803#issuecomment-1280746923 | https://api.github.com/repos/pydata/xarray/issues/6803 | IC_kwDOAMm_X85MVqWr | crusaderky 6213168 | 2022-10-17T12:01:17Z | 2022-10-17T12:01:17Z | MEMBER | Having said the above, your design is... contrived. There isn't, as of today, a straightforward way to scatter a local dask collection ( Workaround:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Passing a distributed.Future to the kwargs of apply_ufunc should resolve the future 1307523148 | |
1280729879 | https://github.com/pydata/xarray/issues/6803#issuecomment-1280729879 | https://api.github.com/repos/pydata/xarray/issues/6803 | IC_kwDOAMm_X85MVmMX | crusaderky 6213168 | 2022-10-17T11:45:31Z | 2022-10-17T11:45:31Z | MEMBER |
test_future is not a dask collection. It's a distributed.Future, which points to an arbitrary, opaque data blob that xarray has no means to know about. FWIW, I could reproduce the issue, where the future in the kwargs is not resolved to the data it points to as one would expect. Minimal reproducer: ```python import distributed import xarray client = distributed.Client(processes=False) x = xarray.DataArray([1, 2]).chunk() test_future = client.scatter("Hello World") def f(d, test): print(test) return d y = xarray.apply_ufunc(
f,
x,
dask='parallelized',
output_dtypes="float64",
kwargs={'test':test_future},
)
y.compute()
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Passing a distributed.Future to the kwargs of apply_ufunc should resolve the future 1307523148 | |
1124342119 | https://github.com/pydata/xarray/pull/6566#issuecomment-1124342119 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85DBBln | crusaderky 6213168 | 2022-05-11T22:12:24Z | 2022-05-11T22:12:24Z | MEMBER |
I think that's the context manager teardown, not the task counting |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 | |
1026020646 | https://github.com/pydata/xarray/pull/6211#issuecomment-1026020646 | https://api.github.com/repos/pydata/xarray/issues/6211 | IC_kwDOAMm_X849J9Um | crusaderky 6213168 | 2022-01-31T17:21:40Z | 2022-01-31T17:21:40Z | MEMBER |
They are both tests that fail on the cleanup of |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Xfail failing test 1118729170 | |
924147211 | https://github.com/pydata/xarray/issues/5648#issuecomment-924147211 | https://api.github.com/repos/pydata/xarray/issues/5648 | IC_kwDOAMm_X843FV4L | crusaderky 6213168 | 2021-09-21T16:22:11Z | 2021-09-21T16:22:11Z | MEMBER | I'd like to attend too |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Duck array compatibility meeting 956103236 | |
906684380 | https://github.com/pydata/xarray/issues/5654#issuecomment-906684380 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842Cufc | crusaderky 6213168 | 2021-08-26T19:30:25Z | 2021-08-26T19:50:20Z | MEMBER | Third and final issue is when
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906633901 | https://github.com/pydata/xarray/issues/5654#issuecomment-906633901 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842CiKt | crusaderky 6213168 | 2021-08-26T18:15:29Z | 2021-08-26T19:47:12Z | MEMBER | Ah, shape= was very recently added in 0.12.0. It wasn't there in 0.11.2. [EDIT] It is not the only problem. Investigating further. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906656030 | https://github.com/pydata/xarray/issues/5654#issuecomment-906656030 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842Cnke | crusaderky 6213168 | 2021-08-26T18:47:32Z | 2021-08-26T18:47:42Z | MEMBER | The second issue is that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906621248 | https://github.com/pydata/xarray/issues/5654#issuecomment-906621248 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842CfFA | crusaderky 6213168 | 2021-08-26T17:56:52Z | 2021-08-26T18:02:53Z | MEMBER |
The problem is that sparse.zeros_like does not accept the shape= optional parameter, which is new in numpy 1.17. This is where it gets triggered: https://github.com/dask/dask/blob/85f0b14bd36a5135ce51aeee067b6207374b00c4/dask/array/wrap.py#L128-L168 I don't think dask should write a workaround to this, and it should be just fixed upstream? CC @jrbourbeau for opinion. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906584459 | https://github.com/pydata/xarray/issues/5654#issuecomment-906584459 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842CWGL | crusaderky 6213168 | 2021-08-26T17:02:09Z | 2021-08-26T17:02:09Z | MEMBER | Narrowed it down. ```python
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906479974 | https://github.com/pydata/xarray/issues/5654#issuecomment-906479974 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842B8lm | crusaderky 6213168 | 2021-08-26T14:48:38Z | 2021-08-26T14:48:38Z | MEMBER | I see now. I got really confused by the matplotlib issue which is what the opening post of this ticket is about. Would it be possible to have the two issues tracked by separate tickets? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
906475469 | https://github.com/pydata/xarray/issues/5654#issuecomment-906475469 | https://api.github.com/repos/pydata/xarray/issues/5654 | IC_kwDOAMm_X842B7fN | crusaderky 6213168 | 2021-08-26T14:43:13Z | 2021-08-26T14:43:13Z | MEMBER | I'm a bit lost.
The failure in The ongoing failures in upstream-dev:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
recent versions of sparse and dask seem to be incompatible with our tests 957131705 | |
880880580 | https://github.com/pydata/xarray/pull/5610#issuecomment-880880580 | https://api.github.com/repos/pydata/xarray/issues/5610 | MDEyOklzc3VlQ29tbWVudDg4MDg4MDU4MA== | crusaderky 6213168 | 2021-07-15T17:26:12Z | 2021-07-15T17:26:28Z | MEMBER |
I think it may be a bit overkill? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix gen_cluster failures; dask_version tweaks 945560052 | |
861454733 | https://github.com/pydata/xarray/pull/5445#issuecomment-861454733 | https://api.github.com/repos/pydata/xarray/issues/5445 | MDEyOklzc3VlQ29tbWVudDg2MTQ1NDczMw== | crusaderky 6213168 | 2021-06-15T12:25:58Z | 2021-06-15T12:25:58Z | MEMBER | LGTM. Note that the function doesn't align indices. e.g. if you have:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `xr.unify_chunks()` top level method 912932344 | |
823950210 | https://github.com/pydata/xarray/issues/5165#issuecomment-823950210 | https://api.github.com/repos/pydata/xarray/issues/5165 | MDEyOklzc3VlQ29tbWVudDgyMzk1MDIxMA== | crusaderky 6213168 | 2021-04-21T10:17:37Z | 2021-04-21T10:17:37Z | MEMBER | Reproduced and reopened at https://github.com/dask/dask/issues/7583. This impacts the threading and sync scheduler. processes and distributed are unaffacted. Closing here, as this issue has nothing to do with xarray. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Poor memory management with dask=2021.4.0 859218255 | |
789770103 | https://github.com/pydata/xarray/pull/4965#issuecomment-789770103 | https://api.github.com/repos/pydata/xarray/issues/4965 | MDEyOklzc3VlQ29tbWVudDc4OTc3MDEwMw== | crusaderky 6213168 | 2021-03-03T14:52:53Z | 2021-03-03T14:52:53Z | MEMBER | This is ready for review and merge |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for dask.graph_manipulation 817271773 | |
774471403 | https://github.com/pydata/xarray/issues/4860#issuecomment-774471403 | https://api.github.com/repos/pydata/xarray/issues/4860 | MDEyOklzc3VlQ29tbWVudDc3NDQ3MTQwMw== | crusaderky 6213168 | 2021-02-06T12:38:11Z | 2021-02-06T12:38:23Z | MEMBER | @keewis looks like the xarray code is making assumptions on the dask internal implementation, instead of relying on the public interface alone. I'm on it; expect a fix very shortly. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️ 800825901 | |
682040254 | https://github.com/pydata/xarray/issues/683#issuecomment-682040254 | https://api.github.com/repos/pydata/xarray/issues/683 | MDEyOklzc3VlQ29tbWVudDY4MjA0MDI1NA== | crusaderky 6213168 | 2020-08-27T16:01:16Z | 2020-08-27T16:01:16Z | MEMBER | Indeed we can. Strong +1 for having a note in the main xarray documentation too! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Store xray.Dataset to MongoDB 123923598 | |
672816445 | https://github.com/pydata/xarray/pull/4296#issuecomment-672816445 | https://api.github.com/repos/pydata/xarray/issues/4296 | MDEyOklzc3VlQ29tbWVudDY3MjgxNjQ0NQ== | crusaderky 6213168 | 2020-08-12T11:30:30Z | 2020-08-12T11:30:30Z | MEMBER | @max-sixty definitely unrelated |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Increase support window of all dependencies 671108068 | |
672377186 | https://github.com/pydata/xarray/pull/4296#issuecomment-672377186 | https://api.github.com/repos/pydata/xarray/issues/4296 | MDEyOklzc3VlQ29tbWVudDY3MjM3NzE4Ng== | crusaderky 6213168 | 2020-08-12T00:04:35Z | 2020-08-12T00:04:35Z | MEMBER |
Yes, this hasn't changed. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Increase support window of all dependencies 671108068 | |
671842738 | https://github.com/pydata/xarray/issues/4295#issuecomment-671842738 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY3MTg0MjczOA== | crusaderky 6213168 | 2020-08-11T09:39:05Z | 2020-08-11T09:39:05Z | MEMBER | pandas is really unstable and its API breaks every other version. Extending its support window from 1 to 2 years would be extremely expensive and frustrating to maintain. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
671816252 | https://github.com/pydata/xarray/issues/4295#issuecomment-671816252 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY3MTgxNjI1Mg== | crusaderky 6213168 | 2020-08-11T08:45:02Z | 2020-08-11T08:45:02Z | MEMBER | Discussion seems to have died down here. Can we get to a consensus and wrap this up? My vote is to simply require setuptools >= 38.4 at runtime (for which PR https://github.com/pydata/xarray/pull/4296 is ready to go). |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
668872362 | https://github.com/pydata/xarray/issues/4295#issuecomment-668872362 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODg3MjM2Mg== | crusaderky 6213168 | 2020-08-04T23:13:20Z | 2020-08-04T23:13:20Z | MEMBER |
I don't think we should be discussing a solution that works on wheels but breaks on sources... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
668866899 | https://github.com/pydata/xarray/issues/4295#issuecomment-668866899 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODg2Njg5OQ== | crusaderky 6213168 | 2020-08-04T22:59:29Z | 2020-08-04T22:59:29Z | MEMBER | Ubuntu 18.04 ships Python 3.6.5 and setuptools 39.0. Ubuntu 16.04 ships Python 3.5 so it's not to be taken into consideration anyway. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
668865267 | https://github.com/pydata/xarray/issues/4295#issuecomment-668865267 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2ODg2NTI2Nw== | crusaderky 6213168 | 2020-08-04T22:55:12Z | 2020-08-04T22:55:12Z | MEMBER |
I have tested that setuptools < 36.7 breaks setuptools-scm; the installed version becomes 0.0.0 which in turns breaks any other package that contains a minimum version check (namely, pandas). Also, I think we agreed when we implemented NEP29 that we should not support Python 3.6.0, but only the latest patch version for any given minor version of a package. Python 3.6.11 (released 1 month ago) is shipped with setuptools 40.6. Any pip or conda-based environment can trivially upgrade from Python 3.6.0 to 3.6.11. The only users that have problems with getting setuptools >=38.4 (2.5 years old!!!) are those that use /usr/bin/python3 from a very old Linux distribution, which for some reason never got the patch updates of Python, AND expect everything to be compatible with the very latest python packages freshly downloaded from the internet. I mean, seriously? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667814642 | https://github.com/pydata/xarray/pull/4299#issuecomment-667814642 | https://api.github.com/repos/pydata/xarray/issues/4299 | MDEyOklzc3VlQ29tbWVudDY2NzgxNDY0Mg== | crusaderky 6213168 | 2020-08-03T05:41:50Z | 2020-08-03T05:41:50Z | MEMBER | @max-sixty afraid it is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support PyCharm deployment over SSH 671561223 | |
667659338 | https://github.com/pydata/xarray/issues/4295#issuecomment-667659338 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzY1OTMzOA== | crusaderky 6213168 | 2020-08-02T11:01:12Z | 2020-08-02T11:01:12Z | MEMBER |
-1 from me, because dependencies that are only required on a specific Python version are incompatible with noarch conda recipes. This would force us to change conda to build one package for each OS x python version. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667637217 | https://github.com/pydata/xarray/issues/4285#issuecomment-667637217 | https://api.github.com/repos/pydata/xarray/issues/4285 | MDEyOklzc3VlQ29tbWVudDY2NzYzNzIxNw== | crusaderky 6213168 | 2020-08-02T06:56:23Z | 2020-08-02T06:56:23Z | MEMBER | I think that xarray should offer a "compatibility test toolkit" to any numpy-like, NEP18-compatible library that wants to integrate with it. Instead of having a module full of tests specifically for pint, one for sparse, one for cupy, one for awkward, etc. etc. etc. those projects could just write a minimal test module like this: ```python import xarray import sparse xarray.testing.test_nep18_module( sparse, # TODO: lambda to create an array # TODO: list of xfails ) ``` which would automatically expand into a comprehensive suite of tests thanks to pytest parameterize/fixture magic. this would allow developers of numpy-like libraries to just test their package vs what's expected from a generic NEP-18 compliant package. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Awkward array backend? 667864088 | |
667589873 | https://github.com/pydata/xarray/issues/4295#issuecomment-667589873 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU4OTg3Mw== | crusaderky 6213168 | 2020-08-01T21:34:05Z | 2020-08-01T21:34:05Z | MEMBER | PR ready for review |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667589671 | https://github.com/pydata/xarray/issues/4294#issuecomment-667589671 | https://api.github.com/repos/pydata/xarray/issues/4294 | MDEyOklzc3VlQ29tbWVudDY2NzU4OTY3MQ== | crusaderky 6213168 | 2020-08-01T21:31:53Z | 2020-08-01T21:31:53Z | MEMBER | I am getting the same error plus another: FileNotFoundError: [Errno 2] No such file or directory: '/Users/crusaderky/PycharmProjects/tmp/dist/t1/distributed/distributed.yaml' [5 Both xarray and distributed work fine with I'm opening a PR to stop loading the resource files if you're not running on jupyter notebook. This will allow pure xarray (without dask) to work with pyinstaller as long as you don't display an xarray object in jupyter. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PyInstaller executable which packages xarray throws an error when executable is run 670755564 | |
667583607 | https://github.com/pydata/xarray/issues/4287#issuecomment-667583607 | https://api.github.com/repos/pydata/xarray/issues/4287 | MDEyOklzc3VlQ29tbWVudDY2NzU4MzYwNw== | crusaderky 6213168 | 2020-08-01T20:31:36Z | 2020-08-01T20:31:36Z | MEMBER | Temporarily pinning pandas=1.0 in https://github.com/pydata/xarray/pull/4296 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
failing docs CI 668166816 | |
667578007 | https://github.com/pydata/xarray/issues/4295#issuecomment-667578007 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU3ODAwNw== | crusaderky 6213168 | 2020-08-01T19:40:16Z | 2020-08-01T19:40:16Z | MEMBER | The key problem in "as-old-as-they-can-be" is that you end up with dependencies that depend on each other and are 1 year apart in release date. Since very frequently other projects are a lot less rigorous with testing vs old dependencies (if they test at all!) that has caused an endless amount of breakages in the past. Testing with all packages as of 1 year ago is a lot less bug-prone and time-wasting. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667576666 | https://github.com/pydata/xarray/issues/4295#issuecomment-667576666 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU3NjY2Ng== | crusaderky 6213168 | 2020-08-01T19:27:21Z | 2020-08-01T19:27:21Z | MEMBER | setuptools-scm doesn't work with setuptools < 36.7 (Nov 2017). The conda metadata is malformed for setuptools < 38.4 (Jan 2018) - it's missing a timestamp which prevents the minimum versions tool from working. Is everybody happy with >= 38.4? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667575675 | https://github.com/pydata/xarray/issues/4295#issuecomment-667575675 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU3NTY3NQ== | crusaderky 6213168 | 2020-08-01T19:19:11Z | 2020-08-01T19:19:11Z | MEMBER |
We used to do that and we abandoned that policy in favour of the current rolling window, because it made developers (particularly the less experienced ones) waste a considerable amount of effort retaining backwards compatibility with obsolete versions of the dependencies that nobody cared about. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
667569885 | https://github.com/pydata/xarray/issues/4295#issuecomment-667569885 | https://api.github.com/repos/pydata/xarray/issues/4295 | MDEyOklzc3VlQ29tbWVudDY2NzU2OTg4NQ== | crusaderky 6213168 | 2020-08-01T18:24:22Z | 2020-08-01T18:24:22Z | MEMBER |
It is documented: https://xarray.pydata.org/en/stable/installing.html#minimum-dependency-versions
The requirement is explicitly set in setup.cfg because don't ship what you don't test. I see no problem in explicitly adding a special case to the policy for setuptools - I guess 24 months should be fine for all? I do not recommend just going back to "whatever the very first version that works" as we were doing before the introduction of the rolling policy. I'm preparing a PR... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We shouldn't require a recent version of setuptools to install xarray 671019427 | |
656068407 | https://github.com/pydata/xarray/issues/4208#issuecomment-656068407 | https://api.github.com/repos/pydata/xarray/issues/4208 | MDEyOklzc3VlQ29tbWVudDY1NjA2ODQwNw== | crusaderky 6213168 | 2020-07-09T11:18:15Z | 2020-07-09T11:19:28Z | MEMBER |
I think there are already enough headaches with
We should ask the dask team to formalize what defines a "dask-array-like", like they already did with dask collections, and implement their definition in xarray. I'd personally make it "whatever defines a numpy-array-like AND has a chunks method AND the chunks method returns a tuple". |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support for duck Dask Arrays 653430454 | |
650785182 | https://github.com/pydata/xarray/pull/4175#issuecomment-650785182 | https://api.github.com/repos/pydata/xarray/issues/4175 | MDEyOklzc3VlQ29tbWVudDY1MDc4NTE4Mg== | crusaderky 6213168 | 2020-06-28T15:54:44Z | 2020-06-28T15:54:44Z | MEMBER |
Yes, the policy works well in NEP-29 for numpy and python, but can be problematic for seldom-updated packages |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bump minimum versions for 0.16 release 644693116 | |
645498777 | https://github.com/pydata/xarray/issues/2027#issuecomment-645498777 | https://api.github.com/repos/pydata/xarray/issues/2027 | MDEyOklzc3VlQ29tbWVudDY0NTQ5ODc3Nw== | crusaderky 6213168 | 2020-06-17T17:01:29Z | 2020-06-17T17:01:29Z | MEMBER | Still relevant |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
square-bracket slice a Dataset with a DataArray 309686915 | |
644639292 | https://github.com/pydata/xarray/pull/4144#issuecomment-644639292 | https://api.github.com/repos/pydata/xarray/issues/4144 | MDEyOklzc3VlQ29tbWVudDY0NDYzOTI5Mg== | crusaderky 6213168 | 2020-06-16T09:10:07Z | 2020-06-16T09:10:07Z | MEMBER | @nbren12 it seems to me that mypy is being overly aggressive when parsing the hinted code (hence why I had to put |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve typehints of xr.Dataset.__getitem__ 636611699 | |
643655275 | https://github.com/pydata/xarray/pull/4144#issuecomment-643655275 | https://api.github.com/repos/pydata/xarray/issues/4144 | MDEyOklzc3VlQ29tbWVudDY0MzY1NTI3NQ== | crusaderky 6213168 | 2020-06-13T17:44:43Z | 2020-06-13T17:44:43Z | MEMBER | I took the liberty to rework it, please have a look Test script: ```python from typing import Hashable, Mapping import xarray ds: xarray.Dataset class D(Hashable, Mapping): def hash(self): ... def getitem(self, item): ... def iter(self): ... def len(self): ... reveal_type(ds["foo"])
reveal_type(ds[["foo", "bar"]])
reveal_type(ds[{}])
reveal_type(ds[D()])
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve typehints of xr.Dataset.__getitem__ 636611699 | |
624510237 | https://github.com/pydata/xarray/pull/3824#issuecomment-624510237 | https://api.github.com/repos/pydata/xarray/issues/3824 | MDEyOklzc3VlQ29tbWVudDYyNDUxMDIzNw== | crusaderky 6213168 | 2020-05-06T08:23:35Z | 2020-05-06T08:23:35Z | MEMBER | LGTM, ready to merge whenever |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose coords by default 575078455 | |
620475061 | https://github.com/pydata/xarray/pull/4012#issuecomment-620475061 | https://api.github.com/repos/pydata/xarray/issues/4012 | MDEyOklzc3VlQ29tbWVudDYyMDQ3NTA2MQ== | crusaderky 6213168 | 2020-04-28T08:57:46Z | 2020-04-28T08:57:46Z | MEMBER | I went through everything and it seems all fine. I'm happy to merge as soon as you add a line to the What's New |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Apply blackdoc to the documentation 607814501 | |
620461895 | https://github.com/pydata/xarray/pull/4012#issuecomment-620461895 | https://api.github.com/repos/pydata/xarray/issues/4012 | MDEyOklzc3VlQ29tbWVudDYyMDQ2MTg5NQ== | crusaderky 6213168 | 2020-04-28T08:32:08Z | 2020-04-28T08:32:08Z | MEMBER | LGTM - can't wait for the tool to mature! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Apply blackdoc to the documentation 607814501 | |
617160140 | https://github.com/pydata/xarray/pull/3989#issuecomment-617160140 | https://api.github.com/repos/pydata/xarray/issues/3989 | MDEyOklzc3VlQ29tbWVudDYxNzE2MDE0MA== | crusaderky 6213168 | 2020-04-21T12:53:00Z | 2020-04-21T12:53:00Z | MEMBER | LGTM. I'm the author of the upstream change - apologies, I did not expect the gen_cluster decorator to be used in downstream projects. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix distributed tests on upstream-dev 603937718 | |
613054712 | https://github.com/pydata/xarray/issues/3967#issuecomment-613054712 | https://api.github.com/repos/pydata/xarray/issues/3967 | MDEyOklzc3VlQ29tbWVudDYxMzA1NDcxMg== | crusaderky 6213168 | 2020-04-13T19:26:28Z | 2020-04-13T19:26:28Z | MEMBER | What you're asking for has two huge blocker dependencies:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support static type analysis 598991028 | |
609650053 | https://github.com/pydata/xarray/issues/1699#issuecomment-609650053 | https://api.github.com/repos/pydata/xarray/issues/1699 | MDEyOklzc3VlQ29tbWVudDYwOTY1MDA1Mw== | crusaderky 6213168 | 2020-04-06T08:26:13Z | 2020-04-06T08:26:13Z | MEMBER | still relevant |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply_ufunc(dask='parallelized') output_dtypes for datasets 272004812 | |
604665945 | https://github.com/pydata/xarray/issues/3891#issuecomment-604665945 | https://api.github.com/repos/pydata/xarray/issues/3891 | MDEyOklzc3VlQ29tbWVudDYwNDY2NTk0NQ== | crusaderky 6213168 | 2020-03-26T20:24:23Z | 2020-03-26T20:24:23Z | MEMBER | @shoyer to me this it would make the most sense to do a union of the inputs: - if a key is present only in one input, it goes to the output - if a key is present in multiple inputs, always take the leftmost Note how this would be different from how scalar coords are treated; scalar coords are discarded when they arrive from multiple inputs and are mismatched. The reason I don't think it's wise to do the same with attrs is that it could be uncontrollably expensive to compute equality, depending on what people loaded in them. I've personally seen them used as back-references to the whole application framework. Also there's no guarantee that they implement |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep attrs by default? (keep_attrs) 587895591 | |
604310958 | https://github.com/pydata/xarray/issues/3891#issuecomment-604310958 | https://api.github.com/repos/pydata/xarray/issues/3891 | MDEyOklzc3VlQ29tbWVudDYwNDMxMDk1OA== | crusaderky 6213168 | 2020-03-26T09:03:50Z | 2020-03-26T09:03:50Z | MEMBER | Why would you want a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep attrs by default? (keep_attrs) 587895591 | |
600084031 | https://github.com/pydata/xarray/issues/3863#issuecomment-600084031 | https://api.github.com/repos/pydata/xarray/issues/3863 | MDEyOklzc3VlQ29tbWVudDYwMDA4NDAzMQ== | crusaderky 6213168 | 2020-03-17T13:53:50Z | 2020-03-17T13:53:50Z | MEMBER | This has nothing to do with to_netcdf or slicing. Your upstream data is broken for the variable Just load the variable into memory: ```python
P.S. all your lines invoking to_netcdf could be replaced with a single command:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.to_netcdf - file not found but file in directory 583001763 | |
594051281 | https://github.com/pydata/xarray/pull/3812#issuecomment-594051281 | https://api.github.com/repos/pydata/xarray/issues/3812 | MDEyOklzc3VlQ29tbWVudDU5NDA1MTI4MQ== | crusaderky 6213168 | 2020-03-03T16:49:23Z | 2020-03-03T16:49:23Z | MEMBER | @keewis I'll have a look |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Turn on html repr by default 573007307 | |
592476821 | https://github.com/pydata/xarray/issues/3213#issuecomment-592476821 | https://api.github.com/repos/pydata/xarray/issues/3213 | MDEyOklzc3VlQ29tbWVudDU5MjQ3NjgyMQ== | crusaderky 6213168 | 2020-02-28T11:39:50Z | 2020-02-28T11:39:50Z | MEMBER | xr.apply_ufunc(sparse.COO, ds, dask='parallelized') |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should xarray use/support sparse arrays? 479942077 | |
592475338 | https://github.com/pydata/xarray/issues/2028#issuecomment-592475338 | https://api.github.com/repos/pydata/xarray/issues/2028 | MDEyOklzc3VlQ29tbWVudDU5MjQ3NTMzOA== | crusaderky 6213168 | 2020-02-28T11:35:04Z | 2020-02-28T11:35:04Z | MEMBER | Still relevant |
{ "total_count": 8, "+1": 8, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slice using non-index coordinates 309691307 | |
592474662 | https://github.com/pydata/xarray/issues/3806#issuecomment-592474662 | https://api.github.com/repos/pydata/xarray/issues/3806 | MDEyOklzc3VlQ29tbWVudDU5MjQ3NDY2Mg== | crusaderky 6213168 | 2020-02-28T11:33:03Z | 2020-02-28T11:33:03Z | MEMBER | +1 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Turn on _repr_html_ by default? 572295802 | |
589708365 | https://github.com/pydata/xarray/issues/3786#issuecomment-589708365 | https://api.github.com/repos/pydata/xarray/issues/3786 | MDEyOklzc3VlQ29tbWVudDU4OTcwODM2NQ== | crusaderky 6213168 | 2020-02-21T15:42:36Z | 2020-02-21T15:42:36Z | MEMBER |
The former. As a core design principle, xarray does not care about dimensions order, and any user code that implicitly relies on it should be considered a bad design. The .transpose() method mostly only exists for when people need to access the numpy .data object directly with a numpy function. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.unstack() leaving dimensions 'in order' 568968607 | |
587564478 | https://github.com/pydata/xarray/issues/3213#issuecomment-587564478 | https://api.github.com/repos/pydata/xarray/issues/3213 | MDEyOklzc3VlQ29tbWVudDU4NzU2NDQ3OA== | crusaderky 6213168 | 2020-02-18T16:58:25Z | 2020-02-18T16:58:25Z | MEMBER | you just need to
Regards On Tue, 18 Feb 2020 at 13:56, fmfreeze notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should xarray use/support sparse arrays? 479942077 | |
586139738 | https://github.com/pydata/xarray/issues/2459#issuecomment-586139738 | https://api.github.com/repos/pydata/xarray/issues/2459 | MDEyOklzc3VlQ29tbWVudDU4NjEzOTczOA== | crusaderky 6213168 | 2020-02-14T07:50:08Z | 2020-02-14T07:50:47Z | MEMBER | @tqfjo unrelated. You're comparing the creation of a dataset with 2 variables with the creation of one with 3000. Unsurprisingly, the latter will take 1500x. If your dataset doesn't functionally contain 3000 variables but just a single two-dimensional variable, use |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Stack + to_array before to_xarray is much faster that a simple to_xarray 365973662 | |
585997533 | https://github.com/pydata/xarray/issues/3213#issuecomment-585997533 | https://api.github.com/repos/pydata/xarray/issues/3213 | MDEyOklzc3VlQ29tbWVudDU4NTk5NzUzMw== | crusaderky 6213168 | 2020-02-13T22:12:37Z | 2020-02-13T22:12:37Z | MEMBER | Hi fmfreeze, > Dask integration enables xarray to scale to big data, only as long as the data has no sparse character. Do you agree on that formulation or am I missing something fundamental? I don't agree. To my understanding xarray->dask->sparse works very well (save bugs), as long as your data density (the percentage of non-default points) is roughly constant across dask chunks. If it isn't, then you'll have some chunks that consume substantially more RAM and CPU to compute than others. This can be mitigated, if you know in advance where you are going to have more samples, by setting uneven dask chunk sizes. For example, if you have a one-dimensional array of 100k points and you know in advance that the density of non-default samples follows a gaussian or triangular distribution, then it may be wise to have very large chunks at the tails and then get them progressively smaller towards the center, e.g. (30k, 12k, 5k, 2k, 1k, 1k, 2k, 5k, 10k, 30k). Of course, there are use cases where you're going to have unpredictable hotspots; I'm afraid that in those the only thing you can do is size your chunks for the worst case and end up oversplitting everywhere else. Regards Guido On Thu, 13 Feb 2020 at 10:55, fmfreeze notifications@github.com wrote:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should xarray use/support sparse arrays? 479942077 | |
583783815 | https://github.com/pydata/xarray/issues/3763#issuecomment-583783815 | https://api.github.com/repos/pydata/xarray/issues/3763 | MDEyOklzc3VlQ29tbWVudDU4Mzc4MzgxNQ== | crusaderky 6213168 | 2020-02-08T22:39:54Z | 2020-02-08T22:39:54Z | MEMBER | Hi Scott, I can't think of a generic situation where text labels have a numerical weight that is hardcoded to their position on the alphabet, e.g. mean("A", "C") = "B". What one typically does is map the labels (any string) to their (arbitrary) weights, interpolate the weights, and then do a nearest-neighbour interpolation (or floor or ceil, depending on the preference) back to the label. Which is what you described but with the special caveat that your weights are the ASCII codes for your labels. On Sat, 8 Feb 2020 at 20:43, scottcanoe notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Suggestion: interpolation of non-numerical data 562075354 | |
580833271 | https://github.com/pydata/xarray/issues/3702#issuecomment-580833271 | https://api.github.com/repos/pydata/xarray/issues/3702 | MDEyOklzc3VlQ29tbWVudDU4MDgzMzI3MQ== | crusaderky 6213168 | 2020-01-31T17:38:07Z | 2020-01-31T17:38:07Z | MEMBER |
Should get fixed by changing recipe/meta.yaml:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
release 0.15.0? 551484736 | |
580675172 | https://github.com/pydata/xarray/pull/3727#issuecomment-580675172 | https://api.github.com/repos/pydata/xarray/issues/3727 | MDEyOklzc3VlQ29tbWVudDU4MDY3NTE3Mg== | crusaderky 6213168 | 2020-01-31T10:22:33Z | 2020-01-31T10:22:33Z | MEMBER | Ready for review and merge. TODO After merging in master: - check rtd build - check binder |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Python 3.8 CI 557020666 | |
580414183 | https://github.com/pydata/xarray/pull/3628#issuecomment-580414183 | https://api.github.com/repos/pydata/xarray/issues/3628 | MDEyOklzc3VlQ29tbWVudDU4MDQxNDE4Mw== | crusaderky 6213168 | 2020-01-30T19:25:05Z | 2020-01-30T19:25:05Z | MEMBER | @dcherian I've heavily changed this, please give it a second read and merge if you're happy with it |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PKG: Explicitly add setuptools dependency 538422641 | |
580319584 | https://github.com/pydata/xarray/pull/3727#issuecomment-580319584 | https://api.github.com/repos/pydata/xarray/issues/3727 | MDEyOklzc3VlQ29tbWVudDU4MDMxOTU4NA== | crusaderky 6213168 | 2020-01-30T15:55:24Z | 2020-01-30T15:55:24Z | MEMBER | I have no clue whatsoever what's going on with docs?!? I didn't change it in any way and it's just... freezing?!? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Python 3.8 CI 557020666 | |
580273606 | https://github.com/pydata/xarray/pull/3626#issuecomment-580273606 | https://api.github.com/repos/pydata/xarray/issues/3626 | MDEyOklzc3VlQ29tbWVudDU4MDI3MzYwNg== | crusaderky 6213168 | 2020-01-30T14:17:25Z | 2020-01-30T14:17:25Z | MEMBER | Ok, I've played with it a bit and it's a hard -1 from me.
|
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix minor code quality issues 538200559 | |
580234245 | https://github.com/pydata/xarray/pull/3626#issuecomment-580234245 | https://api.github.com/repos/pydata/xarray/issues/3626 | MDEyOklzc3VlQ29tbWVudDU4MDIzNDI0NQ== | crusaderky 6213168 | 2020-01-30T12:40:47Z | 2020-01-30T12:40:47Z | MEMBER | If you merge from master you should get all green on the upstream-dev test now |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix minor code quality issues 538200559 | |
580231944 | https://github.com/pydata/xarray/pull/3640#issuecomment-580231944 | https://api.github.com/repos/pydata/xarray/issues/3640 | MDEyOklzc3VlQ29tbWVudDU4MDIzMTk0NA== | crusaderky 6213168 | 2020-01-30T12:33:58Z | 2020-01-30T12:33:58Z | MEMBER | if you merge from master you should get all green on the upstream-dev test now |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 } |
Add entrypoint for plotting backends 539394615 | |
580231857 | https://github.com/pydata/xarray/pull/3643#issuecomment-580231857 | https://api.github.com/repos/pydata/xarray/issues/3643 | MDEyOklzc3VlQ29tbWVudDU4MDIzMTg1Nw== | crusaderky 6213168 | 2020-01-30T12:33:45Z | 2020-01-30T12:33:45Z | MEMBER | if you merge from master you should get all green on the upstream-dev test now |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Pint support for DataArray 539988974 | |
579892184 | https://github.com/pydata/xarray/pull/3728#issuecomment-579892184 | https://api.github.com/repos/pydata/xarray/issues/3728 | MDEyOklzc3VlQ29tbWVudDU3OTg5MjE4NA== | crusaderky 6213168 | 2020-01-29T18:21:52Z | 2020-01-29T18:21:52Z | MEMBER | I think a unit test for the use case is in order? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow formatting the diff of ndarray attributes 557023511 | |
579887657 | https://github.com/pydata/xarray/pull/3628#issuecomment-579887657 | https://api.github.com/repos/pydata/xarray/issues/3628 | MDEyOklzc3VlQ29tbWVudDU3OTg4NzY1Nw== | crusaderky 6213168 | 2020-01-29T18:10:45Z | 2020-01-29T18:10:45Z | MEMBER | setuptools is not a runtime dependency since https://github.com/pydata/xarray/pull/3720 Also, I'm confused - both conda and cpython always come with setuptools preinstalled. How did you manage to get an environment without it? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
PKG: Explicitly add setuptools dependency 538422641 | |
579865592 | https://github.com/pydata/xarray/pull/3707#issuecomment-579865592 | https://api.github.com/repos/pydata/xarray/issues/3707 | MDEyOklzc3VlQ29tbWVudDU3OTg2NTU5Mg== | crusaderky 6213168 | 2020-01-29T17:20:37Z | 2020-01-29T17:20:37Z | MEMBER | agree |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
remove PR pre-black instructions 551727037 | |
578896237 | https://github.com/pydata/xarray/pull/3724#issuecomment-578896237 | https://api.github.com/repos/pydata/xarray/issues/3724 | MDEyOklzc3VlQ29tbWVudDU3ODg5NjIzNw== | crusaderky 6213168 | 2020-01-27T18:52:14Z | 2020-01-27T18:52:14Z | MEMBER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm (3) 555752381 | ||
578312410 | https://github.com/pydata/xarray/pull/3713#issuecomment-578312410 | https://api.github.com/repos/pydata/xarray/issues/3713 | MDEyOklzc3VlQ29tbWVudDU3ODMxMjQxMA== | crusaderky 6213168 | 2020-01-24T21:39:46Z | 2020-01-24T21:39:46Z | MEMBER | We could increase the support window for seldom-updated packages (read: not dask) to 1 year. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump min deps for 0.15 552994673 | |
578288717 | https://github.com/pydata/xarray/pull/3713#issuecomment-578288717 | https://api.github.com/repos/pydata/xarray/issues/3713 | MDEyOklzc3VlQ29tbWVudDU3ODI4ODcxNw== | crusaderky 6213168 | 2020-01-24T20:28:25Z | 2020-01-24T20:28:25Z | MEMBER | I have no problems with supporting versions older than those mandated by the policy as long as there isn't any major benefit in dropping them... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump min deps for 0.15 552994673 | |
578165339 | https://github.com/pydata/xarray/pull/3721#issuecomment-578165339 | https://api.github.com/repos/pydata/xarray/issues/3721 | MDEyOklzc3VlQ29tbWVudDU3ODE2NTMzOQ== | crusaderky 6213168 | 2020-01-24T14:59:40Z | 2020-01-24T14:59:40Z | MEMBER | @max-sixty that's what PULL_REQUEST_TEMPLATE.md is for... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add isort to CI 554662467 | |
578153657 | https://github.com/pydata/xarray/pull/3721#issuecomment-578153657 | https://api.github.com/repos/pydata/xarray/issues/3721 | MDEyOklzc3VlQ29tbWVudDU3ODE1MzY1Nw== | crusaderky 6213168 | 2020-01-24T14:31:24Z | 2020-01-24T14:31:24Z | MEMBER | @max-sixty I wouldn't 100% advise using such level of automation for isort. Have a look at the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add isort to CI 554662467 | |
578084177 | https://github.com/pydata/xarray/pull/3721#issuecomment-578084177 | https://api.github.com/repos/pydata/xarray/issues/3721 | MDEyOklzc3VlQ29tbWVudDU3ODA4NDE3Nw== | crusaderky 6213168 | 2020-01-24T10:59:21Z | 2020-01-24T10:59:21Z | MEMBER | Demo isort CI in action: https://github.com/pydata/xarray/pull/3721/checks?check_run_id=406904833 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add isort to CI 554662467 | |
578060759 | https://github.com/pydata/xarray/pull/3714#issuecomment-578060759 | https://api.github.com/repos/pydata/xarray/issues/3714 | MDEyOklzc3VlQ29tbWVudDU3ODA2MDc1OQ== | crusaderky 6213168 | 2020-01-24T09:46:20Z | 2020-01-24T09:46:20Z | MEMBER | @keewis interesting question. setuptools is technically not part of the Python standard library, but it is part of pip and is always included with the cpython binaries, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm and one-liner setup.py 553518018 | |
577816539 | https://github.com/pydata/xarray/pull/3713#issuecomment-577816539 | https://api.github.com/repos/pydata/xarray/issues/3713 | MDEyOklzc3VlQ29tbWVudDU3NzgxNjUzOQ== | crusaderky 6213168 | 2020-01-23T18:40:29Z | 2020-01-23T18:40:29Z | MEMBER | Because NEP29 states support for all versions in the latest X months, not the most recent version released more than X months ago. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump min deps for 0.15 552994673 | |
577205054 | https://github.com/pydata/xarray/pull/3714#issuecomment-577205054 | https://api.github.com/repos/pydata/xarray/issues/3714 | MDEyOklzc3VlQ29tbWVudDU3NzIwNTA1NA== | crusaderky 6213168 | 2020-01-22T14:24:52Z | 2020-01-22T14:24:52Z | MEMBER | Awesome, everything looks in order. This is now ready for review and merge. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm and one-liner setup.py 553518018 | |
577197732 | https://github.com/pydata/xarray/issues/3697#issuecomment-577197732 | https://api.github.com/repos/pydata/xarray/issues/3697 | MDEyOklzc3VlQ29tbWVudDU3NzE5NzczMg== | crusaderky 6213168 | 2020-01-22T14:08:20Z | 2020-01-22T14:08:20Z | MEMBER | The obvious downside is that anybody with a link to one of the internal pages of our documentation will have the link broken. Also I'm unsure how straightforward it will be to rebuild all of our historical versions. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
documentation build issues on RTD 550335922 | |
577197322 | https://github.com/pydata/xarray/issues/3697#issuecomment-577197322 | https://api.github.com/repos/pydata/xarray/issues/3697 | MDEyOklzc3VlQ29tbWVudDU3NzE5NzMyMg== | crusaderky 6213168 | 2020-01-22T14:07:25Z | 2020-01-22T14:07:25Z | MEMBER | Very glad to upvote anything that rids us of the RTD CI! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
documentation build issues on RTD 550335922 | |
577178942 | https://github.com/pydata/xarray/pull/3714#issuecomment-577178942 | https://api.github.com/repos/pydata/xarray/issues/3714 | MDEyOklzc3VlQ29tbWVudDU3NzE3ODk0Mg== | crusaderky 6213168 | 2020-01-22T13:22:29Z | 2020-01-22T13:22:29Z | MEMBER | @keewis done |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm and one-liner setup.py 553518018 | |
577174666 | https://github.com/pydata/xarray/pull/3714#issuecomment-577174666 | https://api.github.com/repos/pydata/xarray/issues/3714 | MDEyOklzc3VlQ29tbWVudDU3NzE3NDY2Ng== | crusaderky 6213168 | 2020-01-22T13:10:57Z | 2020-01-22T13:10:57Z | MEMBER | I seem to have no way to test RTD >_< https://readthedocs.org/projects/crusaderky-xarray/builds/10305870/ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm and one-liner setup.py 553518018 | |
577168867 | https://github.com/pydata/xarray/pull/3714#issuecomment-577168867 | https://api.github.com/repos/pydata/xarray/issues/3714 | MDEyOklzc3VlQ29tbWVudDU3NzE2ODg2Nw== | crusaderky 6213168 | 2020-01-22T12:54:38Z | 2020-01-22T12:54:38Z | MEMBER | I need to retest the RTD CI before merging |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
setuptools-scm and one-liner setup.py 553518018 | |
577166188 | https://github.com/pydata/xarray/pull/3713#issuecomment-577166188 | https://api.github.com/repos/pydata/xarray/issues/3713 | MDEyOklzc3VlQ29tbWVudDU3NzE2NjE4OA== | crusaderky 6213168 | 2020-01-22T12:51:48Z | 2020-01-22T12:51:48Z | MEMBER | Related: #3714 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
bump min deps for 0.15 552994673 | |
576777368 | https://github.com/pydata/xarray/issues/3369#issuecomment-576777368 | https://api.github.com/repos/pydata/xarray/issues/3369 | MDEyOklzc3VlQ29tbWVudDU3Njc3NzM2OA== | crusaderky 6213168 | 2020-01-21T16:58:51Z | 2020-01-21T16:58:51Z | MEMBER | I've been using setuptools-scm in multiple other projects and it's great! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Define a process to test the readthedocs CI before merging into master 502082831 | |
575848943 | https://github.com/pydata/xarray/pull/3703#issuecomment-575848943 | https://api.github.com/repos/pydata/xarray/issues/3703 | MDEyOklzc3VlQ29tbWVudDU3NTg0ODk0Mw== | crusaderky 6213168 | 2020-01-18T00:58:06Z | 2020-01-18T00:58:06Z | MEMBER | I think we're very close to 0.15... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
hardcoded xarray.__all__ 551532886 | |
575786728 | https://github.com/pydata/xarray/pull/3705#issuecomment-575786728 | https://api.github.com/repos/pydata/xarray/issues/3705 | MDEyOklzc3VlQ29tbWVudDU3NTc4NjcyOA== | crusaderky 6213168 | 2020-01-17T20:39:27Z | 2020-01-17T20:39:27Z | MEMBER | fixed |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
One-off isort run 551544665 | |
575073923 | https://github.com/pydata/xarray/issues/3696#issuecomment-575073923 | https://api.github.com/repos/pydata/xarray/issues/3696 | MDEyOklzc3VlQ29tbWVudDU3NTA3MzkyMw== | crusaderky 6213168 | 2020-01-16T09:56:08Z | 2020-01-16T09:56:08Z | MEMBER | pickle should never be used, with any library, as a means of long-term storage because it intrinsically relies on implementation details to remain the same across versions. Please use one of the several tools that are made just for that purpose (NetCDF et al.). xarray already guarantees stability on the public API - we typically have a deprecation cycle lasting at least 1 major version. It will never offer stability on the implementation details. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
AttributeError: cannot set attribute '_accessors' on a 'DataArray' object. 550067372 | |
567568888 | https://github.com/pydata/xarray/issues/3644#issuecomment-567568888 | https://api.github.com/repos/pydata/xarray/issues/3644 | MDEyOklzc3VlQ29tbWVudDU2NzU2ODg4OA== | crusaderky 6213168 | 2019-12-19T16:46:18Z | 2019-12-19T16:46:18Z | MEMBER | Let us know if you find evidence of xarray-specific problematic behaviour on the matter |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Handling of non iso8601 format time 540399695 | |
567564051 | https://github.com/pydata/xarray/issues/3644#issuecomment-567564051 | https://api.github.com/repos/pydata/xarray/issues/3644 | MDEyOklzc3VlQ29tbWVudDU2NzU2NDA1MQ== | crusaderky 6213168 | 2019-12-19T16:33:45Z | 2019-12-19T16:33:45Z | MEMBER | I feel this should be opened on the pandas board? xarray should be better off not hacking around the deficiencies of its dependencies... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Handling of non iso8601 format time 540399695 | |
566548997 | https://github.com/pydata/xarray/pull/3635#issuecomment-566548997 | https://api.github.com/repos/pydata/xarray/issues/3635 | MDEyOklzc3VlQ29tbWVudDU2NjU0ODk5Nw== | crusaderky 6213168 | 2019-12-17T13:50:11Z | 2019-12-17T13:50:11Z | MEMBER | Thank you! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix/quantile wrong errmsg 539059754 | |
566511361 | https://github.com/pydata/xarray/issues/3634#issuecomment-566511361 | https://api.github.com/repos/pydata/xarray/issues/3634 | MDEyOklzc3VlQ29tbWVudDU2NjUxMTM2MQ== | crusaderky 6213168 | 2019-12-17T11:58:31Z | 2019-12-17T11:58:31Z | MEMBER | Looks straightforward - could you open a PR? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
"ValueError: Percentiles must be in the range [0, 100]" 539010474 | |
562210176 | https://github.com/pydata/xarray/pull/3533#issuecomment-562210176 | https://api.github.com/repos/pydata/xarray/issues/3533 | MDEyOklzc3VlQ29tbWVudDU2MjIxMDE3Ng== | crusaderky 6213168 | 2019-12-05T16:39:29Z | 2019-12-05T16:39:29Z | MEMBER | In it goes *ducks for cover* |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
2x~5x speed up for isel() in most cases 522935511 | |
561755650 | https://github.com/pydata/xarray/pull/3533#issuecomment-561755650 | https://api.github.com/repos/pydata/xarray/issues/3533 | MDEyOklzc3VlQ29tbWVudDU2MTc1NTY1MA== | crusaderky 6213168 | 2019-12-04T17:30:33Z | 2019-12-04T17:30:33Z | MEMBER | Implemented @shoyer 's suggestions and aligned to master. Merging into master tomorrow! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
2x~5x speed up for isel() in most cases 522935511 |
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