summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sympy_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sympy: Upgrade 1.6 -> 1.6.1Leon Anavi2020-07-061-0/+16
Upgrade to release 1.6.1: - functions: Fixes AttributeError in limit evaluation - matrices: Disabled default matrix intermediate product simplification and changed it to enable via context manager. - simplify: Fixes a bug in collect when collected symbols appear in the factorized expression. - solvers: Fixed exception handling in solveset's secondary trigonometric solver. - SymPy is importable again in Python 3.5.1 (imports of typing.Type are removed) - Fix the sphinx docs build for sphinx 3.1.1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>