summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sympy_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sympy: Upgrade 1.6.1 -> 1.6.2Leon Anavi2020-08-131-16/+0
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.2: - Fixed a bug that made matrix operations fail in a multithreaded application - Using factor with the extension argument no longer hangs in some cases - Calling preview with viewer="file" no longer looks for a file executable (a regression in 1.6.0) - The deprecation of calling preview with viewer="StringIO" is now expired instead of forgotten (a regression in 1.6.0) - intersphinx links to :mod:`sympy` no longer point to the documentation for Immutable Matrices Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* 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>