Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
2,301 contributions in the last year
Contribution activity
July 2020
-
inducer/ci-support
Shell
•
Built by
-
inducer/barvinok
C
•
Built by
Created a pull request in illinois-ceesd/mirgecom that received 14 comments
Dangle requirements.txt in Euler branch to pre-array-context
@MTCam This will aim your Euler branch at the pre-array-context branches of grudge and meshmode.
NB: Needs #24 to actually do anything.
+2
−2
•
14
comments
Created an issue in numpy/numpy that received 3 comments
Document ndindex(shape)
This usage of ndindex:
>>> list(np.ndindex((3,2)))
[(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)]
seems to work with
>>> np.__version__
'1.18.4'
…
3
comments