home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 5b87b6e2f159b827f739e12d4faae57a0b6f6178

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
5b87b6e2f159b827f739e12d4faae57a0b6f6178 WIP Add a CFTimeIndex-enabled xr.cftime_range function (#2301) * Initial work on adding a cftime-compatible date_range function Add docstring for xr.date_range Fix failing test Fix test skipping logic Coerce result of zip to a list in test setup Add and clean up tests Fix skip logic Skip roll_forward and roll_backward tests if cftime is not installed Expose all possible arguments to pd.date_range Add more detail to docstrings flake8 Add a what's new entry Add a short example to time-series.rst * Allow empty CFTimeIndexes; add calendar to CFTimeIndex repr * Enable CFTimeIndex constructor to optionally take date_range arguments * Simplify date_range to use new CFTimeIndex constructor * Rename xr.date_range to xr.cftime_range * Follow pandas behavior/naming for rollforward, rollback, and onOffset * Update docstring * Add pandas copyright notice to cftime_offsets.py * Check validity of offset constructor arguments * Fix TypeError versus ValueError uses * Use a module-level importorskip in test_cftime_offsets.py * Only return a CFTimeIndex from cftime_range * Keep CFTimeIndex constructor simple * Add some explicitly calendar-specific tests * Revert back to default repr * lint * return NotImplemented * Convert pandas copyright notices to comments * test_calendar_leap_year_length -> test_calendar_year_length * Use return NotImplemented in __apply__ too 2018-09-19T20:24:39Z 2018-09-19T20:24:39Z f04422bfa03dadc75fab6ce64de238fbe48f5be4 f10b21bed2846b879806f87039b77245b18e7671 13221727 6628425 1217238
Powered by Datasette · Queries took 0.945ms · About: xarray-datasette