Skip to content
GitLab
Explore
Sign in
Commits · copy-mapper
pytato
Browse files
Jun 12, 2020
Rename test
· 17f01cdf
Matt Wala
authored
Jun 12, 2020
17f01cdf
Add Mapper to docs
· 76dbe8e8
Matt Wala
authored
Jun 12, 2020
76dbe8e8
flake8 fix
· 2f5fb7bf
Matt Wala
authored
Jun 11, 2020
2f5fb7bf
Implement Namespace.copy()
· 5eb3bec7
Matt Wala
authored
Jun 11, 2020
5eb3bec7
Revert "Remove Namespace.copy()"
· b909eaea
Matt Wala
authored
Jun 11, 2020
b909eaea
Remove Namespace.copy()
· cf916437
Matt Wala
authored
Jun 11, 2020
cf916437
Jun 11, 2020
Array: Don't store shape and dtype, implement _SuppliedShapeAndDtypeMixin
· c5de67ea
Matt Wala
authored
Jun 11, 2020
c5de67ea
Fix escaping
· 38ebc911
Matt Wala
authored
Jun 12, 2020
38ebc911
Apply suggestion to pytato/array.py
· 26b2dca7
Matt Wala
authored
Jun 12, 2020
26b2dca7
Apply suggestion to pytato/array.py
· 14ab7ed2
Matt Wala
authored
Jun 12, 2020
14ab7ed2
Apply suggestion to pytato/array.py
· c5b99418
Matt Wala
authored
Jun 12, 2020
c5b99418
Apply suggestion to pytato/array.py
· 3dcc50b0
Matt Wala
authored
Jun 12, 2020
3dcc50b0
Jun 05, 2020
Remove MANIFEST.in
· 4074c3fd
Matt Wala
authored
Jun 05, 2020
4074c3fd
flake8 fixes
· 3d3b9597
Matt Wala
authored
Jun 05, 2020
3d3b9597
Fix mypy issues
· 66c3a5c6
Matt Wala
authored
Jun 05, 2020
66c3a5c6
Fix attribute name
· 1d2b5636
Matt Wala
authored
Jun 05, 2020
1d2b5636
Make fields registrable
· 984ccc31
Matt Wala
authored
Jun 05, 2020
984ccc31
Kill Output node
· dbe36249
Matt Wala
authored
Jun 05, 2020
dbe36249
Fix domain_for_shape invocations
· f22ec1dc
Matt Wala
authored
Jun 05, 2020
f22ec1dc
Remove stray testing comment
· 0f80830f
Matt Wala
authored
Jun 04, 2020
0f80830f
Move domain_for_shape to codegen.py
· 9d3fcdd9
Matt Wala
authored
Jun 04, 2020
9d3fcdd9
flake8 fixes
· 8e0b0777
Matt Wala
authored
Jun 04, 2020
8e0b0777
Make Mypy happy with transform.py
· d2cfca23
Matt Wala
authored
Jun 04, 2020
d2cfca23
transform.py: Don't inherit from pymbolic
· a31d2749
Matt Wala
authored
Jun 04, 2020
a31d2749
Use numpy.result_type
· fdc7bcd4
Matt Wala
authored
Jun 04, 2020
fdc7bcd4
Jun 04, 2020
Fix run-mypy.sh
· 944513fb
Matt Wala
authored
Jun 03, 2020
944513fb
Merge branch 'codegen' of gitlab.tiker.net:inducer/pytato into matt-codegen-v4
· 7b677c1a
Matt Wala
authored
Jun 03, 2020
7b677c1a
Remove pytools type stub now that pytools has type annotation support
· a6362613
Matt Wala
authored
Jun 03, 2020
a6362613
Jun 03, 2020
Formatting
· 368e81f7
Matt Wala
authored
Jun 03, 2020
368e81f7
Remove mapper.py
· 43e290ce
Matt Wala
authored
Jun 03, 2020
43e290ce
Improve comments
· 79bd4469
Matt Wala
authored
Jun 03, 2020
79bd4469
Formatting
· 0fe84730
Matt Wala
authored
Jun 03, 2020
0fe84730
Fix fold whitespace
· 3fed8384
Matt Wala
authored
Jun 03, 2020
3fed8384
Add codegen infrastructure
· 6092000d
Matt Wala
authored
Jun 03, 2020
6092000d
Rename array_expr to transform
· 50d570f8
Matt Wala
authored
Jun 03, 2020
50d570f8
Formatting in array.py
· 384fde39
Matt Wala
authored
Jun 03, 2020
384fde39
Fix array and array_expr
· c9a4aad9
Matt Wala
authored
Jun 03, 2020
c9a4aad9
Implement array_expr
· 4802c242
Matt Wala
authored
Jun 03, 2020
4802c242
Add stubs for pytools
· cbd15f57
Matt Wala
authored
Jun 03, 2020
cbd15f57
WIP: Update array.py
· 7d1a7231
Matt Wala
authored
Jun 03, 2020
7d1a7231
Loading