Recent Releases of IMPPY3D

IMPPY3D - IMPPY3D v1.2.0

This is the initial release of IMPPY3D. The recommended installation procedure is to use the PyPi distribution via pip:

pip install imppy3d==1.2.0

However, the .whl files and packaged source distribution (.tar.gz) for version 1.2.0 are attached below. The .whl files can be installed via pip, for example:

pip install /path/to/whl/imppy3d-1.2.0-cp310-cp310-win_amd64.whl

Make sure to use the correct .whl file for your system:

  • Linux (tested on Ubuntu 22.04): imppy3d-1.2.0-cp310-cp310-linux_x86_64.whl
  • Windows (tested on Windows 10 22H2): imppy3d-1.2.0-cp310-cp310-win_amd64.whl

Note, the Linux .whl file is not a 'manylinux' installation, and it may not work for your specific Linux operating system. If these compiled .whl files do not work for you, or you are running on a different operating system, then you can try installing IMPPY3D via the source files using pip:

pip install /path/to/targz/imppy3d-1.2.0.tar.gz

Scientific Software - Peer-reviewed - Python
Published by NM0ser about 1 year ago