update version and changelog for pypi (#3921)

* update version and changelog for pypi

* fix typos
This commit is contained in:
Matthew Johnson 2020-07-30 22:19:29 -07:00 committed by GitHub
parent e8c7d9e281
commit abfd33570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View File

@ -9,7 +9,19 @@ Change Log
These are the release notes for JAX.
jax 0.1.74 (July 22, 2020)
jax 0.1.75 (July 30, 2020)
--------------------------
* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.74...jax-v0.1.75>`_.
* Bug Fixes:
* make jnp.abs() work for unsigned inputs (#3914)
* Improvements:
* "Omnistaging" behavior added behind a flag, disabled by default (#3370)
jax 0.1.74 (July 29, 2020)
--------------------------
* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.73...jax-v0.1.74>`_.
@ -25,7 +37,7 @@ jax 0.1.74 (July 22, 2020)
* Improvements:
* Faster searchsorted implementation (3873)
* Faster searchsorted implementation (#3873)
* Better test coverage for jax.numpy sorting algorithms (#3836)

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.74"
__version__ = "0.1.75"