contourpy 1.3.3-ok1 source package in openKylin
Changelog
contourpy (1.3.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 07 May 2026 00:59:28 +0800
contourpy (1.3.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 07 May 2026 00:59:28 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | release | main | python | |
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| contourpy_1.3.3.orig.tar.gz | 12.8 MiB | c1e4d622e9d4f3081dbdb438b403e50557be7284a41d9a21316414405848ba62 |
| contourpy_1.3.3-ok1.debian.tar.xz | 2.6 KiB | 2b8ff9456d4e010516772e0809ba098a5512b8ac01a601b3d38c5c2af884a731 |
| contourpy_1.3.3-ok1.dsc | 2.1 KiB | e5e7e839d048bb1e4d84198edb33f076332de6eca10e8f795ebd91d60be5b7c6 |
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.