pull_requests: 293101841
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
293101841 | MDExOlB1bGxSZXF1ZXN0MjkzMTAxODQx | 3065 | closed | 0 | kwargs.pop() cleanup | 6213168 | - Clean up everywhere the pattern ``` def my_func(*args, **kwargs): my_optional_arg = kwargs.pop('my_optional_arg', None) ``` which was inherited from not being able to put named keyword arguments after ``*args`` in Python 2. - Fix bug in SplineInterpolator where the ``__init__`` method would write to the class attributes of BaseInterpolator. - ``map_dataarray`` was unintentionally and subtly relying on ``_process_cmap_cbar_kwargs`` to modify the kwargs in place. ``_process_cmap_cbar_kwargs`` is now strictly read-only and the modifications in kwargs have been made explicit in the caller function. - Rename all 'kwds' to 'kwargs' for sake of coherency | 2019-06-30T12:47:07Z | 2019-07-09T20:06:13Z | 2019-07-01T01:58:50Z | 2019-07-01T01:58:50Z | 406c16263f9854bda88f92308611b1a586551761 | 0 | 74ed80e6200a829db6cb6669ae4e3ad153a589c3 | 2b3489b9ac91f1567aaa94c9fdbdc8fd617cda79 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/3065 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests