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 up-
Google
- Seattle WA
- http://www.vanderplas.com
Pinned
1,543 contributions in the last year
Contribution activity
June 2020
Created a pull request in google/jax that received 7 comments
Fix validation code in lax.conv
Previously, typos had made both of these statements dead code. I followed https://github.com/tensorflow/tensorflow/blob/f653ab8bb3910959c8189f163e5…
+3
−2
•
7
comments
- Add variadic reduce (re-land #3342)
- Revert "Initial implementation of variadic lax.reduce() (#3342)"
- flake8: change from inclusion list to exclusion list
- lax.sort: allow any sequence of Arrays, not just tuples
- fix flakes at head
- deflake remainder of jax
- Initial implementation of variadic lax.reduce()
- Cleanup: deflake jax.experimental and jax.ops
- BUG: fix column_stack and add tests
- Cleanup: deflake interpreters, lib, nn, third_party, and tools
- Improve error when zero-sized arrays passed to convolve
- deflake jax/scipy/* and add to setup.cfg
- deflake jax.numpy and add to flake8 check
- deflake jax/lax & add to flake8 check
- Cleanup: de-lint tests directory & add flake8 to travis
- add jnp.diagflat() to docs
- Fix undefined variable in jnp.pad(mode='edge')
- Fix broken jnp.nancumsum() & jnp.nancumprod() and add tests
- Cleanup: remove unused imports in tests
- Remove duplicate test
- Fix coverage of axis argument in fft_test
- Fix duplicated test name
- fix binary promotion test
- Switch CI builds from Travis to Github actions
- Add polyder numpy function
- Add np.triu_indices_from numpy function
- add scipy.special.zeta, scipy.special.polygamma
- Implemented numpy setxor1d
- Fix polyadd and expand test
- Enable SVD on TPU.
- Initial implementation of polymul function
- add float dtype checks to random.py
- Add np.polysub numpy function
- Add np.polyadd numpy function
- Added support for np.diagflat
- Make check_dtypes, atol, and rtol keyword-only arguments in jax.test_…