- Aug 03, 2020
-
-
Andreas Klöckner authored
Topological ordering with priorities
-
- Jul 31, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 30, 2020
-
-
Kaushik Kulkarni authored
- adds link for Kahn's algorithm - replaces compute_topological_order by compute_topological_order_v2 - introduce class HeapEntry
-
- Jul 28, 2020
-
-
Andreas Klöckner authored
Add missing codegen.rst to doc directory
-
Matt Wala authored
-
Andreas Klöckner authored
Add pytools.codegen
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
This change takes common code generation functionality out of pytools.py_codegen and makes it a separate module. A language-independent parent class of PythonCodeGenerator is also added. The version is bumped to 2020.4
-
- Jul 23, 2020
-
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
- Jul 22, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 20, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 03, 2020
-
-
Andreas Klöckner authored
Fix typos in warnings
-
- Jul 02, 2020
- Jun 23, 2020
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
June monster maint See merge request !44
-
Matt Wala authored
# Conflicts: # setup.py
-
Matt Wala authored
-
Matt Wala authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jun 17, 2020
-
-
Andreas Klöckner authored
Allow complex identifiers in @memoize_in See merge request !43
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Fix a README typo
-
Koen Dercksen authored
mo(n)keypatch :-)
- Jun 15, 2020
-
-
Andreas Klöckner authored
-
- Jun 12, 2020
-
-
Andreas Klöckner authored
setup.py: Drop 3.4, 3.5 support
-
Matt Wala authored
`__init__.py` uses PEP 526 variable annotations, which are supported only in 3.6+
-
- Jun 10, 2020
-
-
Andreas Klöckner authored
Work around numpy/numpy#16564 in make_obj_array See merge request !42
-
Andreas Klöckner authored
-
- Jun 07, 2020
-
-
Andreas Klöckner authored
Fixes to obj_array.py
-
Matt Wala authored
1) Fix a typo 2) Rename decorator for consistency with others
-
- Jun 06, 2020
-
-
Andreas Klöckner authored
Obj array revamp See merge request !41
-