contourpy 1.2.1-1 source package in Ubuntu

Changelog

contourpy (1.2.1-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * Add myself as Uploaders.
  * use new dh-sequence-python3
  * only try to run actual tests*.py with pytest

  [ Emmanuel Arias ]
  * New upstream version.
  * d/control: Bump Standards-Versions to 4.7.0 (from 4.6.2; no futher changes
    needed).

 -- Emmanuel Arias <email address hidden>  Wed, 07 Aug 2024 07:48:05 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
contourpy_1.2.1-1.dsc 2.2 KiB 6517c575ede8c0767c998df464910f13b34401c733d3a11debfc13a235582403
contourpy_1.2.1.orig.tar.gz 12.8 MiB c878b1ed09ee0f20c52d4fadbc77376974927d43e3e414088d173df39bdbbfb6
contourpy_1.2.1-1.debian.tar.xz 2.7 KiB e5eadfda74cd2780310a4ac2c3cc09a4e59986e53a29ab95397144daf6c8e323

Available diffs

No changes file available.

Binary packages built by this source

python3-contourpy: Python library for calculating contours of 2D quadrilateral grids

 ContourPy is a Python library for calculating contours of 2D quadrilateral
 grids. It is written in C++11 and wrapped using pybind11.
 .
 It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer
 algorithm that includes more features and is available in both serial and
 multithreaded versions. It provides an easy way for Python libraries to use
 contouring algorithms without having to include Matplotlib as a dependency.

python3-contourpy-dbgsym: debug symbols for python3-contourpy