home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 991918844

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
991918844 PR_kwDOAMm_X847H3r8 6765 closed 0 Use `math` instead of `numpy` in some places 14371165 Use `math` instead of `numpy` where possible, looks better and seems faster as well. Idea from https://github.com/pydata/xarray/pull/6702#discussion_r903986442, https://github.com/dask/dask/pull/9232 Example: ```python %timeit math.prod((1, 2, 3)) 161 ns ± 10.5 ns per loop (mean ± std. dev. of 7 runs, 10000000 loops each) %timeit int(np.prod((1, 2, 3))) 11.9 µs ± 248 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each) ``` 2022-07-08T18:02:33Z 2022-08-12T09:07:12Z 2022-07-09T07:51:15Z 2022-07-09T07:51:15Z 2736b285607d915077d8a1269d0dccf96ebd63b6     0 dae34c7dd1201711f9177ca0896058c15d1b692e 4c8dd107a12882c546b9efd1fd0f342c7c958cb2 MEMBER   13221727 https://github.com/pydata/xarray/pull/6765  

Links from other tables

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