mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 17:26:11 +00:00

- Add gamma fcn api in scipy.special - Add tests for this purpose - Add function to the docs Currently, there is no implementation of the gamma function in jax but there is one in scipy.special. This breaks some higher level jit-compilation like in the blackjax backend for pymc. This commit adds the missing gamma function. Resolves: #15409