You can merge this Pull Request by running:

  git pull https://github.com/smichr/sympy rand

Or you can view, comment on it, or merge it online at:

  https://github.com/sympy/sympy/pull/1427

-- Commit Summary --

* Expr.expand: Always iterate the hints in the same order.
* meijerint_definite: Canonically sort the innermost points in reverse order.
* LambdaPrinter: Sort .args before printing.
* _sqrtdenest0: Sort the .args before processing them.
* matrices: Always sort the eigenvectors.
* function.expand: Mention that hints are sorted by keys.
* split_surds and _sqrtdenest1: Sorts .args before traversing them.
* LambdaPrinter: Don't sort the arguments of Piecewise.
* PrettyPrinter: Add argument sort=False to _print_Function.
* LatexPrinter: Always sort the arguments of Min and Max.
* function.expand: Further fix the docstring.
* Update the docstring of expand()
* Revert "matrices: Always sort the eigenvectors."
* edit expand docstring

-- File Changes --

M sympy/core/expr.py (10)
M sympy/core/function.py (79)
M sympy/functions/elementary/tests/test_piecewise.py (1)
M sympy/integrals/meijerint.py (3)
M sympy/printing/lambdarepr.py (5)
M sympy/printing/latex.py (6)
M sympy/printing/pretty/pretty.py (16)
M sympy/printing/pretty/tests/test_pretty.py (2)
M sympy/printing/tests/test_lambdarepr.py (14)
M sympy/simplify/simplify.py (3)
M sympy/simplify/sqrtdenest.py (5)
M sympy/simplify/tests/test_sqrtdenest.py (1)

-- Patch Links --

  https://github.com/sympy/sympy/pull/1427.patch
  https://github.com/sympy/sympy/pull/1427.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1427

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to