mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Add docs & changelog for jax.scipy.stats.mode
This commit is contained in:
parent
280153334b
commit
4aceb81570
@ -12,6 +12,8 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
* Setting the env var `JAX_PERSISTENT_CACHE_MIN_INSTRUCTION_COUNT=$N` can be
|
||||
used to limit the number of cache entries written to the persistent
|
||||
cache. By default, computations with 6 or more instructions will be cached.
|
||||
* Changes
|
||||
* Added {func}`jax.scipy.stats.mode`.
|
||||
|
||||
## jaxlib 0.3.24
|
||||
|
||||
|
@ -140,6 +140,13 @@ jax.scipy.special
|
||||
jax.scipy.stats
|
||||
---------------
|
||||
|
||||
.. automodule:: jax.scipy.stats
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
mode
|
||||
|
||||
jax.scipy.stats.bernoulli
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
.. automodule:: jax.scipy.stats.bernoulli
|
||||
|
Loading…
x
Reference in New Issue
Block a user