Full documentation is available at serapieum-of-alex.github.io/hpc
- conda-forge feedstock: hpc
Name | Downloads | Version | Platforms |
---|---|---|---|
hpc is a numpy utility package
- indixing numpy arrays in fast manner without using loops
Installing hpc
from the conda-forge
channel can be achieved by:
conda install -c conda-forge hpc
It is possible to list all of the versions of hpc
available on your platform with:
conda search hpc --channel conda-forge
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/hpc
to install the last release you can easly use pip
pip install hpc-utils==0.1.5
>>> import hpc