update version and changelog for pypi

This commit is contained in:
Matthew Johnson 2021-08-12 21:17:53 -07:00
parent 74f96f1234
commit 6f7be1fad9
2 changed files with 11 additions and 4 deletions

View File

@ -8,8 +8,13 @@ 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.19 (unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.18...main).
## jax 0.2.20 (unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.19...main).
## jax 0.2.19 (Aug 12, 2021)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.18...jax-v0.2.19).
* Breaking changes:
* Support for NumPy 1.17 has been dropped, per the
[deprecation policy](https://jax.readthedocs.io/en/latest/deprecation.html).
@ -27,6 +32,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
* Improved the support for shape polymorphism in jax2tf for operations that
need to use a dimension size in array computation, e.g., `jnp.mean`.
({jax-issue}`#7317`)
* Bug fixes:
* Some leaked trace errors from the previous release ({jax-issue}`#7613`)
## jaxlib 0.1.70 (Aug 9, 2021)
* Breaking changes:

View File

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