Skip to content
GitLab
Explore
Sign in
Commits · c51497db95a5a77746e73eeae186f87835af4710
arraycontext
Browse files
Jul 16, 2025
is_scalar_type: rule out int subclasses
· c51497db
Andreas Klöckner
authored
Jul 16, 2025
and
Andreas Klöckner
committed
Jul 16, 2025
c51497db
Allow scalars for actx.tag, document it is best-effort
· aaf7206a
Andreas Klöckner
authored
Jul 16, 2025
and
Andreas Klöckner
committed
Jul 16, 2025
aaf7206a
Add ArithArrayContainerT
· 03d28fd7
Andreas Klöckner
authored
Jul 16, 2025
and
Andreas Klöckner
committed
Jul 16, 2025
03d28fd7
Track renames of obj_array functions
· 9d21f92f
Andreas Klöckner
authored
Jul 16, 2025
and
Andreas Klöckner
committed
Jul 16, 2025
9d21f92f
Jul 13, 2025
Tweak is_array_container_type logic following typing improvements
· 26162cb0
Andreas Klöckner
authored
Jul 13, 2025
and
Andreas Klöckner
committed
Jul 13, 2025
26162cb0
Jul 03, 2025
Update baseline
· a914f860
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
a914f860
traversal.{to,from}_numpy: mark deprecated
· 1687b7a2
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
1687b7a2
Centralize typing stuff in arraycontext.typing
· 754deaeb
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
754deaeb
Better type instance check in NumpyNonObjectArrayMetaclass
· 7eb794b6
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
7eb794b6
Deprecate np.ndarray annotations in dataclass_array_container
· f7774215
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
f7774215
Some typing improvements in pyopencl actx
· c076c5f0
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
c076c5f0
Typing annotation -> type annotation
· 31de8563
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
31de8563
Use pytools.ndindex in test
· 8258d3ee
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
8258d3ee
Make use of pytools ObjectArray types where appropriate
· 48752802
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
48752802
More precisely type actx.compile
· 1cb8121e
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
1cb8121e
Jul 01, 2025
avoid duplication in PytatoJAXArrayContext.freeze
· 84553a13
Matt Smith
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
84553a13
deduplicate in _dag_to_compiled_func
· db40a882
Matt Smith
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
db40a882
Update baseline (decrease only)
· 1242f0a7
Andreas Klöckner
authored
Jun 30, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
1242f0a7
Misc typing fixes
· 3f234ccf
Andreas Klöckner
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
3f234ccf
fix typing in make_loopy_program
· d525bd4f
Matt Smith
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
d525bd4f
add transform_dag implementation to pytato JAX array context in order to inline functions
· 298de04a
Matt Smith
authored
Jun 02, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
298de04a
add function inlining step to transform_dag
· 300da3ca
Matt Smith
authored
May 16, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
300da3ca
update _DatawrapperToBoundPlaceholderMapper with CopyMapper changes
· 0c98ff14
Matt Smith
authored
Sep 05, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0c98ff14
deduplicate in freeze
· d4f552f5
Matt Smith
authored
Nov 14, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
d4f552f5
remove duplicates in _to_input_for_compiled
· 0fc02db0
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0fc02db0
remove duplicates in _normalize_pt_expr
· 4bc363f3
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
4bc363f3
disable concatenation in outlining example for now
· a929a340
Matt Smith
authored
Jan 17, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
a929a340
inline calls in freeze before _normalize_pt_expr
· 77152a04
Matt Smith
authored
Oct 24, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
77152a04
forbid calling _normalize_pt_expr on a DAG with function calls for now
· 0789ae5e
Matt Smith
authored
Sep 09, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0789ae5e
adds an outlining example
· 036c6119
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
036c6119
add test for outline
· b3541515
Matt Smith
authored
May 16, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
b3541515
Add actx.outline decorator
· 2db3a119
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
2db3a119
don't tag NamedArray (they inherit tags from their corresponding _container entry)
· fff237c9
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
fff237c9
move _ary_container_key_stringifier to utils.py
· 4c1b8dd9
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
4c1b8dd9
dataclass_array_container: Preserve returned type, fix tests
· 739d514a
Andreas Klöckner
authored
Jun 30, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
739d514a
Jun 30, 2025
Update baseline
· 33c0f0d9
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 30, 2025
33c0f0d9
Towards grudge typing
· 84fe35f3
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 30, 2025
84fe35f3
Jun 24, 2025
tag_axes: allow containers
· 9f0934b1
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
9f0934b1
tag_axis: don't allow scalars
· 5e978be5
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
5e978be5
Update baseline
· cd417479
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
cd417479
Loading