Finish jax release

PiperOrigin-RevId: 429670894
This commit is contained in:
Yash Katariya 2022-02-18 16:23:02 -08:00 committed by jax authors
parent d1b6f5d908
commit c161c62878
2 changed files with 10 additions and 6 deletions

View File

@ -8,9 +8,16 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
-->
## jax 0.3.1 (Unreleased)
## jax 0.3.2 (Unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.3.0...main).
commits](https://github.com/google/jax/compare/jax-v0.3.1...main).
## jaxlib 0.3.1 (Unreleased)
* Changes
## jax 0.3.1 (Feb 18, 2022)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.3.0...jax-v0.3.1).
* Changes:
* `jax.test_util.JaxTestCase` and `jax.test_util.JaxTestLoader` are now deprecated.
@ -30,9 +37,6 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
{func}`jax.scipy.signal.csd`, {func}`jax.scipy.signal.stft`,
{func}`jax.scipy.signal.welch`.
## jaxlib 0.3.1 (Unreleased)
* Changes
## jax 0.3.0 (Feb 10, 2022)
* [GitHub

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.1"
__version__ = "0.3.2"
_minimum_jaxlib_version = "0.1.74"