- Dec 03, 2024
-
-
This reverts commit 1af45230.
-
- Dec 02, 2024
-
-
Matthias Diener authored
* Tree: various speedups - make dataclass non-frozen - use mutate() for cases where a Map is modified multiple times - remove asserts for cases that would fail immediately anyway * make frozen depend on __debug__, restore an assert * Improve depth() Co-authored-by: Alexandru Fikl <alexfikl@gmail.com> * opt ancestors --------- Co-authored-by: Alexandru Fikl <alexfikl@gmail.com>
-
- Dec 01, 2024
-
-
- Nov 28, 2024
-
-
- Nov 25, 2024
-
-
- Nov 22, 2024
-
-
- Nov 19, 2024
-
-
- Nov 14, 2024
-
-
Matthias Diener authored
* LazilyUnpickling{Dict,List}: better repr * add type to repr of PickledObject
-
- Nov 13, 2024
-
-
- Nov 07, 2024
-
-
(for now, matches existing behavior, but is clearly incorrect)
-
-
-
-
-
-
-
-
-
-
- Nov 06, 2024
-
-
This restores compatibility with pymbolic 2022.2 x-ref: https://github.com/firedrakeproject/loopy/issues/27
-
- Nov 02, 2024
-
-
- Oct 30, 2024
-
-
- Oct 22, 2024
-
-