Registry / data / cmeel-qhull

cmeel-qhull

JSON →
library8.0.2.1pypypiunverified

cmeel distribution for qhull: provides convex hull, Delaunay triangulation, Voronoi diagrams, and halfspace intersection. Current version 8.0.2.1, released as a Python wheel via cmake-wheel. Release cadence matches upstream qhull updates.

pip install cmeel-qhull
INSTALL
IMPORT
SIG · CMEEL-QHULL
C
cmeel-qhull
datapythonv8.0.2.1
Install
1.7s avg
Import
Disk
24MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v8.0.2.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 26.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 27MB
24MB installed
● package 24MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qhull
import cmeel.prefix
import qhull

Basic import and verification.

import cmeel.qhull import numpy as np # Example: compute convex hull of random points points = np.random.rand(30, 3) # qhull provides access to underlying qhull library; actual usage may require ctypes bindings print('cmeel.qhull imported successfully')
Debug
Known issues
gotchacmeel packages are not importable directly as the library name. Must use 'import cmeel.<lib>' pattern.
fix
Use 'import cmeel.qhull' instead of 'import qhull'.
affects: all
gotchaThis package is a distribution of qhull binaries via cmake-wheel; it does not provide Python-level wrapper bindings. You need to use ctypes or cffi to call qhull functions.
fix
Use a Python binding library like pyhull, scipy.spatial, or ctypes to access qhull functionality.
affects: all
deprecatedVersion scheme includes cmeel-specific suffixes (e.g., .c0, .c1). These are not part of upstream qhull version.
fix
Pin to exact version to avoid unexpected builds.
affects: >=8.0.1
Upgrade
Version history
8.0.2.1latest on PyPI · released Nov 17, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
cmeel-qhull — pip install cmeel-qhull · libregistry