Skip to content
GitLab
Explore
Sign in
Commits · 2124e65d2fb06254a623beb2c2dbd51bdc483396
pymbolic
Browse files
Nov 03, 2025
feat(typing): improve types in mapper.dependency
· 2124e65d
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
2124e65d
feat(typing): improve types in mapper.cse_tagger
· 806b5dd6
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
806b5dd6
feat(typing): improve types in mapper.constant_folder
· de78f39a
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
de78f39a
feat(typing): improve types in mapper.collector
· a2a91325
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
a2a91325
feat(typing): add types to mapper.analysis
· b650ebb3
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
b650ebb3
feat(typing): add annotations to functions
· 4c16e186
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
4c16e186
feat(typing): add annotations to primitives.quotient
· 8e9a64ea
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
8e9a64ea
feat(typing): use ExpressionNode in handle_unsupported_expression
· bd8bb629
Alexandru Fikl
authored
Nov 01, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
bd8bb629
feat: make mapper.flattener positional-only
· 612cdc52
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
612cdc52
feat: make mapper.evaluator positional-only
· 0c84ac65
Alexandru Fikl
authored
Nov 03, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
0c84ac65
feat: make mapper.coefficient positional-only
· fd41a0c8
Alexandru Fikl
authored
Oct 31, 2025
and
Andreas Klöckner
committed
Nov 03, 2025
fd41a0c8
Oct 30, 2025
chore: update baseline
· 1d1d2203
Alexandru Fikl
authored
Oct 30, 2025
and
Andreas Klöckner
committed
Oct 30, 2025
1d1d2203
feat(typing): improve cse typing
· 2af762b3
Alexandru Fikl
authored
Oct 30, 2025
and
Andreas Klöckner
committed
Oct 30, 2025
2af762b3
feat: make Mapper.map_ methods take expr as positional only
· 2d5cd55d
Alexandru Fikl
authored
Oct 30, 2025
and
Andreas Klöckner
committed
Oct 30, 2025
2d5cd55d
Oct 29, 2025
chore: update baseline
· 87009bbe
Alexandru Fikl
authored
Oct 29, 2025
and
Andreas Klöckner
committed
Oct 29, 2025
87009bbe
feat(typing): improve type annotations in mapper.evaluator
· 6563bf0c
Alexandru Fikl
authored
Oct 28, 2025
and
Andreas Klöckner
committed
Oct 29, 2025
6563bf0c
feat(typing): add missing return types to mapper.unifier
· 57852c92
Alexandru Fikl
authored
Oct 29, 2025
and
Andreas Klöckner
committed
Oct 29, 2025
57852c92
feat(typing): remove uneeded cast in mapper.coefficient
· 13978c6e
Alexandru Fikl
authored
Oct 28, 2025
and
Andreas Klöckner
committed
Oct 29, 2025
13978c6e
Oct 28, 2025
chore: update baseline
· c7dd6750
Alexandru Fikl
authored
Oct 28, 2025
and
Andreas Klöckner
committed
Oct 28, 2025
c7dd6750
test: add test for UnifierBase.map_sum
· 9d55dd06
Alexandru Fikl
authored
Oct 28, 2025
and
Andreas Klöckner
committed
Oct 28, 2025
9d55dd06
feat(typing): update type annotations for unifier
· 06efed4e
Alexandru Fikl
authored
Oct 28, 2025
and
Andreas Klöckner
committed
Oct 28, 2025
06efed4e
Oct 23, 2025
Update baseline
· 949de7f9
Andreas Klöckner
authored
Oct 23, 2025
and
Andreas Klöckner
committed
Oct 23, 2025
949de7f9
Fix PymbolicToSympyLikeMapper.to_expr for symengine compatibility
· c2f2e7e1
Andreas Klöckner
authored
Oct 23, 2025
and
Andreas Klöckner
committed
Oct 23, 2025
c2f2e7e1
Revert "sym{py,engine}: Make separate to_expr implementations for each"
· e515c0bb
Andreas Klöckner
authored
Oct 23, 2025
and
Andreas Klöckner
committed
Oct 23, 2025
e515c0bb
Update baseline
· f9eb5bd5
Andreas Klöckner
authored
Oct 22, 2025
and
Andreas Klöckner
committed
Oct 23, 2025
f9eb5bd5
sym{py,engine}: Make separate to_expr implementations for each
· 0d5f5d18
Andreas Klöckner
authored
Oct 22, 2025
and
Andreas Klöckner
committed
Oct 23, 2025
0d5f5d18
Oct 22, 2025
Update baseline
· bbf5355e
Andreas Klöckner
authored
Oct 22, 2025
and
Andreas Klöckner
committed
Oct 22, 2025
bbf5355e
Sympy interop: add to_expr to to-sympy mappers
· c7c0da1c
Andreas Klöckner
authored
Oct 22, 2025
and
Andreas Klöckner
committed
Oct 22, 2025
c7c0da1c
Oct 21, 2025
Type flop counter
· 55b98af4
Andreas Klöckner
authored
Oct 21, 2025
and
Andreas Klöckner
committed
Oct 21, 2025
55b98af4
Oct 19, 2025
feat: remove __nonzero__ implementations from Python 2
· aad2d64e
Alexandru Fikl
authored
Oct 19, 2025
and
Andreas Klöckner
committed
Oct 19, 2025
aad2d64e
Oct 17, 2025
chore: update baseline
· d7fcec9b
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
d7fcec9b
fix: BitwiseNot and RightShift roundtrip in interop.ast
· d3194db6
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
d3194db6
feat(typing): fix some small issues in testlib
· efa7e72c
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
efa7e72c
test: update maxima tests
· 6556ce86
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
6556ce86
feat(typing): improve typing in interop.maxima
· 7090c6db
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
7090c6db
feat(typing): improve typing in interop.ast
· 6a239e9c
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 17, 2025
6a239e9c
Oct 16, 2025
chore: update baseline
· 913c24db
Alexandru Fikl
authored
Oct 13, 2025
and
Andreas Klöckner
committed
Oct 16, 2025
913c24db
ci: add symengine to doc generation
· b47e6c09
Alexandru Fikl
authored
Oct 16, 2025
and
Andreas Klöckner
committed
Oct 16, 2025
b47e6c09
docs: clean up interop.sympy docs
· 1c2d0ce3
Alexandru Fikl
authored
Oct 13, 2025
and
Andreas Klöckner
committed
Oct 16, 2025
1c2d0ce3
feat(typing): improve typing of interop.sympy
· 5f75f2e1
Alexandru Fikl
authored
Oct 13, 2025
and
Andreas Klöckner
committed
Oct 16, 2025
5f75f2e1
Loading