Releases: wzhengui/pylibs
Releases · wzhengui/pylibs
v0.1.12
pylibs4schism
Testing a release on testpypi
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pylibs4schism==0.1.10
In case of mpi4py failing to build, install it separately (e.g., pip/mamba/conda install mpi4py), then redo the pip install command.
Compared to the Git version:
moved mylib.py, pylib.py, and schism_file.py outside Utility, so that pylib can be directly imported like before:
"import pylib"
rather than
"import Utility.pylib"