You can merge this Pull Request by running:

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

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

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

-- Commit Summary --

* FiniteSet._complement: Don't use default_sort_key in sorting.
* Basic: Add _sorted_args and use them in sort_key.
* Basic.sort_key: Use the order keyword argument.
* FiniteSet, Dict: Override _sorted_args to sorted the args.
* sets.set_sort_fn: Fix the docstring.
* replace set_sort_fn with Set.sort_key
* edit: default_sort_key docstring; handle sets
* add sympy_sort to utilities.misc

-- File Changes --

M sympy/core/basic.py (14)
M sympy/core/containers.py (5)
M sympy/core/expr.py (2)
M sympy/core/sets.py (39)
M sympy/core/tests/test_basic.py (3)
M sympy/core/tests/test_expr.py (3)
M sympy/utilities/misc.py (177)

-- Patch Links --

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

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

-- 
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 https://groups.google.com/groups/opt_out.


Reply via email to