- Sep 23, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
Sort headers/global definitions to enable reproducible code generation See merge request pycodegen/pystencils!52
-
Martin Bauer authored
Address #13: Use sympy.codegen.rewriting.optimize See merge request !34
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Sep 21, 2019
-
-
Stephan Seitz authored
headers and global_declarations are generated by methods that return sets. So even with the same inputs it is not guaranteed that the same source code is generated since sets do not guarantee a specific order when iterating over them.
-
- Sep 17, 2019
-
-
Martin Bauer authored
AES-NI vectorization improvements See merge request !46
-
Martin Bauer authored
CI: Add minimal-sympy-master See merge request !50
-
Martin Bauer authored
Close pystencils' config file after writing See merge request !51
-
- Sep 16, 2019
-
-
Michael Kuron authored
-
- Sep 12, 2019
-
-
Stephan Seitz authored
-
- Sep 05, 2019
-
-
Stephan Seitz authored
-
- Sep 04, 2019
-
-
Martin Bauer authored
Actually increment counter inside random_symbol See merge request !49
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Sep 02, 2019
-
-
Martin Bauer authored
Add pyhtml to tests and artifacts See merge request !41
-
Martin Bauer authored
Fix typo in "pre-push" See merge request !44
-
Martin Bauer authored
Add PyPI badge See merge request !45
-
Michael Kuron authored
-
Michael Kuron authored
-
Stephan Seitz authored
-
Michael Kuron authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
-
- Aug 30, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
in unit testing without display plots, the same figure would be used over and over again. This is problematic when mixing 3D and 2D axes
-
Martin Bauer authored
-
Martin Bauer authored
If this line from setuptools import find_packages, setup is run after from distutils.extension import Extension a wrong Extension class is used
-
- Aug 22, 2019
-
-
Martin Bauer authored
Basic support for OpenCL (experimental) See merge request pycodegen/pystencils!29
-
Martin Bauer authored
Fix get_type_of_expression for constants like sympy.pi See merge request pycodegen/pystencils!35
-
- Aug 21, 2019
-
-
Stephan Seitz authored
Problem some constant expressions are neither Float,Integer,Rational but don't have arguments. >>> isinstance(pi, Integer) False >>> isinstance(pi, Float) False >>> isinstance(pi, Rational) False >>> pi.args ()
-
Martin Bauer authored
Implement sp.Sum, sp.Product See merge request !38
-
Martin Bauer authored
Contest: ignore two more files if waLBerla is not available See merge request pycodegen/pystencils!40
-
Stephan Seitz authored
-
Stephan Seitz authored
The line is only need when running pytest form the root directory
-
- Aug 20, 2019
-
-
Martin Bauer authored
Pre-push hook See merge request !36
-