Skip to content
GitLab
Explore
Sign in
Commits · 29d74437afba7b6cc27f58adb06a43c804603528
arraycontext
Browse files
Nov 13, 2024
ruff: fix type import errors
· 29d74437
Alexandru Fikl
authored
Nov 05, 2024
and
Andreas Klöckner
committed
Nov 13, 2024
29d74437
pyproject: bump min python to 3.10
· b67ba2b6
Alexandru Fikl
authored
Nov 04, 2024
and
Andreas Klöckner
committed
Nov 13, 2024
b67ba2b6
Nov 12, 2024
PyOpenCL array context: don't fail if no transform
· bc0bd4ff
Andreas Klöckner
authored
Nov 11, 2024
and
Andreas Klöckner
committed
Nov 12, 2024
bc0bd4ff
Oct 14, 2024
fix: new mypy 1.12 errors
· 6931a22f
Alexandru Fikl
authored
Oct 14, 2024
and
Andreas Klöckner
committed
Oct 14, 2024
6931a22f
Oct 11, 2024
docs: update link to __instancecheck__
· 58918041
Alexandru Fikl
authored
Oct 11, 2024
and
Andreas Klöckner
committed
Oct 11, 2024
58918041
fix: add type ignore for mypy bug
· 47ef2765
Alexandru Fikl
authored
Oct 08, 2024
and
Andreas Klöckner
committed
Oct 11, 2024
47ef2765
Sep 04, 2024
Forbid setting `force_device_scalars=False` (#278)
· 46a5cfe6
Matt Smith
authored
Sep 04, 2024
46a5cfe6
Add minimum, fmin (#281)
· 66d46632
Matthias Diener
authored
Sep 04, 2024
66d46632
Numpy actx: cache execuctor
· 9b755903
Andreas Klöckner
authored
Sep 04, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
9b755903
with_container_arithmetic: Rename arguments to signal who broadcasts across who
· 15216d45
Andreas Klöckner
authored
Sep 04, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
15216d45
Numpy actx: warn (not error) on no user-provided transforms
· 35ddb010
Andreas Klöckner
authored
Aug 27, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
35ddb010
Fix a typo in the pytato actx
· 494becf5
Andreas Klöckner
authored
Aug 27, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
494becf5
Fix ruff C409 failures
· 9e11f71a
Andreas Klöckner
authored
Aug 11, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
9e11f71a
outer: disallow non-object numpy arrays
· 6b096bea
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
6b096bea
Switch to __array_ufunc__ in tests as a way to avoid numpy broadcasting
· 17c4cdbc
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
17c4cdbc
Rework dataclass array container arithmetic
· a4d6eb22
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
a4d6eb22
Clarify that actx.array_types allows ABCs
· 8ebcab01
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
8ebcab01
Improve, type, fix array_equal across all array contexts
· 9ec29c59
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
9ec29c59
Container serialization: iterable -> sequence, plus type aliases
· e30e0123
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
e30e0123
Don't expect unflatten failure from numpy array for numpy actx
· 15fbabbd
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
15fbabbd
Skip numpy conversion tests when using the numpy actx
· d8f0cc43
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
d8f0cc43
Skip tagging test for numpy actx
· 1643380b
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
1643380b
Array container arithemtic: drop deprecated fail-safe actx retrieval
· bbcc7bec
Andreas Klöckner
authored
Jul 12, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
bbcc7bec
Numpy actx: improve type annotations
· 77d51dcd
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
77d51dcd
Numpy actx: Narrow array_types to non-obj arrays
· afb4b96a
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
afb4b96a
Numpy actx: better freeze/thaw
· b2878758
Matthias Diener
authored
Jun 20, 2023
and
Andreas Klöckner
committed
Sep 04, 2024
b2878758
Numpy actx: add zeros_like, reshape
· ee3100a1
Matthias Diener
authored
Jun 20, 2023
and
Andreas Klöckner
committed
Sep 04, 2024
ee3100a1
Numpy actx: add arange, linspace
· cb784322
Matthias Diener
authored
May 24, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
cb784322
test tweaks for NumpyArrayContext
· 3a5d2522
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
3a5d2522
test NumpyArrayContext
· dbe50aef
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
dbe50aef
arithmetic fixes to account for np.ndarray being a leaf array
· 86fe8235
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
86fe8235
ArrayContainer fixes for numpy arrays as leaf classes
· 6f59ff9f
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
6f59ff9f
Implements NumpyArrayContext
· 5bf46bc6
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
5bf46bc6
Deprecate with_container_arithmetic's bcast_numpy_array arg
· ea11954d
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
ea11954d
Fix doc upload script to properly sync deletions
· 2659047b
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
2659047b
Give up on precisely typing Array.__getitem__
· cb6ab3e8
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
cb6ab3e8
Separate doc page for actx abstraction from doc page for implementations
· e9f5e5ba
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
e9f5e5ba
Fix a return type in ArgSizeLimitingPytatoLoopyPyOpenCLTarget
· aff9ab92
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
aff9ab92
Drop deprecated actx.{empty,zeros}{,_like}
· a69e9dd0
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
a69e9dd0
Fix some newly-flagged UP031 issues
· 7d66e40a
Andreas Klöckner
authored
Aug 25, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
7d66e40a
Loading