home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 305663416

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
305663416 MDU6SXNzdWUzMDU2NjM0MTY= 1992 Canonical approach for new vectorized functions 5635139 closed 0     4 2018-03-15T18:09:08Z 2020-02-29T07:22:01Z 2020-02-29T07:22:00Z MEMBER      

We are moving some code over from pandas to Xarray, and one of the biggest missing features is exponential functions, e.g. series.ewm(span=20).mean().

It looks like we can write these as gufuncs without too much trouble in numba. But I also notice that numbagg hasn't changed in a while and that we chose bottleneck for many of the functions in Xarray.

  • Is numba a good approach for these?
  • As well as our own internal use, could we add numba functions to Xarray, or are there dependency issues?
  • Tangentially, I'd be interested why we're using bottleneck rather than numbagg for the existing functions
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1992/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.918ms · About: xarray-datasette