aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-02-24python3-mpmath: Upgrade 1.1.0 -> 1.2.1Leon Anavi
Upgrade to release 1.2.1: - Support @ operator for matrix multiplication - Add eta() implementing the Dedekind eta function - Optimized the python_trailing function - Implement unary plus for matrices - Improved calculation of gram_index - Fix a possible division by zero in shanks() - Fixed indexing errors in deHoog, Knight & Stokes inverse laplace transform algorithm - Corrected branch cuts of the elliprj() function in some cases - Fix initialization of iv.matrix from non-interval matrix - Preserve function signatures in PrecisionManager - Implemented float and complex conversions for ivmpf - Fixed issue with scalar-matrix multiplication for interval matrices - Fix estimation of quadrature error with multiple subintervals - Fixed a problem with the defun decorators - Fix eigenvalue sorting by absolute value License-Update: Alter the last clause to ensure that Github recognizes the LICENSE as BSD 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>