contourpy 1.0.7-2 source package in Ubuntu

Changelog

contourpy (1.0.7-2) unstable; urgency=medium

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 03:06:18 -0500

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

Downloads

File Size SHA-256 Checksum
contourpy_1.0.7-2.dsc 2.1 KiB 1afd695037f2d212550a5e3f83afec9464f583efea760559394e16fed35e2692
contourpy_1.0.7.orig.tar.xz 11.9 MiB bc70f2e80b2182c31319044a2af8860766920660a29b39012bb6ae9ff783cea9
contourpy_1.0.7-2.debian.tar.xz 2.4 KiB a952295859bc51bad76925ef22857069cb5273b406687d64c248f552c16b9117

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