Skip to content
GitLab
Explore
Sign in
Commits · main
pymbolic
Browse files
Sep 26, 2025
chore: update baseline
· 1667fbd9
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
1667fbd9
feat: enable and fix ruff NPY rules
· b41a35ff
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
b41a35ff
fix: force complex_dtype in fft tests
· 696c21b1
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
696c21b1
fix: wrap CallWithKwargs argument in constantdict
· 6e2aecdc
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
6e2aecdc
feat: replace useful-types with optype
· 73aa21ff
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
73aa21ff
Categorically allow all map_* names
· 36222784
Andreas Klöckner
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
36222784
chore: update bare noqa comments
· c8d6a5af
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
c8d6a5af
chore: remove unused mypy comments
· 51ea16ce
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
51ea16ce
chore: remove unused pylint comments
· 21902e2e
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
21902e2e
chore: drop pylint
· 281a4d67
Alexandru Fikl
authored
Sep 26, 2025
and
Andreas Klöckner
committed
Sep 26, 2025
281a4d67
Sep 08, 2025
Bump actions/setup-python from 5 to 6
· 70b99fb4
dependabot[bot]
authored
Sep 08, 2025
and
Andreas Klöckner
committed
Sep 08, 2025
70b99fb4
Sep 07, 2025
Update baseline
· 8d0eed04
Andreas Klöckner
authored
Sep 07, 2025
and
Andreas Klöckner
committed
Sep 07, 2025
8d0eed04
Fix new typecheck failures
· aac03298
Andreas Klöckner
authored
Sep 07, 2025
and
Andreas Klöckner
committed
Sep 07, 2025
aac03298
Aug 21, 2025
Bump actions/checkout from 4 to 5
· e8a92f83
dependabot[bot]
authored
Aug 18, 2025
and
Andreas Klöckner
committed
Aug 21, 2025
e8a92f83
Aug 10, 2025
Add intersphinx aliases for np.{dtype,ndarray}
· cf3d0b44
Andreas Klöckner
authored
Aug 10, 2025
and
Andreas Klöckner
committed
Aug 10, 2025
cf3d0b44
Jul 31, 2025
chore: update baseline
· c66b2e0b
Alexandru Fikl
authored
Jul 31, 2025
and
Andreas Klöckner
committed
Jul 31, 2025
c66b2e0b
docs: remove _BUILDING_SPHINX_DOCS variable
· 0a43fa11
Alexandru Fikl
authored
Jul 31, 2025
and
Andreas Klöckner
committed
Jul 31, 2025
0a43fa11
Jul 30, 2025
docs: fix alias for _Expression to typing.Expression
· 2254022e
Alexandru Fikl
authored
Jul 30, 2025
and
Andreas Klöckner
committed
Jul 30, 2025
2254022e
docs: update github ci badge
· 02f520df
Alexandru Fikl
authored
Jul 30, 2025
and
Andreas Klöckner
committed
Jul 30, 2025
02f520df
Jul 29, 2025
chore: update baseline
· 2064100b
Alexandru Fikl
authored
Jul 29, 2025
and
Andreas Klöckner
committed
Jul 29, 2025
2064100b
docs: remove useless doc redirects
· d01633d1
Alexandru Fikl
authored
Jul 29, 2025
and
Andreas Klöckner
committed
Jul 29, 2025
d01633d1
feat: use helper that re-routes missing references
· 9c06b3ec
Alexandru Fikl
authored
Jul 29, 2025
and
Andreas Klöckner
committed
Jul 29, 2025
9c06b3ec
Jul 22, 2025
Fix a redeclaration in GA EvaluationMapper
· cb4b4dcb
Andreas Klöckner
authored
Jul 22, 2025
and
Andreas Klöckner
committed
Jul 22, 2025
cb4b4dcb
Ruff: remove some now-extraneous noqa's
· d8760fb7
Andreas Klöckner
authored
Jul 22, 2025
and
Andreas Klöckner
committed
Jul 22, 2025
d8760fb7
Track obj_array deprecations
· 18f04b14
Andreas Klöckner
authored
Jul 22, 2025
and
Andreas Klöckner
committed
Jul 22, 2025
18f04b14
Jul 03, 2025
Update baseline
· 88af7d03
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
88af7d03
Slices consist of ArithmeticExpressions
· 3ebd1bca
Andreas Klöckner
authored
Jul 03, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
3ebd1bca
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
Loading