Skip to content
GitLab
Explore
Sign in
Commits · 9d22c95c0e21feea9bc0c6f33a1f43c39a599759
pymbolic
Browse files
Jun 26, 2025
More geometric algebra types
· 9d22c95c
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
9d22c95c
Jun 25, 2025
Update baseline
· 353c4775
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
353c4775
GA: Allow generic coefficients
· f3fb0d0e
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
f3fb0d0e
Type the integer power algorithm
· d62e4153
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
d62e4153
Add missing empty line in pyproject
· 907dcc94
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
907dcc94
ExpressionNode.__{neg,pos}__: return ExpressionNode
· 8c437563
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
8c437563
Jun 23, 2025
Update baseline for numpy 2.3.1
· ae614b15
Andreas Klöckner
authored
Jun 23, 2025
and
Andreas Klöckner
committed
Jun 23, 2025
ae614b15
Ignore missing type stubs/imports in symengine interop
· d6d2143c
Andreas Klöckner
authored
Jun 23, 2025
and
Andreas Klöckner
committed
Jun 23, 2025
d6d2143c
Jun 13, 2025
imperative: Only intern id if it's a string
· 7c9af6e3
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
7c9af6e3
Add a few missing dataclass decorators in pymbolic.imperative
· 6226fd9f
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
6226fd9f
Jun 12, 2025
Update baseline
· 577efe6a
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
577efe6a
Add a type-ignore in AST interop
· 9ada526a
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
9ada526a
Towards typed parser, maxima interop
· c49f50e8
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
c49f50e8
Slim down release tarballs
· 1de84566
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
1de84566
_augment_expression_dataclass: switch to ExpressionNode
· ce6be4aa
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
ce6be4aa
Type pymbolic.imperative
· 2fe3943b
Andreas Klöckner
authored
Jun 12, 2025
and
Andreas Klöckner
committed
Jun 12, 2025
2fe3943b
Jun 08, 2025
Update bpr baseline for new numpy
· 9c6cc6b8
Andreas Klöckner
authored
Jun 07, 2025
and
Andreas Klöckner
committed
Jun 08, 2025
9c6cc6b8
Jun 07, 2025
Fire mypy from CI
· b32fda7f
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
b32fda7f
Update baseline
· 134c66ba
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
134c66ba
Fix some mapper type issues
· 4d86b464
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
4d86b464
Fix Collector.combine
· d0d37662
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
d0d37662
Add some missing override decorators
· 7d0de2bb
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
7d0de2bb
Unifier test: Use flattener to accommodate non-associative Sum, Product
· dfcdc1fe
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
dfcdc1fe
Mostly type the unifier
· 6e5fb852
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
6e5fb852
Mapper: add missing map_ methods
· ea77bc3c
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
ea77bc3c
Flattener: minor typing niceties
· a44876a1
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
a44876a1
Type linear_combination
· b9db0dbb
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
b9db0dbb
Fix flattened_{product,sum} to not mangle order
· b26d1d2d
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
b26d1d2d
Sum/Product: children are arithmetic
· 48312e03
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
48312e03
Traversal benchmark: allow for JIT warm-up
· ffb8c674
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
ffb8c674
Drop Sum/Product overloads assuming associativity
· 2c99f484
Andreas Klöckner
authored
Jun 06, 2025
and
Andreas Klöckner
committed
Jun 06, 2025
2c99f484
Jun 04, 2025
Add some types to WalkMapper.visit/post_visit
· 64a6e8c0
Andreas Klöckner
authored
Jun 04, 2025
and
Andreas Klöckner
committed
Jun 04, 2025
64a6e8c0
May 27, 2025
Update baseline
· 90d23c8d
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
90d23c8d
Algorithm: drop wrap_intermediate from fft
· 537361cc
Andreas Klöckner
authored
May 27, 2025
and
Andreas Klöckner
committed
May 27, 2025
537361cc
Better type SubstitutionMapper
· b74334cc
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
b74334cc
Fix superclass constructor call in CachedMapper
· d5037883
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
d5037883
CachedSubstitutionMapper: call superclass constructor
· d02854dc
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
d02854dc
Use LexTable from pytools.lex
· 0f6a1d5c
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
0f6a1d5c
ExpressionNode.__getitem__: returns Self | Subscript
· 820f58b0
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
820f58b0
Put deadline on removing disable_subscript_by_getitem
· 6ac75568
Andreas Klöckner
authored
May 21, 2025
and
Andreas Klöckner
committed
May 27, 2025
6ac75568
Loading