mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
update version and changelog for pypi (#3921)
* update version and changelog for pypi * fix typos
This commit is contained in:
parent
e8c7d9e281
commit
abfd33570b
@ -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)
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user