contourpy 1.0.6-2 source package in Ubuntu

Changelog

contourpy (1.0.6-2) unstable; urgency=medium

  * debian/source/options
    - exclude dist-info, as that's what's generated by pyproject

 -- Sandro Tosi <email address hidden>  Fri, 23 Dec 2022 00:47:06 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
contourpy_1.0.6-2.dsc 2.1 KiB c315af2676b837df15b8f14ab35a4b155a9d6d2e81eaea5c9b5fd0ac647efcd3
contourpy_1.0.6.orig.tar.gz 11.6 MiB b27bc448d115a79260144b8a33d7351b8163e0196d19e31de45750df39bcf8cc
contourpy_1.0.6-2.debian.tar.xz 2.3 KiB 57e2943408f3f6c30c6c5092467ff95a27ac35630f77720461c2c4fbc2c417b9

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