6e7b4d8319
Add parenthesized expression parsing
4e339b1f6e
Rewrite to avoid using unsafe
5e2bdfa091
Remove parse_next from TokenStream public interface
d90f6763d5
Add additional documentation
c776f79f82
Make skip_whitespace private again
4fb2a16c4c
Remove tensor prefix
45168730e8
Make single pass use tensors instead of ndarrays
b0bb7b523d
Fix dot products
d31a72374d
Add support for creating tensors from lists
12d229e502
Add sub, neg and log methods to pygrad.tensor
f8101400c2
Add tanh method to tensor
f182af0cdd
Add element-wise division of tensors
d39a843ef9
Add utility tensor function
0ad8ac2fcd
Add rule to ignore __pycache__
2755798390
Update README to reflect added support for arrays