Commits on Source
719
eb5835ab
Add .gitkeep to doc static dir
May 05, 2021
769e479c
Drop firedrake-related doc workarounds
May 05, 2021
44fbee92
Create .editorconfig
May 05, 2021
8ef5181b
Move array context functionality over from meshmode (#4)
May 20, 2021
8842ae88
Add missing arraycontext/impl/__init__.py
May 20, 2021
3887eff0
remove uneeded requirements
May 21, 2021
2f9c7b93
Add actx.np.concatenate
May 21, 2021
4adc0aa2
black setup.py
May 21, 2021
01b08cb6
Add unit test for concatenating cl arrays
May 21, 2021
2895c960
Merge pull request #7 from alexfikl/fix-requirements
May 21, 2021
322e2253
Merge pull request #8 from thomasgibson/thg/concat
May 21, 2021
53f832a7
Add actx.np.reshape
May 22, 2021
1f5d92a8
Add array manipulation unit tests
May 22, 2021
d4b7151a
Add arraycontext._acf for manual test debugging
May 22, 2021
9c854671
Refactor same-as-numpy tests using assert_close_to_numpy*
May 22, 2021
83ecb60b
Drop autodoc_typehints from sphinx config
May 22, 2021
0daee4fe
Drop autodoc_typehints from sphinx config
May 22, 2021
77e6ca0e
add recursive to_numpy and from_numpy
May 26, 2021
509b7dac
README: Explain what pytato does
May 26, 2021
4e81f3a7
Add MANIFEST.in for distribution
May 26, 2021
d7ad4c28
add pytato array context from meshmode
May 26, 2021
9a03ea11
fix number
May 26, 2021
7da3a871
fixes
May 27, 2021
e215f0df
run tests for pytatoarraycontext
May 28, 2021
9eaf72da
only run tests with actx_factory
May 28, 2021
ac3b90aa
doc and flake fixes
May 28, 2021
8cb74176
another flake8 fix
May 28, 2021
e5ff3c6e
Implement, test container-over-container broadcasting (#15)
May 29, 2021
7d2dfaae
add stack()
Jun 01, 2021
4b228787
copy norm() from PyOpenCLArrayContext
Jun 01, 2021
28daaede
implement ones_like()
Jun 01, 2021
62687fab
implement sin()
Jun 01, 2021
4a6d95ea
pt.where (not working)
Jun 01, 2021
98a0c8b9
add comment
Jun 01, 2021
a1b97a66
ignore known fails
Jun 01, 2021
295741d8
Revert "ignore known fails"
Jun 01, 2021
ed2374fd
refactor norm()
Jun 01, 2021
01ca5e1a
remove FIXME (was loopy's fault)
Jun 02, 2021
1b968593
add meshmode to requirements
Jun 02, 2021
68e86093
call_loopy branch for pytato
Jun 02, 2021
23121b12
Add test for norm of complex vector
Jun 02, 2021
a81656ed
kernel_callables_v3-edit2 for loopy, for_each_kernel
Jun 02, 2021
a86a4a36
Merge remote-tracking branch 'origin/main' into pytato
Jun 02, 2021
e9156d5d
get rid of most of meshmode
Jun 02, 2021
2f137694
flake8
Jun 02, 2021
ef786c92
_is_meshmode_dofarray
Jun 02, 2021
5a8876f7
fix url
Jun 02, 2021
539aea15
implement pytato's math functions
Jun 02, 2021
b42d1b29
remove conflicting implementation for math functions
Jun 02, 2021
2e3e4966
adds relational ops
Jun 02, 2021
c2845859
CI: drop insecure curl, add downstreams, simplify (#17)
Jun 04, 2021
2a53dcea
add einsum
Jun 07, 2021
0d26af9f
add tagged
Jun 07, 2021
3e211cc3
Enable mypy (#18)
Jun 07, 2021
e5d666a9
add conj()
Jun 07, 2021
d3ffc35e
Merge remote-tracking branch 'origin/main' into pytato
Jun 07, 2021
4da00009
mypy fix
Jun 07, 2021
ce50d7de
mypy+flake8
Jun 07, 2021
83099f0a
use complex numbers for conj()
Jun 08, 2021
770b34fc
add arctan2
Jun 08, 2021
13c21a95
fixes for upcoming mypy 0.900
Jun 09, 2021
7f1455d9
Merge branch 'main' into pytato
Jun 09, 2021
1e3d7737
Eliminate a duplicated sentence in the docs
Jun 09, 2021
cced8d55
some test fixes
Jun 09, 2021
b701616b
fix reductions test
Jun 09, 2021
ee436da9
Merge branch 'main' into pytato
Jun 09, 2021
986098a1
fix test_norm_complex
Jun 09, 2021
2e00d623
flake8
Jun 09, 2021
5dd8df9b
fix format string
Jun 10, 2021
6080cc3b
Merge branch 'main' into pytato
Jun 10, 2021
ef9da97b
Move all-containers-are-same assertion in _multimap_array_container_impl
Jun 10, 2021
ae4bba35
Move actx.np.linalg.norm() implementation bits from pyopencl to generic
Jun 10, 2021
9083858f
actx tests: Use actx to conver to numpy
Jun 10, 2021
16298645
better error message
Jun 10, 2021
e33c171a
fix(?) test_container_arithmetic
Jun 10, 2021
807b7fb2
flake8 fixes
Jun 10, 2021
e3f0ea8f
switch off default offset
Jun 10, 2021
0395fcaf
missing arg to make_placeholder
Jun 10, 2021
d964b283
Improve freeze/thaw usability (#22)
Jun 11, 2021
8029845e
Merge branch 'main' into pytato
Jun 10, 2021
611a109d
add clone()
Jun 10, 2021
c1b1d578
support compile() in PyOpenCLArrayContext
Jun 11, 2021
bee074ff
Improve array context mismatch error for frozen operands
Jun 11, 2021
c1768f54
Merge branch 'main' into pytato
Jun 11, 2021
59471ac1
use main branches
Jun 11, 2021
e5eaa037
pytest compat layer
Jun 11, 2021
30e9b180
fix previous
Jun 11, 2021
c203e5a2
remove unnecessary import + statement
Jun 11, 2021
d1530110
pylint
Jun 11, 2021
dd6dca21
add run-pylint.sh (#27)
Jun 11, 2021
634f4add
add run-mypy.sh (#26)
Jun 11, 2021
70b5402d
adds keyed counterparts to ((rec)?)map_array_container
Jun 11, 2021
3e7e3d14
PytatoArrayContext.symbolic_array_var: unnecessary interface
Jun 11, 2021
9cd13dbb
Merge branch 'main' into pytato
Jun 11, 2021
1bc50483
fixup! adds keyed counterparts to ((rec)?)map_array_container
Jun 11, 2021
54101c33
grammar fixes
Jun 12, 2021
8c678742
change compile() location and some doc fixes
Jun 12, 2021
67aa662b
small doc fix
Jun 12, 2021
28de4c44
force identifier in tree to be of type `Tuple[Union[str, int]]`
Jun 12, 2021
c6770ff5
update PytatoArrayContext.compile for array containers
Jun 12, 2021
619 additional commits have been omitted to prevent performance issues.
Loading
Loading