- Jan 16, 2022
-
-
Mit Kotak authored
Closes https://github.com/inducer/arraycontext/issues/70.
-
- Jan 13, 2022
-
-
Alexandru Fikl authored
* add a leaf_class parameter to flatten * add some docs to flatten for leaf_class
-
-
- Jan 12, 2022
-
-
- Jan 11, 2022
-
-
- Dec 27, 2021
-
-
Matt Smith authored
* allow specifying leaf class in recursive map and map-reduce * revert broken changes to decorators * add leaf_class to decorators * add tests for [multi]mapped_over_array_containers Co-authored-by:
Andreas Klöckner <inform@tiker.net>
-
- Dec 26, 2021
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Dec 24, 2021
-
-
-
`compile` only supported compiling callables that returned array containers. Extends the logic to support compiling callables that simply return thawed arrays.
-
- Dec 16, 2021
-
-
- Nov 26, 2021
-
-
- Nov 24, 2021
-
-
- Nov 18, 2021
-
-
Matthias Diener authored
Refactor PytatoActx.compile for usability by distributed
-
Andreas Klöckner authored
-
- Nov 07, 2021
-
-
- Nov 02, 2021
-
-
- Oct 29, 2021
-
-
-
-
-
Andreas Klöckner authored
-
-
Andreas Klöckner authored
-
- Oct 27, 2021
-
-
- Oct 24, 2021
-
-
- Oct 22, 2021
-
-
- Oct 20, 2021
-
-
-
-
-
Matt Smith authored
* Make broadcast settings visible on users of with_container_arithmetic * Remove stray debug print Co-authored-by:
Alex Fikl <alexfikl@gmail.com> * Fix _outer_bcast_types attribute name * add alternate outer product * add empty line Co-authored-by:
Andreas Klöckner <inform@tiker.net> * add comment explaining _outer_bcast_types Co-authored-by:
Andreas Klöckner <inform@tiker.net> * add more detail to docstring first line Co-authored-by:
Andreas Klöckner <inform@tiker.net> * rename is_scalar -> treat_as_scalar * treat non-object numpy arrays as scalars in outer * remove use of deprecated is_array_container * clarify usage of isinstance(..., ndarray) for object array detection Co-authored-by:
Andreas Klöckner <inform@tiker.net> Co-authored-by:
Andreas Kloeckner <inform@tiker.net> Co-authored-by:
Alex Fikl <alexfikl@gmail.com>
-
- Oct 19, 2021
-
-
Thomas H. Gibson authored
Flatten entire array containers
-