mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Finish jax release
PiperOrigin-RevId: 429670894
This commit is contained in:
parent
d1b6f5d908
commit
c161c62878
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user