home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 204581005

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
204581005 MDExOlB1bGxSZXF1ZXN0MjA0NTgxMDA1 2325 closed 0 interp() now accepts date strings as desired co-ordinate locations 2448579 - [x] Closes #2284 - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) ```python da = xr.DataArray([1, 5], dims=['time'], coords={'time': [np.datetime64('2014-05-06'), np.datetime64('2014-05-10')]}) da.interp(time='2014-05-07') ``` ``` <xarray.DataArray ()> array(2.) Coordinates: time datetime64[ns] 2014-05-07 ``` 2018-07-28T07:14:22Z 2018-07-30T00:33:13Z 2018-07-29T06:09:41Z 2018-07-29T06:09:41Z 1ecb6e86cbd66ecb5cf3e4f74d1220722b0dc70e     0 6f0ac8bf323c25cd36c9c112795f532a273d0b27 f281945fcacbfc1dbaa48fb15546fae5317bdda8 MEMBER   13221727 https://github.com/pydata/xarray/pull/2325  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 0.671ms