summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mpmath_1.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-mpmath: Upgrade 1.1.0 -> 1.2.1Leon Anavi2021-02-241-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-mpmath: add recipe for 1.10Martin Kelly2020-03-241-0/+16
This is a dependency for python3-sympy. This recipe is adapted from one in meta-jupyter, which is also MIT-licensed. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>