Releases: tumaer/jax-sph
Releases · tumaer/jax-sph
2024-07-08 - AI4DiffEq ICLR'24
2024-06-13
Added
- Normal vector computation available as
scipy
and purejax
implementations, see #16
Fixed
- Docs https://jax-sph.readthedocs.io/en/latest/index.html
- Riemann SPH inviscid #16 boundary conditions. Both are related to the wall-normal vectors.
- Notebooks and bug fixes #18
Changed
- Upgraded to latest JAX 0.4.29
Full Changelog: v0.0.2...v0.0.3
2024-06-09
Added
- Notebooks and tests on neighbor search migrated here from LagrangeBench, see #13
Fixed
- Riemann SPH viscous #15 boundary conditions.
Changed
- JAX-MD is not a dependency anymore. We copied all neighbor list-related files to
jax_sph/jax_md/
. The reason is the incompatibility of JAX-MD with the latest JAX. See #13
Full Changelog: v0.0.1...v0.0.2
2024-06-07
First release!