From 9247a62b2b5cde74ceb6ba682573d3e7f64810a5 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 2 Oct 2023 11:31:28 -0700 Subject: [PATCH] Add CHANGELOG entry for the jnp annotation change --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fb1c94b..86fa67d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ Remember to align the itemized text with the first line of an item within a list * {func}`jax.scipy.stats.mode` now returns a 0 count if the mode is taken across a size-0 axis, matching the behavior of `scipy.stats.mode` in SciPy 1.11. + * Most `jax.numpy` functions and attributes now have fully-defined type stubs. + Previously many of these were treated as `Any` by static type checkers like + `mypy` and `pytype`. # jaxlib 0.4.17