- Oct 29, 2017
-
-
Andreas Klöckner authored
-
- Oct 23, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Oct 17, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
-
Andreas Klöckner authored
-
- Oct 03, 2017
-
-
Andreas Klöckner authored
Support sympy.UnevaluatedExpr See merge request !12
-
Isuru Fernando authored
-
- Sep 14, 2017
-
-
Andreas Klöckner authored
Use sympy's Indexed to represent pymbolics Subscript in interop mappers See merge request !8
-
- Sep 12, 2017
-
-
Dominic Kempf authored
-
- Sep 10, 2017
-
-
Andreas Klöckner authored
-
-
- Sep 08, 2017
-
-
Andreas Klöckner authored
Better handling of the else branch See merge request !11
-
Dominic Kempf authored
-
Dominic Kempf authored
I realized sympy.Piecewise iterates over the conditions and returns the first which evaluates to True. So, the else branch should have `True` instead of `sp.Not(cond)` for a more robust implementation.
-
Andreas Klöckner authored
Implement pymbolics If statement through sympys Piecewise See merge request !10
-
- Sep 07, 2017
-
-
Andreas Klöckner authored
Have maxima parser recognize exponential functions See merge request !9
-
Dominic Kempf authored
-
Dominic Kempf authored
Previous implementation of If through the EvaluationMapper resulted in wrong behaviour. Although the Piecewise node is no exact match for the if, it can be used to express it.
-
Dominic Kempf authored
Maxima represents exp(x) as "%e^x". This enhances the parser to recognize the special symbol %e and have any power function with it as a base return exp instead of pow.
-
- Sep 06, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
They are no fit for symengine.
-
Dominic Kempf authored
So far, pymbolic Subscripts could not be properly mapped to sympy. There is a node Indexed in sympy though which does exactly what Subscript does.
-
- Jul 26, 2017
-
-
Andreas Klöckner authored
Improve ConstantToNumpyConversionMapper: Allow to-numpy conversion of complex values with zero real part
-
- Jul 20, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 18, 2017
-
-
Andreas Klöckner authored
-
- Jul 08, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 07, 2017
-
-
Andreas Klöckner authored
Update to symengine-0.3.0 See merge request !7
-
- Jul 06, 2017
-
-
Isuru Fernando authored
-
- Jul 01, 2017
-
-
Isuru Fernando authored
-
Isuru Fernando authored
-
Isuru Fernando authored
-
- May 16, 2017
-
-
Andreas Klöckner authored
-
- Apr 22, 2017
-
-
-
Andreas Klöckner authored
-
- Apr 19, 2017
-
-
Andreas Klöckner authored
Gitlab CI: Use maxima installed from Conda (closes #4 on gitlab). Closes #4 See merge request !6
-