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
Pinned
1,542 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 doubledouble exp() primitive
- Add class wrapper for double-double arithmetic
- Add jax.scipy.signal.detrend
- doubledouble: Support repeated doublings
- disable new jax2tf TPU test
- Add experimental precision doubling transform
- implement jax.random.choice
- Fix jnp.arange(x) for fractional x
- 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')
- Some pull requests not shown.
- Add `b` and `return_sign` functionality to scipy.special.logsumexp
- Add np.diag_indices_from numpy function
- fix jet typo: jnp not np
- use original numpy for `arange` shape calculations
- Add polyder numpy function
- add scipy.special.zeta, scipy.special.polygamma
- Switch CI builds from Travis to Github actions
- Add np.triu_indices_from numpy function
- 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_…