mpmath 1.3.0-1 source package in Ubuntu

Changelog

mpmath (1.3.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Add myself to Uploaders (Closes: #1065220).
    - Bump Standards-Version to 4.6.2.
    - Add dh-sequence-python3 and dh-sequence-sphinxdoc to Build-Depends.
    - Add libjs-mathjax to Build-Depends for python-mpmath-doc; needed to
      render math in docs.
    - Add Rules-Requires-Root field (no).
  * debian/patches/{dont-use-setuptools-scm,PR570}.patch
    - Remove patches; applied upstream.
  * debian/patches/mathjax.patch
    - New patch; use Debian MathJax instead of a CDN in docs.
  * debian/python-mpmath-doc.dirs
    - Remove unnecessary file.
  * debian/python-mpmath-doc.docs
    - Install generated documentation (previously copied in d/rules).
  * debian/python-mpmath-doc.doc-base
    - Remove text documentation
  * debian/rules
    - Stop removing Python 2 file; no longer present.
    - Update build of documentation for new upstream release.  As a
      consequence, artifacts are cleaned up from the build directory
      (Closes: #1048305).
    - Drop override_dh_auto_test target; default now works.
    - Drop --with arguments to dh; unnecessary using dh-sequence-*
      packages.
  * debian/upstream/metadata
    - Remove Homepage; already stored in d/control.

 -- Doug Torrance <email address hidden>  Sat, 16 Mar 2024 23:31:47 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpmath_1.3.0-1.dsc 2.1 KiB d8d14e969815d2b8a4b92b49431ba12ea9b31afcc2c0bfecfa3951dc2f1d106f
mpmath_1.3.0.orig.tar.gz 2.0 MiB 8f702663fa422fbbf02d15792da4b2566160df35b8a4af55fe64cba2fec2aa00
mpmath_1.3.0-1.debian.tar.xz 6.6 KiB 8cf9f51a60ae2caf7f578f0e24eb1449df2d6debf35571c220fa0811900b3c99

Available diffs

No changes file available.

Binary packages built by this source

python-mpmath-doc: library for arbitrary-precision floating-point arithmetic - Documentation

 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 documentation for mpmath Python module.

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.