Skip to content
GitLab
Explore
Sign in
Commits · d7ab89dcee51f029c0f351bd45ba0609513ba81c
pytato
Browse files
May 15, 2025
Better type einsum
· d7ab89dc
Andreas Klöckner
authored
May 14, 2025
and
Andreas Klöckner
committed
May 15, 2025
d7ab89dc
Fix imports of Never, Self from typing->typing_extensions
· 01b4eafd
Andreas Klöckner
authored
May 09, 2025
and
Andreas Klöckner
committed
May 15, 2025
01b4eafd
Add missing field_specifiers to @dataclass_transform
· b4bba9c4
Andreas Klöckner
authored
May 09, 2025
and
Andreas Klöckner
committed
May 15, 2025
b4bba9c4
Add missing superclass constructor call
· 5cb48f34
Andreas Klöckner
authored
May 08, 2025
and
Andreas Klöckner
committed
May 15, 2025
5cb48f34
Fix some import issues flagged by pyright
· 7b1dc8c0
Andreas Klöckner
authored
May 08, 2025
and
Andreas Klöckner
committed
May 15, 2025
7b1dc8c0
Add some @override's to placate pyright
· 13176fc6
Andreas Klöckner
authored
May 08, 2025
and
Andreas Klöckner
committed
May 15, 2025
13176fc6
Add a cast/FIXME in _is_non_negative
· 119fd7cf
Andreas Klöckner
authored
May 08, 2025
and
Andreas Klöckner
committed
May 15, 2025
119fd7cf
Drop license specifier in pyproject
· d90ccc72
Andreas Klöckner
authored
May 08, 2025
and
Andreas Klöckner
committed
May 15, 2025
d90ccc72
add doc for PartId to fix build error
· e7c8e59d
Matt Smith
authored
Apr 14, 2025
and
Andreas Klöckner
committed
May 15, 2025
e7c8e59d
Add replace_if_different to reduce the amount of boilerplate from duplication avoidance logic
· c033b202
Matt Smith
authored
Apr 07, 2025
and
Andreas Klöckner
committed
May 15, 2025
c033b202
add FIXME
· c234403a
Matt Smith
authored
Apr 14, 2025
and
Andreas Klöckner
committed
May 15, 2025
c234403a
deduplicate in advection example
· 4a3b6aef
Matt Smith
authored
Feb 27, 2025
and
Andreas Klöckner
committed
May 15, 2025
4a3b6aef
forbid DependencyMapper from being called on functions
· e3e87bac
Matt Smith
authored
Feb 06, 2025
and
Andreas Klöckner
committed
May 15, 2025
e3e87bac
avoid duplicates in EinsumWithNoBroadcastsRewriter
· dcfc9ba7
Matt Smith
authored
Feb 06, 2025
and
Andreas Klöckner
committed
May 15, 2025
dcfc9ba7
avoid duplication in MPMSMaterializer
· 0732564d
Matt Smith
authored
Sep 18, 2024
and
Andreas Klöckner
committed
May 15, 2025
0732564d
don't check for collisions in ArrayToDotNodeInfoMapper
· 0337e9fd
Matt Smith
authored
Sep 23, 2024
and
Andreas Klöckner
committed
May 15, 2025
0337e9fd
fix some more tests
· 628d8f01
Matt Smith
authored
Aug 27, 2024
and
Andreas Klöckner
committed
May 15, 2025
628d8f01
add allow_duplicate_nodes option to RandomDAGContext in tests
· f274d71c
Matt Smith
authored
Aug 27, 2024
and
Andreas Klöckner
committed
May 15, 2025
f274d71c
refactor FFTRealizationMapper to avoid resetting cache in __init__
· b5d67ea6
Matt Smith
authored
Jul 16, 2024
and
Andreas Klöckner
committed
May 15, 2025
b5d67ea6
use context manager to avoid leaking traceback tag setting in test
· 7c93c047
Matt Smith
authored
Jul 16, 2024
and
Andreas Klöckner
committed
May 15, 2025
7c93c047
tweak Inliner/PlaceholderSubstitutor implementations
· da94d2af
Matt Smith
authored
Jul 11, 2024
and
Andreas Klöckner
committed
May 15, 2025
da94d2af
limit PlaceholderSubstitutor to one call stack frame
· 5da35baa
Matt Smith
authored
Jul 03, 2024
and
Andreas Klöckner
committed
May 15, 2025
5da35baa
attempt to avoid duplication in CodeGenPreprocessor
· 73737b48
Matt Smith
authored
Jun 10, 2024
and
Andreas Klöckner
committed
May 15, 2025
73737b48
avoid duplication in with_tagged_reduction for IndexLambda/Einsum
· b3a6ece4
Matt Smith
authored
Jun 11, 2024
and
Andreas Klöckner
committed
May 15, 2025
b3a6ece4
Avoid duplication related to axis tagging
· b6bdd35e
Matt Smith
authored
Jun 11, 2024
and
Andreas Klöckner
committed
May 15, 2025
b6bdd35e
add Deduplicator
· 0bf1eac2
Matt Smith
authored
Sep 20, 2024
and
Andreas Klöckner
committed
May 15, 2025
0bf1eac2
avoid unnecessary duplication in CopyMapper/CopyMapperWithExtraArgs
· 97d663b3
Matt Smith
authored
Jun 10, 2024
and
Andreas Klöckner
committed
May 15, 2025
97d663b3
add result deduplication to transform mappers
· 5df40ca2
Matt Smith
authored
Sep 23, 2024
and
Andreas Klöckner
committed
May 15, 2025
5df40ca2
May 03, 2025
Limit Github CI PR concurrency
· ea27629e
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
ea27629e
Downstream test: also test with -O
· 5d0f8be0
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
5d0f8be0
Switch to basedmypy, create baseline
· f599f286
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
f599f286
Fix some code-less type-ignores
· b437a99c
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
b437a99c
Drop a redundant Self type
· ced813c9
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
ced813c9
Ignore a pylint warning on non-iterability of non_equality_tags
· c5b04620
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
c5b04620
Use opt_frozen_dataclass for dataclasses from which Arrays inherit
· b28441c1
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
b28441c1
array_dataclass: make args kw-only
· 6659d158
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
6659d158
CI Examples: include run with optimization
· 36231e9a
Andreas Klöckner
authored
May 02, 2025
and
Andreas Klöckner
committed
May 02, 2025
36231e9a
Apr 28, 2025
Fix import formatting in scalar_expr
· 762113f2
Andreas Klöckner
authored
Apr 28, 2025
and
Andreas Klöckner
committed
Apr 28, 2025
762113f2
Cast-to-int in random DAG generation to placate Mypy
· 396cf1da
Andreas Klöckner
authored
Apr 28, 2025
and
Andreas Klöckner
committed
Apr 28, 2025
396cf1da
Apr 17, 2025
Fix Github CI badge in README
· a7fbc712
Andreas Klöckner
authored
Apr 17, 2025
a7fbc712
Loading