mpmath 1.1.0-1 source package in Ubuntu

Changelog

mpmath (1.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * New upstream release
  * debian/copyright
    - extend packaging copyright years
    - update upstream copyright years
  * debian/control
    - bump Standards-Version to 4.2.1 (no changes needed)

 -- Sandro Tosi <email address hidden>  Fri, 14 Dec 2018 22:18:42 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpmath_1.1.0-1.dsc 2.2 KiB 80098514a3c3a110bd236136b854096f906baee205bd88a23411b4b3b0fba6a1
mpmath_1.1.0.orig.tar.gz 2.0 MiB 16c01d589bcb1be5cab3a07de2855b578e5fc4a7882fb61a15f2aaf118fdd06e
mpmath_1.1.0-1.debian.tar.xz 5.7 KiB 23e02af19b54f7a9a553eb5bc1cfe90be4f5ae1e0e91d0459f5b2a108f7133c0

Available diffs

No changes file available.

Binary packages built by this source

python-mpmath: No summary available for python-mpmath in ubuntu focal.

No description available for python-mpmath in ubuntu focal.

python-mpmath-doc: No summary available for python-mpmath-doc in ubuntu eoan.

No description available for python-mpmath-doc in ubuntu eoan.

python3-mpmath: library for arbitrary-precision floating-point arithmetic (Python3)

 Mpmath is a pure-Python library for multiprecision floating-point
 arithmetic. It provides an extensive set of transcendental functions,
 unlimited exponent sizes, complex numbers, interval arithmetic,
 numerical integration and differentiation, root-finding, linear
 algebra, and much more. Almost any calculation can be performed just
 as well at 10-digit or 1000-digit precision, and in many cases mpmath
 implements asymptotically fast algorithms that scale well for
 extremely high precision work.
 .
 If available, mpmath will (optionally) use gmpy to speed up high
 precision operations. If matplotlib is available, mpmath also
 provides a convenient plotting interface.
 .
 Its features include:
 .
   * Fair performance -- typically 10-100x faster than Python's
     decimal library
   * Transcendental functions -- all functions from Python's math and
     cmath modules, plus a few more like gamma, factorial, erf
   * Complex numbers -- with support for transcendental functions
   * Directed rounding -- floor, ceiling, down, up, half-down,
     half-up, half-even
   * Unlimited exponents -- no overflow or underflow
 .
 This package contains the Python 3 version of mpmath.