issues: 205473898
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
205473898 | MDExOlB1bGxSZXF1ZXN0MTA0NzI2NzIz | 1252 | CFTimeIndex | 6628425 | closed | 0 | 70 | 2017-02-06T02:10:47Z | 2019-02-18T20:54:03Z | 2018-05-13T05:19:11Z | MEMBER | 0 | pydata/xarray/pulls/1252 |
This work in progress PR is a start on implementing a This index is meant as a step towards improving the handling of non-standard calendars and dates outside the range For now I have pushed only the code and some tests for the new index; I want to make sure the index is solid and well-tested before we consider integrating it into any of xarray's existing logic or writing any documentation. Regarding the index, there are a couple remaining outstanding issues (that at least I'm aware of):
In [2]: DatetimeNoLeap(2000, 45, 45)
Out[2]: netcdftime._netcdftime.DatetimeNoLeap(2000, 45, 45, 0, 0, 0, 0, -1, 1)
Hopefully this is a decent start; in particular I'm not an expert in writing tests so please let me know if there are improvements I can make to the structure and / or style I've used so far. I'm happy to make changes. I appreciate your help. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1252/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |