Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytato
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pytato
Graph
5810fba5bc5e8d194daea6ce2672850523549fea
Select Git revision
Branches
10
codegen-immutable-ish
copy-mapper
fix-gitlab-ci
gitlab-ci-downstream
gitlab-jax
main
default
protected
numpy-1.20-typing-compat
numpy-interop
remove-part-id-tag
simplify-mypy-ci
Tags
1
v2021.1
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Mar
12
10
24
Feb
6
5
3
30
Jan
28
23
22
17
9
20
Dec
18
13
9
4
30
Nov
25
22
19
17
14
7
28
Oct
18
8
20
Sep
18
12
9
24
Aug
23
6
2
31
Jul
30
23
22
19
18
17
16
12
3
1
25
Jun
7
15
May
8
13
Apr
3
1
17
Mar
13
5
1
10
Feb
6
5
30
Dec
28
Nov
26
21
17
11
7
5
1
31
Oct
18
14
6
13
Sep
4
Aug
3
1
27
Jul
26
24
18
19
Jun
1
25
May
23
22
17
11
25
Apr
20
19
16
9
5
4
14
Mar
6
17
Feb
18
Jan
16
10
9
27
Dec
24
14
12
2
1
23
Nov
22
21
18
14
13
9
6
5
4
2
29
Oct
19
18
17
14
28
Aug
8
6
5
31
Jul
29
24
3
26
Jun
22
21
14
13
12
8
7
1
25
May
23
19
10
8
4
3
2
29
Apr
28
24
23
19
18
12
7
5
2
1
30
Mar
29
27
25
24
23
22
21
18
17
16
15
28
Feb
27
23
22
21
20
10
9
1
27
Jan
28
21
18
12
11
7
29
Dec
28
27
26
16
8
6
3
30
Nov
29
24
22
17
16
14
11
9
8
7
5
3
2
1
29
Oct
27
21
20
18
11
4
1
29
Sep
22
20
4
30
Aug
26
20
16
14
12
11
22
Jul
20
16
5
4
3
1
30
Jun
29
27
25
24
23
22
20
15
14
13
12
10
9
10
9
7
5
4
3
2
30
May
Placeholder: allow representation as lp.ValueArg (#587)
main
main
Fix type error in extend_bindings_with_shape_inference
add a couple of missing clone_for_callee definitions
add collision/duplication checks to CachedMapper/TransformMapper/TransformMapperWithExtraArgs
support functions as inputs and outputs in DirectPredecessorsGetter
add map_dict_of_named_arrays to DirectPredecessorsGetter
add comment explaining why CachedMapper.get_cache_key and get_function_definition_cache_key are not defined for general extra args/kwargs
refactor to avoid performance drop
rename expr_key* to input_key*
add CacheInputs to simplify cache key handling logic
disable default implementation of get_cache_key and get_function_definition_cache_key for extra args case
Avoid double caching in mappers that derive from `CachedMapper` (#585)
sphinx: ignore EllipsisType
Use types.EllipsisType instead of custom hack
change argument of get_num_tags_of_type to match Taggable.tags_of_type
Remove the raising to high level operator within Unify Axis (#565)
Fixes for mypy 1.15
allow passing FunctionDefinition directly to Mapper (#578)
Simplify the index expressions.
add TagCountMapper (#326)
Rework Reshape->IndexLambda lowering
Add tests simplicity of reshape IndexLambdas
Use a class for `CachedMapper`-derived mappers instead of a dict (#549)
Enable Ruff SIM rules
Design: clarify that reserved namespaces are not mandatory
Deterministic find_distributed_partition (orderedsets) (#572)
Cache mapped functions (#531)
Gitlab CI: install arraycontext
Enable type-ignore in array.py now that mypy 1.14 is released
Fix mypy error in pytato.loopy regarding get_dependencies arg
Fix pylint ignore for actx imporrt
Ignore actx import error for pylint
Properly handle ignored axes during tag propagation (#569)
Fix legitimate instances of RUF052
Enable, fix ruff TC checks
Adapt a type-ignore to numpy 2.2
Remove redundant int() cast (RUF046)
Remove frozenset() call from dataclass augmentation code
add PytatoKeyBuilder, persistent_dict test (#459)
do not pickle cached hash of arrays (#563)
Loading