PySPH-1.0b1 released #342
prabhuramachandran
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are pleased to release PySPH version 1.0b1.
PySPH is an open source (BSD licensed) framework for Smoothed Particle
Hydrodynamics (SPH) simulations. It is implemented in Python and the
performance critical parts are implemented in Cython/OpenCL/CUDA. A wide
variety of SPH formulations are available and new ones can be easily added.
PySPH allows users to write their high-level code in pure Python. This Python
code is automatically converted to high-performance Cython or OpenCL/CUDA
which is compiled and executed. PySPH can be configured to work seamlessly
with OpenMP, OpenCL/CUDA, and MPI.
Documentation: https://pysph.readthedocs.io
Download: https://pypi.org/project/PySPH/
Development: https://github.com/pypr/pysph
Changelog: https://pysph.readthedocs.io/en/latest/overview.html#changelog
Quick changelog
For more details see the detailed changelog here:
https://pysph.readthedocs.io/en/latest/overview.html#changelog
Around 140 pull requests were merged for this release.
Thanks to all who contributed to this release (in alphabetical order): Abhinav
Muta, Aditya Bhosale, Amal Sebastian, Ananyo Sen, Antonio Valentino, Dinesh
Adepu, Jeffrey D. Daye, Navaneet, Miloni Atal, Pawan Negi, Prabhu
Ramachandran, Rohan Kaushik, Tetsuo Koyama, and Yash Kothari.
cheers,
Prabhu Ramachandran
Department of Aerospace Engineering,
IIT Bombay
Beta Was this translation helpful? Give feedback.
All reactions