pull_requests: 1599566038
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1599566038 | PR_kwDOAMm_X85fV3DW | 8449 | closed | 0 | Use concise date format when plotting | 14371165 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` ```python import matplotlib.pyplot as plt import xarray as xr airtemps = xr.tutorial.open_dataset("air_temperature") air = airtemps.air - 273.15 air1d = air.isel(lat=10, lon=10) plt.figure() air1d.plot() ``` Before:  After:  | 2023-11-13T20:32:22Z | 2024-03-13T21:41:34Z | 2023-11-21T19:26:24Z | 2023-11-21T19:26:24Z | dcf5d743fc8ff66996ff73c08f6893b701ff6e02 | 0 | fffd08a82aee8580bdd3052e6ae16b8c16b044d1 | bb8511e0894020e180d95d2edb29ed4036ac6447 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/8449 |
Links from other tables
- 2 rows from pull_requests_id in labels_pull_requests