Skip to content

Commit

Permalink
Merge pull request #11712 from jakevdp:delete-optimizers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466398079
  • Loading branch information
jax authors committed Aug 9, 2022
2 parents d95b27c + 7940675 commit 88636d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
JAX release 0.3.5, and {func}`jax.tree_util.tree_map` is a direct replacement.
* Removed `jax.experimental.stax`; it has long been a deprecated alias of
{mod}`jax.example_libraries.stax`.
* Removed `jax.experimental.optimizers`; it has long been a deprecated alias of
{mod}`jax.example_libraries.optimizers`.

## jaxlib 0.3.16 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.15...main).
Expand Down
1 change: 0 additions & 1 deletion jax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ pytype_library(
name = "optimizers",
srcs = [
"example_libraries/optimizers.py",
"experimental/optimizers.py",
],
visibility = ["//visibility:public"],
deps = [":jax"],
Expand Down
30 changes: 0 additions & 30 deletions jax/experimental/optimizers.py

This file was deleted.

0 comments on commit 88636d2

Please sign in to comment.