Name | Downloads | Version | Platforms |
---|---|---|---|
hpc is a numpy utility package
hpc
- 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.4
>>> import hpc