Skip to content
GitLab
Explore
Sign in
Commits · c5e85f6f046f9706b134f4571620b98af92534bc
pytato
Browse files
Jul 28, 2020
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
Formatting
· ef922fcc
Matt Wala
authored
Jul 20, 2020
ef922fcc
Jul 19, 2020
Implement matmul
· 20ad9736
Matt Wala
authored
Jul 18, 2020
20ad9736
Jul 16, 2020
Delete accidentally included file
· 6cacf655
Matt Wala
authored
Jul 15, 2020
6cacf655
Revise input argument handling
· 5f558dea
Matt Wala
authored
Jul 15, 2020
5f558dea
Jul 08, 2020
Add support for scalar outputs
· e331068a
Matt Wala
authored
Jul 08, 2020
e331068a
Loading