Update jax version and changelog

This commit is contained in:
Skye Wanderman-Milne 2021-04-01 10:11:52 -07:00
parent 72a75ee5ec
commit 7b42011f7c
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,9 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK.
-->
## jax 0.2.12 (unreleased)
## jax 0.2.13 (unreleased)
## jax 0.2.12 (April 1 2021)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.11...master).
* New features
* New profiling APIs: {func}`jax.profiler.start_trace`,

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.2.11"
__version__ = "0.2.12"
_minimum_jaxlib_version = "0.1.64"