YWolfeee / lapjax

A JAX based package designed for efficient second order operators (e.g., laplacian) computation.
MIT License
69 stars 6 forks source link

packaged the project #1

Closed tlzmybm closed 11 months ago

tlzmybm commented 11 months ago

Now one can install LapJAX together with all the dependencies (excluding JAX) using: pip3 install -e . or pip3 install git+https://github.com/YWolfeee/lapjax

'pip3 install -U lapjax' will be available after uploading the package to PyPI.

Please modify author_email and description.