About Anaconda Help Download Anaconda

Pyhull is a Python wrapper to Qhull (http://www.qhull.org/) for the computation of the convex hull

copied from cf-staging / pyhull

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v2015.2.1
  • osx-64 v2015.2.1
  • osx-arm64 v2015.2.1
  • win-64 v2015.2.1

conda install

To install this package run one of the following:
conda install conda-forge::pyhull
conda install conda-forge/label/cf202003::pyhull

Description

Pyhull is a Python wrapper to Qhull (http://www.qhull.org/) for the computation of the convex hull, Delaunay triangulation and Voronoi diagram. It is written as a Python C extension, with both high-level and low-level interfaces to qhull. Pyhull has been tested to scale to 10,000 7D points for convex hull calculations (results in ~ 10 seconds), and 10,000 6D points for Delaunay triangulations and Voronoi tesselations (~ 100 seconds). Higher number of points and higher dimensions should be accessible depending on your machine, but may take a significant amount of time.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy