Skip to content

Releases: tumaer/jax-sph

2024-07-08 - AI4DiffEq ICLR'24

07 Jul 23:11
0561f51
Compare
Choose a tag to compare

Fixed

  • load only fluid from a relaxed state

Full Changelog: v0.0.3...v0.1.0

2024-06-13

13 Jun 15:12
Compare
Choose a tag to compare

Added

  • Normal vector computation available as scipy and pure jax implementations, see #16

Fixed

Changed

  • Upgraded to latest JAX 0.4.29

Full Changelog: v0.0.2...v0.0.3

2024-06-09

13 Jun 14:55
ae27d22
Compare
Choose a tag to compare

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

07 Jun 22:59
cf3eb54
Compare
Choose a tag to compare

First release!