Skip to content

Releases: wzhengui/pylibs

v0.1.12

03 Feb 16:44
Compare
Choose a tag to compare

Installation:
use mamba to install "pip matplotlib numpy scipy pandas pyproj netCDF4 mpi4py ipython" first
pip install git+https://github.com/wzhengui/pylibs.git@v0.1.12

pylibs4schism

19 Jan 21:58
Compare
Choose a tag to compare
pylibs4schism Pre-release
Pre-release

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"