Skip to content
GitLab
Explore
Sign in
Commits · 6ae145e87a9df132cde6921dbd0cf5e21e87a33e
pymbolic
Browse files
Jul 03, 2025
Improve GA mapper types
· 6ae145e8
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
6ae145e8
MultiVector.as_vector: return 1D array
· 97a53378
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
97a53378
Dependencies is not a type var, drop the T
· 641255f2
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
641255f2
ExpressionNode: allow arithmetic only with ArithmeticExpression
· b9a595b3
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
b9a595b3
Jul 02, 2025
Update baseline
· 55fbcbe4
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 02, 2025
55fbcbe4
Fix depdency on typing-extensions
· 81b3ee9b
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 02, 2025
81b3ee9b
Use pytools.ndindex where appropriate
· 1e6eceb5
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 02, 2025
1e6eceb5
Switch to ObjectArray type from pytools 2025.2
· e0777867
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 02, 2025
e0777867
Jun 26, 2025
Update baseline
· 90858318
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 25, 2025
90858318
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
Loading