Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymbolic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
pymbolic
Commits
d03f90b61cf518ccf0ac5b568b1223af422ee3ec
Select Git revision
Branches
12
main
default
protected
debug-downstream
attrs
gitlab-ci-downstream
doc-fixes
18-incorrect-parsing-of-tuples-with-trailing-commas-2
division-precedence-fix
ply-switch
fix-linter-failure-in-maxima-interop
recursion-limited-stringifier
fusion_update
combine-at-expr
Tags
20
v2024.2.2
v2024.2.1
v2024.2
v2024.1
v2022.2
v2022.1
v2021.1
v2020.1
v2019.2
v2019.1
v2017.1
v2016.2.3
v2016.2.2
v2016.2.1
v2016.2
v2016.1.1
v2016.1
v2015.2.5
v2015.2.4
v2015.2.3
32 results
pymbolic
Author
Search by author
Any Author
authors
Alexandru Fikl
fikl2
Andreas Klöckner
inducer
Dominic Kempf
dokempf
Kaushik Kulkarni
kaushikcfd
Matt Wala
mattwala
Nicholas Christensen
njchris2
Nick Curtis
arghdos
7 authors
Nov 28, 2024
Add RealNumber
· d03f90b6
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
d03f90b6
Nov 24, 2024
fix new ruff re errors
· 8ca1648d
Alexandru Fikl
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
8ca1648d
improve typing docs
· 15e05ed3
Alexandru Fikl
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
15e05ed3
Nov 22, 2024
Drop an unnecessary Py3.10 qualification
· 561d3129
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
561d3129
Switch to building with hatchling
· c1e1602d
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
c1e1602d
Nov 21, 2024
Bump version to 2024.2
· e47600d8
Andreas Klöckner
authored
3 months ago
View commits for tag v2024.2
v2024.2
e47600d8
Rename type aliases for consistency
· 31dbd393
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
31dbd393
Fix a use of Expression.index
· 6f522794
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
6f522794
try to use fields in safe_repr
· d2dffbc4
Alexandru Fikl
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
d2dffbc4
Nov 13, 2024
geometric_algebra: use int.bit_count
· b7cfd308
Alexandru Fikl
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
b7cfd308
geometric_algebra: improve typing of MultiVector init
· be2c780a
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
3 months ago
be2c780a
geometric_algebra: type MultiVector.map and componentwise
· f32859d2
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
3 months ago
f32859d2
geometric_algebra: type Space
· 045d2dcd
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
3 months ago
045d2dcd
geometric_algebra: type functions in __init__
· 9ee0a726
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
3 months ago
9ee0a726
Depend on useful-types only when type-checking
· bf813556
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
bf813556
More typing of GA mappers
· ce1b9481
Andreas Klöckner
authored
3 months ago
and
Andreas Klöckner
committed
3 months ago
ce1b9481
Nov 12, 2024
fix(interop): only accept variables in ast function
· a365dbf0
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
a365dbf0
feat: add descend_args to DependencyMapper types
· c34838c6
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
c34838c6
Nov 09, 2024
primitives: deprecate wrap_in_cse
· 670bbbb1
Alexandru Fikl
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
View commits for tag v2024.1
v2024.1
670bbbb1
primitives: do not overwrite __eq__
· 1352ad1a
Alexandru Fikl
authored
5 months ago
and
Andreas Klöckner
committed
4 months ago
1352ad1a
cse: add explicit scope
· e57be1c1
Alexandru Fikl
authored
5 months ago
and
Andreas Klöckner
committed
4 months ago
e57be1c1
primitives: improve deprecation warnings
· 3fb32f98
Alexandru Fikl
authored
5 months ago
and
Andreas Klöckner
committed
4 months ago
3fb32f98
Nov 07, 2024
Better type the EvaluationMapper
· a1e30546
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
a1e30546
FlattenMapper: guard simplifications that only hold for integers
· da6dded9
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
da6dded9
FlattenMapper: mod 1 is zero
· fa79c6ca
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
fa79c6ca
Nov 06, 2024
Bump ruff Python compat target to 3.10
· fd9d07df
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
fd9d07df
Pass strict=True in calls to zip()
· 13fb3d2d
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
13fb3d2d
Superficially type the parser
· 8f91eb2c
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
8f91eb2c
Explain why Expression.index is hidden from the type checker
· b6ec21bf
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
b6ec21bf
Type flattened_{sum,product}
· dee08d11
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
dee08d11
Rework gaussian_elimination -> reduced_row_echelon_form
· 8550f017
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
8550f017
Move algorithm docstring to module
· a0e8b718
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
a0e8b718
Type is_nonzero, is_zero, wrap_in_cse
· c45f114e
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
c45f114e
AST interop: drop NameConstant for Constant
· ad3d2df8
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
ad3d2df8
Fix parsing precedence between unary and power, add test
· 1b107f6c
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
1b107f6c
Add test for derived stringifier
· df6b6815
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
df6b6815
Optimize: skip non-callables
· 978b3ed5
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
978b3ed5
Bump Python compat target to 3.10
· 74c6570b
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
74c6570b
@expr_dataclass: don't require cls to be Expression subclass
· c02efbe4
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
c02efbe4
Expression.division/power: require arithmetic expressions
· 1e3c0ce0
Andreas Klöckner
authored
4 months ago
and
Andreas Klöckner
committed
4 months ago
1e3c0ce0
Loading