update version and changelog for pypi

This commit is contained in:
Qiao Zhang 2021-11-10 13:41:25 -08:00
parent b81f2243c1
commit ad4cb94734
2 changed files with 7 additions and 3 deletions

View File

@ -8,11 +8,15 @@ 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.2.26 (Unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.25...main).
## jaxlib 0.1.74 (Unreleased)
## jax 0.2.25 (Unreleased)
## jax 0.2.25 (Nov 10, 2021)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.24...main).
commits](https://github.com/google/jax/compare/jax-v0.2.24...jax-v0.2.25).
* New features:
* (Experimental) `jax.distributed.initialize` exposes multi-host GPU backend.

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.2.25"
__version__ = "0.2.26"
_minimum_jaxlib_version = "0.1.69"