Add docs & changelog for jax.scipy.stats.mode

This commit is contained in:
Jake VanderPlas 2022-10-20 15:55:57 -07:00
parent 280153334b
commit 4aceb81570
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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