What's Changed
* Fix arXiv link to Optax Optimistic Gradient Descent optimizer by 8bitmp3 in https://github.com/deepmind/optax/pull/458
* Fix the Yogi optimizer paper year, change link to NeurIPS site by 8bitmp3 in https://github.com/deepmind/optax/pull/461
* Add exponent to cosine decay schedule and warmup + cosine decay by copybara-service in https://github.com/deepmind/optax/pull/476
* Fix typos in docstring by pomonam in https://github.com/deepmind/optax/pull/480
* Fix global_norm() signature by brentyi in https://github.com/deepmind/optax/pull/481
* Fix `inject_hyperparams()` for python < 3.10. by copybara-service in https://github.com/deepmind/optax/pull/486
* fixed NaN issues in `kl_divergence` loss function by LukasMut in https://github.com/deepmind/optax/pull/473
* feat(ci/tests): bump `setup-python` version and enable cache by SauravMaheshkar in https://github.com/deepmind/optax/pull/485
* Better tests for utils by acforvs in https://github.com/deepmind/optax/pull/465
* Run Github CI every day at 03:00. by copybara-service in https://github.com/deepmind/optax/pull/490
* Fix JIT for `piecewise_interpolate_schedule`, `cosine_onecycle_schedule`, `linear_onecycle_schedule ` by brentyi in https://github.com/deepmind/optax/pull/504
* Explicitly export "softmax_cross_entropy_with_integer_labels" by nasyxx in https://github.com/deepmind/optax/pull/499
* Add the Lion optimizer, discovered by symbolic program search. by copybara-service in https://github.com/deepmind/optax/pull/500
* Replaces references to jax.numpy.DeviceArray with jax.Array. by copybara-service in https://github.com/deepmind/optax/pull/511
* Update pytypes. by copybara-service in https://github.com/deepmind/optax/pull/514
* Fix pytype failures related to teaching pytype about NumPy scalar types. by copybara-service in https://github.com/deepmind/optax/pull/517
* Release v0.1.5. by copybara-service in https://github.com/deepmind/optax/pull/523
New Contributors
* pomonam made their first contribution in https://github.com/deepmind/optax/pull/480
* brentyi made their first contribution in https://github.com/deepmind/optax/pull/481
* LukasMut made their first contribution in https://github.com/deepmind/optax/pull/473
* SauravMaheshkar made their first contribution in https://github.com/deepmind/optax/pull/485
* acforvs made their first contribution in https://github.com/deepmind/optax/pull/465
**Full Changelog**: https://github.com/deepmind/optax/compare/v0.1.4...v0.1.5