- Sep 23, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Sep 17, 2019
-
-
Martin Bauer authored
AES-NI vectorization improvements See merge request pycodegen/pystencils!46
-
Martin Bauer authored
CI: Add minimal-sympy-master See merge request pycodegen/pystencils!50
-
Martin Bauer authored
Close pystencils' config file after writing See merge request pycodegen/pystencils!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 pycodegen/pystencils!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 pycodegen/pystencils!41
-
Martin Bauer authored
Fix typo in "pre-push" See merge request pycodegen/pystencils!44
-
Martin Bauer authored
Add PyPI badge See merge request pycodegen/pystencils!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 pycodegen/pystencils!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 pycodegen/pystencils!36
-
Martin Bauer authored
Remove main methods from tests (sorry for adding them) See merge request pycodegen/pystencils!37
-
Martin Bauer authored
Conftest: waLBerla, kerncraft See merge request pycodegen/pystencils!39
-
Stephan Seitz authored
-
Stephan Seitz authored
-