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,551 contributions in the last year
Contribution activity
June 2020
Created a pull request in google/jax that received 7 comments
Add ability to specify individual test targets via a regex
This lets you use regular expression matching to choose a particular set of tests to run. I've often wished for this functionality when testing a p…
+87
−62
•
7
comments
- Fix logsumexp test
- Refactor tests to define common functionality in test_util
- 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
- Some pull requests not shown.
- Add cummax and cummin
- Added missing is_stable argument to lax.sort
- Add missing functions to documentation.
- Add `b` and `return_sign` functionality to scipy.special.logsumexp
- avoid value-based error check in random.choice
- 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_…