Skip to content
GitLab
Explore
Sign in
Commits · 78403670197e110f74f1fe1a8de383762b93f3b5
pytato
Browse files
Jul 28, 2020
Improve doc in MatrixProduct
· 78403670
Matt Wala
authored
Jul 28, 2020
78403670
Fix PEP number for MatrixProduct (woops)
· 5ee1a325
Matt Wala
authored
Jul 28, 2020
5ee1a325
Improve the precision of the signature of get_result_type
· 8019a059
Matt Wala
authored
Jul 28, 2020
8019a059
Fix parameter name
· 7f05f283
Matt Wala
authored
Jul 28, 2020
7f05f283
Actually clean up reversing logic
· b9a2d5f0
Matt Wala
authored
Jul 28, 2020
b9a2d5f0
Clean up reversing logic in Array._binary_op
· c5e85f6f
Matt Wala
authored
Jul 28, 2020
c5e85f6f
Fix name of get_result_type
· 1b556530
Matt Wala
authored
Jul 28, 2020
1b556530
Apply 1 suggestion(s) to 1 file(s)
· 20e4ca16
Matt Wala
authored
Jul 28, 2020
20e4ca16
Docs: Change method to attribute
· d86ba2bd
Matt Wala
authored
Jul 28, 2020
d86ba2bd
Use dtype.kind to simplify conditional
· fcaf04aa
Matt Wala
authored
Jul 28, 2020
fcaf04aa
Merge branch 'dg-1d' of gitlab.tiker.net:inducer/pytato into dg-1d
· 15b7d6b9
Matt Wala
authored
Jul 28, 2020
15b7d6b9
Add a comment concerning where a magic string came from
· 88a30af5
Matt Wala
authored
Jul 28, 2020
88a30af5
Apply 1 suggestion(s) to 1 file(s)
· 9e5d067a
Matt Wala
authored
Jul 28, 2020
9e5d067a
Apply 1 suggestion(s) to 1 file(s)
· 5581cddd
Matt Wala
authored
Jul 28, 2020
5581cddd
Jul 27, 2020
Fix Slice fields
· 377d53b6
Matt Wala
authored
Jul 27, 2020
377d53b6
Revert "Make InputArgumentBase fields inherit from superclass"
· 607c386c
Matt Wala
authored
Jul 27, 2020
607c386c
Make InputArgumentBase fields inherit from superclass
· 8a13707e
Matt Wala
authored
Jul 27, 2020
8a13707e
Jul 25, 2020
Ensure that dtypes are actually instances of np.dtype
· bd4c68c3
Matt Wala
authored
Jul 24, 2020
bd4c68c3
Jul 24, 2020
Better matmul error reporting:
· 1286637d
Matt Wala
authored
Jul 24, 2020
1286637d
Add another case to test_roll
· 8f5594c8
Matt Wala
authored
Jul 24, 2020
8f5594c8
Improve comments
· 870842e6
Matt Wala
authored
Jul 24, 2020
870842e6
Jul 23, 2020
Better handling/testing of dtypes in arithmetic
· 6e3c1ae1
Matt Wala
authored
Jul 23, 2020
6e3c1ae1
Use array_equal when comparing a single element array against a potential empty array
· 850980cf
Matt Wala
authored
Jul 23, 2020
850980cf
Jul 22, 2020
Indentation fix
· ee5dd97c
Matt Wala
authored
Jul 22, 2020
ee5dd97c
Temporaries with symbolic shape must be global
· 4e7c3109
Matt Wala
authored
Jul 22, 2020
4e7c3109
setup.py: Change python_requires.to ~=3.8 (uses typing.Protocol)
· 60af58bd
Matt Wala
authored
Jul 22, 2020
60af58bd
Change temporary variable address space to auto
· 01805a14
Matt Wala
authored
Jul 22, 2020
01805a14
NumPy interface: remove tags argument
· 23735e4d
Matt Wala
authored
Jul 22, 2020
23735e4d
Remove print statement
· 9b907139
Matt Wala
authored
Jul 22, 2020
9b907139
Doc/var naming fixes
· fabb31be
Matt Wala
authored
Jul 21, 2020
fabb31be
More flake8 fixes
· ea4a5a56
Matt Wala
authored
Jul 21, 2020
ea4a5a56
flake8 fix
· 675b96d3
Matt Wala
authored
Jul 21, 2020
675b96d3
Add examples CI job
· bb2e94c6
Matt Wala
authored
Jul 21, 2020
bb2e94c6
Add advection example
· 4ea15e68
Matt Wala
authored
Jul 21, 2020
4ea15e68
Implement stack and a few other changes
· 213bf2eb
Matt Wala
authored
Jul 21, 2020
213bf2eb
Jul 21, 2020
Implement simple slicing
· 3878685c
Matt Wala
authored
Jul 20, 2020
3878685c
Jul 20, 2020
Add arithmetic
· 1ee23a1b
Matt Wala
authored
Jul 20, 2020
1ee23a1b
Implement transpose
· dd30d13b
Matt Wala
authored
Jul 20, 2020
dd30d13b
Make namespace a property in the superclass
· 0b07e9fa
Matt Wala
authored
Jul 20, 2020
0b07e9fa
Implement roll
· 532f0a04
Matt Wala
authored
Jul 20, 2020
532f0a04
Loading