Skip to content

Commit

Permalink
Merge pull request jax-ml#5112 from google:update-pypi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 345816276
  • Loading branch information
jax authors committed Dec 5, 2020
2 parents 7084e3d + 4664e82 commit 27a4c88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,23 @@ Change Log
These are the release notes for JAX.

jax 0.2.7 (Unreleased)
jax 0.2.7 (Dec 4 2020)
----------------------
* `GitHub commits <https://github.com/google/jax/compare/jax-v0.2.6...master>`_.
* `GitHub commits <https://github.com/google/jax/compare/jax-v0.2.6...jax-v0.2.7>`_.

* New features:

* Add ``jax.device_put_replicated``
* Add multi-host support to ``jax.experimental.sharded_jit``
* Add support for differentiating eigenvaleus computed by ``jax.numpy.linalg.eig``
* Add support for building on Windows platforms
* Add support for general in_axes and out_axes in ``jax.pmap``
* Add complex support for ``jax.numpy.linalg.slogdet``

* Bug fixes:

* Fix higher-than-second order derivatives of ``jax.numpy.sinc`` at zero
* Fix some hard-to-hit bugs around symbolic zeros in transpose rules

* Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.6"
__version__ = "0.2.7"

0 comments on commit 27a4c88

Please sign in to comment.