issues: 213004586
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 213004586 | MDU6SXNzdWUyMTMwMDQ1ODY= | 1303 | `xarray.core.variable.as_variable()` part of the public API? | 4160723 | closed | 0 | 5 | 2017-03-09T11:07:52Z | 2024-02-06T17:57:21Z | 2017-06-02T17:55:12Z | MEMBER | Is it safe to use I have a specific use case where this would be very useful. I'm working on a package that heavily uses and extends xarray for landscape evolution modeling, and inside a custom class for model parameters I want to be able to create Although I know that ```python import xarray as xr class Parameter(object):
``` I don't think it is a viable option to copy A workaround using only public API would be something like: ```python class Parameter(object):
``` but it feels a bit hacky. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/1303/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |