-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Pull requests: jax-ml/jax
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Adding quickstart notebook, and corresponding gitignore rules
cla: yes
#9
by alexbw
was merged Dec 7, 2018
Loading…
[JAX] Change semantics of dtype promotion to just call numpy.result_type.
cla: yes
#10
by hawkinsp
was merged Dec 6, 2018
Loading…
Bare-bones neural network and data loading example notebook
cla: yes
#25
by alexbw
was merged Dec 8, 2018
Loading…
Fix support for arrays with size-0 dimensions.
cla: yes
#41
by hawkinsp
was merged Dec 10, 2018
Loading…
Adding unimplemented functions more numpy modules
cla: yes
#72
by alexbw
was merged Dec 11, 2018
Loading…
add rot90 and flip, adjust testOp test selection
cla: yes
#77
by mattjj
was merged Dec 11, 2018
Loading…
Add implementations of np.{tri,tril,triu}.
cla: yes
#90
by hawkinsp
was merged Dec 12, 2018
Loading…
Fix dtype semantics of reductions to more closely match numpy.
cla: yes
#99
by hawkinsp
was merged Dec 13, 2018
Loading…
Add log2, log10, logaddexp2, exp2 to lax_numpy
cla: yes
#100
by vishwakftw
was merged Dec 13, 2018
Loading…
Add Cholesky, QR, and Triangular solve implementations.
cla: yes
#105
by hawkinsp
was merged Dec 13, 2018
Loading…
Implement np.linalg.inv using a QR decomposition.
cla: yes
#110
by hawkinsp
was merged Dec 14, 2018
Loading…
np.all and np.any should lead to monoid reducers
cla: yes
#113
by mattjj
was merged Dec 14, 2018
Loading…
Fixed argument order in call to var from std.
cla: yes
#115
by sschoenholz
was merged Dec 14, 2018
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.