- 19 Jun, 2020 1 commit
-
-
Markus Holzer authored
-
- 16 Jan, 2020 1 commit
-
-
Martin Bauer authored
- Type does violate the sympy invariant obj.func(*obj.args) == obj - This seems to be ok when the object is an atom
-
- 04 Dec, 2019 1 commit
-
-
Martin Bauer authored
-
- 29 Nov, 2019 1 commit
-
-
Stephan Seitz authored
There was a problem when pickling TypedImaginaryUnit since it was using the __getnewargs__ of TypedSymbol.
-
- 28 Nov, 2019 1 commit
-
-
Martin Bauer authored
-
- 21 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 15 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 14 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 11 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 01 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 30 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 27 Sep, 2019 1 commit
-
-
Stephan Seitz authored
type)
-
- 24 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 23 Sep, 2019 4 commits
-
-
Stephan Seitz authored
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 21 Aug, 2019 1 commit
-
-
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 ()
-
- 16 Aug, 2019 2 commits
-
-
Martin Bauer authored
- numpy constants get directly their numpy type - integer functions check for integer types at construction
-
Martin Bauer authored
-
- 14 Aug, 2019 1 commit
-
-
Stephan Seitz authored
super().is_positive This can lead to surprising simplifications
-
- 05 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 02 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 11 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 10 Jul, 2019 1 commit
-
-
Stephan Seitz authored
-
- 07 Jun, 2019 1 commit
-
-
Stephan Seitz authored
-
- 01 Apr, 2019 1 commit
-
-
Martin Bauer authored
-
- 21 Mar, 2019 1 commit
-
-
Martin Bauer authored
This restructuring allows for easier separation of modules into separate repositories later. Also, now pip install with repo url can be used. The setup.py files have also been updated to correctly reference each other. Module versions are not extracted from git state
-
- 07 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 09 Jan, 2019 1 commit
-
-
Martin Bauer authored
-
- 14 Nov, 2018 1 commit
-
-
Martin Bauer authored
- small (length < 5) arrays with shape and stride information had to be memcpy'd to the GPU before every kernel call - instead of passing the information as arrays, the single elements are passed - leads to more function arguments, but simplifies GPU kernel calls -> changes in all backends required
-
- 26 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 19 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Oct, 2018 1 commit
-
-
Martin Bauer authored
- bugfix in vector-typing of piecewise functions - cast_function is now a sympy atom - fixes problems with sympy > 1.1 - replace_inner_stride_with_one is a bit faster now
-
- 02 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 14 May, 2018 1 commit
-
-
Martin Bauer authored
-